body {
	background: #34460C;
	font-family: Arial;
	font-size: 12px;
}

#clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#wrapper {
	text-align: left;
	width: 800px;
}

* html body #wrapper {
	width: 802px;
}

img {
	display: block;
}

/* LEFT COLUMN */

#left_column {
	width: 190px;
	float: left;
}

.small-logo {
	margin: 0 0 10px 0;
}

.searchbox {
	background: url("images/corner-searchbox.jpg") #626F41 no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
}

.searchbox form {
	padding: 0;
	margin: 0;
}

.searchbox input {
	background: #EDEDED;
	font-size: 10px;
	border: 0;
}

.searchbox .text {
	width: 120px;
	padding-left: 4px;
}

.searchbox .submit {
	width: 25px;
}

.siteinfo {
	height: 37px;
	background: #8AAD39;
	color: #D5EBAA;
	font-weight: bold;
	font-size: 16px;
	line-height: 37px;
	padding: 4px 4px 4px 8px;
}

.leftnav {
	background: #F1F4E9;
	border: 0px solid black;
	padding: 0;
}

#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.leftnav li, #navl li {
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0 0 0 20px;
	/*
	background: url("images/li-arrow.jpg") no-repeat;
	*/
}

.leftnav li li{
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
}

.leftnav li a{
	border-left: 1px solid black;
	padding: 2px 4px ;
	display: block;
}

.leftnav li a:hover {
	background: #666;
	color: #FFF;
}

.hearsay {
	background: #DB4E00;
	color: #FAA36E;
	height: 37px;
	font-weight: bold;
	font-size: 16px;
	line-height: 37px;
	padding: 4px 4px 4px 8px;
}

.article_summary {
	background: #561F00;
	color: #DBA589;
	padding: 4px 4px 4px 8px;
}

.contact {
	background: url("images/corner-contact.jpg") 0 100% #230F06 no-repeat;
	color: #DF7D3C;
	padding: 4px 4px 4px 8px;
}

.payment {
	margin: 10px 0 0 0;
}

/* RIGHT COLUMN */

#right_column {
	width: 610px;
	float: left;
}

#right_column div {
	padding: 4px;
}

.topnav {
	background: url("images/corner-topnav.jpg") #DB4E00 no-repeat;
	color: #FFF;
	text-align: right;
	line-height: 37px;
	height: 37px;
}

.topnav b {
	font-size: 20px;
	margin: 0 0 0 20px;
}

.featured-products {
	background: #9B3F0E;
	color: #F0E98E;
	font-weight: bold;
	font-size: 14px;
	/* height: 37px; */
}

.featured-products2 {
	background: #9B3F0E;
	color: #F0E98E;
	font-weight: bold;
	font-size: 16px;
	line-height: 37px;
	height: 37px;
}

.content {
	background: #F1F4E9;
	line-height: 20px;
}

table.content td {
	height: 37px;
	line-height: 37px;
}

.product {
	width: 175px;
	height: 360px;
	color: #656B2F;
	line-height: 14px;
	font-size: 11px;
	border-bottom: 0px solid black;
	float: left;
	margin: 8px;
	position: relative;
	z-index: 50;
}


.product div {
	text-align: left;
}

.details {
	padding-left: 5px;
}

.name {
	font-weight: bold;
	color: #000;
	font-size: 11px;
}

.dropshadow{
	padding: 0;
	background: #34460C;
	width: 200px;
	height: 197px;
	margin: 4px 0 0 0;
	display: block;
}
.image {
	text-align: center;
}

.image img {
	/* margin: -204px 0 0 4px; */
	border: 2px solid #6B8A15;
	float: left;
}

.price form {
	margin: 0;
	padding: 0;
}
.price #left {
	display: block;
	width: 105px;
	text-align: center;
	float: left;
	border: 0px solid black;
	font-weight: bold;
}

.price #right {
	display: block;
	width: 55px;
	text-align: right;
	float: left;
	border: 0px solid black;
	font-weight: bold;
}

* html body .price span {
	width: 102px;
	border: 0px solid black;
}

#footer {
	background: url("images/corner-footer.jpg") 0 100% #B5AA6A no-repeat;
	color: #FFF;
	text-align: left;
	line-height: 15px;
	text-align: center;
	margin-bottom: 5px;
}

#breadcrumb {
	float: left;
}

#ctgysort {
	float: right;
}

#pages {
	text-align: right;
}

