/*
Title:      	The Bay Horse stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	02 Aprl, 2008
*/


/* WRAPPERS */

body {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-size: small;
	text-align: left;
	color: #4b1d1f;
	margin: 0;
	background: #561d28 url(../jpg/bg-tile.jpg) repeat top left;
	}
	
p {
	margin: 0 0 1em; 
	padding: 0;
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-style: normal;
	font-weight: normal;
	}
	
em {
	font-family: "Georgia", serif, Times, Times New Roman;
	font-style: italic;
	font-weight: normal;
	}	
	
strong {
	font-weight: bold;
	font-style: normal;
	}		
	
h1 {
	font-size: 140%;
	color: #4b1d1f;
	line-height: 1.3em;
	}
	
h2 {
	font-size: 110%;
	color: #4b1d1f;
	}
	
h3 {
	font-size: 105%;
	color: #4b1d1f;
	}	
	
.clear {
	clear:both;
	}		

.divline {
	border-bottom: #cabda9 1px solid;
	margin: 10px 0 10px 0;
	width: 100%;
	}
	

	
	
	
/* GENERAL COMPONENTS */		

.thanxtxt {
	text-align: left;
	color: #de8d10;
	line-height: 1.3em;
	font-size: 135%;
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	}	
	
.largertxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	text-align: left;
	color: #4b1d1f;
	line-height: 1.3em;
	font-size: 125%;
	}	
	
.largertxt a:link, .largertxt a:visited {
	color:#bc551d;
	text-decoration:none;
	}
	
.largertxt a:active, .largertxt a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #bc551d;
	}
	
.notetxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	text-align: center;
	color: #4f1923;
	line-height: 17px;
	font-size: 16px;
	width: 610px;
	padding: 10px;
	margin: 10px 0 10px 0;
	background-color: #d28290;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	}		
	
.newsdatetxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	text-align: left;
	color: #ebe1d2;
	line-height: 17px;
	font-size: 17px;
	}	
	
.newstitletxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	text-align: left;
	color: #34b0c7;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	}	
	
.newssubtitletxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	text-align: left;
	color: #d28290;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	}					
	
.addresstxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	text-align: left;
	color: #4b1d1f;
	line-height: 1.3em;
	font-size: 115%;
	}	
	
.addresstxt a:link, .addresstxt a:visited {
	color:#bc551d;
	text-decoration:none;
	font-weight:bold;
	}
	
.addresstxt a:active, .addresstxt a:hover {
	color:#bc551d;
	text-decoration:underline;
	font-weight:bold;
	}

.normaltxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	text-align: left;
	color: #4b1d1f;
	line-height: 1.3em;
	font-size: 105%;
	}	
	
.normaltxt a:link, .normaltxt a:visited {
	color:#bc551d;
	text-decoration:none;
	}
	
.normaltxt a:active, .normaltxt a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #bc551d;
	}
	
.smallertxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-size: 85%;
	color: #4b1d1f;
	line-height: 1.2em;
	}	
	
.smallertxt a:link, .smallertxt a:visited {
	color:#bc551d;
	text-decoration:none;
	}
	
.smallertxt a:active, .smallertxt a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #bc551d;
	}	
	
.mediumtxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-size: 90%;
	color: #4b1d1f;
	line-height: 1.3em;
	}	
	
.mediumtxt a:link, .mediumtxt a:visited {
	color:#bc551d;
	text-decoration:none;
	}
	
.mediumtxt a:active, .mediumtxt a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #bc551d;
	}		
	
.bulletlist {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	width: 90%;
	margin: 10px 0 10px 0;
	padding-left: 0;
	list-style: none;
	font-size: 105%;
	}
	
.bulletlist li {
	color: #4b1d1f;
	margin: 0;
	padding: 0 0 6px 16px;
	line-height: 1.3em;
	background-image: url(../gif/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}
	
.bulletlist a:link, .bulletlist  a:visited {
	color: #bc551d;
	text-decoration: none;
	}

.bulletlist a:active, .bulletlist a:hover  {
	color: #bc551d;
	text-decoration: none;
	background-color: #8a8e36;
	}	
	
.whitetxt {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	color: #e2d6c7;
	line-height: 1.3em;
	}	
	
.whitetxt a:link, .whitetxt a:visited {
	color:#bc551d;
	text-decoration:none;
	font-weight:bold;
	}
	
.whitetxt a:active, .whitetxt a:hover {
	color:#bc551d;
	text-decoration:underline;
	font-weight:bold;
	}	
	
.bulletlistsmall {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	width: 90%;
	margin: 10px 0 10px 0;
	padding-left: 0;
	list-style: none;
	font-size: 90%;
	}
	
.bulletlistsmall li {
	color: #4b1d1f;
	margin: 0;
	padding: 0 0 6px 16px;
	line-height: 1.3em;
	background-image: url(../gif/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}
	
.bulletlistsmall a:link, .bulletlistsmall  a:visited {
	color: #bc551d;
	text-decoration: none;
	}

.bulletlistsmall a:active, .bulletlistsmall a:hover  {
	color: #bc551d;
	text-decoration: none;
	background-color: #8a8e36;
	}	

.mwinedescriptions {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-size: 85%;
	color: #7c4c4e;
	line-height: 1.2em;
	}	
	
	
			

	
	
/* LOGO COMPONENTS */		

#wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: url(../jpg/top-grad.jpg) repeat-x top left;
	}

#logo {
	width: 920px;
	height: 205px;
	padding: 0;
	margin: 0 auto;
	background: url(../jpg/logo.jpg) no-repeat top left;
	}
	

		
	


/* MAIN NAV and FLASH COMPONENTS */	

#holder {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	}
	
#holderleft {
	width: 250px;
	margin: 0;
	float: left;
	padding: 0;
	background: url(../jpg/mainnav-bg.jpg) no-repeat top left;
	}
	
#holderright {
	width: 670px;
	margin: 0;
	float: right;
	padding: 0;
	}	
	
#navigation {
    list-style: none;
	padding: 0;
	margin: 0;
	}

#navigation li {
	padding: 0;
	margin: 0;	
	}	
	
#navigation a * {
    display: none;
	}

#navigation a, #navigation a .hover {
    height: 28px;
	/*position: relative;*/
    display: block;
	}

#navigation a.welcome {
    background: url(../jpg/mainnav/welcome.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	height: 59px;
	}

#navigation .highlight a.welcome:hover, #navigation a.welcome .hover {
    background: url(../jpg/mainnav/welcome.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	height: 59px;
	}	
	
#navigation .selected a.welcome {
    background: url(../jpg/mainnav/welcome.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	height: 59px;
	}		
		
#navigation a.samplemenus {
    background: url(../jpg/mainnav/sample-menus.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#navigation .highlight a.samplemenus:hover, #navigation a.samplemenus .hover {
    background: url(../jpg/mainnav/sample-menus.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation .selected a.samplemenus {
    background: url(../jpg/mainnav/sample-menus.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation a.awards {
    background: url(../jpg/mainnav/awards.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#navigation .highlight a.awards:hover, #navigation a.awards .hover {
    background: url(../jpg/mainnav/awards.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation .selected a.awards {
    background: url(../jpg/mainnav/awards.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation a.functions {
    background: url(../jpg/mainnav/functions.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#navigation .highlight a.functions:hover, #navigation a.functions .hover {
    background: url(../jpg/mainnav/functions.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation .selected a.functions {
    background: url(../jpg/mainnav/functions.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation a.thegallery {
    background: url(../jpg/mainnav/the-gallery.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#navigation .highlight a.thegallery:hover, #navigation a.thegallery .hover {
    background: url(../jpg/mainnav/the-gallery.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation .selected a.thegallery {
    background: url(../jpg/mainnav/the-gallery.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation a.hurworthvillage {
    background: url(../jpg/mainnav/hurworth-village.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#navigation .highlight a.hurworthvillage:hover, #navigation a.hurworthvillage .hover {
    background: url(../jpg/mainnav/hurworth-village.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation .selected a.hurworthvillage {
    background: url(../jpg/mainnav/hurworth-village.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation a.contactus {
    background: url(../jpg/mainnav/contact-us.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#navigation .highlight a.contactus:hover, #navigation a.contactus .hover {
    background: url(../jpg/mainnav/contact-us.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation .selected a.contactus {
    background: url(../jpg/mainnav/contact-us.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#navigation a.mailinglist {
    background: url(../jpg/mainnav/mailing-list.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	height: 59px;
	}

#navigation .highlight a.mailinglist:hover, #navigation a.mailinglist .hover {
    background: url(../jpg/mainnav/mailing-list.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	height: 59px;
	}	
	
#navigation .selected a.mailinglist {
    background: url(../jpg/mainnav/mailing-list.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	height: 59px;
	}	
	
	
	
	
	
	
/* INDEX IMAGE CHANGER COMPONENTS */	

#indeximages {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 670px;
	height: 303px;
	background: url(../jpg/indexchanger/bg.jpg) top left no-repeat;
	}	
	
	
	
	
	

/* MENU NAV COMPONENTS */		
	
#menunav {
	width: 250px;
	margin: 0 auto;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#menusnavigation {
    list-style: none;
	padding: 0;
	margin: 0;
	}

#menusnavigation li {	
	padding: 0;
	margin: 0;	
	}	
	
#menusnavigation a * {
    display: none;
	}

#menusnavigation a, #menusnavigation a .hover {
    height: 24px;
	/*position: relative;*/
    display: block;
	}
	
#menusnavigation .title {
	height: 55px;
	width: 250px;
	background: url(../jpg/menunav/select.jpg) 0 0 no-repeat;
	}	
	
#menusnavigation .bottom {
	height: 25px;
	width: 250px;
	background: url(../jpg/menunav/bottom.jpg) 0 0 no-repeat;
	}		

#menusnavigation a.dinnermenu {
    background: url(../jpg/menunav/dinner-menu.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.dinnermenu:hover, #menusnavigation a.dinnermenu .hover {
    background: url(../jpg/menunav/dinner-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.dinnermenu {
    background: url(../jpg/menunav/dinner-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
#menusnavigation a.lunchmenu {
    background: url(../jpg/menunav/lunch-menu.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.lunchmenu:hover, #menusnavigation a.lunchmenu .hover {
    background: url(../jpg/menunav/lunch-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.lunchmenu {
    background: url(../jpg/menunav/lunch-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
	#menusnavigation a.lunchprixfixmenu {
    background: url(../jpg/menunav/lunch-prix-fix.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.lunchprixfixmenu:hover, #menusnavigation a.lunchprixfixmenu .hover {
    background: url(../jpg/menunav/lunch-prix-fix.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.lunchprixfixmenu {
    background: url(../jpg/menunav/lunch-prix-fix.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
	#menusnavigation a.eveningspecialmenu {
    background: url(../jpg/menunav/special-menu.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.eveningspecialmenu:hover, #menusnavigation a.eveningspecialmenu .hover {
    background: url(../jpg/menunav/special-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.eveningspecialmenu {
    background: url(../jpg/menunav/special-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
	#menusnavigation a.sundaylunchmenu {
    background: url(../jpg/menunav/sunday-lunch.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.sundaylunchmenu:hover, #menusnavigation a.sundaylunchmenu .hover {
    background: url(../jpg/menunav/sunday-lunch.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.sundaylunchmenu {
    background: url(../jpg/menunav/sunday-lunch.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
	#menusnavigation a.dessertmenu {
    background: url(../jpg/menunav/dessert-menu.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.dessertmenu:hover, #menusnavigation a.dessertmenu .hover {
    background: url(../jpg/menunav/dessert-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.dessertmenu {
    background: url(../jpg/menunav/dessert-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
	#menusnavigation a.childrensmenu {
    background: url(../jpg/menunav/childrens-menu.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.childrensmenu:hover, #menusnavigation a.childrensmenu .hover {
    background: url(../jpg/menunav/childrens-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.childrensmenu {
    background: url(../jpg/menunav/childrens-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
	#menusnavigation a.winelist {
    background: url(../jpg/menunav/wine-list.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.winelist:hover, #menusnavigation a.winelist .hover {
    background: url(../jpg/menunav/wine-list.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.winelist {
    background: url(../jpg/menunav/wine-list.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}		
	
#menusnavigation a.barsnack {
    background: url(../jpg/menunav/bar-snacks.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.barsnack:hover, #menusnavigation a.barsnack .hover {
    background: url(../jpg/menunav/bar-snacks.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.barsnack {
    background: url(../jpg/menunav/bar-snacks.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}
	
#menusnavigation a.frenchtuesdaysmenus {
    background: url(../jpg/menunav/french-tuesdays.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.frenchtuesdaysmenus:hover, #menusnavigation a.frenchtuesdaysmenus .hover {
    background: url(../jpg/menunav/french-tuesdays.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.frenchtuesdaysmenus {
    background: url(../jpg/menunav/french-tuesdays.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}				
	
#menusnavigation a.christmasmenu {
    background: url(../jpg/menunav/christmas-menu.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.christmasmenu:hover, #menusnavigation a.christmasmenu .hover {
    background: url(../jpg/menunav/christmas-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.christmasmenu {
    background: url(../jpg/menunav/christmas-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation a.valentinesmenu {
    background: url(../jpg/menunav/valentines-menu.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.valentinesmenu:hover, #menusnavigation a.valentinesmenu .hover {
    background: url(../jpg/menunav/valentines-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.valentinesmenu {
    background: url(../jpg/menunav/valentines-menu.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}			
	
#menusnavigation a.christmasdaylunch {
    background: url(../jpg/menunav/christmas-day-lunch.jpg) 0 0 no-repeat;
	background-position: 0 0;
	width: 250px;
	}

#menusnavigation .highlight a.christmasdaylunch:hover, #menusnavigation a.christmasdaylunch .hover {
    background: url(../jpg/menunav/christmas-day-lunch.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}	
	
#menusnavigation .selected a.christmasdaylunch {
    background: url(../jpg/menunav/christmas-day-lunch.jpg) 0 0 no-repeat;
	background-position: -250px 0;
	width: 250px;
	}			
	
	
								
	
	
	
/* SIDE NAV COMPONENTS */	

#sidenavxmas {
	width: 250px;
	margin: 0;
	padding: 0;
	background: url(../jpg/sidenavvalentines.jpg) no-repeat top left;
	}
	
#sidenavnews {
	width: 250px;
	margin: 0;
	padding: 0;
	background: url(../jpg/sidenavwhatshappening.jpg) no-repeat top left;
	}	
	
#sidenavopeningtimes {
	width: 250px;
	margin: 0;
	padding: 0;
	background: url(../jpg/sidenavopeningtimes.jpg) no-repeat top left;
	}
	
#sidenavplacestostay {
	width: 190px;
	margin: 20px 0 0 0;
	padding: 70px 25px 0 35px;
	background: url(../png/places-to-stay.png) no-repeat top left;
	}		
	
#sidenavblank {
	width: 250px;
	height: 320px;
	margin: 0;
	padding: 0;
	background: url(../jpg/sidenavblank.jpg) no-repeat top left;
	}	
	
.sidenavxmastxt {
	width: 190px;
	margin: 0;
	padding: 140px 25px 10px 35px;
	color: #e2d6c7;
	line-height: 1.3em;
	font-size: 90%;
	}	
	
.sidenavdivline {
	height: 1px;
	background: url(../jpg/sidenavdivline.jpg) no-repeat top left;
	}		
	
.sidenavnewstxt {
	width: 190px;
	margin: 0;
	padding: 100px 25px 0 35px;
	color: #e2d6c7;
	line-height: 1.3em;
	font-size: 90%;
	}	
	
.sidenavnewstxt a:link, .sidenavnewstxt a:visited {
	color:#bc551d;
	text-decoration:none;
	font-weight:bold;
	}
	
.sidenavnewstxt a:active, .sidenavnewstxt a:hover {
	color:#bc551d;
	text-decoration:underline;
	font-weight:bold;
	}	
	
.sidenavopeningtimestxt {
	width: 190px;
	margin: 0;
	padding: 45px 25px 10px 35px;
	color: #e2d6c7;
	line-height: 1.3em;
	font-size: 90%;
	}		
	
.xmasmenulink {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: left;
	}

.xmasmenulink li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

.xmasmenulink a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 25px; /* for IE5/Win only */
	}
	
.xmasmenulink a:hover {
	background-position: 0 -25px;
	}

.xmasmenulink a:active, .xmasmenulink a.selected {
	background-position: 0 -25px;
	}
	
.xmasmenulinkimg a {
	width: 111px;
	background: url(../jpg/but-viewmenu.jpg) top left no-repeat;
	}		
	
	
	
		
	

/* TITLES HOLDER SMALL COMPONENTS */			
	
.titlesholder {
	width: 670px;
	padding: 0 0 20px 0;
	margin: 0;
	background: #f5eee5 url(../jpg/body-tile.jpg) repeat top left;
	}
	
.titlesholder2 {
	width: 670px;
	padding: 0 0 10px 0;
	margin: 0;
	background: #f5eee5 url(../jpg/body-tile.jpg) repeat top left;
	}	
	
.titlesholderbeige {
	width: 670px;
	padding: 0;
	margin: 0;
	background: #ebe1d2 url(../jpg/beige-tile.jpg) repeat top left;
	}	
	
.titlesholderbibgourmand {
	width: 670px;
	padding: 0;
	margin: 0;
	background: #ebe1d2 url(../jpg/beige-tile.jpg) repeat top left;
	}		
	
	
	
	


/* BODY COMPONENTS */	

.bodycontainer {
	width: 630px;
	padding: 3px 20px 20px 20px;
	margin: 0;
	background: #f5eee5 url(../jpg/body-tile.jpg) repeat top left;
	}
	
.bodycontainerhome {
	width: 630px;
	padding: 10px 20px 20px 20px;
	margin: 0;
	background: #f5eee5 url(../jpg/body-tile.jpg) repeat top left;
	}	
	
.bodycontainerfrench {
	width: 480px;
	padding: 0 0 0 150px;
	margin: 0;
	background: url(../jpg/french-balloons.jpg) no-repeat top left;
	}	
	
.bodycontainerbeige {
	width: 630px;
	padding: 3px 20px 12px 20px;
	margin: 0;
	background: #ebe1d2 url(../jpg/beige-tile.jpg) repeat top left;
	}
	
.bodyfooterbeige {
	width: 670px;
	height: 15px;
	margin: 0;
	background: #ebe1d2 url(../jpg/beige-footer-curve.jpg) no-repeat top left;
	}	
	
.locationmap {
	width: 670px;
	height: 400px;
	margin: 0;
	background: #ebe1d2 url(../jpg/locationmap.jpg) no-repeat top left;
	}		
	
.menuofmonthleft {
	width: 230px;
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: top;
	}	
	
.menuofmonthright {
	width: 400px;
	float: right;
	margin: 0;
	padding: 0;
	vertical-align: top;
	}		
	
.readmorelink {
	margin: 0;
	padding: 35px 0 0 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: left;
	}

.readmorelink li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

.readmorelink a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 35px; /* for IE5/Win only */
	}
	
.readmorelink a:hover {
	background-position: 0 -35px;
	}

.readmorelink a:active, .readmorelink a.selected {
	background-position: 0 -35px;
	}
	
.readmorelinkimg a {
	width: 180px;
	background: url(../jpg/but-readmore.jpg) top left no-repeat;
	}	
	
.contactuslink {
	margin: 0;
	padding: 35px 0 0 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: left;
	}

.contactuslink li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

.contactuslink a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 35px; /* for IE5/Win only */
	}
	
.contactuslink a:hover {
	background-position: 0 -35px;
	}

.contactuslink a:active, .contactuslink a.selected {
	background-position: 0 -35px;
	}
	
.contactuslinkimg a {
	width: 150px;
	background: url(../jpg/but-contactus.jpg) top left no-repeat;
	}		
	
.bodyleft {
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
	}	
	
.bodyright {
	width: 130px;
	margin: 0;
	padding: 0;
	float: right;
	}
	
#gallery a img {
	padding: 2px;
	border: #dbcdb7 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}
	
#gallery a:hover img {
	padding: 2px;
	border: #ac9776 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}	
	
#gallery2 a img {
	padding: 2px;
	border: #dbcdb7 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}
	
#gallery2 a:hover img {
	padding: 2px;
	border: #ac9776 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}	
	
#gallery3 a img {
	padding: 2px;
	border: #dbcdb7 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}
	
#gallery3 a:hover img {
	padding: 2px;
	border: #ac9776 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}
	
#gallery4 a img {
	padding: 2px;
	border: #dbcdb7 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}
	
#gallery4 a:hover img {
	padding: 2px;
	border: #ac9776 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}
	
#gallery5 a img {
	padding: 2px;
	border: #dbcdb7 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}
	
#gallery5 a:hover img {
	padding: 2px;
	border: #ac9776 1px solid;
	background: #dbcdb7;
	margin: 0 0 15px 0;
	}		
	
.gallerycell {
	text-align:left;
	padding: 0;
	width: 76px;
	}
	
.recipeleft {
	width: 195px;
	padding: 0 20px 0 0;
	margin: 0;
	float: left;
	vertical-align: top;
	}
	
.recipemid {
	width: 200px;
	padding: 0 20px 0 0;
	margin: 0;
	float: left;
	vertical-align: top;
	}
	
.reciperight {
	width: 195px;
	padding: 0 0 0 0;
	margin: 0;
	float: left;
	vertical-align: top;
	}		
	
	
				
			
			
	

/* GALLERY COMPONENTS */	

.galcol {
	text-align: left;
	padding-bottom: 10px;
	}
	
#gal1 {
	width: 550px;
	padding: 0;
	margin: 0;
	}
		
#gal1 a img {
	padding: 0;
	border: #e4e5e1 2px solid;
	}
	
#gal1 a:hover img {
	padding: 0;
	border: #b0b1a8 2px solid;
	}	
	
#gal2 {
	width: 550px;
	padding: 0;
	margin: 0;
	}
		
#gal2 a img {
	padding: 0;
	border: #e4e5e1 2px solid;
	}
	
#gal2 a:hover img {
	padding: 0;
	border: #b0b1a8 2px solid;
	}
	
#gal3 {
	width: 550px;
	padding: 0;
	margin: 0;
	}
		
#gal3 a img {
	padding: 0;
	border: #e4e5e1 2px solid;
	}
	
#gal3 a:hover img {
	padding: 0;
	border: #b0b1a8 2px solid;
	}	
	
#gal4 {
	width: 550px;
	padding: 0;
	margin: 0;
	}
		
#gal4 a img {
	padding: 0;
	border: #e4e5e1 2px solid;
	}
	
#gal4 a:hover img {
	padding: 0;
	border: #b0b1a8 2px solid;
	}	
	
#gal5 {
	width: 550px;
	padding: 0;
	margin: 0;
	}
		
#gal5 a img {
	padding: 0;
	border: #e4e5e1 2px solid;
	}
	
#gal5 a:hover img {
	padding: 0;
	border: #b0b1a8 2px solid;
	}
	
	
						
	
	
		
	
/* MAILING COMPONENTS */	

.mailingtableft {
	color: #4b1d1f;
	font-weight: bold;
	width: 125px;
	padding: 0 15px 10px 0;
	}	
	
.mailingtabright {
	color: #4b1d1f;
	width: 410px;
	padding: 0 0 10px 0;
	}
	
.rhmailinglightgrey {
	width: 170px;
	margin: 0;
	padding: 0;
	background: url(../jpg/rhlightgrey-tile.jpg) repeat top left;
	}	
	
.rhmailinglightgreytop {
	width: 170px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(../jpg/mailingrh-top.jpg) no-repeat top left;
	}	

.rhmailinglightgreybot {
	width: 170px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(../jpg/mailingrh-bot.jpg) no-repeat top left;
	}	
	
	


	
/* MENU COMPONENTS */	

.menutableft {
	color: #4b1d1f;
	width: 535px;
	padding: 5px 15px 5px 0;
	border-bottom: #e8dfd3 1px solid;
	vertical-align: top;
	font-size: 105%;
	line-height: 1.3em;
	}	
	
.menutabright {
	color: #7f4648;
	width: 79px;
	padding: 5px 0 5px 0;
	border-bottom: #e8dfd3 1px solid;
	border-left: #e8dfd3 1px solid;
	vertical-align: top;
	text-align: right;
	font-size: 105%;
	line-height: 1.3em;
	}	
	
.menutabfullwidth {
	color: #4b1d1f;
	width: 630px;
	padding: 5px 0 5px 0;
	border-bottom: #e8dfd3 1px solid;
	vertical-align: top;
	font-size: 105%;
	line-height: 1.3em;
	}	
	
.menutabdrinks1 {
	color: #4b1d1f;
	font-weight: bold;
	width: 110px;
	padding: 5px 15px 5px 0;
	border-bottom: #e8dfd3 1px solid;	
	vertical-align: top;
	font-size: 105%;
	}	
	
.menutabdrinks2 {
	color: #4b1d1f;
	width: 249px;
	padding: 5px 15px 5px 15px;
	border-bottom: #e8dfd3 1px solid;
	border-left: #e8dfd3 1px solid;
	vertical-align: top;
	font-size: 105%;
	}
	
.menutabdrinks3 {
	color: #7f4648;
	width: 94px;
	padding: 5px 15px 5px 0;
	border-bottom: #e8dfd3 1px solid;
	border-left: #e8dfd3 1px solid;
	vertical-align: top;
	text-align: right;
	font-size: 105%;
	}
	
.menutabdrinks4 {
	color: #7f4648;
	width: 114px;
	padding: 5px 0 5px 0;
	border-bottom: #e8dfd3 1px solid;
	border-left: #e8dfd3 1px solid;
	vertical-align: top;
	text-align: right;
	font-size: 105%;
	}	
	
.winetabdrinks1 {
	color: #4b1d1f;
	width: 395px;
	padding: 5px 15px 5px 0;
	border-bottom: #e8dfd3 1px solid;	
	vertical-align: top;
	font-size: 105%;
	}	
	
.winetabdrinks2 {
	color: #7f4648;
	width: 59px;
	padding: 5px 15px 5px 0;
	border-bottom: #e8dfd3 1px solid;
	border-left: #e8dfd3 1px solid;	
	vertical-align: top;
	text-align: right;
	font-size: 105%;
	}	
	
.winetabdrinks3 {
	color: #7f4648;
	width: 59px;
	padding: 5px 15px 5px 0;
	border-bottom: #e8dfd3 1px solid;
	border-left: #e8dfd3 1px solid;	
	vertical-align: top;
	text-align: right;
	font-size: 105%;
	}	
	
.winetabdrinks4 {
	color: #7f4648;
	width: 54px;
	padding: 5px 0 5px 15px;
	border-bottom: #e8dfd3 1px solid;	
	border-left: #e8dfd3 1px solid;
	vertical-align: top;
	text-align: right;
	font-size: 105%;
	}								
	
.menudescriptions {
	text-align: left;
	font-size: 85%;
	color: #90918b;
	line-height: 1.1em;
	}	
	
.menuprice {
	text-align: left;
	color: #7f4648;
	}		
	
.menupricelarge {
	text-align: left;
	color: #7f4648;
	font-size: 125%;
	}		
	
.subtitleholdermenus {
	width: 400px;
	height: 35px;
	padding: 25px 0 0 0;
	margin: 0;
	}	
	
.subtitleholdertall {
	width: 400px;
	height: 55px;
	padding: 0 0 0 0;
	margin: 0;
	}
	
.winemenucol1 {
	color: #585a51;
	width: 355px;
	padding: 0 15px 10px 0;
	vertical-align: top;
	}	

.winemenucol234 {
	color: #585a51;
	width: 60px;
	padding: 0 0 10px 0;
	vertical-align: top;
	text-align: right;
	}
	
.menutableftspecial {
	color: #585950;
	width: 445px;
	padding: 0 15px 10px 0;
	vertical-align: top;
	}	
	
.menutabrightspecial {
	color: #585950;
	width: 60px;
	padding: 0 0 10px 0;
	vertical-align: top;
	text-align: right;
	}	
	
.menudescriptionsspecial {
	text-align: left;
	font-size: 85%;
	color: #585950;
	line-height: 1.1em;
	}
	
.twocoursetile {
	width: 550px;
	margin: 0;
	padding: 0;
	background: url(../jpg/twocourse-tile.jpg) repeat top left;
	}	
	
.twocoursetop {
	width: 550px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: url(../jpg/twocourse-top.jpg) no-repeat top left;
	}	

.twocoursebot {
	width: 550px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../jpg/twocourse-bot.jpg) no-repeat top left;
	}
	
.twocourse {
	width: 520px;
	margin: 0;
	padding: 0 15px;
	}					
	
	
	
	
	
	
/* CONTACT US COMPONENTS */	

.contacttableft {
	color: #4b1d1f;
	font-weight: bold;
	width: 125px;
	padding: 0 15px 10px 0;
	}	
	
.contacttabright {
	color: #4b1d1f;
	width: 410px;
	padding: 0 0 10px 0;
	}
	
.openingtimes {
	color: #e2d6c7;
	line-height: 1.8em;
	font-size: 135%;
	}	
	

	
.locationpdficon {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: left;
	}

.locationpdficon li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

.locationpdficon a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
	}
	
.locationpdficon a:hover {
	background-position: 0 -40px;
	}

.locationpdficon a:active, .locationpdficon a.selected {
	background-position: 0 -40px;
	}
	
.locationpdficonimg a {
	width: 170px;
	background: url(../jpg/locationpdficon-but.jpg) top left no-repeat;
	}
	
	
	
	
		
	
/* FORM COMPONENTS */	

.formfieldsshort {
	color: #4b1d1f;
	width: 135px;
	padding: 2px;
	font-size: 110%;
	background-color: #ffffff;
	border: 2px solid #b3a48b;
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	}	

.formfieldsmed {
	color: #4b1d1f;
	width: 180px;
	padding: 2px;
	font-size: 110%;
	background-color: #ffffff;
	border: 2px solid #b3a48b;
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	}
	
.formfieldslong {
	color: #4b1d1f;
	width: 305px;
	padding: 2px;
	font-size: 110%;
	background-color: #ffffff;
	border: 2px solid #b3a48b;
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	}

				
		
		


/* FOOTER COMPONENTS */	

#footer {
	width: 630px;
	margin: 0 auto;
	padding: 15px 20px 20px 20px;	
	}
	
.footertxt {
	padding: 0;
	color: #a0515f;
	font-size: 12px;
	line-height: 17px;	
	}	

.footertxt a:link, .footertxt a:visited {
	color: #b76f7c;
	text-decoration:none;
	}

.footertxt a:active, .footertxt a:hover {
	color: #b76f7c;
	text-decoration: underline;
	}	
	
