body { 
	margin: 0 auto 0 auto;
	padding: 0;
	background: #474747;	
	text-align: center;
}

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

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

body, td, select {
    font: 11px Verdana;
    line-height: 14px;
    color: #e4e4e4;
}

select {color: #000;}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 18px arial;
 	color: #ffffff;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 18px arial;
 	color: #ffffff;
}
.caps {  text-transform: capitalize;}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 16px arial;
 	color: #e3e300;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 12px Georgia, Times, serif;
 	color: #000;
}
 
a	{
	font: bold Verdana 11px;
	color: #e4e4e4;
	text-decoration: underline;
	}
	
a:hover	{
	color: #e4e4e4;
	text-decoration: none;
	}
	

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

body#sake101 #container {background:  url(../images/bodybg.jpg) repeat;}

div#banner {
	position: relative;
	width: 713px;
	height: 235px;
	margin: 0 0 0 17px;
	background: url(../images/banner.jpg) no-repeat;
}

body.top div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body#sake101 div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body#sake101_2 div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body#sake101_3 div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body#sake101_4 div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body#sake101_5 div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body#sake101_6 div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body#sake101_7 div#banner {background: url(../images/content/banner/sakeone_subpage_sakeshop.jpg) no-repeat;
}
body.Momokawa_Sakes div#banner {background: url(../images/Momokawa_header_image.jpg) no-repeat;
}
body.Tsubaki_Grand_Shrine_of_America div#banner {background: url(../images/Tsubaki_header_image.jpg) no-repeat;
}
body.Moonstone_Sakes div#banner {background: url(../images/Moonstone_header_image.jpg) no-repeat;
}
body.G_Sakes div#banner {background: url(../images/g_header_image.jpg) no-repeat;
}
body.Murai_Family_Imported_Sakes div#banner {background: url(../images/Murai_header_image.jpg) no-repeat;
}
body#careers div#banner {background: url(../images/content/banner/sakeone_subpage_company.jpg) no-repeat;
}
body#investors div#banner {background: url(../images/content/banner/sakeone_subpage_company.jpg) no-repeat;
}
body#our_team div#banner {background: url(../images/content/banner/sakeone_subpage_company.jpg) no-repeat;
}
body#background div#banner {background: url(../images/content/banner/sakeone_subpage_company.jpg) no-repeat;
}

body#club div#banner {background: url(../images/content/banner/sakeone_subpage_sakeclub.jpg) no-repeat;
}
body#saketinis div#banner {background: url(../images/content/banner/sakeone_subpage_saketinirecipes.jpg) no-repeat;
}
body#sakerecipes div#banner {background: url(../images/content/banner/sakeone_subpage_saketinirecipes.jpg) no-repeat;
}
body#contactus div#banner {background: url(../images/content/banner/sakeone_subpage_contactus.jpg) no-repeat;
}
body#news div#banner {background: url(../images/content/banner/sakeone_subpage_news.jpg) no-repeat;
}
body#articles div#banner {background: url(../images/content/banner/sakeone_subpage_news.jpg) no-repeat;
}
body#awards div#banner {background: url(../images/content/banner/sakeone_subpage_news.jpg) no-repeat;
}
body#events div#banner {background: url(../images/content/banner/sakeone_subpage_events.jpg) no-repeat;
}
body.resources div#banner {background: url(../images/content/banner/sakeone_subpage_resources.jpg) no-repeat;
}
body#policies div#banner {background: url(../images/content/banner/sakeone_subpage_policies.jpg) no-repeat;
}
body#sitemap div#banner {background: url(../images/content/banner/sakeone_subpage_sitemap.jpg) no-repeat;
}
body#tours div#banner {background: url(../images/content/banner/sakeone_subpage_tastingroom.jpg) no-repeat;
}

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

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

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
    height: 60px;
    width: 741px;
    margin: 0;
    float: top;
    background: url(../images/navbar.jpg) top no-repeat; 
    }

ul#nav {
	padding: 0;
	margin: 0;
	background: url('../images/nav.jpg') no-repeat;
	list-style-type: none;
	text-align: center;
	float: right;
	margin: 29px 11px 0;
	height: 32px;
	width: 572px;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
 	}
 	
ul#nav a {
	padding: 0;
	display: block;
	float: left;
	height: 32px;
}

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

ul#nav a span {display: none;}

ul#nav li.home a {width: 36px;}		
ul#nav li.home a.on, ul#nav li.home a:hover {background-position: 0 -33px;}

ul#nav li.company a {width: 53px;}	
ul#nav li.company a.on {background-position: -36px -33px;}

ul#nav li.store a {width: 60px;}	
ul#nav li.store a.on {background-position: -89px -33px;}	

ul#nav li.club a {width: 62px;}		
ul#nav li.club a.on {background-position: -149px -33px;}	

ul#nav li.recipe a {width: 87px;}		
ul#nav li.recipe a.on {background-position: -211px -33px;}	

ul#nav li.tasting a {width: 77px;}		
ul#nav li.tasting a.on {background-position: -298px -33px;}	

ul#nav li.news a {width: 36px;}		
ul#nav li.news a.on {background-position: -375px -33px;}	

ul#nav li.events a {width: 41px;}		
ul#nav li.events a.on {background-position: -411px -33px;}	

ul#nav li.trade a {width: 61px;}		
ul#nav li.trade a.on {background-position: -452px -33px;}	

ul#nav li.contact a {width: 59px;}		
ul#nav li.contact a.on {background-position: -513px -33px;}

ul#nav a.on, ul#nav a:hover	{
	color: #000;
		} 

div#subNav {
	background: #333333;
	text-align: left;
	list-style-type: none;
	margin: 10px 0 15px 0;
	padding: 0;
	width: 500px;
		}	

div#subNav ul {
	height: 23px;
	margin: 0 0 0 0;
	width: 400px;
	padding: 0;
}

div#subNav ul li	{
	display: block;
	background: none;
	float: left;
	}
	
div#subNav ul li a	{
    color: #ffffff;
	font: normal 9px Arial, Helvetica, sans-serif;
	display: block;
	line-height: 22px;
	float: left;
	height: 23px;
	background: none;
	text-align: center;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
}
	
div#subNav ul li a:hover, div#subNav ul li a.on {color: #c0c00f; background: #181818; height: 23px;}

div#subNav a:hover {
	text-decoration: none;
}

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




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

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

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

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

ul#eNav a {
	color: #ffffff;
	font: 11px arial;
	text-decoration: underline;
	line-height: 20px;
}

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


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	margin: 0;
	width: 741px;
}
	
div#specialsArea {	
	float: right;
	display: inline;
	width: 190px;
	margin: 0 11px 0 0;
	padding: 0;
overflow: hidden;
	}
	
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 {
	float: left;
	width: 500px;
	display: inline;
	margin: 0 0 0 17px;
}


body#sake101 div#specialsArea {
position: absolute;
top: 61px;
right: 11px;
padding: 0;
margin: 0;
}



div#signup {
	width: 192px; 
	height: 87px;
	background: #474747;
	font: 16px arial;
	text-align: left;
	color: #c6c615;
}

div#signup p {margin: 0 0 0 15px; padding: 15px 0 0 0;}

div#signup .button	{
		background-color: #000000;
		color: #fff;
		border: none;
		font: 12px arial;
		text-decoration: none;
		cursor: hand;
		cursor: pointer;
}

form#signform {
	margin: 0; 
	padding: 0;
	}
	
input {background-color:#474747;border: 1px solid #c9c9c9;color:#c9c9c9;
margin: 7px 0 0 15px;}	

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 #banner h1 {
    display: none;
    }

body#home #banner {
    height: 246px;
    width: 711px;
    margin: 0 0 0 10px;
    background: url('../images/home_banner.jpg') top no-repeat;
}

body#home div#navBar {
    height: 57px;
    width: 730px;
    margin: 0;
    float: top;
    background: url(../images/home_nav.jpg) top no-repeat; 
    }
    
body#home #container {
	background: url(../images/home_bodybg.jpg); 
	width: 730px; 
	margin: 0 auto 0 auto;
	}

body#home ul#nav {
	clear: both;
	padding: 0;
	margin: 16px 4px 0 0;
	background: none;
	list-style-type: none;
	text-align: center;
	width: 585px;	
	}	
		
body#home ul#nav a span {display: none;}

body#home ul#nav li.home a {width: 42px;}		

body#home ul#nav li.company a {width: 51px;}	

body#home ul#nav li.store a {width: 59px;}		

body#home ul#nav li.club a {width: 63px;}			

body#home ul#nav li.recipe a {width: 87px;}			

body#home ul#nav li.tasting a {width: 76px;}		

body#home ul#nav li.news a {width: 35px;}			

body#home ul#nav li.events a {width: 43px;}			

body#home ul#nav li.trade a {width: 59px;}			

body#home ul#nav li.contact a {width: 61px;}		

body#home div#mainPageArea {
    margin: 10px 0 0 0;
    background: none;
    width: 730px;
}

body#home div#signup {top:303px; width:190px;}

body#home div#cmsContentArea {margin: 0px 0 0 17px; width: 510px; overflow: hidden;}

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

div#footer
	{
	text-align: left;
	width: 741px;
	margin: 15px auto 10px auto;
	clear: both;
	color: #ffffff;
	font-family: Arial;
	font-weight: none;
	font-size: 10px;
	background: url(../images/foot.jpg) top no-repeat;
	text-align: center;
	}
	
	
div#footer a {
    color: #ffffff;
	padding: 0 8px;
	margin: 0;
	font-weight: none;
	text-decoration: underline;
	}
	
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: #000000;
		color: #fff;
		border: none;
		font: bold 12px Verdana;
		text-decoration: underline;
		cursor: hand;
		cursor: pointer;
}

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

div.processBar {
	width: 500px;
}

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

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

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

td.verify_box h3, td.verify_box .subheader {font-size: 13px;}

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

fieldset select {color: #000;}

div.club_buttons .button {background-color: #666; border: 1px dotted #fff; color: fff;}

body.store .button {background-color: #666; border: 1px dotted #fff; color: fff;}
body.store select {color: #000;}

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

input { background-color: #c9c9c9; color: #333333;}
