body {
	margin: 0;
	background: url(imgs/bg.jpg) repeat-x #89ad41;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.clearing {
	clear: both;
	padding-top: 6px;
}

#wrapper {

}

#site {
	margin: 0 auto;
	text-align: left;
	width: 982px;
}

img {
	border: none;
}



/* Page Config */

.above-menu{
	float: left;
	width: 982px;
	height: 70px;
}

.menu-top{
	position: relative;
	float: left;
	width: 982px;
	height: 33px;
}

.home-below-menu {
	float: left;
	width: 982px;
	height: 29px;
}

.below-menu {
	float: left;
	width: 982px;
	height: 37px;
}

.info-header {
	float: left;
	width: 982px;
	height: 217px;
	background: url(imgs/info-header.jpg) no-repeat;
}

.cat-header {
	float: left;
	width: 982px;
	height: 75px;
	background: url(imgs/cat-header.jpg) no-repeat;
}

.cat-header-text {
	float: left;
	width: 300px;
	line-height: 23px;
	margin: 23px 0 0 85px;
	text-align: center;
	color: #5e4038;
	font-size: 21px;
	font-weight: bold;
	font-family: Times New Roman;
}

.info-header-text {
	float: left;
	width: 257px;
	line-height: 23px;
	margin: 23px 0 0 85px;
	text-align: center;
	color: #5e4038;
	font-size: 21px;
	font-weight: bold;
	font-family: Times New Roman;
}

.info-img1 {
	float: left;
	width: 220px;
	margin: 57px 0 0 111px;
	text-align: center;
}

.info-img2 {
	float: left;
	width: 220px;
	margin: 51px 0 0 230px;
	text-align: center;
}

.site-body {
	float: left;
	width: 982px;
	background: url(imgs/site-bg.jpg) repeat-y;
}

.bottom-images {
	float: left;
	width: 886px;
	height: 250px;
	margin-left: 47px;
	background: url(imgs/info-bottom-image-boxes.jpg) no-repeat;
}

.info-text1 {
	float: left;
	width: 430px;
	margin-left: 50px;
	text-align: justify;
}

.info-text2 {
	float: left;
	width: 430px;
	margin-left: 20px;
	text-align: justify;
}

.cat-text1 {
	float: left;
	width: 350px;
	margin-left: 80px;
	margin-top: 10px;
	text-align: left;
}

.cat-text2 {
	float: left;
	width: 480px;
	margin-left: 20px;
	text-align: center;
}

.product-header {
	float: left;
	width: 982px;
	height: 106px;
	background: url(imgs/product-header.jpg) no-repeat;
}

.product-header-text {
	float: left;
	width: 260px;
	line-height: 40px;
	margin: 27px 0 0 85px;
	text-align: center;
	color: #5e4038;
	font-size: 21px;
	font-weight: bold;
	font-family: Times New Roman;
}
.product-text1 {
	float: left;
	width: 370px;
	margin-left: 60px;
	margin-top: 10px;
	text-align: left;
}

.product-text2 {
	float: left;
	width: 480px;
	margin-left: 20px;
	text-align: center;
}

.extra-text1 {
	float: left;
	width: 840px;
	margin-left: 70px;
	margin-top: 10px;
	text-align: left;
}

.under-image-links {
	position: relative;
	width: 480px;
	height: 63px;
}

.welcome-text-box {
	float: left;
	margin: 30px 0 0 377px;
	width: 414px;
	height: 79px;
	color: #000000;
	font-size: 11px;
	text-align: justify;
}

.home-sections {
	float: left;
	width: 982px;
	height: 234px;
	background: url(imgs/home-sections-bg.jpg) no-repeat;
}

.home-footer {
	float: left;
	width: 982px;
	height: 173px;
	background: url(imgs/home-footer.jpg) no-repeat;	
}

.footer {
	float: left;
	width: 982px;
	height: 173px;
	background: url(imgs/footer.jpg) no-repeat;	
}


.section-header-text {
	float: left;
	width: 193px;
	line-height: 70px;
	font-family: Helvetica;
	font-size: 26px;
	font-weight: bold;
	color: #5c6739;
	text-align: center;
}

.section-box {
	float: left;
	width: 285px;
	margin-top: 10px;
}

.section-image-box {
	width: 127px;
	float: left;
}

.section-text-box {
	margin-left: 10px;
	width: 148px;
	float: left;
	color: #225d2f;
	font-size: 10px;
}

.footer-menu {
	float: left;
	width: 400px;
	margin: 30px 0 0 200px;
}

a.menu-footer {
	color: #ffffff;
	font-size: 11px;
	margin-right: 20px;
	text-decoration: none;
}

a.menu-footer:hover {
	text-decoration: underline;
}

.drop-down-menu {
	background: #b3ca86;
	width: 180px;
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 100000;
	display: none;
}

a.drop-menu-item {
	display: block;
	padding: 7px 6px;
	color: #2e3c1b;
	border-bottom: 1px solid #3e4924;
	border-left: 1px solid #3e4924;
	border-right: 1px solid #3e4924;
	text-decoration: none;
	font-weight: bold;
}

a.drop-menu-item:hover {
	color: #ffffff;
	background: #77855b;
	border-bottom: 1px solid #77855b;
}

a.section-link {
	color: #225d2f;
	text-decoration: none;
}

a.cat_bullet_links:visited {
	color: blue;
}

.cat_bullet_links {
	font-size: 13px;
}