body { 
	margin: 0;
	padding: 20px 0 0 0;
	background-color: #fff;
	text-align: center;
}

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

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

body, td, select {
    font-family: Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

h1 {
	margin: 0 0 21px 0;
	padding: 0;
	font: italic 28px Georgia, serif;
 	color: #920012;
}	

h2, .header {
	margin: 0;
	padding: 0;
	font: bold 14px Georgia, serif;
	color: #920012;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 12px Georgia, serif;
	color: #920012;
	}
	
h4 {
	margin: 10px 0;
	padding: 0;
	font: bold 12px Georgia, serif;
	color: #920012;
}
 
a	{
    color: #6c081d;
	text-decoration: underline;
	}
	
a:hover	{
	text-decoration: none;
    color: #6c081d
	}

/* =CONTAINER DIVS-----------------------------------------*/	
div#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 940px;	
	padding: 0;
	background: url('../images/background.gif') repeat-y;
	position: relative;
	}


div#banner {
	margin: 0;
	width: 940px;
	height: 100px;
	background: url(../images/banner.jpg) top left no-repeat;
}

div#banner h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    }

div#banner h1 a {
    text-indent: -9999px;
    display: block;
    width: 160px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
}

/* =NAVIGATION-----------------------------------------*/	
	
ul#nav {
	padding: 70px 26px 0 0;
	margin:  0;
	list-style-type: none;
	text-align: left;
	font: bold 10px Georgia, serif;
	text-transform: uppercase;
	text-align: right;
	float: right;
	}
	
ul#nav li {
	margin: 0 0 0 3px;
	padding: 0;
	float: left;
	height: 22px;
	background: url(../images/navleft.jpg) left top no-repeat;
 	}
 	
ul#nav a {
	display: block;
	padding: 0 10px;
	color: #920012;
	text-decoration: none;
	line-height: 22px;
	background: url(../images/navright.jpg) right top no-repeat;
}

ul#nav li.on {background: url(../images/navleft.jpg) left bottom no-repeat;}
ul#nav li.on a {background: url(../images/navright.jpg) right bottom no-repeat;}

ul#nav ul {
list-style-type: none;
position: absolute;
top: 281px;
left: 55px;
padding: 0;
margin: 0;
width: 695px;
text-align: left;
}

ul#nav ul li {background: none;}
ul#nav li.on ul a {background: none; color: #000;}
ul#nav li.on ul li.on a {color: #920012; background: none;}
ul#nav li.on ul li.on {background: none;}




/* =SHOPPING MENU -----------------------------------------*/	
div#eNav {
position: absolute;
	margin: 0;
	padding: 0;
	top: 15px;
	right: 35px;
	font: 11px Georgia, serif;
	color: #920012;
	text-align: right;
}

div#eNav a {
    font-weight: normal;
	margin: 0 .5em;
	padding: 0 2px 0 2px;
	color: #920012;
	text-decoration: none;
}

div#storepic {
	clear: both;
    background: none;
	padding: 0px 10px 20px 20px; 
	display: inline; 
	float: right; 
	width: 250px; 
	height: 346px;
}

form#signform {padding: 10px 0 0 0; margin: 0;}
form#signform input.text {font-size: 10px; background-color: #faecc0; border: 1px solid black;}
form#signform input.button {
	background-color: #9f8b37; 
	border: 1px solid black;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 5px;
	}
form#signform label {margin: 0; padding: 0; float: none;}

/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	padding: 205px 0 0 0;
	margin: 0;
    background: url(../images/hd_default.jpg) top no-repeat;	
}

div#cmsContentArea {
	padding: 40px 0 20px 40px;
	background-color: #f7f5e0;
	margin: 0 27px 0 25px;
}

div#content {width: 800px;}

div#cmsContentArea p {
	margin: 0 0 1.5em 0;
}

blockquote { margin: 0 0 40px 0;}


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

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

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

body#home div#cmsContentArea {
	margin: 0 0 0 47px;	
	padding: 40px 0 0 0;
	width: 535px;
	float: left;
	background: none;
	display: inline;
}

body#home div#mainPageArea {
    background: url(../images/hd_home.jpg) top no-repeat;	
    padding: 223px 0 0 0;
    width: 940px;
}

body#home div#container {background: url(../images/home_bg.jpg) 25px 0 repeat-y; }

div#specialsArea {
	float: right;
	width: 285px;
	margin: 0 27px 0 0;
	display: inline;
}

div#specialsArea h3 {
	background: url(../images/kicker_head.jpg) left top no-repeat;
	width: 100%;
	height: 31px;
	line-height: 31px;
	text-indent: 15px;
	font-size: 14px;
	font-style: italic;
}

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

div#footer
	{
	width: 880px;
	padding: 10px 0 20px 0;
	margin: 0 auto 0 auto;
	clear: both;
	color: #666;
	font-family: Georgia, serif;
	font-size: 10px;
	}

div#footer a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0 3px;
}

div#footer a:hover {
	color: #666;
}

	
p.footlinks	{
	float: right;
	margin: 0;
	display: inline;
	padding: 0;
	color: #666;
	}


p.footlinks a {
	padding: 0 5px;
	margin: 0;
	}

p.legal	{
    float: left;
	padding: 0;
	display: inline;
	margin: 0;
	}

p.rss {
    display: inline;
    margin: 0;
    text-align: center;
}

.button	{
		background-color: #d7b44c;
		color: #920012;
		border: none;
		border: double 3px #fff;
		font: bold 10px Georgia, serif;
		text-decoration: none;
		cursor: hand;
		cursor: pointer;
}

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

div.processBar {
	width: 823px;
}

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


fieldset {position: relative;}

div#cmsContentArea div {position: relative;}