body{		
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#929172;
	margin-top:0px;
}
#container {
	text-align:left;	
	margin:0px auto;
	width:800px;
	background-color:#FFFFFF;	
}
#header {
	margin:0px auto;
	background-image: url(images/header.jpg);
	width:800px;
	height:160px;
	background-repeat: no-repeat;
}
#mast{	
	font-size:12px;
	padding:10px 0px 0px 30px;
	height:30px;
	width:770px;
	background-color:#929172;
	color:#FFFFFF;	
	
}
#mast a{
	color:#FFFFFF;
	text-decoration:none;
}
#mast a:hover{
	text-decoration:underline;
}
#menu{	
	margin:0px auto;
	height:39px;
	width:800px;
}
div#menu ul#menuitem{
	height:39px;
	width:800px;
	background:transparent url(/images/menu.png) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menuitem li,ul#menuitem a{
	height:39px;
	display:block;
}
div#menu ul#menuitem li a{
	text-indent:-9999px;
	text-decoration:none;
}
#home{
	left:0px;
	width:130px;
}
#shop{
	left:130px;
	width:90px;
}
#about{
	left:220px;
	width:140px;
}
#contact{
	left:360px;
	width:160px;
}
#faq{
	left:520px;
	width:160px;
}
#links{
	left:680px;
	width:120px;
}
#home a:hover,body#homeon #home{
	background:transparent url(/images/menu.png) -0px -39px no-repeat;
}
#shop a:hover,body#shopon #shop{
	background:transparent url(/images/menu.png) -130px -39px no-repeat;
}
#about a:hover,body#abouton #about{
	background:transparent url(/images/menu.png) -220px -39px no-repeat;
}
#contact a:hover,body#contacton #contact{
	background:transparent url(/images/menu.png) -360px -39px no-repeat;
}
#faq a:hover,body#faqon #faq{
	background:transparent url(/images/menu.png) -520px -39px no-repeat;
}
#links a:hover,body#linkson #links{
	background:transparent url(/images/menu.png) -680px -39px no-repeat;
}
#wrapper{
	width:800px;	
	background-color:#FFF;	
}
#sidebar{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	width:219px;
	float:left;
	font-size:14px;
	padding: 10px 10px 20px 10px;
	background-color:#FFF;
	color:#333;
}
.featured_img{
	border:solid 1px #FFF;	
}
#content{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	width:530px;
	float:right;
	font-size:14px;
	padding: 10px 15px 20px 15px;
	background-color:#FFF;
	color:#333;
	min-height:400px;
	height:auto !important;
	height:400px;	
}
#contentfull{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	margin:0 auto;
	width:750px;	
	font-size:14px;
	padding: 10px 15px 20px 15px;
	background-color:#FFF;
	color:#333;
	min-height:400px;
	height:auto !important;
	height:400px;	
}
#content a{
	color:#768951;
}
#contentfull a{
	color:#000000;
}
#content a:hover, #contentfull a:hover{
	color:#000000;
}
h1{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;	
	font-size:18px;
	color:#555;
}
.introtext{
	font-family: "Arial Black", "Arial", "Sans-Serif";
	font-size:18px;	
}
#footer{
	margin:0px auto;
	clear:both;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:12px;
	width:770px;	
	color:#FFF;
	text-align:center;
	height:15px;
	padding:15px;
	padding-top:15px;
	background:transparent url(/images/footer.png) top left repeat;	
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.box-wrap{
	margin-bottom:10px;
	_margin-bottom:2px;
	width:219px;
}
.box-top{
	height:30px;
	padding-top:10px;
	background-image: url(images/box-top.png);
	background-repeat: no-repeat;
}
.box{
	padding:10px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	color:#FFF;
	background-color:#768951;
	font-size:12px;
}
.box a{
	text-decoration:none;
	color:#FFF;
}
.box a:hover{
	color:#000;
}
.box-bottom{
	height:15px;
	background-image: url(images/box-bottom.png);
	background-repeat: no-repeat;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
hr{
	border:none;
	border-top: 1px solid #555;
}
.front_img{
	margin:10px;
	border:solid 1px #FFF;
}
.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	text-decoration: none; 
	background-color: #E8E8E6;
	color: #666666;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	background-color: #666666;
	color: #E8E8E6;
}

.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}
.description {
	color:#000000;	
}
.description table {
	font: 12px arial,helvetica;
}
.description table tr {
	background-color: #FFFFFF;
	color: #000000;	
}

.catalog_table {
	background-color: #AAAAAF;
	font: 12px arial,helvetica;
}

.catalog_table select {
	font-size: 12px;
}

.catalog_hdr_row {
	background-color: #929172;
	color: #000000;
	font-size: 16px;
}

.catalog_title_row {
	background-color: #768951;
	color: #FFFFFF;
}

.catalog_error_row {
	font-weight: bold;
	background-color: #FF9999;
	color: #000000;
}

.catalog_row {
	background-color: #FFFFFF;
	color: #000000;
}

.catalog_button {
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}

.cart_table {
	background-color: #AAAAAF;
	font: 12px arial,helvetica;
}

.cart_table select {
	font-size: 12px;
}

.cart_hdr_row {
	background-color: #929172;
	color: #000000;
	font-size: 16px;
}

.cart_title_row {
	background-color: #768951;
	color: #FFFFFF;
}

.cart_error_row {
	font-weight: bold;
	background-color: #FF9999;
	color: #333333;
}

.cart_row {
	background-color: #FFFFFF;
	color: #333333;
}

.cart_button {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}