

#contentImage .menu {
	background: url(../images/menu_hero.jpg) no-repeat 100% 0;
	width: 336px;
	height: 288px;
}

#contentImage .takeaway {
	background: url(../images/takeaway_menu_hero.jpg) no-repeat 100% 0;
	width: 336px;
	height: 288px;
}

#contentImage .wine_list {
	background: url(../images/wine_list_hero.jpg) no-repeat 100% 0;
	width: 336px;
	height: 288px;
}

#contentImage .dinner_menu {
	background: url(../images/dinner_menu_hero.jpg) no-repeat 100% 0;
	width: 336px;
	height: 288px;
}

#contentImage .breakfast_menu {
	background: url(../images/breakfast_menu_hero.jpg) no-repeat 100% 0;
	width: 336px;
	height: 288px;
}

#contentImage .degustation {
	background: url(../images/degustation_hero.jpg) no-repeat 100% 0;
	width: 336px;
	height: 288px;
}

#menu-nav ul li#dinner_menu a {
	background-image: url(../images/subnav_dinner_menu.gif);
	width: 71px;
}
#menu-nav  ul li#dinner_menu a:hover {
	background-position: 0 -19px;
}

#menu-nav  ul li#wine_list a {
	background-image: url(../images/subnav_wine_list.gif);
	width: 51px;
}
#menu-nav ul li#wine_list a:hover {
	background-position: 0 -19px;
}
#menu-nav  ul li#degustation a {
	background-image: url(../images/subnav_degustation.gif);
	width: 73px;
}
#menu-nav ul li#degustation a:hover {
	background-position: 0 -19px;
}



#subNav ul li#dinner_menu a {
	background-image: url(../images/subnav_dinner_menu.gif);
	width: 71px;
}
#subNav ul li#dinner_menu a:hover {
	background-position: 0 -19px;
}

#subNav ul li#wine_list a {
	background-image: url(../images/subnav_wine_list.gif);
	width: 51px;
}
#subNav ul li#wine_list a:hover {
	background-position: 0 -19px;
}

#subNav ul li#breakfast_menu a {
	background-image: url(../images/subnav_breakfast_menu.gif);
	width: 91px;
}
#subNav ul li#breakfast_menu a:hover {
	background-position: 0 -19px;
}

#subNav ul li#takeaway_menu a {
	background-image: url(../images/subnav_takeaway_menu.gif);
	width: 88px;
}
#subNav ul li#takeaway_menu a:hover {
	background-position: 0 -19px;
}

#subNav ul li#degustation a {
	background-image: url(../images/subnav_degustation.gif);
	width: 73px;
}
#subNav ul li#degustation a:hover {
	background-position: 0 -19px;
}

#subNav ul li#mailing_list a {
	background-image: url(../images/subnav_mailing_list.gif);
	width: 120px;
}
#subNav ul li#mailing_list a:hover {
	background-position: 0 -19px;
}

.disclaimer {
	line-height: 16px;
	width: 85%;
	margin-top: 10px;
}

#Header h2.Menu {
	background-image: url(../images/h2_menu.gif);
}

#Header h2.DinnerMenu {
	background-image: url(../images/h2_dinner_menu.gif);
}

#Header h2.WineList {
	background-image: url(../images/h2_wine_list.gif);
}

#Header h2.BreakfastMenu {
	background-image: url(../images/h2_breakfast_menu.gif);
}

#Header h2.TakeawayMenu {
	background-image: url(../images/h2_takeaway_menu.gif);
}

#Header h2.Degustation {
	background-image: url(../images/h2_degustation.gif);
}

h3 {
	margin: 0;
}

table {
	margin: 0 0 20px 0;
	width: 580px;
}

table th {
	text-align: left;
	font-weight: bold;
	padding: 10px 0 0 0;
	color: #D5862A;
	font-size: 1em;
}

table td {
	text-align: left;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #5D3523;
	vertical-align: bottom;
}

table td.noBorder {
	border-bottom: none;
	padding-bottom: 10px;
}

table td.subline {
	font-weight: normal;
	border: none;
	width: 500px;
	padding-bottom: 10px;
}

table td.sublineextra {
	padding: 15px 0;
}

table td.italics {
	font-style: italic;
	padding: 0 0 0 20px;
}

table td.price {
	text-align: right;
}

table td span {
	display: none;
}


