html{
     overflow: -moz-scrollbars-vertical;
}
*{ 
	padding:0px; 
	margin:0px; 
}

body{
	/*background-color:#8C872C;*/
	background-color:#9cb841;
	background-image:url(/styles/images/bg-body.png);
	background-attachment:fixed;
	font-family:Verdana;
	font-size:12px;
}
#bg-body-top{
	position:absolute;
	width:100%;
	height:400px;
	background-image:url(/styles/images/bg-body-top.jpg);
	z-index:-99;
}
#content{
	margin:0 auto;
	width:990px;
	z-index:1;
}
#header{
	background-image:url(/styles/images/headers/default.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:990px;
	height:120px;
}
#header a{
	display:block;
	height:120px;
	width:990px;
}
#body{
	position:relative;
	float:left;
	width:990px;
	background-color:#FFF;
	margin-bottom:10px;
}
.btm-corner{ 
	height:10px;
	width:10px;
	position:absolute;
	bottom:0px;
}
#bl-corner{
	background-image:url(/styles/images/bl-shop-corner.png);
	left:0px;
}
#br-corner{
	background-image:url(/styles/images/br-corner.png);
	right:0px;
}

/* Navigation */
#body #left{
	float:left;
	width:170px;
}
#body #left ul{
	list-style:none;
}
#body #left li{
	margin-top:2px;
	width:180px;
}
#body #left li a{
	display:block;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
}
#body #left li, #body #left li a{
	text-decoration:none;
	color:#444;
	cursor:pointer;
}
#body #left li a:hover{
	background-image:url(/styles/images/nav-hover-2.png);
	background-position:left center;
	color:#FFF;
	padding-left:20px;
	width:160px;
}

#body #left .nav_active{
	background-image:url(/styles/images/nav-hover.png);
	color:#FFF;
	padding-left:10px;
	width:170px;
}
#body #left .nav_active a:hover, #body #left .nav_active a:active{
	background:none;
	padding-left:10px;
}
#body #left .nav_active a{
	color:#FFF;
}
#body #left .sub a{
	color:#444;
	background-image:none;
	padding-left:0px;
}
#body #left .sub a:hover{
	background-image:none;
	padding-left:0px;
}
#body #left .sub .active a{
	color:#FFF;
}
#body #left .sub{
	margin-top:0;
	list-style:none;
	padding:0px;
	background-color:#A1B153;
	padding-right:10px;
	width:170px;
}
#body #left .sub li{
	margin-top:0;
	padding:0px;
	padding-left:20px;
	width:150px;
}
/* Content Body */
#content-body{
	float:right;
	width:790px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:10px;
	background-color:#FFF;
}
#content-body ul{
	padding-left:35px;
}
#page-header{
	width:790px;
	height:200px;
	margin-bottom:7px;
}
.contact{
	width:300px;
	margin-bottom:5px;
}
a{
	color:#191919;
	text-decoration:underline;
}
a:visited{
	color:#191919;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#4C9623;
}

/* Top Links */
#t1{
	position:relative;
	width:985px;
	background-color:#191919;
	height:27px;
	padding-left:5px;
	font-size:11px;
	margin-bottom:10px;
}
#bl-t1-corner{
	background-image:url(/styles/images/bl-t1-corner.png);
	left:0px;
}
#br-t1-corner{
	background-image:url(/styles/images/br-t1-corner.png);
	right:0px;
}
#t1 ul{
	list-style:none;
}
#t1 li{
	float:left;
	padding:5px;
}
#t1 a{
	color:#AAAAAA;
	text-decoration:none;
}
#t1 a:hover{
	color:#FFF;
}
#t1 #search{
	float:right;
	padding-top:3px;
	padding-right:5px;
	z-index:10;
}
#t1 #search input{
	border:none;
	height:17px;
	width:178px;
	padding-top:3px;
	padding-left:2px;
	color:#999;
	background:none;
	background-image:url(/styles/images/bg-search.jpg);
	padding-right:20px;
}

/* Footer */
#footer{
	clear:both;
	height:123px;
	padding:7px;
	font-size:10px;
	background-color:#191919;
	background-image:url(/styles/images/footer.jpg);
	color:#909090;
	margin-bottom:15px;
}
#footer #footer-left{
	float:left;
}
#footer #right{
	text-align:right;
	color:#FFFFFF;
	float:right;
}
#footer #image{
	background-image:url(/styles/images/footer_logo.png);
	background-repeat:no-repeat;
	background-position:center right;
	height:55px;
	width:150px;
	margin-top:28px;
	margin-bottom:28px;
	margin-left:7px;
}
#footer a, #footer a:visited{
	color:#909090;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* Headings */
.h1{
	font-weight:normal;
	color:#696969;
	font-size:20px;
}
h1{
	font-weight:normal;
	color:#191919;
	font-size:22px;
	margin-bottom:5px;
}
h1 #fl-right{
	color:#999;
	padding-left:15px;
	float:right;
}
h2{
	color:#4C9623;
	font-weight:normal;
	padding-bottom:10px;
}

h4{
	color:#4C9623;
	margin:0px;
	padding:0px;
}
