html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #6a6a6a;
	background: url(images/bg.gif) top repeat-x #efeeec;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #d5ff9f;
	margin: 0;
	padding: 20px 0 0 27px;
}

h2 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #727272;
	margin: 0;
	padding: 7px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0 0 15px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2a6b14;
	margin: 0;
	padding: 0 0 15px 0;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

strong {
	color: #4e4e4e;
}

a {
	color: #40ac1a;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

#container {
	width: 800px;
	margin: auto;
}

#nav {
	height: 75px;
	background: url(images/nav.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 185px;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	margin: 0;
	padding: 26px 28px 0 28px;
	display: block;
	float: left;
	height: 43px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #383838;
}
#nav a:hover {
	background: #797979;
}
#nav a.left {
	border-left: 1px solid #383838;
}

#left {
	width: 248px;
	float: right;
}

#logo {
	height: 239px;
	background: url(images/logo.gif);
}

#menu {
	background: url(images/menu.gif);
	margin: 0;
	padding: 12px 26px 8px 62px;
}
#menu h3 {
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
}
#menu a {
	display: block;
	background: url(images/menu-bg.gif) 7px 10px no-repeat #eaeaea;
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 6px 10px 0 23px;
	height: 19px;
	color: #7a7a7a;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: url(images/menu-bg-over.gif) 7px 10px no-repeat #56c728;
	color: #fff;
	border-bottom: 1px solid #56a536;
}

#menu-footer {
	height: 10px;
	background: url(images/menu-footer.gif) top no-repeat;
}

#right {
	width: 552px;
	float: right;
}

#banner {
	height: 257px;
	background: url(images/banner.jpg);
}

#header {
	height: 50px;
	background: url(images/header.gif);
}

#content {
	background: url(images/content.gif) repeat-y;
	margin: 0;
	padding: 27px 67px 19px 28px;
	overflow: hidden;
}
#content img.floatLeft {
	float: left;
	margin: 0 15px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
}
#content img.floatRight {
	float: right;
	margin: 0 0 10px 15px;
	padding: 3px;
	border: 1px solid #ccc;
}
#content ul {
	margin: 0 0 15px 25px;
	padding: 0;
}
#content li {
	margin: 0;
	padding: 0 0 6px 25px;
	list-style: none;
	background: url(images/bullet.gif) 0 4px no-repeat;
}

#content .big {
	color: #2a6b14;
	font-size: 16px;
	text-align: center;
}

#logos {
	width: 448px;
	height: 154px;
	background: url(images/logos.jpg);
	margin: auto;
}

#product-holder {
	width: 170px;
	margin: auto;
	padding: 0 0 10px 0;
	text-align: center;
	float: left;
}
#product-holder form {
	margin: 10px 0 0 0;
	padding: 0;
}

#products {
	width: 150px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	background: #2f7616;
}
#products h3 {
	margin: 0;
	padding: 4px 0 4px 0;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
#products img {
	border-top: 3px solid #fff;
	margin: 0;
	padding: 0;
}

#enlarge {
	width: 400px;
	margin: auto;
}
#enlarge img {
	margin: 0 0 10px 0;
}

#content-footer {
	height: 9px;
	background: url(images/content-footer.gif) top no-repeat;
	clear: left;
}

#footer {
	width: 482px;
	clear: both;
	margin: 0 0 0 248px;
	padding: 15px;
	text-align: center;
}

img#rapidstatscounter {
	border: 2px solid #2e7c13;
}