* {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	/*color:#be1405;*/
	color:#736e41;
	text-decoration:none;
}

a:hover {
	color:#3d3d3d;
}

h1{color:#736e41; font-size:18px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px;}
h1 b {color: #736e41; font-size:20px; font-family:Arial, Helvetica, sans-serif; font-weight: bold;}
h2{color:#736e41; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif;}
h3{color:#736e41; font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif;}


body,html {
	background:#736e41 url(graphics/bg.jpg) repeat-x;
	font-size:12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
}

*html body {background:#EEE;}
 

#content {
	width:950px;
	margin:0 auto;
	height:100%;
}

#footer {
	background:url(graphics/footer.png) repeat-y;
	width:1000px;
	margin:0 auto;
	padding-top:10px;
	color:#FFFFFF;
	font-size:12px;
}

#footer a {
	color:#f2dcac;
}

#footer #footerleft {
	width:25%;
	float:left;
	text-align:center;
}

#footer #footercenter {
	text-align:center;
	width:50%;
	float:left;
	color:#FFFFFF;
}

#footer #footerright {
	text-align:center;
	width:25%;
	float:left;
}

#page {
	background:url(graphics/page.png) repeat-y;
	width:1000px;
	margin:0 auto;
	color:#333333;
}

#menubar {
	background:url(graphics/menubar_bg.jpg) repeat-x;
	height:32px;
	width:950px;
	margin:0 auto;
}

#header {
	background:url(graphics/banner.jpg) no-repeat;
	margin:0 auto;
	width:950px;
	height:70px;
	color:#FFFFFF;
}

#header a.homelink {
	display:block;
	height:100%;
	width:70%;
	float:left;
}

#header a {
	color:#ffffff;
}

#header ul {
	list-style:none;
	width:30%;
	float:right;
}

#header ul li {
	display:block;
	float:right;
	text-align:center;
	margin:25px 10px;
}

#header ul li a {
	padding:15px 5px;
}

#header ul li a:hover {
	color:#999999;
}

#wrapper {
	width:100%;
	min-height:100%;
	height: auto !important;
	height: 100%;
}


#sidebar {
	background:url(graphics/page_border.png) repeat-y right;
	float:left;
	width:190px;
	margin-left:1px;
}

#sidebar ul li{
	background:#fff url(graphics/page_border.png) repeat-y right;
	list-style:none;
	text-indent:10px;
}

#sidebar ul li h2{
	background:#f2dcac;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
}

#sidebar ul li ul li{
	background:#FFFFFF url(graphics/page_border.png) repeat-y right;
	font-size:11px;
	list-style:none;
	border-bottom:1px solid #DDDDDD;
	text-indent:10px;
	margin:0;
}

#sidebar ul li a{
	display:block;
	color:#3d3d3d;	
	text-decoration:none;
	padding:2px 0;
}

#sidebar ul li a:hover{
	background:#dddddd;
}

#sidebar .sidebar_content {
	background:#FFFFFF url(graphics/page_border.png) repeat-y right;
	padding:2px 8px;
	font-size:11px;
}

#sidebar .sidebar_content p {
	margin-bottom:5px;
}

#sidebar .sidebar_content a {
	display:inline;
}

#maincontent {
	float:left;
	color:#3d3d3d;
	width:730px;
	*width:720px;/*hack for ie7*/
	_width:720px;/*hack for ie6*/
}

#maincontent p {
	margin:10px 0 25px 0;
}

.clearer {
	clear:both;
}

.padding {
	padding:15px;
}


#products {
	
}

.item {
	background:url(graphics/item_bg.jpg?new) no-repeat;
	float:left;
	width:230px;
	height:350px;
	text-align:center;
	color:#3d3d3d;
}

.item .arrowlink{
	border:none;
	margin:0 10px;
}

.item img {
	margin:5px;
}

.item h3{
	color:#FFFFFF;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	width:230px;
	height: 50px;
	line-height:15px;
	!margin-top:10px;
}

.item h3,.item h3 a{
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	padding:0 2px;
}

.item h3 a:hover{
	color:#fff;
}

.item a {
	color:#736e41;
	text-decoration: none;
}

.item a:hover {
	color:#3d3d3d;
}

.item .info {
	font-size:10px;
	line-height:12px;
	width:200px;
	height:115px;
	margin:2px auto;
	border:1px solid #FFF;
	overflow:hidden;
	!margin-bottom:25px;
}

.item .pic {
	width:200px;
	height:130px;
	!height:100px;
	overflow:hidden;
	margin:0 auto;
	border:1px solid #CCCCCC;
	text-align:center;
}

.item .pic img{
	width:auto;
	padding:5px;
	margin:0 auto;
	border:none;	
}


.home_item {
	float:left;
	width:230px;
	height:190px;
	text-align:center;
	color:#3d3d3d;
	margin-bottom:15px;
}

.home_item .arrowlink{
	border:none;
	margin:0 10px;
}


.home_item h3{
	color:#736e41;
	font-weight: normal;
	font-size:12px;
	text-align:center;
	padding:10px 0;
	text-decoration:none;
}

.home_item a {
	color:#736e41;
	font-weight: normal;
}

.home_item a:hover {
	color:#3d3d3d;
}

.home_item .info {
	font-size:10px;
	line-height:12px;
	width:200px;
	height:90px;
	margin:2px auto;
	margin-top:10px;
	overflow:hidden;
}

.border-r{
	border-right:1px solid #AAA;
}

.border-l {
	border-left:1px solid #AAA;
}

.border-b {
	border-bottom: 1px solid #AAA;
}

.home_item .pic {
	width:200px;
	height:155px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}

.home_item .pic img{
	width:auto;
	padding:5px;
	margin:0 auto;
	border:none;	
}


/*
MENU ITEMS BELOW
*/

#dropdown {
	width:950px;
}

#dropdown ul {
	padding:0 10px;
}

#dropdown, #dropdown ul { list-style: none; position:absolute;z-index:250;}
#dropdown, #dropdown * { padding: 0; margin: 0; }
	
/* Head links */

#dropdown li.shopby {
	font-weight:bold;
	margin:5px;
	float: left;
	color: #f2dcac;
}

#dropdown li.headlink {
	background:url(graphics/downarrow.jpg) right no-repeat;
	padding-right:15px;
	margin:5px 25px 5px 5px;
	float: left;
	position:relative;
	z-index:100;
}

#dropdown li.headlink a {
	color:#fff;
	text-decoration:none;
	}
	
#dropdown li.headlink a:hover {
}

#dropdown ul li ul {
	width:850px;
}

#dropdown ul li ul ol li {
	list-style:none;
}

/* Child lists and links */
#dropdown li.headlink ul { border:1px solid #000; display: none; text-align: left; }

#dropdown li.headlink:hover ul { 
	margin-top:-2px;
	display: block;
	background:#FFF;
}

#dropdown li.headlink ul.category {width:125px;}
#dropdown li.headlink ul.category li a {font-size:10px; text-indent:3px; white-space:nowrap;}

#dropdown li.headlink ul.alpha {margin-left:-50px;}

#dropdown li.headlink ul li {float: left; width:200px; overflow-x: hidden;}
#dropdown li.headlink ul li a {color:#444; display:block; font-size:10px; text-indent:3px; white-space:nowrap;}
#dropdown li.headlink ul li a:hover { color:#777; background:transparent; }

/* Pretty styling */
#dropdown a { 
	color: #FFFFFF;
}

#dropdown ul li a:hover { 
	color:#000000;
}

#dropdown li.headlink {  }
#dropdown li.headlink ul { background:#333333; }

.question {
	float:right;
}


table {
	color:#3d3d3d;
	font-size:10px;
    border-collapse: collapse;
	max-width:730px;
}


td {
}

table.itemlisting tr td {
	white-space: normal;
}

td.heading {
	background:url(graphics/td_bg.jpg?a) repeat;
	color:#FFFFFF;
	font-size:10px;
	line-height:12px;
	padding:10px;
}

td select {
	background:#dddddd;
}

td input.qty {
	border:1px solid #90c918;
}

table a {
	color:#3d3d3d;
	text-decoration:underline;
}

.product_image{
	float:left;
	margin:15px;
	max-width:300px;
}

.bullets ul li{
	color:#000;
}

.bullets {
	width:45%;
	margin:15px;
	float:left;
	color:#000;
}

.bullets ul li a {
	color:#90c918;
}

.bullets ul li a:hover {
	color:#333333;
}

.product_info {
	padding:10px;
}

.printable_version {
	color:#736e41;
	float:right;
}


.admin input[type=submit] {
	border: solid 1px #888;
}

.admin #maincontent table {
/*	border-collapse: separate; */
}

.admin #maincontent table td {
	white-space: normal;
	padding: 3px;
}

.admin_menu {
	border:none;
	margin:5px;
}

.admin_menu a{
	font-size:12px;
}

.admin_login {
	margin-left:200px;
}

.largenotes {
	font-size:13px;
}

.top_contact_bar {
	background: #413c2d;
	text-align: right;
	height:30px;
	width:950px;
	margin:0 auto;
	color: #66613c;
}

.top_contact_bar a{
	color: #fff;
	padding:5px;
	text-decoration: none;
}

.none {
	display:none;
}

legend {
	padding: 15px;
	margin-left:10px;
	font-size:15px;
	color: #aabeaa;
}

table.product_info li {
	/*list-style: none;*/
	margin-left:5px;
}

.space {
	height: 15px;
}

.meter_box {
	font-size:10px;
	width:50px;
	margin:0 auto;
	margin-top: -35px;
}

.meter_holder {
	width:50px;
	height:15px;
	border:1px solid #736e41;
	text-align: left;
}

.meter {
	height:15px;
	margin:0;
	background: #736e41;
}

.product_infos td.heading {
	height:20px;
}
.product_infos td {
	height:40px;
}

.charttitleA {
	font-size:14px;
	font-weight: bold;
}