/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3C1E00;
}
body {
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a:link {
	color: #82B31B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #82B31B;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #82B31B;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #82B31B;
	font-family: Arial, Helvetica, sans-serif;
}
/* top nav style */
a.top-nav:link {
	color: #3C1E00;
	text-decoration: none;
}
a.top-nav:visited {
	color: #3C1E00;
	text-decoration: none;
}
a.top-nav:hover {
	text-decoration: none;
	color: #83bc34;
}
a.top-nav:active {
	color: #3C1E00;
	text-decoration: none;
}


.top-header {
	background-image: url(../images/top-header.jpg);
	background-repeat: no-repeat;
}
.top-links {
	font-weight: bold;
	font-size: 12px;
	color: #7DB417;
}
.content-bg {
	background-image: url(../images/interior-top-bg.jpg);
	background-repeat: no-repeat;
	padding: 15px 65px 0px;
}
.bg-left {
	background-image: url(../images/background-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-right {
	background-image: url(../images/background-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.txthdr {
	font-size: 16px;
	font-weight: bold;
	color: #3C1E00;
	margin: 0px;
}
.sub-titles {
	color: #9F917B;
	font-size: 14px;
}
.home-bg {
	background-image: url(../images/Home-Flash-BG.jpg);
	background-repeat: no-repeat;
}
.top-padding {
	padding-top: 80px;
}
.bullet-background {
	background-image: url(../images/bullet-background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.field {
	background-color: #EEE1CF;
	border: 1px solid #84B209;
	width: 200px;
}
.field-comments {
	background-color: #EEE1CF;
	border: 1px solid #84B209;
	width: 200px;
	height: 200px;
}
.submit-bttn {
	font-weight: bold;
	color: #EBDFCC;
	background-color: #79AD15;
	border: 1px solid #5F1E00;
}
.footer-text {
	color: #666633;
	font-size: 10px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.product-link-text {
	font-family: Arial, Helvetica, sans-serif;
}
.ten-pt {
	font-size: 10px;
	color: #9F9182;
	font-weight: normal;
}
.green-text {
	color: #86AD11;
}

.top-image-padding {
	padding-top: 6px;
}
