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

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

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

body, td, select {
    font: 12px Georgia, Times, serif;
    line-height: 16px;
    color: #fff;
}

select {color: #000}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 16px Georgia, Times, serif;
 	color: #fff;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 16px Georgia, Times, serif;
 	color: #e39838;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 14px Georgia, Times, serif;
 	color: #fff;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 14px Georgia, Times, serif;
 	color: #e39838;
}
 
a	{
	color: #e39838;
	text-decoration: underline;
	}
	
a:hover	{
	color: #e39838;
	text-decoration: none;
	}
	

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

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

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

div#banner h1 a {
    text-indent: -9999px;
    position: absolute;
    display: block;
    width: 270px;
    height: 65px;
    top: 100px;
    left: 250px;
    text-decoration: none;
}

/* =NAVIGATION-----------------------------------------*/	
	
ul#nav {
    position: relative;
    width: 700px;
    margin: 0 auto 0 auto;
    top: 160px;
    padding: 0;
    border-bottom: 1px solid #996666;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	padding: 0 8px 0 8px;
 	}
 	 
ul#nav li.contact {padding: 0 0 0 10px;}
ul#nav li.home {padding: 0 10px 0 0;}
 	
ul#nav a {
	line-height: 35px;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

ul#nav a.on, ul#nav a:hover	{
	color: #fff;
		} 
	
ul#nav ul {
	position: absolute;
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: center;
	left: 0;
	top: 45px;
	list-style-type: none;
	padding: 0 5px;
	text-align: center;
		}

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

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

body.store ul#nav li ul li a {padding: 0 6px;}

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




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

div#enav {
    width: 760px;
    margin: 10px auto 0 auto;
}

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

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

ul#eNav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
}

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


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
    background: url('../images/foot.jpg') bottom left no-repeat;
	margin: 0;
	width: 760px;
	padding: 0 0 110px 0;
}
	
div#specialsArea {	
	display: inline;
	width: 760px;
	margin: 0 auto 0 auto;
	}
	
div#cmsContentArea {
	width: 640px;
	margin: 0 0 0 60px;
}

div#cmsContentArea p {
	margin: 0 0 1em 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: 383px;
    background: url('../images/home_banner.jpg') left top no-repeat;
}

/*
body#home div#mainPageArea {
    background: url('../images/home_foot.jpg') bottom left no-repeat;
    padding: 0;
    height: 120px;
}

*/

body#home ul#nav {
    top: 295px;
    padding: 0;
    border-bottom: 1px solid #996666;
	list-style-type: none;
	text-align: center;
	}



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

div#footer
	{
	text-align: left;
	width: 929px;
	margin: 5px auto 10px auto;
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
p.footlinks	{
	text-align: center;
	color: #fff;
	margin: 0;
	}

p.footlinks a, p.footlinks a:hover {
	padding: 0 5px;
	color: #fff;
	margin: 0;
	}

p.legal	{
	text-align: center;
	color: #fff;
	margin: 0;
	}

input.button	{
		background-color: #c00;
		color: #fff;
		border: 1px solid #999966;
		font: bold 11px Verdana, Arial, sans-serif;
		text-transform: uppercase;
		cursor: hand;
}

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

div.processBar {
	width: 640px;
}

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

/* =SPECIAL FOR DARK BACKGROUND-------------------------------------*/

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, table.clubs, table.orders {
	
}

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

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

table.cart tbody.totals td {
	background: none;
}

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

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

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


