body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	background-color: #b2d88d;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	clear: both;
	margin: 25px;
}

p {
	color: #383838;
}

h1 {
	font-size: 24px;
}

img {
	border: 0px;
}

dl {
	margin-left: 50px;
	line-height: 20px;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #eeb034;
}

.header1 {
	color: #eeb034;
	font-size: 14px;
}

.header2 {
	font-size: 14px;
	color: #383838;
}

.orange {
	color: #eeb034;
	font-size: 12px;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #eeb034;
	text-decoration:none;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #f7f7f7;
	text-decoration:none;
}

.v-nav-link a, .v-nav-link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #383838;
	text-decoration:none;
}

.v-nav-link a:hover, .v-nav-link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #eeb034;
	text-decoration:none;
}

.header1 a:hover, .header1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #383838;
	text-decoration:none;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #eeb034;
	text-decoration:none;
}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #383838;
	text-decoration:none;
}

#gmap {
	float: right;
}

#address {
	float: left;
	width: 300px;
}

/* DIVs: Welcome to the Mess */

#all {
	margin-right: auto;
	margin-left: auto;
	width: 899px;
}

	
#top {
	width:858px;
	height:68px;
	background-image:url(img/main-top.png);
	padding: 20px;
	clear: both;
	float: left;
	/*margin-right: auto;
	margin-left: auto;*/
}

#main {
	width:860px;
	padding-left: 19px;
	padding-right: 19px;
	background-image:url(img/main-body.png);
	clear: both;
	height: auto;

}

#logo {
	float: left;
}

#right-text {
	float:right;
}

#h-nav {
	width:860px;
	height:45px;
	background-image:url(img/h-nav.png);
	float:none;
	margin-bottom:19px;
	clear: both;
}

#h-nav-content {
	width: 725px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}

.h-nav-link {
	float:left;
	margin: 10px;
}

.h-nav-rule {
	float: left;
	height: 20px;
	width: 2px;
	background-image:url(img/h-nav-rule.gif);
	margin-top: 7px;
}

#content {
	/*float: inherit;*/
	width: 640px;
	height: auto;
	margin-left: 210px;
	margin-top: 50px;
}

#content img {
	padding: 10px;
}

#v-nav {
	float: left;
	height: 390px;
	width: 160px;
	background-image:url(img/side-nav-bg.png);
	background-position:right;
	padding: 20px;
	padding-top: 50px;
	padding-left: 0px;
	clear: none;
}

#v-nav.a, #v-nav.a:visited {
	color: #383838;
	font-size: 12px;
}

.v-nav-link  {
	padding-bottom: 15px;
	color: #383838;
	font-size: 12px;
	float: left;
	clear: both;
	width: 180px;
}

#body {
	float: none;
	padding: 20px;
	width: 631px;
	height: 165px;
}

.h-content-rule {
	float: left;
	width: 2px;
	height: 20px;
	background-image:url(img/h-content-rule.gif);
}

.feature {
	float: right;
	width: 480px;
}

.feature-img {
	width: 142px;
	height: 125px;
	float: left;
	clear: none;
}

.hr-lrg {
	width: 405px;
	height: 50px;
	padding-top: 70px;
	padding-right: 0px;
	text-align: inherit;
	background-image:url(img/hr-lrg.png);
	background-repeat:no-repeat;
	padding-left: 50px;
	background-position: bottom;
}

.productrow {
	height: 200px;
	width: 500px;
	text-align: center;
}

.product {
	float: left;
	height: 130px;
	padding: 10px;
	width: 140px;
}

#tip {
	float: none;
	width: 625px;
	height: 69px;
	background-image:url(img/tip-box.png);
	margin-left: 190px;
	margin-top: 50px;
	padding-top:50px;
	padding-left:25px;
	padding-bottom:20px;
	padding-right:20px;
	
}

#clear {
	clear: both;
}

#bottom {
	float: none;
	width:858px;
	height:68px;
	margin: 0 auto;
	background-image:url(img/main-bottom.png);
	padding: 20px;
	clear: none;
}

.copyright {
	color: #a1a1a1;
	font-size: 10px;
}

