body { 
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/body_bg.jpg) top left repeat-x;
}

a.skip	{display: none;}
a img {border: none;}

/* =TYPOGRAPHY-----------------------------------------*/	

body, td, select {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 16px Georgia, Times, serif;
 	color: #493b24;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 16px Georgia, Times, serif;
 	color: #972c1f;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 14px Georgia, Times, serif;
 	color: #493b24;
	}
	
h4 {
	margin: 0;
	padding: 0;
	font: bold 14px Georgia, Times, serif;
 	color: #972c1f;
}
 
a	{
	font-weight: bold;
	color: #ab8b4f;
	text-decoration: none;
	}
	
a:hover	{
	font-weight: bold;
	color: #972c1f;
	text-decoration: none;
	}
	

/* =CONTAINER DIVS-----------------------------------------*/	
#container {
	margin: 50px auto 0 auto;
	text-align: left;
	width: 840px;	
	padding: 0;
	background: url(../images/background.jpg) repeat-y;
	position: relative;
}


div#banner {
	position: relative;
	margin: 0;
	width: 840px;
	height: 114px;
	background: url(../images/banner.jpg) top no-repeat;
}

img.logo {
	float: left;
	margin: 15px 0 0 50px;
}

/* =NAVIGATION-----------------------------------------*/	
	
ul#nav {
	display: block;
	padding: 0;
	margin:  0;
	position: absolute;
	top: 58px;
	left: 340px;
	height: 20px;
	list-style-type: none;
	z-index: 50;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	color: #eee;
	text-align: center;
 	}

ul#nav a {
	position: relative;
	display: block;
	text-indent: -9999px;
	line-height: 20px;
	margin: 0 5px 0 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

li.home {width: 63px;}
li.about_us {width: 90px;}
li.wines {width: 95px;}
li.news_events {width: 61px;}	
li.visit {width: 78px;}	
li.club {
	width: 90px;
	margin: 0;
	}	

ul#nav ul {
		position: absolute;
		display: block;
		height: 20px;
		left: -300px;
		top: 200px;
		list-style-type: none;
		margin: 5px 0 0 0;
		padding: 0;
		text-align: center;
		}

ul#nav li ul#wines {
	width: 530px;
	background: url(../images/subnav_store.jpg) left no-repeat;
}	
li.tamayo {width: 115px;}
li.cana {width: 100px;}
li.current {width: 137px;}
li.merchandise{width: 115px;}
li.recipe{width: 60px; margin: 0;}

ul#nav li ul#about_us {
	width: 450px;
		background: url(../images/subnav_about.jpg) left no-repeat;
}
li.philosophy {width: 125px;}
li.winemakers {width: 110px;}
li.winemaking {width: 115px;}

ul#nav li ul#news {
	width: 510px;
		background: url(../images/subnav_news.jpg) left no-repeat;
}
li.thoughts {width: 120px;}
li.news {width: 80px;}
li.events {width: 95px;}
li.accolades {width: 110px;}
li.newsletter {width: 100px; margin: 0;}

ul#nav li ul#visit {
	width: 503px;
	background: url(../images/subnav_visitus.jpg) left no-repeat;
}
li.winery {width: 72px;}
li.restaurants {width: 105px;}






/* =SHOPPING MENU -----------------------------------------*/	
div#eNav {
	position: absolute;
	right: 30px;
	top: -20px;
	font: 10px Verdana, Arial, sans-serif;
	color: #333;
	text-align: right;
	z-index: 50;
}

div#eNav a {
	margin: 0 .5em;
	padding: 0 2px 0 2px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div#eNav a:hover,
div#eNav a.on {
	color: #bc231e;
}


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	padding: 128px 20px 15px 20px;
	background: url(../images/content/banner/visitus_banner.jpg) top no-repeat;
}
body.club div #mainPageArea {  background: url(../images/content/banner/wineclub_banner.jpg) top no-repeat;}

body.recipe div #mainPageArea {	background: url(../images/content/banner/recipe_banner.jpg) top no-repeat;}
body.visit div #mainPageArea {	background: url(../images/content/banner/visitus_banner.jpg) top no-repeat;}
body.store div #mainPageArea {	background: url(../images/content/banner/winestore_banner.jpg) top no-repeat;}
body.about_us div #mainPageArea {	background: url(../images/content/banner/aboutus_banner.jpg) top no-repeat;}
body.news div #mainPageArea,
body#about div #mainPageArea
 {background: url(../images/content/banner/news_banner.jpg) top no-repeat;}
	
div#specialsArea		{	
	float: right;
	display: inline;
	width: 241px;
	margin: 0;
	}
	
div#cmsContentArea {
	float: left;
	display: inline;
	margin: 55px 0 0 25px;
	width: 505px;
	line-height: 20px;
}

div#cmsContentArea p {
	margin: 0 0 1.5em 0;
}



hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding:0;
      border:none;
      visibility: hidden;
      }

/* =HOMEPAGE-----------------------------------------*/	

body#home div#container {
	background: url(../images/home_background.jpg) repeat-y;
}

body#home div#cmsContentArea {
	margin: 22px 0 0 0;
	width: 484px;
}

body#home div#specialsArea {
	width: 303px;
}

body#home div#mainPageArea {
	padding: 307px 20px 0 20px;
	margin: 0;
	position: relative;
	background: url(../images/hd_home.jpg) top no-repeat;
	height: auto;
	zoom: 1;
}

/* =FOOTER DIV-----------------------------------------*/	

div#footer
	{
	text-align: left;
	width: 840px;
	padding: 40px 0 20px 0;
	margin: 0 auto 15px auto;
	clear: both;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../images/foot.jpg) top no-repeat;
	}
	
div#footer a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

p.footlinks	{
	float:right;
	margin: 0 30px 0 0;
	padding: 0;
	color: #333;
	}

p.footlinks a {
	padding: 0 5px;
	margin: 0;
	}

p.footlinks a:hover {
	color: #333;
}

p.legal	{
	float: left;
	padding-left: 30px;
	margin: 0;
	}
	
p.rss {text-align: center; clear: both; width: 100%; margin: 5px 0 0 0; padding:0;}


input.button	{
		background-color: #ab8b4f;
		color: #fff;
		border: 1px solid #000;
		font: bold 10px Verdana, Arial, sans-serif;
		text-transform: uppercase;
		cursor: hand;
}

/* =GENERIC OVERRIDES STYLES-------------------------------------*/

div.processBar {
	width: 505px;
}

div#autolist, div.catalog_crumbs, body#news h2.generic, body#events h2.generic {display: none;}

td.verify_box h3 {font-size: 12px;}
