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

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

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

body, td, select {
    font: 12px times new roman;
    line-height: 20px;
    color: #3e361e;
}

h1 {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	font: 22px times new roman;
	line-height: 30px;
 	color: #002211;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

h2, .header {
	margin: 0;
	padding: 0;
	font: 12px times new roman;
 	line-height: 20px;
 	letter-spacing: 0.12em;
 	color: #3e361e;
	text-transform: uppercase;
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: 12px times new roman;
	font-weight: bold;
 	line-height: 20px;
 	color: #3e361e;
	}
	
h4 {
	margin: 0;
	padding: 0;
	font: 12px times new roman;
	font-weight: bold;
 	line-height: 20px;
 	color: #838750;
}
 
a	{
	font: 12px times new roman;
    line-height: 20px;
    color: #838750;
	text-decoration: none;
	}
	
a:hover	{
	font: 12px times new roman;
    line-height: 20px;
    color: #838750;
	text-decoration: none;
	}
		

/* =CONTAINER DIVS-----------------------------------------*/	
#supercontainer {
background: url(images/super.jpg) repeat-x scroll 0 0;
margin:-24px auto 0;
padding:0;
position:relative;
text-align:left;
width:100%;

}

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 957px;
	padding: 0 0 0px 0;
	position: relative;
}

div#banner {
	float: left;
	width: 957px;
	height: 224px;
	position: relative;
	margin: 0;
	padding: 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: 292px;
    height: 135px;
    top: 0px;
    left: 334px;
    text-decoration: none;
}


/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
background: url(images/nav.jpg) top no-repeat;
    height: 46px;
    width: 957px;
    float: left;
    display: inline;
    margin: 177px 0 0 0px;
    padding: 0;
    }

ul#nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	margin: 0 ;
	padding: 0;
	float: left;
 	}
 	
ul#nav a {
	display: block;
	height: 40px;
	padding: 0;
}

ul#nav a.on	{
	background-image: url('images/nav.jpg');} 
ul#nav a:hover	{
	background-image: url('images/nav.jpg');} 

ul#nav a span {display: none;}

ul#nav li.first {width: 153px;}

ul#nav li.home a {width:108px;}		
ul#nav li.home a.on {background-position: -152px -46px;}
ul#nav li.home a:hover {background-position: -152px -46px;}

ul#nav li.about a {width: 126px;}		
ul#nav li.about a.on {background-position: -260px -46px;}
ul#nav li.about a:hover {background-position: -260px -46px;}

ul#nav li.shop a {width: 106px;}		
ul#nav li.shop a.on {background-position: -386px -46px;}
ul#nav li.shop a:hover {background-position: -386px -46px;}

ul#nav li.visit a {width: 126px;}		
ul#nav li.visit a.on {background-position: -492px -46px;}	
ul#nav li.visit a:hover {background-position: -492px -46px;}

ul#nav li.contact a {width: 150px;}		
ul#nav li.contact a.on {background-position: -618px -46px;}
ul#nav li.contact a:hover {background-position: -618px -46px;}


ul#nav a span {display: none;}
	


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea {
	margin: 0 0 0 5px;
	display: inline;
	width: 950px;
	padding: 0 0 100px 0;
	float: left;
	background: #faf8ea url(images/main.jpg) bottom no-repeat;
}

    	
div#cmsContentArea {
	float: left;
	width: 755px;
	display: inline;
	margin: 50px 0px 0px 100px;
	padding: 0;
	background: none;
}

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

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

div#footer
	{
	font: 11px arial;
	color: #ac9957;
	width: 957px;
	height: 65px;
	margin: 24px auto 0 auto;
	background: url(images/footer.jpg) no-repeat;
	padding: 0px 0 0 0;
	}
	
	
div#footer a {
	font: 11px arial;
	padding: 0 0 0 9px;
	margin: 0;
	color: #838750;
	text-decoration: none;
	}

#footer p {text-align: left; padding: 27px 0 0 60px;}

#footer a.ben {width: 110px; height: 32px; float: right; display: inline; padding: 0; margin: 14px 5px 0;}
#footer a.jan {width: 88px; height: 32px; float: right; display: inline; padding: 0; margin: 14px 5px 0 0;}
#footer a.nova {width: 118px; height: 32px; float: right; display: inline; padding: 0; margin: 14px 20px 0 0;}

#footer a.ben span {display: none;}
#footer a.jan span {display: none;}
#footer a.nova span {display: none;}


.button	{
		background-color: #ae9c66;
		color: #3e361e;
		border: none;
		font: 11px times new roman;
		text-transform: uppercase;
		cursor: hand;
		cursor: pointer;
}

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



