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

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

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

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

h1 {
	margin: 0;
	padding: 0;
	font: bold 18px Georgia, Times, serif;
 	color: #413C3C;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 18px Georgia, Times, serif;
 	color: #59661f;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 13px Georgia, Times, serif;
 	color: #413C3C;
	}
	
h4 {
	margin: 0;
	padding: 0;
	font: bold 13px Georgia, Times, serif;
 	color: #59661f;
}
 
a	{
	color: #59661f;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover	{
	color: #ebb327;
	text-decoration: none;
	}
	

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

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

div#banner h1 {position: absolute;}

div#banner h1 a {
    text-indent: -9999px;
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    height: 90px;
    width: 300px;
}

body#home div#banner h1 {
    display: none;
    }
    


/* =NAVIGATION-----------------------------------------*/	
	
ul#nav {
	margin: 0;
	padding: 50px 0 0 330px;
	list-style-type: none;
	}
	
ul#nav li {
	display: inline;
	margin: 0 10px 0 10px;
 	}

ul#nav a {
	line-height: 20px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #413C3C;
	text-decoration: none;
	text-transform: lowercase;
}

/*ul#nav a.on, ul#nav a:hover	{
	color: #7c873e;
		} 
*/	
ul#nav ul {
	position: absolute;
	left: 0;
	top: 260px;
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: center;
		}

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

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




/* =SHOPPING MENU -----------------------------------------*/	
div#eNav {
    position: absolute;
    right: 55px;
    top: 15px;
	font: normal 12px Georgia, Times, serif;
	color: #413C3C;
	text-align: right;
}

div#eNav a {
	font: normal 12px Georgia, Times, serif;
	color: #413C3C;
	margin: 0 .5em;
	padding: 0 2px 0 2px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

div#eNav a:hover,
div#eNav a.on {
	color: #413C3C;
}


/* =EDITABLE BODY -----------------------------------------*/	

img#dropquote {float: left; margin: 0 0 0 30px;}
img#signup {margin: 0 0 15px 0;}


div#mainPageArea {
	background: #fff url(../images/background.jpg) repeat-y;
	padding: 20px 0 0 10px;
	margin: 0;
}
	
div#specialsArea		{	
	float: right;
	display: inline;
	width: 325px;
	margin: 60px 10px 20px 0;
	text-align: center;
	}
	
div#cmsContentArea {
	float: left;
	display: inline;
	margin: 60px 0 20px 35px;
	width: 565px;
}

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-----------------------------------------*/	

div#homeMainPageArea {
	padding: 20px 0 0 27px;
	background: url('../images/home_background.jpg') 27px 286px no-repeat;
	margin: 0;
}

div#homeSpecialsArea		{	
	float: right;
	display: inline;
	width: 431px;
	margin: 0 24px 0 0;
	}
	
div#homeCmsContentArea {
	float: left;
	display: inline;
	margin: 10px 0 0 15px;
	width: 440px;
}



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

div#footer
	{
	text-align: left;
	width: 970px;
	padding: 35px 0 10px 0;
	margin: 0 auto 15px auto;
	clear: both;
	color: #000;
	font-size: 12px;
	background: url(../images/foot.jpg) top no-repeat;
	}
	
p.footlinks	{
	float:right;
	margin: 0 15px 0 0;
	padding: 0;
	color: #000;
	}

p.footlinks a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px;
	margin: 0;
	text-transform: lowercase;
	}

p.footlinks a:hover {
	color: #bc231e;
}

p.legal	{
	float: left;
	padding-left: 15px;
	margin: 0;
	}


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

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

div.processBar {
	width: 540px;
}

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

