body {
	margin: 0;
	padding: 0;
	background-image: url('images/background.jpg');
	background-repeat:repeat-x;
	background-color: #000000;
}

h1, h2, h3 {
	font-family: Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #aaaaaa;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: left;
	letter-spacing: -0.5pt;
	color: #B5121B;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}

h2 {
	font-family: Lucida Grande, Geneva, Verdana, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	line-height: 150%;
	margin: 0;
	font-weight: bold;
}

p {
	font-family: Lucida Grande, Geneva, Verdana, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000000;
	line-height: 150%;
	margin: 0;
}

ul {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000000;
	line-height: 150%;
	margin-left: 0.75em;
	padding-left: 0.75em;
	list-style-type: square;
}

hr {
	width: 100%;
	border: none;
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
}

/* Links and Colours */

a.white:link {color: #ffffff}
a.white:active {color: #ffffff}
a.white:visited {color: #ffffff}
a.white:hover {color: #999999}

.redcolor {color: #B5121B}
.caption {font-family: Lucida Grande, Geneva, Verdana, sans-serif; color: #999999; font-size: 8pt;}
.menu-caption {font-family: Lucida Grande, Geneva, Verdana, sans-serif; color: #000000; font-size: 8pt; font-style: italic;}

/* Header */

#header-wrap {
	width: 100%;
	height: 175px;
	background-image: url('images/header_back.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 1015px;
	height: 111px;
	padding-top: 64px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

/* Content */

#content-wrap {
	clear: both;
	width: 100%;
	background-image: url('images/content_back.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#content {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 975px;
}

#index-left {
	float: left;
	width: 350px;
	padding-right: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#index-right {
	float: left;
	width: 575px;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 525px;
	padding-right: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#right {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}

#menu-header {
	width: 975px;
	height: 200px;
}

#menu {
	float: left;
	width: 600px;
}

.menu-header {
	clear: both;
	width: 600px;
	height: 30px;
	margin-top: 20px;
}

.menu-left {
	float: left;
	width: 250px;
	padding-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#menu-right {
	float: left;
	width: 375px;
}

.contact-header {
	clear: both;
	width: 525px;
	height: 30px;
	margin-top: 20px;
}

.contact-left {
	float: left;
	width: 210px;
	padding-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#wine-top {
	clear: both;
	width: 325px;
	margin-top: 225px;
	margin-bottom: 25px;
	padding: 25px;
	background-color: #ebebeb;
}

#wine {
	clear: both;
	width: 325px;
	margin-bottom: 25px;
	padding: 25px;
	background-color: #ebebeb;
}

#map {
	width: 350px;
	height: 350px;
	padding: 25px;
	background-image: url('images/photo_map.png');
}

#map_canvas {
	width: 350px;
	height: 350px;
}

#fix {
	clear: both;
	width: 100%;
}

/* Footer */

#footer-wrap  {
	clear: both;
	width: 100%;
	height: 175px;
	background-image: url('images/footer_back.jpg');
	background-repeat: repeat-x;
} 

#footer {
	margin-left: auto;
	margin-right: auto;
	width:975px;
	height: 175px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}

#footer-left {
	float: left;
	width: 625px;
	height: 75px;
	padding-top: 100px;
	padding-left: 150px;
}

#footer-left p {
	margin: 0;
	text-align: left;
	font-family: Lucida Grande, Geneva, Verdana, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

#footer-right {
	float: left;
	width: 200px;
	height: 90px;
	padding-top: 85px;
}

/*=NAVIGATION PRIMARY - BASE STYLES
-------------------------------------------------------------------------------------------*/	
#navigation_primary {
	height: 30px;
	width: 450px;
}

#navigation_primary ul {
list-style: none;
padding: 0;
margin: 0;
}

#navigation_primary li {
float: left;
display: block;
height: 30px;
width: 75px;
background: #444 url('images/navigation_primary.jpg') 0 0 no-repeat;
}

/*=NAVIGATION PRIMARY - LIST ITEM - BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/	
#navigation_primary li.home      			   { background-position: 0 0;	}
#navigation_primary li.about     		       { background-position: -75px 0; }
#navigation_primary li.menus 			   	   { background-position: -150px 0; }
#navigation_primary li.reserve     	   		   { background-position: -225px 0; }	
#navigation_primary li.news   			       { background-position: -300px 0;	}
#navigation_primary li.contact   			   { background-position: -375px 0;	}

#navigation_primary a {
display: block;
height: 30px;
width: 75px;
text-indent: -9999px;
background: #444 url('images/navigation_primary.jpg') 0 -212px no-repeat;
}


	
/*=NAVIGATION PRIMARY - ANCHOR - DEFAULT BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/
#navigation_primary li.home a 				   { background-position: 0 -60px;	}
#navigation_primary li.about a 				   { background-position: -75px -60px; }
#navigation_primary li.menus a 			   	   { background-position: -150px -60px; }
#navigation_primary li.reserve a 			   { background-position: -225px -60px; }
#navigation_primary li.news a 			       { background-position: -300px -60px; }
#navigation_primary li.contact a 			   { background-position: -375px -60px; }
		
/*=NAVIGATION PRIMARY - ANCHOR - HOVER BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/
#navigation_primary li.home.hover a:hover 	   { background-position: 0 0; }
#navigation_primary li.about.hover a:hover 	   { background-position: -75px 0; }
#navigation_primary li.menus.hover a:hover     { background-position: -150px 0;	}
#navigation_primary li.reserve.hover a:hover   { background-position: -225px 0;	}
#navigation_primary li.news.hover a:hover      { background-position: -300px 0; }
#navigation_primary li.contact.hover a:hover   { background-position: -375px 0; }

/*=NAVIGATION PRIMARY - ANCHOR - CURRENT PAGE BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/	
#home #navigation_primary li.home a 		   { background-position: 0 -30px; }
#about #navigation_primary li.about a 		   { background-position: -75px -30px; }
#menus #navigation_primary li.menus a  		   { background-position: -150px -30px; }
#reserve #navigation_primary li.reserve a 	   { background-position: -225px -30px; }
#news #navigation_primary li.news a 	       { background-position: -300px -30px; }
#contact #navigation_primary li.contact a 	   { background-position: -375px -30px; }

/*=NAVIGATION MENUS - BASE STYLES
-------------------------------------------------------------------------------------------*/	
#navigation_menus {
	height: 30px;
	width: 375px;
}

#navigation_menus ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation_menus li {
	float: left;
	display: block;
	height: 30px;
	width: 75px;
	background: #444 url('images/navigation_menus.jpg') 0 0 no-repeat;
}

/*=NAVIGATION MENUS - LIST ITEM - BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/	
#navigation_menus li.lunch      			   { background-position: 0 0;	}
#navigation_menus li.dinner     		       { background-position: -75px 0; }
#navigation_menus li.brunch 			   	   { background-position: -150px 0; }
#navigation_menus li.drinks 			   	   { background-position: -225px 0; }
#navigation_menus li.set 			   	   	   { background-position: -300px 0; }

#navigation_menus a {
	display: block;
	height: 30px;
	width: 75px;
	text-indent: -9999px;
	background: #444 url('images/navigation_menus.jpg') 0 -212px no-repeat;
}
	
/*=NAVIGATION MENUS - ANCHOR - DEFAULT BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/
#navigation_menus li.lunch a 				   { background-position: 0 -60px;	}
#navigation_menus li.dinner a 				   { background-position: -75px -60px; }
#navigation_menus li.brunch a 			   	   { background-position: -150px -60px; }
#navigation_menus li.drinks a 			   	   { background-position: -225px -60px; }
#navigation_menus li.set a 			   	   	   { background-position: -300px -60px; }
		
/*=NAVIGATION PRIMARY - ANCHOR - HOVER BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/
#navigation_menus li.lunch.hover a:hover 	   { background-position: 0 0; }
#navigation_menus li.dinner.hover a:hover 	   { background-position: -75px 0; }
#navigation_menus li.brunch.hover a:hover      { background-position: -150px 0;	}
#navigation_menus li.drinks.hover a:hover      { background-position: -225px 0;	}
#navigation_menus li.set.hover a:hover         { background-position: -300px 0;	}

/*=NAVIGATION PRIMARY - ANCHOR - CURRENT PAGE BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/	
#lunch #navigation_menus li.lunch a 		   { background-position: 0 -30px; }
#dinner #navigation_menus li.dinner a 		   { background-position: -75px -30px; }
#brunch #navigation_menus li.brunch a  		   { background-position: -150px -30px; }
#drinks #navigation_menus li.drinks a 	   	   { background-position: -225px -30px; }
#set #navigation_menus li.set a 	   	   	   { background-position: -300px -30px; }


/*--------------------------------------------------------------------------
Type: Reset
Author: Eric Meyer
URL: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
--------------------------------------------------------------------------*/

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
