@charset "utf-8";
/* CSS Document */

body {
	position:relative;
	margin:0px auto;
	width:950px;
	font-family:"calibri", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4B4B4B;
	background:#E6FFFD;

}

a:link { color: #006453; text-decoration:underline;}
a:visited { color:#006453; text-decoration:underline;}
a:hover { color:#666666;}
a:active { color:#006453; text-decoration:underline;}

.prod a:link { color: #006453; text-decoration:none; font-weight:bold; font-size:12px;}
.prod a:visited { color:#006453; text-decoration:none; font-weight:bold; font-size:12px;}
.prod a:hover { color:#999;}
.prod a:active { color:#006453; text-decoration:none; font-weight:bold; font-size:12px;}


h1{color:#006452;
	font-size:16px;}
	
.main_body{
width:950px;
float:left;
position:relative;
margin:0px auto;
}

.header{
	width:950px;
	height:85px;
	margin-top:10px;
}

.tab{
	width:950px;
	height:35px;
	margin-top:5px;
}

.tab_left{

	width:5px;
	height:30px;
	background:url(images/tab_left.jpg) no-repeat;
	float:left;
}

.tab_right{

	width:5px;
	height:30px;
	background:url(images/tab_right.jpg) no-repeat;
	float:left;
}


.footer{
	width:950px;
	height:80px;
	text-align:center;
	padding-top:10px;
}

.brands{
	width:800px;
	height:35px;
	text-align:center;
	padding-top:10px;
}

.prod_msg{
	color: #F00; 
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

.copyright{
	width:950px;
	height:20px;
	text-align:center;
	padding-top:15px;
}


.title{
	color:#006453; 
	font-size:12px;
	font-weight:bold;
}

.award_contain{
	width:270px;
	height:146px;
	float:left;
	padding-right:2px;
}



.home_body{
	width:918px;
	height:216px;
	padding: 20px 15px 0 15px;
	float:left;
	text-align:left;
}

.sub_body_contain{
	width:890px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
}

.home_right{
	width:145px;
	height:146px;
	float:left;
	background:#FC6;
}

/* ============================MAIN MENU================================= */

.chromestyle{
width:935px;
float:left;
padding-bottom:5px;
padding-top:5px;
background:url(images/tab_off.jpg) repeat-x;
font-weight: bold;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width:780px;
background: url(tab_off.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
padding: 4px 16px;
margin: 0;
text-decoration: none;
border-right: 1px solid #6A9F03;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(tab_on.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu 1 ######### */

.dropmenudiv{
position:absolute;
*margin-left:-230px;
_margin-left:-230px;
top: 0;
border: 1px solid #91B362; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color:#759649;
opacity:.90;
width: 160px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=1); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6A9F03; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;

color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C9DAB1;
color:#666;
}


/* ============================PRODUCTS CSS================================= */


.prod_list{
	width:930px;
	height:47px;
	float:left;
	padding:28px 10px 0px 10px;
	background:url(images/prod_bg.jpg) repeat-x;
}

.prod_name{
	width:100px;
	float:left;
	height:35px;
	padding-top:12px;
}

.prod_title{
	color:#006452;
	font-size:16px;
	font-weight:bold;
}

.prod_header{
	color: #960;
	font-size:12px;

}

.prod_descrip{
	width:890px;
	padding-left:30px;
	padding-right:30px;
	line-height:18px;
	float: left;
	text-align:left;
	text-align:justify;
	padding-top:20px;
	padding-bottom:30px;
}


.red_title{
	color: #F00; 
	font-size:14px;
	font-weight:bold;
}

.green{
	color:#006452;
	font-size:14px;
}

