body { 
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #902808;
	text-align: center;
}

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

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

body, td, select {
    font: 12px Verdana, serif;
    line-height: 16px;
    color: #000;
}

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

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

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 12px "Times New Roman", serif;
 	color: #630;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 12px "Times New Roman", serif;
 	color: #000;
}
 
a	{
	color: #630;
	text-decoration: underline;
	}
	
a:hover	{
	color: #981e18;
	text-decoration: none;
	}
	

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

#container2 {padding: 0 20px;}

div#banner {
	position: relative;
	width: 915px;
	height: 303px;
	background: url(../images/hd_store.jpg) bottom no-repeat;
}

body.about_us div#banner {background: url(../images/banner_about.jpg) bottom no-repeat;} 
body.club div#banner {background: url(../images/banner_wineclub.jpg) bottom no-repeat;} 
body#contactus div#banner {background: url(../images/banner_contact.jpg) bottom no-repeat;} 
body.news div#banner {background: url(../images/banner_news.jpg) bottom no-repeat;} 
body.visit div#banner {background: url(../images/banner_visit.jpg) bottom no-repeat;}   
body.store div#banner {background: url(../images/banner_ourwines.jpg) bottom no-repeat;} 

div#banner img {float:left;}

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#banner h2 {
position: absolute;
top: 110px;
left: 25px;
font: bold 20px "Times New Roman", serif;
color: #663300;
}

ul.subNav {
list-style-type: none;
position: absolute;
left: 25px;
top: 160px;
margin: 0;
padding: 0;
font: bold 12px "Times New Roman", serif;
text-transform: uppercase;
}

ul.subNav li {
padding: 0;
margin: 0 0 10px 0;
}

ul.subNav li a {color: #630; text-decoration: none;}

ul.subNav li a.on {color: #fff;}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
	float: right;
    margin: 10px 0 0 10px;
    }

ul#nav {
	padding: 15px 0 0 0;
	margin: 0;
	background: url('../images/nav_background.jpg') no-repeat;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	padding: 0 7px 0 7px;
 	}

ul#nav li.contact {padding: 0 0 0 7px;}
 	
ul#nav a {
	line-height: 50px;
	margin: 0;
	font-family: "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav a.on, ul#nav a:hover	{
	color: #c90;
		} 
	
ul#nav ul {
	position: absolute;
	width: 915px;
	text-align: center;
	left: 10px;
	top: 205px;
	list-style-type: none;
	margin: 1px 0 0 0;
	padding: 0;
	text-align: center;
		}

ul#nav li ul li	{
	display: inline;
	background: none;
	}

ul#nav li ul li a	{
    color: #981e18;
	font-size: 12px;
	line-height: 16px;
	background: none;
	text-align: center;
	padding: 0 15px;
	line-height: 20px;
}

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




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

div#enav {
    width: 915px;
    margin: 30px auto 0 auto;
}

ul#eNav {
    list-style-type: none;
	color: #ffc;
	text-align: right;
	padding: 0;
	margin: 0 0 10px 0;
}

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

ul#eNav a {
	color: #ffc;
	text-transform: uppercase;
	text-decoration: none;
	}

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


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	width: 915px;
}
	
div#specialsArea {	
	float: right;
	display: inline;
	width: 310px;
	margin: 15px 0 0 0;
	}
	
div.kicker {
	border: 2px solid #efb967;
	padding: 10px 10px 5px 10px;
	margin: 0 0 10px 0;
}

div.kicker h3 {font-size: 16px; color: #900; margin: 0; padding: 0;}
div.kicker p {margin: 0;}
	
div#cmsContentArea {
	float: left;
	width: 580px;
	display: inline;
	margin: 15px 0 0 0;
	line-height: 22px;
	font-family: Verdana, Arial, sans-serif;
}

form#signform {width: 110px; margin: 0; padding: 0; display: inline;}
form#signform input.text {font: 12px "Times New Roman", serif; }

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-----------------------------------------*/	


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

div#footer
	{
	text-align: left;
	width: 915px;
	margin: 5px auto 10px auto;
	clear: both;
	color: #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
	
div#footer a {
    color: #ffc;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	}
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {float: left; }
div#footer p.footlinks {float: right;}
div#footer p.rss {text-align: center;}


.button	{
		background-color: #900;
		color: #fff;
		border: 1px solid #900;
		font: normal 12px "Times New Roman", serif;
		cursor: hand;
		cursor: pointer;
}

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

div.processBar {
	width: 580px;
}

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

