body { 
	margin: 0;
	padding: 0;
	background: #23280e;
	text-align: center;

}

a.skip	{display: none;}
a img {border: none;}
img.logo {
	float: left;
}


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

body, input, select {
color: #333300;
line-height: 18px;
font: 12px Arial;
}

body {line-height: 18px;}
h1 {
	margin: 0;
	padding: 0;
	font: bold 20px Georgia;
 	color: #663300;
}

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

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 12px arial;
	color: #333300;
	line-height: 18px;
	}
	
h4 	{
	margin: 0;
	padding: 0;
	font: bold 12px arial;
	color: #cc6600;
	line-height: 18px;
	}

a	{
	font: 12px arial;
	color: #cc6600; 
	text-decoration: underline;
	line-height: 18px;
	}
	
a:hover	{
	font: 12px arial;
	color: #cc6600;
	text-decoration: underline;
	line-height: 18px;
	}

a {line-height: 18px;}
a:hover {line-height: 18px;}

/* =CONTAINER DIVS-----------------------------------------*/	
#container {
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	width: 950px;	
	background: #eae2bf;
	padding: 0;
}

div#banner {
	position: relative;
	width: 950px;
	height: 324px;
	padding: 0 0 0px 0;
	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: 280px;
    height: 125px;
    top: 0px;
    left: 0px;
    text-decoration: none;
}


div#title	{
	height: 54px;
	width: 948px;
	background-color: #fef5e0;
	}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
    height: 57px;
    width: 650px;
    position: absolute;
    top: 55px;
    left: 327px;
    }

ul#nav {
	padding: 0;
	margin: 10px;
	list-style-type: none;
	text-align: left;
	float: left;
	}
	
ul#nav li {
	clear: all;
	margin: 0 0px 0 0px;
	padding: 0;
	display: inline;
	text-align: left;
 	}
 	
ul#nav a {
	text-align: left;
	display: inline;
	line-height: 14px;
	padding: 0;
	margin: 0px 20px 0 0px;
	font: bold 12px georgia;
	color: #663300;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav a.on, ul#nav a:hover	{
	color: #cc6600;
		} 
	
ul#nav ul {
	width: 600px;
	text-align: left;
	float: left;
	list-style-type: none;
	padding: 0;
	color: #663300;
	font: 12px arial;
	display: inline;
	margin: 5px 0 0 0;
		}

ul#nav li ul li	{
	color: #663300;
	font: 12px arial;
	clear: all;
	display: inline;
	background: none;
	padding: 0;
	margin: 0 7px 0 0;
	}

ul#nav li ul li a	{
    color: #663300;
	font: 12px arial;
	background: none;
	padding: 0;
	display: inline;
	line-height: 18px;
	text-transform: none;
	text-align: left;
	margin: 0 0;

}

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

div#dtt {
	text-align: center;
	margin: 0px 0 20px 0;
	background: url(../images/dtt.jsp) no-repeat center;
	width: 145;
	height: 32;
}

/* =SHOPPING MENU -----------------------------------------*/	
div#enav {
    width: 948px;
    margin: 0px auto 0 auto;
}

ul#eNav {
    list-style-type: none;
	font: georgia 11px;
	color: #cc6600;
	text-align: right;
	padding: 12px 18px 0px 0;
	margin: 0;
}

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

ul#eNav a {
	font-style: georgia;
	font-size: 11px;
	color: #cc6600;
	font-weight: none;
	text-decoration: none;
	line-height: 14px;
}


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


/* =EDITABLE BODY -----------------------------------------*/	
div#header {
	height: 96px;
	width: 948px;
	background: url(../images/header.jpg) top no-repeat;
}

div#mainPageArea {
	background: none;
	margin: 0px 0 0 0;
	padding: 0 0 0 0; 
	width: 950px;
	}

div#specialsArea		{	
	float: right;
	display: inline;
	width: 298px;
	margin: 0 0;
	}
		
div#cmsContentArea {
	margin: 30px 0 10px 30px;
	width: 610px;
	float: left;
	display: inline;
}

div#kicker1 {
    background: none;
    width: 297px;
    height: 98px;
    margin: 0 0 2px 0;
    float: left; 
}


div#kicker2 {
	position: relative;
    background: none;
    width: 297px;
    height: 98px;
    margin: 0 0 8px; 
    float: left;
}

div#signup {
	display: inline;
	background: none;
	width: 297px;
	height: 75px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

form#signform {
	display: inline;
	float: left;
	width: 230px;
	height: 25px; 
	margin: 41px 0 0 44px; 
	padding: 0;
}
form#signform .button {display: inline; float: right;}
form#signform .text {display: inline; float: left;}


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

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

body#home div#banner {
	position: relative;
	width: 950px;
	height: 446px;
	padding: 0 0 0 0;
	background: url(../images/home_banner.jpg) top no-repeat;
}

body#home div#cmsContentArea {
	margin: 25px 0 10px 30px;
	width: 610px;
	float: left;
	display: inline;
}

body#home div#navBar {
    height: 57px;
    width: 650px;
    position: absolute;
    top: 62px;
    left: 327px;
    }

body#home ul#nav li.home a {
	color: #cc6600;}

body#home div#signup {
	display: inline;
	background: none;
	width: 297px;
	height: 75px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding:0;
      border:none;
      visibility: hidden;
      }

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

div#footer
	{
	text-align: left;
	width: 950px;
	padding: 4px 0 4px 0;
	margin: 4px auto 0 auto;
	clear: both;
	color: #cccc99;
	font-family: Arial;
	font-size: 12px;
	position: relative;
	background: none;
	}
	
div#footer a {
    color: #cccc99;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	}
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {float: left; padding-left: 0px;}
div#footer p.rss {float: right; padding-right: 0px;}
div#footer p.footlinks {text-align: center;}


.button	{
		background-color: #333300;
		color: #ffffcc;
		border: none;
		font: bold 11px times;
		cursor: hand;
		cursor: pointer;
}

/* generic overrides */

div.processBar {
	width: 100%;
}

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