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

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

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

body, td {
    font: 11px Verdana;
    line-height: 18px;
    color: #ffffff;
}

select { color: #000000;}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 16px Georgia;
 	color: #cccc99;
 	text-transform: uppercase;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 12px Georgia;
 	color: #cccc99;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	line-height: 18px;
	font: bold 11px Verdana;
 	color: #ffffff;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 11px Verdana;
 	color: #cccc99;
}
 
a	{
	color: #ffffff;
	font: 11px Verdana;
	text-decoration: underline;
	}
	
a:hover	{
	color: #ffffff;
	text-decoration: none;
	}

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

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

body.history div#banner {background: url(../images/history.jpg) top no-repeat;} 
body.winemakers div#banner {background: url(../images/winemakers.jpg) top no-repeat;} 
body.terroir div#banner {background: url(../images/terroir.jpg) top no-repeat;} 
body.store div#banner {background: url(../images/ourwines.jpg) top no-repeat;} 
body.club div#banner {background: url(../images/wineclub.jpg) top no-repeat;} 
body.photo div#banner {background: url(../images/photoalbum.jpg) top no-repeat;}  
body.recipe div#banner {background: url(../images/recipes.jpg) top no-repeat;} 
body.retail div#banner {background: url(../images/retail.jpg) top no-repeat;} 
body.press div#banner {background: url(../images/press.jpg) top no-repeat;} 
body#contactus div#banner {background: url(../images/contact.jpg) top no-repeat;} 
body.policies div#banner {background: url(../images/policies.jpg) top no-repeat;} 
body.trade div#banner {background: url(../images/trade.jpg) top no-repeat;} 
body.sitemap div#banner {background: url(../images/sitemap.jpg) top 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: 200px;
    text-decoration: none;
}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
    height: 30px;
    width: 700px;
    color: #000000;
    margin: 0;
    background: url('../images/navbar.jpg') top no-repeat; 
    position: absolute;
    top: 220px;
    left: 0px;
    }

ul#nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	margin: 8px 7px 0 8px;
	padding: 0;
	float: left;
	color: #000000;
 	}
 	
ul#nav a {
	float: left;
	display: block;
	padding: 0;
	height: 30px;
	font: 10px georgia;
	font-weight: bold;
	color: #000000; 
	text-decoration: none;
}


ul#nav a.on	{ color: #660033;} 

	
ul#nav ul {
	position: absolute;
	width: 700px;
	text-align: center;
	left: 10px;
	top: 205px;
	list-style-type: none;
	margin: 1px 0 0 0;
	padding: 0;
		}

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

ul#nav li ul li a	{
    color: #000000;
	font-size: 11px;
	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: #000;}
	
#nav a:hover {
	text-decoration: none;
}




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

div#enav {
    width: 700px;
    margin: 10px auto 0 auto;
    position: absolute;
    top: 184px;
}

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

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

ul#eNav a {
	color: #ffffff;
	display: inline;
	font: 12pt bold Verdana;
	line-height: 20px;
	text-decoration: none;
	margin: 0 10px 0 10px;
}

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


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	margin: 30px 0 0 0;
	width: 700px;
	background-color: #565447;
}
	
div#specialsArea {	
	float: right;
	display: inline;
	width: 150px;
	margin: 30px 10px 0px 10px;
	}
	
div#kicker {
    background: url('../images/kicker.jpg') top left no-repeat;
    width: 92px;
    height: 265px;
}


div#kicker div  {padding: 20px 0 0 23px;}
	
div#cmsContentArea {
	float: left;
	width: 500px;
	min-height: 430px;
	display: inline;
	margin: 30px 0 0 10px;
	border-right: 1px dotted;
	padding: 0 10px 0 0;
}

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

div#homebanner {
	position: relative;
	width: 700px;
	height: 220px;
	background: url(../images/home_banner.jpg) no-repeat;
	float: top;
}

body#home h1 {display: none;}

body#home div#mainPageArea {
    margin: 30px 0 0 0;
    width: 700px;
}

body#home div#cmsContentArea {
	clear: both;
	float: left;
	width: 700px;
	margin: 30px 10px 0 10px;
	border: none;
}

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

div#footer
	{
	text-align: left;
	width: 700px;
	margin: 0 auto 5px auto;
	clear: both;
	color: #ffffff;
	font: 10px regular Verdana;
	background-color: #565447;
	}
	
	
div#footer a {
    color: #ffffff;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	}
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {float: left; padding: 2px 0 0 3px;}
div#footer p.rss {float: right; padding: 0 5px 0 0;}
div#footer p.footlinks {text-align: center; padding: 0 2px 0 0;}


.button	{
		background-color: #cccc99;
		color: #000000;
		border: 1px solid #ffffff;
		font: bold 10px Georgia;
		cursor: hand;
		cursor: pointer;
		text-tranform: upperacse;
}

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

div.processBar {
	width: 500px;
}

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

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

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

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

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


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

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

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

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

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

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


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

