@charset "utf-8";
											/* Basics */
											
body{
	margin:0px;
	padding:0px;
	background-color: #CCCCCC;
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.left{
	float:left;
	
}
.right{
	float:right;
}

.center {
	text-align:center;
}
.clearB{
	clear:both;
}
.marginA{
	margin:0 auto;
}
a img{
	border:0px;
}
select {
	width: 265px;
}
input {
	width: 260px;
}
.file {
	width: 450px;
}
.btnSubmit {
	width: 100px;
}


#mainContainer{
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-y;
	width:1038px;
}

form {
	margin: 6px 0 15px 0;
}

.red {
	color:#FF0000;
}


											/* Header */
#Header {
        height:162px;
	/*background-image;*/
	/*background: url(../images/banner.jpg) no-repeat;*/
        background-color:#FFFFFF;
	width: 1016px;
}											

											
											/* Body */
#menu {
	height:36px;
	width: 1016px;
	padding-top: 5px;
	background-color: #DBFE98;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}											

#top-contnt {
	background-image: url(../images/bg-header2.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 757px;
	margin-top: 5px;
	padding-right: 5px;
}
											
#contents {
	width: 1016px;
	background-color:#dbfe98;
}											
											
#left-col {
	width:246px;
	padding-top: 6px;
}

#left-col ul {
	margin:0;
	padding:0;
}

#left-col ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#left-col ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/leftnav.jpg) no-repeat;
	background-position: 8px 4px;
	display: block;
	background-color: #709A4E;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding:8px 0 0 35px;
	height:70px;
		
}

#left-col ul li a:hover{
	background-color: #999999;
	background-image: url(../images/leftnav_hover.jpg);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	
}


.leftnav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/leftnav.jpg) no-repeat;
	background-position: 8px 4px;
	display: block;
	background-color: #709A4E;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding:8px 0 0 35px;
	height:70px;
		
}


.leftnav a:hover{
	background-color: #999999;
	background-image: url(../images/leftnav_hover.jpg);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	
}

  
  


#right-col {
	width:760px;
	padding-right: 2px;
	padding-left: 5px;
}

.right-col-contnts{
	margin-right: 4px;
	background-color: #FFFFFF;
	margin-top: 6px;
	/*margin-left: 2px;*/
        padding: 5px 10px 20px 10px;
}

.right-col-contnts-title {
	background-image: url(../images/img_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-transform: uppercase;
}

.chartNspec {
	width:570px; 
	margin-left:80px;

}

.imgholder {
	width:182px;
	height:196px;
	background:url(../images/img_container.jpg) no-repeat;
	padding-top: 7px;
	padding-left: 8px;
}

.imgholder_red {
	width:182px;
	height:196px;
	background:url(../images/img_container_red.jpg) no-repeat;
	padding-top: 7px;
	padding-left: 8px;
}

.title {
	background-image: url(../images/img_bullet2.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	
}
.title a{
	color: #FFFFFF;
	text-decoration:none;
}

.title a:hover{
	text-decoration:underline;
}


											/* Footer */
.footer{
	width: 1016px;
	background-color:#666666;
	color: #aae970;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding:15px 0 15px 0;
}


.footer-nav ul{
	margin:0;
	padding-left: 145px;
	padding-bottom: 20px;

}
.footer-nav ul li {
	float:left;
	padding:0;
	list-style:none;
	margin: 0px;
}

.footer-nav a {
	text-decoration:none;
	display: block;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	border-right: 1px solid #FFFFFF;
}

.footer-nav a:hover {
 text-decoration:underline;
}

.noborder  {
	border-right-style: none !important;

}

.leftmenu {

font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/leftnav.jpg) no-repeat;
	background-position: 8px 4px;
	display: block;
	background-color: #709A4E;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding:8px 0 0 35px;
	height:70px;
	width:200px;

}


/* ACCORDION MENU CSS */
.menu_list {	
	width: 246px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
}
.menu_body {
	display:none;
}
.menu_body a{
	display:block;
    background:#89BD51;
	height:30px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	size:12px;
	text-decoration:none;
	border-bottom:#FFFFFF 1px solid;
	margin: 0 1px 0 1px;
	padding: 5px 0 0 15px;
	font-weight:bold;
}
.menu_body a:hover{
  background:#999999;
}

/* products page */
.product{
width:170px;
text-align:center;
height:150px;
margin-right:5px;
margin-top:10px;
margin-bottom:10px;
}
.product_box{
width:150px;
height:130px;
margin:auto;
}

/* products details */
.product_details_cont{
padding-top:15px;
}
.productname{
font-size:24px;
}

.product_left{
width:520px;
}
.product_right{
width:200px;
padding-left: 10px;
}
.faq_link a{
text-decoration:none;
color:#a0a212;
}
.faq_link a:hover{
text-decoration:underline;
}

.s_image{
width:190px;
}

.right-col-contnts h1{
margin: 0;
padding:20px 0px;
font-size: 24px;
}