@charset "utf-8";
body {
	padding: 0px;
	background-color:#023B18;
	background-image: url(../images/layout/browBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
}
#header {
	background-image: url(../images/layout/headerBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:168px;
	position: relative;	
}
#logo {
	position: absolute;
	height: 168px;
	visibility: visible;
	bottom: 0px;
	z-index: 1;
}
#nav {
	position: absolute;
	padding-left:130px;
	visibility: visible;
	bottom: 2px;
	width: 630px;
	z-index: 2;
}
#products {
	background:url(../images/layout/product_bg.jpg) no-repeat left top;
	height:180px;
}
/*Main Nav Starts*/
ul.mainNav{
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		width:100%;
	}
	.mainNav li{
		display: inline;
	}
	.mainNav li a{
		float: left;
		color: #023D1A;
		padding: 4px 10px;
		text-decoration: none;
		border-right: 1px solid #AAAAAA;
	}
	.mainNav li a:hover{
		color: #000000;
		background-image: url(../images/layout/navBgOver.jpg);
		background-repeat: repeat-x;
	}
	#last{
		border-right-style: none;
	}

/*Main Nav End*/
#footer {
	background-image: url(../images/layout/footerBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
.headingBg{
	background-image:url(../images/layout/headingBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
}
.padding {
	padding:10px;
	margin:0px;
}
.greyRBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #013531;
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}
h2{
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}
a:link{
	color:#016600;
}
a:visited{
	color:#016600;
}
a:hover{
	color:#9A9A9A;
	text-decoration:none;
}
a:active{
	color:#9A9A9A;
	text-decoration:none;
}
a.grnArrow {
	background-image: url(../images/layout/grnArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding:6px;
	padding-right:30px;
	text-decoration:none;
	background-color:#D9D9D9;
	font-weight:bold;
	border:solid 1px #CDCDCD;
	width:100%;
}
ul.yellArrow{
	list-style-type: none;	
	margin:0px;
	padding:0px;
}
	ul.yellArrow li{
	background-image: url(../images/layout/yellArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
	padding-bottom:3px;
	}
.whiteTxt {
 color:#FFFFFF;

}	
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgBrd{
	border: 1px solid #666666;
	padding: 2px;
}
.flright {
	float:right;
	margin: 0 0 10px 10px;
}
