html{overflow-y:scroll}

body {
	text-align: center;
	background: #393939;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Tahoma;
	font-size: 100%;
	height: auto;
	}
	
a {
	color: #3a642f;
	text-decoration: underline;
	}
	
a:hover {
	color: #4f943c;
	}

/********************** BASIC CORE **********************/
	
.clear {
	clear: both;
	}
	
.clear_right {
	clear: right;
	}
	
.icon {
	vertical-align: middle;
	display: inline;
	margin: 2px;
	}
	
.float_right {
	float: right;
	}
	
.float_right .pad {
	padding-left:10px;
	}
	
.float_left {
	float: left;
	}
	
.float_left .pad {
	padding-right:10px;
	}
	
.pl_button {
	float: right;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #89b43e;
	letter-spacing: .02em;
	font-family: Arial, Tahoma, Verdana;
	margin: 2px 0;
	font-weight: normal;
	}
	
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}
h6 {font-size: .9em;}

hr {
	background: #ced5e0;
	color: #ced5e0;
	height: 1px;
	border: 0;
	}

.mainwrap {
	width: 98%;
	margin: 0 auto;
	text-align: left;
	}

#header {
	background: #426739 url(images/header_main.jpg) top left no-repeat;
	height: 91px;
	text-align: left;
	border-bottom: 1px solid #698d60;
	}
	
#header .logo {
	margin-top: 16px;
	float: left;
	}
	
#header .logo h1 {
	font-family: Arial Black, Arial, Tahoma, Verdana;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 16px 0 0 8px;
	}
	
#header .phone {
	float: right;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma, San-Serif;
	margin-top: 34px;
	}

#page {
	background: url(images/page_main.png) top left repeat-y;
	}
	

	
/********************** SEARCH **********************/
	
#nav_search {
	float: right;
	width: 245px;
	margin: 11px 0 0;
	background: transparent url(images/search_main.gif) top left no-repeat;
	}
	
#nav_search input.search_input {
	padding: 6px 2px 0 2px;
	overflow: hidden;
	float: left;
	border: 0;
	margin: 3px;
	margin-top: 1px;
	height: 22px;
	width: 170px;
	}
	
#nav_search .search_go {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	background: url(images/search_go.gif) no-repeat;
	width: 37px;
	height: 29px;
	cursor: pointer;
	}

#nav_search .search_go:hover {
	background: none;
	cursor: pointer;
	}

/********************** NAVIGATION **********************/
	
#nav {
	overflow: hidden;
	font-size: .9em;
	font-weight: bold;
	background: #3c4f37;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#nav ul li {
	padding: 14px 6px;
	margin: 0;
	float: left;
	display: block;
	font-size: .8em;
	}
	
#nav ul li a {
	display: block;
	padding: 0;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 200%;
	}
	
#nav ul li a:hover {
	color: #89b43e;
	}
	
#nav ul li.current a {
	color: #89b43e;
	}
	
/********************** ALL MAIN CONTENT **********************/
	
#page {
	background: #FFFFFF url(images/top_bg.gif) repeat-x;
	background-position: 0 1px;
	font-size: .8em;
	text-align: center;
	}
	
#page .page_bot {
	background: transparent url(images/bot_bg.gif) bottom left repeat-x;
	}
	
#page .mainwrap {
	padding: 18px 0;
	}
	
#page .page_wrap {
	border: 1px solid #858d9a;
	border-right: 0;
	border-left: 0;
	margin: 18px 0;
	background: transparent url(images/sidebar_main.gif) top left repeat-y;
	/* overflow: hidden; */
	}

/********************** SIDEBAR **********************/
	
#sidebar {
	float: left;
	width: 187px;
	background: transparent url(images/pixel_border.gif) top left repeat-y;
	}

.sidebar_tcat {
	border-bottom: 1px solid #899e89;
	background: #d2eecb url(images/pixel_border.gif) top right repeat-y;
	margin-left: 1px;
	}
	
.sidebar_tcat_wrap {
	padding: 10px 6px;
	}
	
.sidebar_menu ul {
	line-height: 150%;
	list-style-type: none;
	margin: 0 1px;
	padding: 0;
	}
	
.sidebar_menu ul li a {
	display: block;
	padding: 8px 10px 8px 22px;
	text-decoration: none;
	font-weight: bold;
	color: #45643a;
	outline: none;
	}

.sidebar_menu ul li {
	width: 184px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/sidebar_item.gif) center left no-repeat;
	}
	
.sidebar_menu li a:hover {
	text-decoration: underline;
	}
	
/********************** MAIN CONTENT AREA **********************/
	
#main {
	padding: 12px;
	padding-left: 196px;
	background: transparent url(images/pixel_border.gif) top right repeat-y;
	}

table#sub_categories {
	font-size: .9em;
	}
	
/********************** 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;
	}

/* TOP LINKS */

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%;
	}

.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: #5975a4;
	}

/********************** FOOTER **********************/
	
#footer {
	background: #38393c;
	border-top: 1px solid #FFFFFF;
	font-size: .7em;
	color: #b3b3b3;
	}
	
#footer .mainwrap {
	text-align: left;
	padding: 30px 0;
	}
	
#footer .footer_links {
	float: right;
	}
	
#footer .footer_links a {
	color: #cfcfcf;
	text-decoration: underline;
	}
	
#footer .footer_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer .copyright {
	float: left;
	font-weight: bold;
	width: 100%;
	}
	
/************* PRODUCT PAGE ****************/
	
#product_sidebar {
	float: left;
	width: 150px;
	}
	
#product_content {
	float: right;
	width: 560px;
	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;
	}

.product_pricing p {
	margin-top: 0;
	}
.product_pricing p.sale {
	color: red;
	}
	
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;
}