html {
	background: #d1dfd3;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
}
img {
	border:0;
}
img, div {
	behavior: url(/files/scripts/iepngfix.htc);
}
input, select, textarea {
	padding: 0;
}
#wrapper {
	min-height:500px;
	margin: 0 auto;
	width: 987px;
}
#logoForPrint {
	display:none;
}

#top {
	clear: both;
	height:244px;
	padding: 0;
	position:relative;
	width: 100%;
}
#headerImg {
	height:244px;
	left:176px;
	position:absolute;
	top:0px;
	width:602px;
}

#news {
	font-size:11px;
	position:absolute;
	right: 0px;
	top:15px;
	width:196px;
}
#news p {
	display:none;
}
#news strong {
	text-transform:uppercase;
}
#news a {
	color: #663300;
	text-decoration: none;
}
#news a:hover {
	color:#9a4d00;
}
#news .newsletters {
	margin:0 0 5px 5px;
}
#news .newsletters a {
	line-height: 1.3;
}

#logo {
	background: url(/files/images/logo.png) no-repeat center top;
	bottom:-8px;
	height:109px;
	position:absolute;
	left:0px;
	width:165px;
	z-index:1;
}
#mainMenu {
	background: url(/files/images/menu_bg.jpg) no-repeat left top;
	height: 20px;
	line-height: normal;
	margin:0 0 15px 176px;
	padding-top:2px;
	text-align:right;
	text-indent:2px;
	width: 80%;
}
#mainMenu a {
	color: #99cc66;
	float: left;
	font-size: 12px;
	font-weight:bold;
	height: 20px;
	padding: 0px 15px 0px 7px;
}
#mainMenu a:hover {
	text-decoration: none;
	color:#729e4f;
}
#mainMenu a.active, #mainMenu a.active:hover {
	color:#fff;
	text-decoration: none;
}
#quicklinks {
	color:#003300;
	float:right;
	font-size:10px;
	left:26px;
	line-height:1.7;
	margin-bottom:20px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:15px;
}
#quicklinks a {
	color:#547854;
	font-size:10px;
	text-decoration:none;
}
#quicklinks a:hover {
	color:#007000;
}

#submenu {
	float:left;
	height:100px;
	line-height:normal;
	padding-left:49px;
	padding-right:21px;
	padding-top:40px;
	width:100px;
}
#submenu a {
	color: #003300;
	display: block;
	margin: 0;
	padding:5px 0;
}
#submenu li ul li a {
	color: #003300;
	display: block;
	font-size:11px;
	margin: 0;
	padding: 0 0 5px 10px;
}
#submenu br {
	display: none;
}
#submenu a:hover {
	text-decoration: none;
	color:#005c00;
}
#submenu a.active {
	color:#008300;
	font-weight:bold;
	text-decoration: none;
}
#submenu .menu3, #submenu .menu4 {
	font-size:10px;
}
#content {
	float: right;
	height: auto;
	margin:0px;
	padding: 0px;
	text-align: left;
	width: 806px;
}
.text {
	float: left;
	padding: 0px 5px;
	width: 603px;
}
.image {
	float: right;
	padding-top:10px;
	width: 193px;
}
h1, h2 {
	color:#003300;
}
h1,.h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
a {
	text-decoration: none;
}
#content a {
	color: #663300;
	text-decoration: none;
}
#content a:hover {
	color:#9a4d00;
}
#submenu ul {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer {
	clear:both;
	padding-top:12px;
	text-align:right;
	width:100%;
}
#footer a {
	color: #666666;
	text-decoration:none;
}
#footer #createdBy a {
	font-size: 10px;
}
#footer a:hover {
	color: #999999;
	text-decoration:none;
}
#address p {
	margin:0px;
	padding:0px;
}	
#productTable td {
	width:25%;
}
.desc {
	font-size:11px;
	font-style:italic;
	text-align:center;
}
.backLink {
	padding-left:8px;
}

#newsletter-form table td {
	padding:5px;
	vertical-align:top;
}
#newsletter-form input, #newsletter-form textarea {
	margin-right:2px;
	padding:3px;
	width:200px;
}
#newsletter-form textarea {
	height:120px;
}
#newsletter-form input[name="zipcode"] {
	width:50px;
}
#newsletter-form input[name="city"] {
	width:136px;
}
.catalogs {
	list-style:none;
	margin:0;
	padding:0;
	width:550px;
}
.catalogs li {
	float:left;
	height:230px;
	margin:0 10px 20px 0;
}
.catalogs li h2 {
	font-size:12px;
	margin-top:5px;
	text-align:center;
	width:140px;
}
#news .btn-large {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #004101;
	color: #99cc66;
	display: block;
	font-size: 150%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	width: 158px;
}
#news .btn-large:hover {
	color: #729e4f;
}