body { 
	margin: 0;
	padding: 0;
	background: url('../images/body_bg.gif') repeat;
	text-align: center;
}

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

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

body, td, input, select {
    font: 14px Times, "Times New Roman", serif;
    line-height: 16px;
    color: #62604e;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 16px Times, "Times New Roman", serif;
 	color: #9e181b;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 14px Times, "Times New Roman", serif;
 	color: #62604e;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: normal 14px Times, "Times New Roman", serif;
 	color: #9e181b;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 12px Times, "Times New Roman", serif;
 	color: #000;
}
 
a	{
	color: #62604e;
	text-decoration: underline;
	}
	
a:hover	{
	color: #62604e;
	text-decoration: underline;
	}
	

/* =CONTAINER DIVS-----------------------------------------*/	
#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
	background-color: #F2F0E2;	
	padding: 0 0 10px 0;
	position: relative;
}

#container2 { 
padding: 0 0 0 14px;
background: url('../images/background.jpg') 14px 30px repeat-y;

}


div#banner {
	width: 955px;
	height: 262px;
	background: url(../images/hd_default.jpg) no-repeat;
}

body.about_us div#banner {	background: url(../images/hd_about.jpg) no-repeat;}
body.family div#banner {	background: url(../images/hd_family.jpg) no-repeat;}
body.store div#banner {	background: url(../images/hd_store.jpg) no-repeat;}
body#news div#banner {	background: url(../images/hd_news.jpg) no-repeat;}
body#events div#banner {	background: url(../images/hd_events.jpg) no-repeat;}
body#contactus div#banner {	background: url(../images/hd_contact.jpg) no-repeat;}
body.account div#banner {	background: url(../images/hd_myaccount.jpg) no-repeat;}
body.cart div#banner {	background: url(../images/hd_cart.jpg) no-repeat;}




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

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

div#signupForm {
	position: absolute;
	text-align: center;
	top: 160px;
	right: 45px;
	width: 190px;
	color: #62604e;
}

div#signupForm input.text {
	border: 1px solid #aca88f;
	border-top: 2px solid #aca88f; 
	border-bottom: 2px solid #aca88f; 
	background-color: #efeaca;
	color: #62604e;
	}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
    height: 43px;
    width: 955px;
    margin: 0;
    position: relative;
    }

ul#nav {
	padding: 0 0 0 5px;
	margin: 0;
	background: url('../images/nav.jpg') bottom no-repeat;
	height: 43px;
	list-style-type: none;
	}
	
ul#nav li {
	margin: 0 25px;
	padding: 0;
	float: left; 	
	display: inline;
	}
 	
ul#nav li a {
	display: block;
	margin: 0;
	width: 100%;
	height: 43px;
}

ul#nav a span {display: none;}
ul#nav li {height: 43px;}
ul#nav li a:hover, ul#nav li a.on {background-image: url('../images/nav.jpg');}

li.home {width: 60px;} 
li.home a:hover, li.home a.on {background-position: -30px -1px;} 

li.about {width: 90px;}
li.about a:hover, li.about a.on {background-position: -140px -1px;} 
li.family {width: 110px;}
li.family a:hover, li.family a.on {background-position: -280px -1px;} 

li.wines {width: 100px;}
li.wines a:hover, li.wines a.on {background-position: -440px -1px;} 

li.news {width: 55px;}
li.news a:hover, li.news a.on {background-position: -590px -1px;} 

li.events {width: 70px;}
li.events a:hover, li.events a.on {background-position: -695px -1px;} 

li.contact {width: 100px;}
li.contact a:hover, li.contact a.on {background-position: -815px -1px;} 
		
	
ul#nav li ul {
	position: absolute;
	width: 693px;
	text-align: center;
	left: 0;
	top: 44px;
	height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: url('../images/subnav_about.jpg') left top no-repeat;
	}
ul#nav ul li, ul#nav ul a {height: 34px;}

ul#nav ul li a:hover, ul#nav ul li a.on {	background-image: url('../images/subnav_about.jpg');}


li.history {width: 115px;}
li.history a:hover, li.history a.on {background-position: -25px bottom;} 

li.vineyards {width: 135px;}
li.vineyards a:hover, li.vineyards a.on {background-position: -190px bottom;} 
	
#nav a:hover {
	text-decoration: none;
}




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

div#enav {
	position: absolute;
    width: 955px;
    margin: 10px auto 0 auto;
}

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

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

ul#eNav a {
	color: #999;
    padding: 5px;
	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 {
	padding: 40px 0 0 0;
	width: 955px;
	background: url('../images/page_top.jpg') top no-repeat;
}
	
div#specialsArea {	
	float: right;
	display: inline;
	width: 250px;
	margin: 0;
	}
	
div#kicker {
    background: url('../images/kicker1_back.jpg') top left no-repeat;
    width: 250px;
    height: 190px;
}


div#kicker div  {padding: 20px 0 0 23px;}
	
div#cmsContentArea {
	width: 840px;
	margin: 0 auto 0 auto;
}

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 div#banner {
	width: 955px;
	height: 360px;
	background: url(../images/hd_home.jpg) no-repeat;
}

body#home div#footer {background: none; padding: 0;}

div#banner h1 {display: none;}




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

div#footer
	{
	text-align: left;
	width: 955px;
	margin: 0 auto 10px auto;
	clear: both;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 30px;
	background: url(../images/foot.jpg) top no-repeat;
		}
	
	
div#footer a {
    color: #999;
	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: #9a1b1a;
		color: #fff;
		border: 1px solid #9a1b1a;
		font: normal 11px Times, serif;
		text-transform: uppercase;
		cursor: hand;
		cursor: pointer;
}

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

div.processBar {
	width: 840px;
}

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

