BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/MainBG.gif);
	background-color: #07321e;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
img { border:none; }
H2 { 
	color:#FFFFFF; 
	padding:10px; 
	padding-top:25px; 
	padding-bottom:0px;
}
H4 { 
	color:#FFFFFF; 
}
.MainBG {
	position:inherit;
	width:100%;
	height:100%;
	z-index:auto;
}
/*.TopNav {
	background-color: #986f17;
	position:inherit;
	width:760px;
	height:40px;
}*/
.MidNav {
	background-color: #2e6385;
	position:inherit;
	width:760px;
	height:50px;
	z-index:auto;

}
.MainContentContainer {

	position:inherit;
	width:760px;
	height:100%;
	z-index:auto;

}
.Footer {
	background-color: #986f17;
	position:inherit;
	width:760px;
	height:40px;
	z-index:auto;

}

.MoreInfoBox {
	background-color: #15945f;
	position:inherit;
	width:100%;
	z-index:auto;

}

.ProductRightSide {
	position:relative;
	background-color:#00CC66;
	width:360px;
    height:100%;
	z-index:auto;

}

.MoreInfoBox P{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding:10px;

}
TD.MidNavHeader, TD.MidNavHeader A {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

TD.MidNavHeader A:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

TD.TopNavHeader, TD.TopNavHeader A {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}

TD.TopNavHeader A:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;

}

TD.AboutUsLinks, TD.AboutUsLinks P, TD.AboutUsLinks A {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	padding:15px;
}

TD.AboutUsLinks A:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 16px;
	padding:15px;
}

TD.FooterText, TD.FooterText A {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding:0px;

}

.bodyText P {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 18px;
	padding:10px;

}
.bodyText A {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	padding:0px;
}
.bodyText A:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
	padding:0px;
}

/*** NAVIGATION - HORIZONTAL ***/
#top_nav_items, #top_nav_items ul, #top_nav_items li, #top_nav_items a { margin:0; padding:0; }
/*#nav_wrapper { float:left; margin:0px 0px 4px 0px; padding:0; background:#986f17; width:100%; }
#horizontal_nav { width: 100%; margin:0px auto; padding:0; }*/
#top_nav_items { float:left; width:100%; display: block; list-style: none; font-size:12px; background: #986F17; }
#top_nav_items ul { display: block; list-style: none; }
#top_nav_items li { display: block; float: left; border-right:1px solid #9a7d3f; }
#top_nav_items a { display: block; text-decoration: none; color: #FFF; padding:10px; }
/*
#top_nav_items li ul { position:absolute; width: 202px; left:-999px; border: 1px solid #000000; background: #986f17; font-size:12px; }
#top_nav_items li ul a { padding:5px 0 5px 10px; width:190px; color: #000000; background:#986f17; }
#top_nav_items li ul a:hover, #top_nav_items #navon a {	width: 192px; background: #986f17; color: #FFFFFF; }
#top_nav_items li:hover ul, #top_nav_items li.top_navHover ul { left: auto; }
*/
#top_nav_items li.align_right { border-right:none; }
