@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/backgroungImage.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0;
	height:auto;
	}
#bg {
	background-color:#FFFFFF;
	background-repeat:repeat;
	margin-top:-166px;
	margin-bottom:0;
	width:800px;
	height:970px;
	left: 400px;
	position:absolute;
	border-right-color:#000000;
	border-left-color:#000000;
	border-right-style:solid;
	border-left-style:solid;
	border-left-width:thin;
	border-right-width:thin;
	z-index:1;
	}
#header {
	position:absolute;
	background-color:#009337;
	top: 0px;
	width: 800px;
	height: 70px;
	left: 400px;
	z-index: 2;
	}
#navbar1 {
	position:absolute;
	top: 20px;
	width:311px;
	height: 35px;
	left: 875px;
	z-index:3;
	font-size:10px;
	font-weight:bold;
	background:url(images/greenslate_background.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
	}
#navbar1 ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#navbar1 ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#navbar1 ul li a{
	display:block;
	float:left;
	color:#43a045;
	text-decoration:none;
	padding:10px 18px 0 18px;
	height:25px;
}
#navbar1 ul li a:hover,.green #slatenav ul li a.current{
	color:#fff;
	background:url(images/greenslate_backgroundOVER.gif) no-repeat top center;
	}
#banner {
	position:absolute;
	top:70px;
	width:800px;
	height:122px;
	left:400px;
	background-color:#009337;
	z-index:4;
	}
#wrapcontent {
	position:absolute;
	top: 194px;
	background-image:url(images/frame.jpg);
	left:402px;
	width: 800px;
	height: 538px;
	background-repeat:repeat-x;
	z-index:5;
	}
/* welcome to FLI */
#content1 {
	position:absolute;
	top:210px;
	left:425px;
	width: 577px;
	height: 150px;
	padding-top: 0px;
	z-index:6;
	}
/* second nav bar */
#navbar2 {
	position:absolute;
	top: 378px;
	left:423px;
	width: 150px;
	height: 349px;
	border-right-color:#CC9933;
	border-right-style:solid;
	border-right-width:thin;
	border-top-color:#CC9933;
	border-top-style:solid;
	border-top-width:thin;
	z-index:7;
}
/* content 2 */
#content2 {
	position:absolute;
	top:378px;
	left:577px;
	width: 413px;
	height: 400px;
	padding-left:10px;
	padding-right:5px;
	border-top-color:#CC9933;
	border-top-width:thin;
	border-top-style:solid;
	z-index:8;
	
}
/* content 3 */
#content3 {
	position:absolute;
	top: 207px;
	left: 1007px;
	width: 165px;
	height: 525px;
	padding-left: 10px;
	border-left-color:#CC9933;
	border-left-style:solid;
	border-left-width:thin;
	z-index:9;
}
#footer {
	position:absolute;
	background-color:#FFFF99;
	left: 401px;
	width: 800px;
	height:25px;
	top:804px;
	z-index:10;
}
.style8 {color: #000000}
.style10 {color: #003300; font-size: 12px; }
/* second nav bar-product page */
#navbar3 {
	position:absolute;
	left:419px;
	top:220px;
	width:150px;
	height:500px;
	padding-top: 10px;
	background-color:#FFFFCC;
	z-index:11;
}
#content4 {
	position:absolute;
	left:577px;
	top:195px;
	width:570px;
	height:540px;
	padding-top:0px;
	padding-left: 40px;
	padding-right:0px;
	z-index:12;
}
#content5 {
	position:absolute;
	left:577px;
	top:204px;
	width:414px;
	height:515px;
	padding-left:15px;
	padding-right: 5px;
	z-index:13;
}
#content6 {
	position:absolute;
	left:1017px;
	top:215px;
	width:170px;
	height:515px;
	padding-top:0px;
	background-color:#FFFFCC;
	z-index:14;
}
#content7 {
	position:absolute;
	left:577px;
	top:211px;
	width:588px;
	height:auto;
	padding-top:0px;
	padding-left: 20px;
	padding-right:0px;
	z-index:15;
}
a {
	font-weight: bold;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #003300;
}
h1 {
	color: #003300;
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
}
h2 {
	font-family: Times New Roman, Times, serif;
	color: #003300;
	font-size: 24px;
}
h3 {
	color: #003300;
	font-family: Times New Roman, Times, serif;
	font-size: 21px;
}
/* This code for customer contact form*/

.RequiredMarker {
	color: #FF0000;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	white-space:nowrap
}
.defaultFormItem {
	border:2px solid #cbcbcb;
}

label {
	cursor: pointer;
	cursor: hand;
}
label.required {
	font-weight: bold;
}
label.validated {
	font-weight: bold;
	color:black;
}
label.invalid {
	font-weight: bold;
	color:red;
}

	

