body { 
	margin: 0;
	padding: 0;
	background: #D3CBC0 url(../images/body_bg.jpg) repeat-x;
	text-align: center;
	line-height: 16px;
}

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


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

body, input, select {
color: #666666;
font: 13px Times;
line-height: 16px;
}

h1 {
	margin: 0;
	padding: 0;
	font: bold 24px Times;
 	color: #5d0d09;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 18px times;
	color: #5d0d09;
	line-height: 20px;
	}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 14px Times;
	color: #7c6e61;
	line-height: 20px;
	}
	
h4 	{
	margin: 0;
	padding: 0;
	font: bold 11px times;
	color: #336633;
	line-height: 20px;
	}

a	{
	color: #5d0d09; 
	text-decoration: underline;
	line-height: 16px;
	}
	
a:hover	{
	color: #5d0d09;
	text-decoration: underline;
	line-height: 16px;
	}

/* =CONTAINER DIVS-----------------------------------------*/	
div#container {
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	width: 755px;	
	background: #f6f2e8 url(../images/container_bg.jpg) top no-repeat;
	padding: 0 0 10px 0;
	border: none;
}

div#banner {
	position: relative;
	width: 755px;
	height: 218px;
	padding: 0 0 10px 0;
	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: 40px;
    text-decoration: none;
}


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

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
    height: 60px;
    width: 755px;
    position: absolute;
    bottom: 10px;
    }

ul#nav {
	padding: 0;
	margin: 10px 0 0 0;
	width: 755px;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	clear: all;
	margin: 0 8px 0 8px;
	padding: 0;
	display: inline;
	text-align: center;
 	}
 	
ul#nav a {
	text-align: center;
	display: inline;
	line-height: 20px;
	padding: 0;
	margin: 0 5px 0 5px;
	font: 14px times;
	color: #d3c3b3;
	text-transform: uppercase;
	text-decoration: none;
	}

ul#nav a.on, ul#nav a:hover	{
	color: #ffffff;
	} 
	
ul#nav ul {
	width: 755px;
	text-align: center;
	position: absolute;
	right: 3px;
	top: 35px;
	list-style-type: none;
	padding: 0;
	}

ul#nav li ul li	{
	clear: all;
	display: inline;
	background: none;
	padding: 0;
	}

ul#nav li ul li a	{
    color: #44301a;
	font: 14px Times;
	background: none;
	margin: 0 2px 0 2px;
	padding: 0;
	display: inline;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	}

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

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

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

ul#eNav {
    list-style-type: none;
	font: times regular 11px;
	color: #a5917c;
	text-align: right;
	padding: 0 0 4px 0;
	margin: 0;
	text-transform: uppercase;
}

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

ul#eNav a {
	color: #a5917c;
	font-weight: none;
	text-decoration: none;
	line-height: 20px;
}

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


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

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

div#specialsArea		{
	float: right;
	display: inline;
	width: 227px;
	margin: 30px 10px 0 0;
	}
	
div#specialArea a {
	text-tranform: none;
}
	
div#cmsContentArea {
	margin: 30px 0 0 10px;
	width: 492px;
	float: left;
	display: inline;
}

div#kicker1 {
    background: url('../images/kicker1.jpg') top left no-repeat;
    width: 231px;
    height: 119px;
    margin: 0 0 10px 0;
    float: right; 
}

div#kicker2 {
	position: relative;
    background: url('../images/kicker2.jpg') top left no-repeat;
    width: 231px;
    height: 119px;
    margin: 0;
    float: right;
}

div#signup {
	display: inline;
}

form#signform {
	display: inline;
	float: left;
	width: 209px;
	height: 20px; 
	margin: 0; 
	padding: 0;
}
form#signform .button {display: inline; float: right;}
form#signform .text {display: inline; float: left;}


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

body#home div#container {
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	width: 755px;	
	background: #f6f2e8 url(../images/home_container_bg.jpg) top no-repeat;
}

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

div#home_banner {
	position: relative;
	width: 755px;
	height: 422px;
	background: url(../images/home_banner.jpg) top no-repeat;
}

#home_banner div#navBar {
    height: 30px;
    width: 755px;
    position: absolute;
    top: 191px;
    }

body#home ul#nav {
	background: none;
	position: absolute;
	bottom: 38px;
	}

div#mainHomePageArea {
	background: none;
	margin: 0;
	padding: 30px 10px; 
	width: 728px;
	}

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

body#home div#cmsContentArea {
	display: inline;
	width: 738px;
	margin: 0;
}
	
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: 755px;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	clear: both;
	color: #584e3b;
	font-family: times;
	font-size: 11px;
	position: relative;
	background: none;
	}
	
div#footer a {
    color: #584e3b;
	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: #a68f78;
		color: #ffffff;
		border: none;
		font: bold 11px times;
		text-transform: uppercase;
		cursor: hand;
		cursor: pointer;
}

/* generic overrides */

div.processBar {
	width: 100%;
}


	
