body { 
	margin: 0;
	padding: 0;
	background-color: #f5e5ba;
	text-align: center;
}

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

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

body, td, select {
    font: 14px "Times New Roman", Times,  serif;
    color: #000;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 20px "Times New Roman", Times,  serif;
 	color: #900;
 	font-variant: small-caps;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 17px "Times New Roman", Times,  serif;
 	color: #900;
 	font-variant: small-caps;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 14px "Times New Roman", Times,  serif;
 	color: #000;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 14px "Times New Roman", Times,  serif;
 	color: #900;
}
 
a	{
	color: #000;
	text-decoration: underline;
	}
	
a:hover	{
	text-decoration: underline;
	}
	
/* =CONTAINER DIVS-----------------------------------------*/	
#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 983px;
    background: url('../images/background.gif') left top repeat-y;
	padding: 0 0 10px 0;
	position: relative;
}

div#banner {
	position: relative;
	width: 715px;
	height: 369px;
	background: url(../images/banner.jpg) top left no-repeat;
}

body#our_wines div#banner {background: url(../images/content/banners/banner_ourwines.jpg) top left no-repeat;}
body#accolades div#banner {background: url(../images/content/banners/banner_accolades.jpg) top left no-repeat;}
body#contactus div#banner {background: url(../images/content/banners/banner_contact.jpg) top left no-repeat;}
body.news div#banner {background: url(../images/content/banners/banner_news.jpg) top left no-repeat;}
body#story div#banner {background: url(../images/content/banners/banner_ourstory.jpg) top left no-repeat;}
body.policies div#banner {background: url(../images/content/banners/banner_policies.jpg) top left no-repeat;}
body.recipe div#banner {background: url(../images/content/banners/banner_recipes.jpg) top left no-repeat;}
body#bud-break div#banner {background: url(../images/content/banners/banner_seasons.jpg) top left no-repeat;}
body.seasons div#banner {background: url(../images/content/banners/banner_seasons2.jpg) top left no-repeat;}
body.sitemap div#banner {background: url(../images/content/banners/banner_sitemap.jpg) top left no-repeat;}
body.trade div#banner {background: url(../images/content/banners/banner_trade.jpg) top left no-repeat;}
body#winemaker div#banner {background: url(../images/content/banners/banner_winemaker.jpg) top left no-repeat;}
body.store div#banner {background: url(../images/content/banners/banner_wineshop.jpg) top left no-repeat;}
body#dormancy div#banner {background: url(../images/content/banners/banner_dormacy.jpg) top left no-repeat;}
body#harvest div#banner {background: url(../images/content/banners/banner_harvest.jpg) top left no-repeat;}
body#irrigation div#banner {background: url(../images/content/banners/banner_irrigation.jpg) top left no-repeat;}
body#pruning div#banner {background: url(../images/content/banners/banner_pruning.jpg) top left no-repeat;}
body#testimonials div#banner {background: url(../images/content/banners/banner_testimonials.jpg) top left no-repeat;}

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

div#banner h1 span {
    display: none;
}

div#mainPageArea {
	margin: 0;
	width: 715px;
	float: right;
	display: inline;
	position: relative;
}
	
div#specialsArea {	
	float: left;
	display: inline;
	width: 249px;
	margin: 0;
}


/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
    width: 715px;
    margin: 0;
    }

ul#nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	padding: 0 15px 0 15px;

 	}
 	
ul#nav a {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    font-weight: bold;
	color: #900;
	text-decoration: none;
	font-variant: small-caps;
}

ul#nav a.on, ul#nav a:hover	{
	color: #000;
		} 
	
ul#nav ul {
	position: absolute;
	text-align: left;
	left: 40px;
	top: 450px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 14px;
		}

ul#nav li ul li	{
	display: inline;
	background: none;
	padding: 0 20px 0 0;
	}

body.seasons ul#nav li ul li {padding: 0 15px 0 0;}

ul#nav li ul li a	{
    color: #900;
	font-size: 14px;
	background: none;
}

ul#nav li ul li a:hover, ul#nav li ul li a.on { color: #000;}
	
#nav a:hover {
	text-decoration: none;
}




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

div#enav {
    width: 715px;
    margin: 10px auto 15px auto;
    padding: 0;
}

ul#eNav {
    list-style-type: none;
	font-size: 13px;
	color: #000;
	text-align: right;
	padding: 0 50px 0 0;
	margin:0;
}

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

ul#eNav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

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


/* =EDITABLE BODY -----------------------------------------*/	

	
div.kicker {
	background: url('../images/kicker.jpg') no-repeat;
	width: 249px;
	height: 165px;
}
div.kicker div {
	padding: 60px 20px;
}

div#specialsArea h2 {text-align: center; margin: 0 0 10px 0;}
div#specialsArea h2 a {color: #900;}

form#signform {margin: 0;}
form#signform input.text {
	font: normal 12px "Times New Roman", Times,  serif; 
	margin-right: 5px;
	width: 150px;
	border: 1px solid #000;}
	
div#cmsContentArea {
	width: 660px;
	margin: 50px 0 0 40px;
	line-height: 20px;
}

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 #banner h1 {
    display: none;
    }

body#home #banner {
    height: 485px;
    background-image: url('../images/home_banner.jpg') ;
}

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

div#footer
	{
	text-align: left;
	width: 983px;
	margin: 40px auto 10px auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	}
	
	
div#footer a {
	padding: 0 0 0 15px;
	margin: 0;
	}
	
span.feeds {padding-left: 15px;}
div#footer span.feeds a {padding: 0 15px 0 0;}

img#dtt {float: right;}

input.button	{
		background-color: #900;
		color: #fff;
		border: 1px solid #900;
		font: bold 12px Georgia, Times, serif;
		cursor: hand;
		font-variant: small-caps;
}

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

div.processBar {
	width: 660px;
}

div.catalog_crumbs,
div#autolist {
    }

