html{overflow-y:scroll}

body {
	background: #f6eecf url(images/bg.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, tahoma;
	color: #131313;
	font-size: 12px;
	}
	
a {
	color: #638b16;
	text-decoration: underline;
	}
	
a:hover {
	color: #e41b1b;
	text-decoration: underline;
	}
	
.clear {
	clear: both;
	}
	
.float_right {
	float: right;
	}
	
.float_left {
	float: left;
	}
	
.pl_button {
	float: left;
}
	
h1 {
	color: #cd2c0d;
	font-family: "Times New Roman", Calibri, Georgia;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	}
	
h2 {
	color: #cd6c0d;
	font-family: "Times New Roman", Calibri, Georgia;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	}
	
h3 {
	color: #3a9114;
	font-family: Verdana, Arial, Tahoma;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	}
	
hr {
	height: 1px;
	background: #8e764b;
	color: #8e764b;
	width: 100%;
	border: 0;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	}

#header .logo h1 {
	font-size: 28px;
	margin: 0;
	padding: 22px;
	}
	
#info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}
	
#info ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#info ul li p {
	clear: both;
	padding: 0;
	margin: 0;
	margin-left: 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .16em;
	line-height: 120%;
	}
	
#info .contact_main {
	background: url(images/contact_main.png) top left no-repeat;
	width: 320px;
	height: 97px;
	}
	
#info .address_main {
	background: url(images/address_main.png) top left no-repeat;
	width: 320px;
	height: 97px;
	}
	
#info .operation_main {
	background: url(images/operation_main.png) top left no-repeat;
	width: 320px;
	height: 97px;
	}
	
#main {
	background: #FFFFFF;
	border: 1px solid #a49867;
	border-bottom: 0px;
	border-top: 0px;
	}
	
#main ul.main_menu {
	list-style-type: none;
	padding: 10px 8px;
	margin: 0;
	height: 34px;
	border-bottom: 1px solid #cecece;
	}
	
#main ul.main_menu a {
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #2c2c2c;
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	}
	
#main ul.main_menu a:hover {
	color: #e48c16;
	text-decoration: underline;
	}

#main ul.main_menu li.current a {
	color: #6c9606;
	}
	
#main ul.main_menu li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#sidebar {
	width: 220px;
	float:left;
	text-align: left;
	}
	
#sidebar ul.sidebar_menu {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul.sidebar_menu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #cecece;
	}
	
#sidebar ul.sidebar_menu a {
	padding: 6px;
	display: block;
	font-size: 1.1em;
	}
	
#sidebar h1 {
	color: #638b16;
	}
	
#sidebar .side_banner {
	margin-top: 10px;
	}
	
#sidebar .side_wrap {
	padding: 10px;
	}

#content {
	float: right;
	width: 728px;
	border: 0;
	text-align: left;
	}
	
#content .content_wrap {
	padding: 14px;
	line-height: 180%;
	}
	
#content .banner {
	margin: 0;
	margin-bottom: 10px;
	}
	
#content .thumbnail_left {
	float: left;
	padding: 0px 16px 16px 0px;
	}
	
#footer {
	background: url(images/footer_main.jpg) top left no-repeat;
	color: #53481f;
	min-height: 74px;
	text-align: center;
	padding-top: 30px;
	}
	
#footer a {
	color: #2e2e2e;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #427500;
	}
	
/*E-Commerce Features*/	
	
#product_sidebar {
	float: left;
	width: 160px;
	}
	
#product_content {
	float: right;
	width: 530px;
	line-height: 180%;
	}
	
#product_sidebar .enlarge {
	padding: 6px 0;
	font-weight: bold;
	}
	
#product_sidebar .enlarge a {
	color: #585858;
	text-decoration: none;
	}
	
#product_sidebar .enlarge a:hover {
	text-decoration: underline;
	}
	
input.addtocart {
	background: url(images/add_to_cart.jpg) top left no-repeat;
	background-position: 0 0;
	border: 0;
	width: 131px;
	height: 29px;
	display: block;
	cursor: pointer;
	}
	
input.addtocart:hover {
	background: url(images/add_to_cart.jpg) top left no-repeat;
	background-position: 0 -29px;
	cursor: pointer;
	}
	
input.checkout {
	background: url(images/checkout.jpg) top left no-repeat;
	background-position: 0 0;
	border: 0;
	width: 131px;
	height: 29px;
	display: block;
	cursor: pointer;
	}
	
input.checkout:hover {
	background: url(images/checkout.jpg) top left no-repeat;
	background-position: 0 -29px;
	cursor: pointer;
	}

.product_pricing p {
	margin-top: 0;
	}
.product_pricing p.sale {
	color: red;
	}
/* TOP LINKS */

.go_back {
	float: left;
	padding-top: 4px;
	}
	
.go_back a, ul#toplinks li a {
	text-decoration: none;
	font-weight: bold;
	color: #797979;
	}
	
.go_back a:hover, ul#toplinks li a:hover {
	color: #4b68a3;
	}
	
ul#toplinks {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	}
	
ul#toplinks li {
	padding: 0 4px;
	margin: 0;
	float: left;
	display: block;
	}
	
ul#toplinks li a {
	display: block;
	float: left;
	line-height: 200%;
	}
/********************** ICONS **********************/
	
.icon_categories {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -60px;
	width: 16px;
	height: 15px;
	margin: 0 4px;
	display: inline;
	float: left;
	}
	
.icon_user {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -41px;
	width: 16px;
	height: 16px;
	margin-top: 2px
	}
	
.icon_bookmark {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -22px;
	width: 16px;
	height: 16px;
	margin-top: 2px
	}
	
.icon_print {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -3px;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	}
	
.icon_goback {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -78px;
	width: 16px;
	height: 16px;
	float: left;
	vertical-align: middle;
	}

.icon_enlarge {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -97px;
	width: 16px;
	height: 16px;
	float: left;
	vertical-align: middle;
	}
	
.icon_cart {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -114px;
	width: 16px;
	height: 16px;
	margin-top: 2px
	}

.icon_logout {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -131px;
	width: 16px;
	height: 16px;
	margin-top: 2px
	}

.icon_account {
	background: url(images/icons.png) no-repeat;
	background-position: 0 -148px;
	width: 16px;
	height: 16px;
	margin-top: 2px
	}
	
table, td {font-size: 100%;}

.tborder {
	background: #fff;
	border: 1px solid #d3d3d3;
}

.tcat {
	background: #3e3e3e;
	padding: 8px;
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
}

.tcat a {
	color: #FFFFFF;
	}
	
.tcat a:hover  {
	color: #cecece;
	}

.thead {
	background: #cacaca;
	padding: 6px;
	color: #343434;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	font-size: .8em;
}

.trow1 {
	background: #f7f7f7;
	color: #474747;
	padding: 8px;
}

.trow2 {
	background: #ededed;
	color: #474747;
	padding: 8px;
}

.ddmenu_subcats {
	text-align: left;
	position: absolute;
	display:none;
	border: 1px solid #101010;
	border-bottom: 0;
	font-size: .7em;
	line-height: 26px;
	z-index: 100;
	background: #404040;
	width: 160px;
	margin: 0;
	padding: 0;
}

.ddmenu_subcats a {
	text-align: left;
	color: #dddddd;
	display: block;
	border-bottom: 1px solid #101010;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.ddmenu_subcats a:hover {
	background: #101010;
	color: #ffffff;
}

.dd_menu span {
	background: transparent url(images/ddarrow.png) center bottom no-repeat;
	display: block;
}