body {
	margin: 0px;
	font-family: verdana;
	background: url("images/faux.jpg") center repeat-y #C9CFB4;
}

a {
	color: #AB7308;
}

a:hover {
	color: #CA8B11;
	text-decoration: none;
}

img {
	border: 0px;
}

#wrapper {
	width: 770px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header {
	background: url("images/header.jpg") no-repeat;
	width: 770px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

#header span, #cart span {
	display: none;
}

#topmenu {
	height: 19px;
	padding: 5px;
	font-size: 10px;
	color: #fff;
	background: url("images/toptile.jpg") repeat-x;
}

#topmenu a {
	color: #fff;
}

#items {
	float: right;
	padding: 3px 12px 3px 3px;
}

#cart {
	display: block;
	float: right;
	background: url("images/viewcart.gif") no-repeat;
	width: 84px;
	height: 21px;
}

#leftmenu {
	float: left;
	width: 190px;
	padding: 15px;
}

#leftmenu h2 {
	margin: 0px 0px 1px 0px;
	padding: 5px;
	background: #ABBC98;
	color: #fff;
}

#leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftmenu li, #leftmenu h2 {
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
}

#leftmenu li a {
	text-decoration: none;
	padding: 5px;
	display: block;
	/*float: left;*/
	background: #D8E0CF;
	margin-bottom: 1px;
	color: #749028;
}

#leftmenu li a:hover {
	background: #EAF0E4;
}

#footer {
	clear: both;
	background: #545A3E;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#footer2 {
	background: #fff;
	color: #7B7E6F;
	text-align: center;
	font-size: 9px;
	padding: 5px;
}

.hlclass {
	background: #6E8126;
	color: #fff;
}

#content {
	float: left;
	width: 530px;
	padding: 10px;
	font-size: 11px;
}

#pagetitle {
	float: left;
	width: 509px;
	margin: 0px 0px 0px 1px;
	padding: 20px;
	background: url("images/headtile.jpg") repeat-x top;
	font-size: 16px;
	color: #545A3E;
	font-family: georgia;
}

#content h2 {
	font-size: 12px;
	color: #606744;
	border-bottom: 1px solid #818572;
	padding: 7px 0px 2px 0px;
}

.row1 {
	background: #F3F6E8;
}

.border {
	border: 1px solid #97938A;
}

th {
	background: url("images/toptile.jpg") repeat-x;
	color: #fff;
	text-align: left;
}

.row2 {
	background: #DFEAB7;
}

.button {
	margin-left: 2px;
	background: url("images/button.gif") repeat-x;
	font-size: 10px;
	border-top: 1px solid #BFC3C4;
	border-left: 1px solid #BFC3C4;
	border-bottom: 1px solid #BFC3C4;
	border-right: 1px solid #BFC3C4;
	padding: 2px 5px 2px 5px;
}

#user {
	float: left;
	padding: 3px 3px 3px 12px;
}

.grey {
	color: #A5AA95;
}

#searchbox {
	position: absolute;
	top: 48px;
	width: 265px;
	padding-left: 490px;
}

#searchbox .textbox {
	font-size: 11px;
	color: #474747;
	width: 215px;
	border-bottom: 1px solid #C5C5C5;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 3px;
	margin-bottom: 1px;
}

.submitgo {
	background: url("images/go.gif") no-repeat;
	width: 33px;
	height: 21px;
	border: 0px;
}

.catbox {
	background: url("images/catbg.jpg") no-repeat;
	height: 150px;
}

.catbox h3 {
	padding: 4px 0px 5px 20px;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

.related {
	padding: 5px;
	border: 1px solid #EAECE6;
	background: #F7F9F4;
	float: right;
	width: 300px;
}

.related h2 {
	margin-top: 0px;
}