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

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

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

body, td, select {
    font: 12px georgia;
    line-height: 18px;
    color: #424242;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 24px times;
 	color: #a58442;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 16px georgia;
 	color: #a58442;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 12px georgia;
 	color: #a58442;
	}
	
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 12px georgia;
 	color: #000000;
}
 
a	{
	font: 12px georgia;
	color: #a58442;
	text-decoration: underline;
	}
	
a:hover	{
	font: 12px georgia;
	color: #a58442;
	text-decoration: underline;
	}
	

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

div#banner {
	position: relative;
	width: 950px;
	height: 138px;
	background: url(../images/banner.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: 10px;
    text-decoration: none;
}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
	width: 950px;
	height: 40px;
    padding: 0;
    line-height: 28px;
   	float: left;
   	margin: 0;
   	padding:0;
    }

ul#nav {
	width: 950px;
	height: 40px;
	background: url(../images/navbar.jpg) no-repeat;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 40px;
	text-align: left;
	}
	
ul#nav li {
	height: 37px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
 	}
 	 	
ul#nav a {
	display: block;
	float: left;
	padding: 1px 18px 0;
	margin: 0;
	font: 15px times;
	color: #a58442;
	text-decoration: none;
	line-height: 38px;
}

ul#nav a.on, ul#nav a:hover	{
	color: #a58442;
	height: 100%;
	background: #e0dbba;
		} 
	
	
ul#nav ul {
	width: 950px;
	height: 39px;
	background: url(../images/subnavbar.jpg) no-repeat;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 39px;
	text-align: left;
	position: absolute;
	top: 176px;
	left: 0;
   	margin: 0;
   	padding:0;
		}

ul#nav li ul li	{
	display: block;
	float: left;
	background: none;
	padding: 0;
	height: 39px;
	}

ul#nav li ul li a	{
    display: block;
    float: left;
    color: #a58442;
	font: 15px times;
	line-height: 39px;
	background: none;
	padding: 0 17px;
	text-decoration: none;
	text-transform: none;
}
ul#nav li ul li a:hover, ul#nav li ul li a.on { color: #a58442;
	height: 100%;
	background: #e0dbba;}
	
#nav a:hover {
	text-decoration: none;
}




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

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

ul#eNav {
    list-style-type: none;
	font: 12px georgia;
	color: #ffffff;
	text-align: right;
	padding: 0;
	margin: 5px 27px 3px 0;
}

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

ul#eNav li.first {
	background: url(../images/arrow.jpg) left no-repeat;
	padding: 0 0 0 8px;
}

ul#eNav a {
	display: inline;
	padding: 0;
	margin: 0 7px 0 4px;
	color: #ffffff;
	font: 10px verdana;
	text-decoration: none;
	line-height: 18px;
}

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


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	margin: 0;
	width: 950px;
}
div#specialsArea {	
	float: right;
	display: inline;
	margin: 60px 11px 0 0;
	width: 292px;
	}

div#kicker1 {
    background: url('../images/content/kicker1.jpg') top left no-repeat;
    width: 291px;
    height: 122px;
    display: inline;
    margin: 10px 0 0 0;
    float: left;
}


div#kicker2 {
    /* background: url('../images/content/kicker2.jpg') top left no-repeat; */
    width: 291px;
    display: inline;
    margin: 20px 0 0 0;
    float: left;

}
	
div#cmsContentArea {
	float: left;
	width: 590px;
	display: inline;
	margin: 70px 0 10px 35px;
}

div#signup {
	display: inline;
	background: none;
	width: 215px;
	float: right;
	margin: 27px 9px 0 0px;
	padding: 0;
}

div#signup h5 {
	float: left;
	font: 12px georgia;
	color: #666;
	display: inline;
	margin: 5px 0 7px 0;
}

form#signform {
	display: inline;
	width: 205px; 
	margin: 0px 0 0 0px; 
	padding: 0;
}

form#signform .button {display: inline; float: left; margin: 0px 0 0 4px; padding: 1px 0px 0 0;}
form#signform .text {display: inline; float: left; margin: 0;}


hr.cleaner {
      clear:both;
      height: 1px;
      margin: -1px 0 0 0; 
	  padding: 0px;
      border:none;
      visibility: hidden;
      }
      
body.club div#specialsArea {	
	float: right;
	display: inline;
	margin: 20px 11px 0 0;
	width: 292px;
	}
	
body.bed_breakfast div#specialsArea {	
	float: right;
	display: inline;
	margin: 20px 11px 0 0;
	width: 292px;
	}
body.distributors div#specialsArea {	
	float: right;
	display: inline;
	margin: 20px 11px 0 0;
	width: 292px;
	}
body.trade div#specialsArea {	
	float: right;
	display: inline;
	margin: 20px 11px 0 0;
	width: 292px;
	}
body.policies div#specialsArea {	
	float: right;
	display: inline;
	margin: 20px 11px 0 0;
	width: 292px;
	}
body.sitemap div#specialsArea {	
	float: right;
	display: inline;
	margin: 20px 11px 0 0;
	width: 292px;
	}

body.club div#cmsContentArea {
	float: left;
	width: 590px;
	display: inline;
	margin: 30px 0 10px 35px;
}
body.distributors div#cmsContentArea {
	float: left;
	width: 590px;
	display: inline;
	margin: 30px 0 10px 35px;
}
body.bed_breakfast div#cmsContentArea {
	float: left;
	width: 590px;
	display: inline;
	margin: 30px 0 10px 35px;
}
body.trade div#cmsContentArea {
	float: left;
	width: 590px;
	display: inline;
	margin: 30px 0 10px 35px;
}
body.policies div#cmsContentArea {
	float: left;
	width: 590px;
	display: inline;
	margin: 30px 0 10px 35px;
}
body.sitemap div#cmsContentArea {
	float: left;
	width: 590px;
	display: inline;
	margin: 30px 0 10px 35px;
}


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

body#home ul#nav li.home {color: #a58442;
	height: 37px;
	background: #e0dbba;
		} 
		
body#home div#flash {	
	float: left;
	width: 950px;
	height: 234px;
	margin: 0;
}

body#home div#specialsArea {	
	float: right;
	display: inline;
	margin: 5px 11px 0 0;
	width: 292px;
	}

body#home div#cmsContentArea {
	margin: 33px 0 10px 35px;

}


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

div#footer
	{
	text-align: left;
	width: 950px;
	margin: 0 auto 0px auto;
	clear: both;
	font: 11px Verdana;
	line-height: 18px;
	background: none;
	padding: 6px 0 4px 0;
	color: #fff;
	}

	
div#footer a {
	font: 11px verdana;
	line-height: 18px;
	padding: 0 2px;
	margin: 0;
	color: #fff;
	text-decoration: underline;
	}
	
div#footer a.on, a:hover {background: none;} 
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {float: left; padding-left: 20px;	  }
div#footer p.footlinks {float: right; padding-right: 20px; line-height: 16px;}
div#footer p.rss {text-align: center;}

.button	{
		background-color: #aba783;
		color: #fff;
		font: bold 11px times;
		text-transform: uppercase;
		cursor: hand;
		cursor: pointer;
}

div#dtt {
	position: relative;
	background: url(../images/dttbg.jpg) top no-repeat;
	width: 950px;
	height: 73px;
	margin: 0px auto 20px;
	padding: 0;
}

div#dtt a {
	position: absolute;
	left: 413px;
	bottom: 20px;
	display: inline;
	margin: 0px 0 0 0;
	text-align: center;
}
	
/* =GENERIC OVERRIDES STYLES-------------------------------------*/

div.processBar {
	width: 100%;
}

body.news h2.generic {display: none;}

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

