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

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

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

body {
    font: 14px "Times New Roman", Times, serif;
    line-height: 16px;
    color: #fff;
}

input, select {color: #000; font: 13px "Times New Roman", Times, serif;}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 22px "Times New Roman", Times, serif;
 	color: #600;
 	text-transform: uppercase;
}

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

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 16px "Times New Roman", Times, serif;
 	color: #fff;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 13px "Times New Roman", Times, serif;
 	color: #600;
}
 
a	{
	color: #fff;
	text-decoration: underline;
	}
	
a:hover	{
	text-decoration: none;
	}
	

/* =CONTAINER DIVS-----------------------------------------*/	
#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 950px;
	background-color: #fff;	
	padding: 0 0 20px 0;
	position: relative;
	background: #fff url(../images/background.gif) repeat-y;
}

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

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

div#banner h1 a {
    position: absolute;
    display: block;
    width: 320px;
    height: 60px;
    top: 35px;
    left: 325px;
    text-decoration: none;
}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
	width: 950px;
	height: 36px;
	background-color: #a8b086;
	position: relative;
    }

ul#nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	width: 950px;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	padding: 0 15px 0 15px;
	line-height: 35px;
 	}
 	
ul#nav a {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #600;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav a.on	{
	color: #000;
		} 
	
ul#nav ul {
	position: absolute;
	left: 0;
	top: 36px;
	height: 28px;
	width: 950px;
	background-color: #d3d8bb;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 28px;
		}

ul#nav li ul li	{
	display: inline;
	background: none;
	line-height: 28px;
	}

ul#nav li ul li a	{
	font-size: 12px;
	color: #330;
}

ul#nav li ul li a.on {color: #996;}

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




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

div#enav {
    position: absolute;
    right: 0;
    top: 10px;
    
}

ul#eNav {
    list-style-type: none;
	font-size: 11px;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}

ul#eNav li {
    display: inline;
    color: #000;
    text-transform: uppercase;
    }

ul#eNav a {
	font: bold 11px Georgia, Times, serif;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}

ul#eNav a:hover {color: #000;}


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	margin: 28px 0 0 0;
	width: 950px;
}
	
div#specialsArea {	
	float: right;
	display: inline;
	width: 261px;
	margin: 0;
	color: #000;
	}	
	
div#specialsArea h2 {
	color: #000;
	margin: 10px 0 5px 20px;
}
div#specialsArea p {margin: 5px 0 10px 20px;}

div#specialsArea img {display: block; margin: 5px 0 0 0;}
	
div#cmsContentArea {
	float: left;
	width: 610px;
	display: inline;
	margin: 30px 0 0 40px;
	line-height: 28px;
}


div#signup {margin: 0; padding: 0; height: 75px; overflow: hidden;}
div#signup img {padding-top: 20px;}
form#signform {margin: 0; padding: 5px 0 0 15px;}
form#signform input.text {font-size: 13px; width: 180px; margin-right: 5px; font-weight: normal; border: 1px solid #000;}
div#cmsContentArea p {
	margin: 0 0 1.5em 0;
}

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

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

body#home div#container {padding: 0;}

body#home #banner {
    height: 301px;
    background: url('../images/home_banner.jpg') bottom left no-repeat;
}


body#home div#mainPageArea {margin: 0; height: 307px; overflow: hidden;}


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

div#footer
	{
	text-align: left;
	width: 950px;
	margin: 10px auto 10px auto;
	clear: both;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	}
	
	
div#footer a {
    color: #000;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	}
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {float: left;}
div#footer p.rss {text-align: center;}
div#footer p.footlinks {float: right;}


.button	{
		background-color: #600;
		color: #fff;
		border: 1px solid #600;
		font: bold 11px "Times New Roman", Times, serif;
		cursor: hand;
		cursor: pointer;
		text-transform: uppercase;
}

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

div.processBar {
	width: 610px;
}

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

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;
}

p.info {
	background-color: #333;
}

