body { 
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #19110D;
	text-align: center;
}

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

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

body, td, select {
    font: 11px Verdana, Arial, sans-serif;
    line-height: 16px;
    color: #d5d2cd;
}

select {color: #000;}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: normal 14px Verdana, Arial, sans-serif;
	text-transform: uppercase;
 	color: #e11f26;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, sans-serif;
 	color: #d5d2cd;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, sans-serif;
 	color: #d5d2cd;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 11px Verdana, Arial, sans-serif;
 	color: #d5d2cd;
}
 
a	{
	color: #d5d2cd;
	text-decoration: underline;
	}
	
a:hover	{
	color: #d5d2cd;
	text-decoration: none;
	}
	

/* =CONTAINER DIVS-----------------------------------------*/	
#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1062px;
	background-color: #19110D;	
	padding: 0 0 10px 0;
	position: relative;
	border: 1px solid #680B08;
}

div#banner {
	position: relative;
	width: 1062px;
	height: 156px;
	background: url(../images/logo.gif) 40px 30px no-repeat;
}

div#banner h1 {
    position: absolute;
    margin: 0;
    padding: 0;
}

div#banner h1 a {
    position: absolute;
    display: block;
    width: 125px;
    height: 125px;
    top: 10px;
    left: 10px;
    text-decoration: none;
}

div#banner h1 span {display: none;}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
    width: 840px;
    height: 20px;
    margin: 0;
    background: url('../images/nav.gif') top no-repeat; 
    position: absolute;
    top: 40px;
    left: 170px;
    }

ul#nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	padding: 0;
	margin: 0;
	float: left;
 	}
 	
ul#nav a {
	padding: 0;
	display: block;
	height: 20px;
}

ul#nav a span {display: none;}

ul#nav a.on	{
	background-image: url('../images/nav.gif');} 


ul#nav li.home a {width: 76px;}		
ul#nav li.home a.on, ul#nav li.home a:hover {background-position: 0 -20px;}

ul#nav li.buy a {width: 112px;}	
ul#nav li.buy a.on {background-position: -75px -20px;}

ul#nav li.about a {width: 127px;}	
ul#nav li.about a.on {background-position: -186px -20px;}	

ul#nav li.why a {width: 175px;}		
ul#nav li.why a.on {background-position: -312px -20px;}	

ul#nav li.reviews a {width: 144px;}		
ul#nav li.reviews a.on {background-position: -484px -20px;}	

ul#nav li.recipes a {width: 89px;}		
ul#nav li.recipes a.on {background-position: -626px -20px;}	

ul#nav li.contact a {width: 116px;}		
ul#nav li.contact a.on {background-position: -714px -20px;}	
	
ul#nav ul {
	position: absolute;
	left: 10px;
	top: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 11px;
	width: 500px;
}

ul#nav ul a {height: 11px; margin-right: 20px;}

ul#nav li ul#buy {background:url('../images/buy_subnav.gif') top left no-repeat;}
ul#nav ul li.store a {width: 84px;}
ul#nav ul li.store a.on {background: url('../images/buy_subnav.gif') left bottom no-repeat;} 
ul#nav ul li.restaurants a {width: 89px;}
ul#nav ul li.restaurants a.on {background: url('../images/buy_subnav.gif') -104px bottom no-repeat;} 

ul#nav li ul#about {background:url('../images/about_subnav.gif') top left no-repeat;}
ul#nav ul li.family a {width: 80px;}
ul#nav ul li.family a.on {background: url('../images/about_subnav.gif') left bottom no-repeat;} 
ul#nav ul li.winery a {width: 80px;}
ul#nav ul li.winery a.on {background: url('../images/about_subnav.gif') -100px bottom no-repeat;} 
ul#nav ul li.wines a {width: 80px;}
ul#nav ul li.wines a.on {background: url('../images/about_subnav.gif') -200px bottom no-repeat;} 
ul#nav ul li.orchard a {width: 178px;}
ul#nav ul li.orchard a.on {background: url('../images/about_subnav.gif') -300px bottom no-repeat;} 

ul#nav li ul#why {background:url('../images/why_subnav.gif') top left no-repeat;}
ul#nav ul li.benefits a {width: 105px;}
ul#nav ul li.benefits a.on {background: url('../images/why_subnav.gif') left bottom no-repeat;} 
ul#nav ul li.legendary a {width: 128px;}
ul#nav ul li.legendary a.on {background: url('../images/why_subnav.gif') -125px bottom no-repeat;} 

#nav a:hover {
	text-decoration: none;
}




/* =SHOPPING MENU -----------------------------------------*/	

div#enav {
    width: 1062px;
    margin: 10px auto 0 auto;
}

ul#eNav {
    list-style-type: none;
	font: 10px Verdana, Arial, sans-serif;
	color: #d5d2cd;
	text-align: right;
	padding: 0;
	margin: 0 25px 10px 0;
}

ul#eNav li {
    display: inline;
    margin: 0 0 0 30px;
    padding: 0;
}

ul#eNav a {
	color: #d5d2cd
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
}

ul#eNav a:hover,
ul#eNav a.on {
	color: #981e18;
}


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	margin: 0;
	width: 1062px;
}
	
div#specialsArea {	
	float: right;
	display: inline;
	width: 462px;
	height: 474px;
	margin: 0;
	background: url('../images/content/bg_default.jpg') top no-repeat;
	}

body.store div#specialsArea, body.restaurants div#specialsArea  {background: url('../images/content/bg_buy.jpg') top no-repeat;}
body.about_us div#specialsArea {background: url('../images/content/bg_about.jpg') top no-repeat;}
body#contactus div#specialsArea {background: url('../images/content/bg_contact.jpg') top no-repeat;}
body#reviews div#specialsArea, body#show_news div#specialsArea {background: url('../images/content/bg_awards.jpg') top no-repeat;}
body#recipes div#specialsArea, body#show_events div#specialsArea, body#past_events div#specialsArea  {background: url('../images/content/bg_events.jpg') top no-repeat;}
	
div#cmsContentArea {
	float: left;
	width: 515px;
	display: inline;
	margin: 20px 0 0 75px;
}

form#signform {width: 204px; margin: 0; padding: 0;}

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

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

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


body#home ul#nav {background: none;}

body#home div#container {
    background: url('../images/bg_home.jpg') 65px 50px no-repeat;
    height: 711px;
}

body#home div#cmsContentArea {margin: 0 125px 0 0; float: right; width: 370px; text-align: justify;}

div#homeSpecialsArea {position: absolute; bottom: 20px; left: 20px}

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

div#footer
	{
	text-align: left;
	width: 1062px;
	margin: 5px auto 10px auto;
	clear: both;
	color: #d5d2cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../images/foot.jpg) top no-repeat;
	text-align: center;
	}
	
	
div#footer a {
    color: #d5d2cd;
	padding: 0 5px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	}
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {float: left; padding-left: 15px;}
div#footer p.rss {float: right; padding-right: 15px;}
div#footer p.footlinks {text-align: center;}


.button	{
		background-color: #e11f26;
		color: #fff;
		border: 1px solid #d5d2cd;
		font: normal 10px Verdana, Arial, sans-serif;
		text-transform: uppercase;
		cursor: hand;
		cursor: pointer;
}

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

div.processBar {
	width: 515px;
}

div.catalog_crumbs,
div#autolist {
    display: none;
}

div#product_img_form {
	float: right;
	background-color: #111;
	position: relative;
}

div#wine_details table th {
	border-bottom: 1px solid #111;
}

div#wine_details table td {
	border-bottom: 1px solid #111;
}

table.cart td, table.clubs td, table.orders td  {
	background-color: #111;
}

table.cart tr.shading td, table.clubs tr.shading td, table.orders tr.shading td {
	background-color: #111;
}


table.cart td, table.clubs td, table.orders td {
	border: none;
}

ul.cart_info {
	background-color: #111;
}

table.cart tbody.totals td {
	background-color: #111;
}

table.cart tbody.totals th {
	text-align: right;	
	background-color: #111;
}

td.verify_box h3, 
h3.box {
	background-color: #111;
}

ul.account_nav {
	background-color: #111;
}
