/* CSS Document */
div.clear { 
	clear: both;
	padding-top:6px
} 
div.clearRule { 
	clear: both;
	padding-top:12px;
	border-top: #D2E5D8 solid 1px;
} 
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/global_bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a {
	color: #396b63;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #396b63;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #d22e42;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	color: #396B63;
	font-size: 18px;
	margin-top:0px;
	font-weight:normal;
}
h2 {
	color: #333333;
	font-size: 11px;
	margin-top:0px;
	font-weight:bold;
}
.sub {
	color: #396B63;
	font-size:14px;
	font-weight:bold;
	/*letter-spacing:1px;
	text-transform:uppercase;*/
	border-bottom: 1px #d2e5d8 solid;
	margin-bottom:0;
	margin-top:24px;
}/*
.sub {
	color: #396B63;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0 0 6px 0;
}*/
p {
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.product {
margin:6px 0;
}
ul {
	line-height: 17px;
	color: #333333;
	padding:0;
	margin:0px 0px 0px 17px;
	list-style-image: url(images/blt.gif);
}
.ularray {
	line-height: 17px;
	color: #333333;
	padding:0;
	margin:6px 0px 0px 17px;
	list-style-image: url(images/blt.gif);
}
li {
	font-size: 11px;
}
#content {
	position:absolute; 
	left:175px; 
	top:112px; 
	width:560px; 
	height:auto; 
	z-index:1;
	background-color:#FFFFFF;
	padding-bottom:24px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 230px;
	margin: 0 auto;
}

#contact {
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
#contact1 {
	float:left;
	width:186px;
	padding-bottom:18px;
}
#contact2 {
	float:left;
	width:186px;
}
#contact3 {
	float:left;
	width:186px;
}
/*#contactUsLogo {
	background-image: url(images/logoContact.gif);
	background-repeat: no-repeat;
	height: 177px;
	width: 177px;
	float:left;
	margin-left:58px;
}*/

#copyright {
	position:absolute;
	left:0px;
	top:325px;
	width:145px;
	height:auto;
	margin:0px;
	color:#666666;
	font-size: 9px;
	line-height:12px;
	text-align:center;
	padding:3px;
}

/* ################## BANNER STUFF ################## */

#headerContainter{
	width:760px;
	height:88px;
}
#headerhome{
	width:111px;
	height:88px;
	background-image:url(images/bannerhome_01.gif);
	float:left;
}

#headerhome2{
	width:194px;
	height:88px;
	background-image:url(images/bannerhome_02.gif);
	float:left;
}

#header1{
	width:111px;
	height:88px;
	background-image:url(images/banner_01.gif);
	float:left;
}
#header2{
	width:194px;
	height:88px;
	background-image:url(images/banner_02.gif);
	float:left;
}
#header3{
	width:455px;
	height:88px;
	background-image:url(images/banner_03.jpg);
	float:left;
}

/* ################## PRODUCT STUFF ################## */

#productContainer1 {
	width:190px;
	background-color:#00FF00;
	float:left;
}
#productContainer2 {
	width:396px;
	background-color:#000000;
	float:left;
}
#productTitle {
	width:560px;
	background-color:#396B63;
	color: #FDED36;
	padding:6px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
}
#productDescription {
	width: 560px;
	background-color: #EAF8EF;
	line-height: 17px;
	color: #000000;
	padding: 6px;
	border: #D2E5D8 solid 1px;
}
#productDescription p{
	margin:0px}
/*
#productList {
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	width: 384px;
	height: 110px;
	padding: 6px;
	background-color: #EAF8EF;
	border-right:#D2E5D8 solid 1px;
	border-bottom:#D2E5D8 solid 1px;
	border-left:#FFFFFF dotted 1px;
	float:left;
}*/

/* ################## NAVIGATION STUFF ################## */

#NavContainer {
	position:absolute;
	left:0px;
	top:88px;
	width:150px;
	height:266px;
	background-image:url(images/LeftNavBG.gif);
	margin:0px;
}
#pageNav{
	float: left;
	width:150px;
	margin-top: 24px;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #EAF8EF;
	border-bottom: 1px solid #7EB48C;
	background-image:url(images/bg_nav.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #C3DECA;
	background-image: none;
	font-weight: bold;
	text-decoration:underline;
}
#tagline {
	font-size: 20px;
	line-height:26px;
	color: #396B63;
	text-align: center;
	margin:12px 0;
}
#message {
	padding-top:12px;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
