body {
	margin: 0;
	padding: 0;
	background: #666666;
	text-align: left;
}

a.skip	{display: none;}
a img {border: none;}

/* =TYPOGRAPHY-----------------------------------------*/	

body, td, select {
	font: 13px verdana;
	line-height: 18px;
	color: #000;
}

h1 {
	padding: 0;
	font: 23px verdana;
	color: #cc3300;
	text-transform: uppercase;
	}

h2, .header {
	font: 15px verdana;
 	color: #996600;
}

h3, .subheader	{
	font: bold 13px verdana;
 	color: #000000;
 	line-height: 18px;
		}
	
h4 {
	font: bold 13px verdana;
 	color: #cc3300;
 	line-height: 18px;
}
 
a	{
	color: #cc3300;
	font: 13px verdana;
	text-decoration: underline;
	line-height: 18px;
	}
	
a:hover	{
	color: #cc3300;
	font: 13px verdana;
	text-decoration: underline;
	line-height: 18px;
	}
	

/* =CONTAINER DIVS-----------------------------------------*/	

#container {
    margin: 0 auto;
	text-align: left;
	width: 950px;
	background: #fff;
	border-left: 3px solid #b27738;
	border-right: 3px solid #b27738;
}

div#banner {
	float: left;
	display: inline;
	width: 668px;
	height: 251px;
	margin: 0;
	background: url(../images/banner.jpg) top left no-repeat;
	}

/* =LEFT SIDE AREA -------------------------------------*/

div#left {
	float:left;
	width: 265px;
	display: inline;
	margin: 0 0 0 0px;
	padding: 0;
	}

/* =COMPANY LOGO ------------------------------------*/

div#logo {
	width: 265px;
	height: 130px;
	background: url(../images/logo.jpg) top no-repeat;
	}
	
div#logo h1 {
    position: absolute;
    margin: 0;
    padding: 0;
	}

div#logo h1 a {
    text-indent: -9999px;
    position: absolute;
    display: block;
    width: 265px;
    height: 130px;
    top: 0px;
    left: 0px;
    text-decoration: none;
}

/* =MAIN NAVIGATION-----------------------------------------*/	
	
div#nav {
	position: relative;
	float: left;
	width: 265px;
	height: 174px;
	margin: 0px 0 0 0;
	padding: 0;
	text-align: right;
	background: url(../images/nav.jpg) top no-repeat;
    }

ul#nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
ul#nav li {
	position: absolute;
	right: 120px;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0px;
 	}
 	
ul#nav a {
	padding: 0;
	margin: 0;
	font: bold 13px verdana;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav a.on, ul#nav a:hover	{
	color: #cc3300;
		} 

ul#nav li.home {top: 21px;}
ul#nav li.story {top: 43px;}
ul#nav li.store {top: 65px;}
ul#nav li.club {top: 87px;}
ul#nav li.news {top: 109px;}
ul#nav li.recipe {top: 131px;}
ul#nav li.contact {top: 153px;}

div#subNav {
	float: left;
	width: 668px;
	height: 50px;
}

ul#subNav {padding: 0; margin: 0;}

ul#subNav ul {
	float: left;
	padding: 0;
	color: #ccc;
	display: inline;
	margin: 10px 0;
	}

ul#subNav ul li	{
	clear: all;
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
	}

ul#subNav ul li a	{
	color: #333;
	font: normal 12px verdana;
	padding: 0;
	margin: 0;
	display: inline;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	}

ul#subNav ul li a:hover, ul#subNav ul li a.on {color: #cc3300;}
	
/* =E-COMMERCE NAVIGATION -----------------------------------------*/	

div#eNav {
	width: 322px;
	}

ul#eNav {
    list-style-type: none;
	font: normal 12px verdana;
	color: #ccc;
	text-align: right;
	margin: 0 10px 2px 0;
	padding: 5px 0;
}

ul#eNav li {
    display: inline;
    margin: 0; 
   	padding: 0 3px;
}

ul#eNav a {
	font: 12px verdana;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	}

ul#eNav a:hover,
ul#eNav a.on {
	color: #666;
}


/* =EDITABLE BODY -----------------------------------------*/	

div#mainPageArea {
	float: right;
	display:inline;
	width: 668px;
	margin: 0 12px 0 0;
	padding: 0;
	}

/* =KICKER AREA------------------------------------------*/

div#specialsArea {	
	float: left;
	display: inline;
	width: 255px;
	padding: 4px 5px 0 0;
	}

/* =MAILING LIST SIGN UP----------------------------------*/ 

div#kicker1 {
	width: 222px;
	margin: 5px 0 0px 14px; 
	background: url(../images/mailing.jpg) top center no-repeat;
	height: 68px;
	float: left;
	display: inline;
	}

form#signform input.text {float: left; border: #ccc 1px solid; margin: 36px 0 0 10px;}

form#signform input.button {float: right; margin: 36px 16px 0 0;}

/* =CLUB KICKER -----------------------------------------*/

div#kicker2 {
	background: url(../images/clubkick.jpg) top center no-repeat;
	width: 222px;
	margin: 15px 0 0px 14px; 
	padding: 0px 0 0 0;
	height: 161px;
	float: left;
	display: inline;
	 }
	 
/* =STORE KICKER -----------------------------------------*/

div#kicker3 {
	background: url(../images/shopkick.jpg) top center no-repeat;
	width: 222px;
	margin: 15px 0 20px 14px; 
	padding: 0px 0 0 0px; 
	height: 161px;
	float: left;
	display: inline;
	}



/* =MAIN CONTENT AREA -----------------------------------------*/

div#cmsContentArea {
        float: left;
	        width: 668px;
		        display: inline;
			        margin: 5px 0 0 0;
				}

				div#cmsContentArea p {
				        margin: 0 0 1.5em 0;
					}
					
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding: 0;
      border:none;
      visibility: hidden;
      }
/* =HOMEPAGE-----------------------------------------*/	

/* =FOOTER DIV-----------------------------------------*/	

div#footer {
	text-align: left;
	width: 956px;
	background: url(../images/footer.jpg) top no-repeat;
	margin: 0 auto;
	clear: both;
	padding: 7px 0;
	color: #ccc;
	font: 11px verdana;
	text-transform: uppercase;
	}
	
div#footer a {
	font: 11px verdana;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	color: #ccc;
	}

div#footer p {margin: 0; padding: 0; }
div#footer p.legal {float: left; padding-left:0px;}
div#footer p.footlinks {text-align: center; color: #333;}
div#footer p.rss {float: right; padding-right: 5px; color: #333;}
div#footer p.rss span.rss {color: #ccc;}

/* =BUTTONS ------------------------*/


.button	{
		background-color: #666;
		color: #ccc;
		border: none;
		font: 11px verdana;
		text-transform: uppercase;
		cursor: hand;
		cursor: pointer;
}

/* =GENERIC OVERRIDES STYLES-------------------------------------*/

div.processBar {
	width: 100%;
}
body.news h2 { display:none;}

/*
div.catalog_crumbs,
div#autolist {
    display: none;
}
*/

