body {
	background-color: #d7dfe2;
	margin:0px;
	padding:0px;
	font: 10px  verdana, arial, helvetica;
	color: #416271;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
.video, .mail-list, .links {
	display: block;
	overflow: hidden;
	width: 250px;
	height: 55px;
	text-indent: -9999px; }
 
.video a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/sprite.jpg) no-repeat 0 -110px;
	outline: none; }
 
	.video a:hover { background-position: 0 -165px; }
 
.mail-list a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/sprite.jpg) no-repeat 0 0;
	outline: none; }
 
	.mail-list a:hover { background-position: 0 -55px; }

.links a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/sprite.jpg) no-repeat 0 -220px;
	outline: none; }
 
	.links a:hover { background-position: 0 -275px; }
 
a.instant-help {
	
	background: url(../images/sprite.jpg) no-repeat 0 -439px;
	border: solid 2px #276A0D;
	display: block;
	width: 300px;
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
}
h1{
padding:5px 0 5px 0;
margin:0px;
font-size:18px;
color:#FFFFFF;
}
h2{
	padding:5px 0 5px 0;
	margin:0px;
	font-size:18px;im
	color:#405571;
}
h3{
	padding:0 0 5px 0;
	margin:0px;
	font-size:12px;
	color:#36C;
}
h4{
	padding:0 0 10px 0;
	margin:0px;
	font-size:14px;
	color:#09C;
}
p{
	font-size:14px;
	text-align:left;
	padding:2px 0 2px 0;
	margin:0px;
	line-height:15px;
}
p.white{
color:#FFFFFF;
}
p.green{
color:#d4f0ba;
}
p.clear{
clear:both;
padding:10px 0 0 0;
}
img.left_img{
border:1px #cae6c6 solid;
float:left;
margin:0 10px 0 0 ;
}
img.box_img{
float:left;
padding:0 20px 0 0 ;
}
#main_container{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	border: thin solid #CCC;
}
#header{
	width:900px;
	height:96px;
	margin:auto;
	background-image: url(../images/header_bgpng.png);
	background-repeat: repeat-x;
}
#logo{
	float:left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 114px;
	width: 197px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/*----------------middle green box-----------*/
.green_box{
	width:900px;
	height:261px;
	clear:both;
	background-color: #00F;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
.clock{
float:left;
padding:0px;
}
.text_content{
width:350px;
float:left;
padding:20px 0 0 0;
}
.read_more{
	width:101px;
	height:29px;
	float:left;
	padding:10px;
	background:url(../images/read_more_bg.gif) no-repeat center;
	line-height:29px;
	text-align:center;
}
.read_more a{
text-decoration:none;
color:#FFFFFF;
}
.read_more_link{
	width: auto;
	float:left;
	background:url(../images/orange_bullet.gif) no-repeat right;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: 30px;
}
.read_more_link a{
	text-decoration:none;
	color:#6898BA;
}
.read_more_link a:hover {
	text-decoration:none;
	color:#0C131B;
}

/*----------------------left navigation-------------------------*/
#left_nav{
width:280px;height: auto;padding:5px 0 0 0; float:left;
}
#left_nav ul{
list-style:none;margin: auto;display:block; padding:0px;
}
#left_nav ul li{
list-style:none;display:block;width:auto;height:29px;padding:0px;line-height:29px;
}
#left_nav ul li a{
	height:29px;
	display:block;
	width:280px;
	text-decoration:none;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	color:#6898ac;
	background:url(../images/left_nav_arrow.gif) no-repeat left;
	background-position:0px 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#left_nav ul li a:hover {
	height:29px;
	display:block;
	width:280px;
	text-decoration:none;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	color:#CF0;
	background:url(../images/left_nav_arrow.gif) no-repeat left;
	border-bottom:1px #bedf77 dashed;
	background-position:0px 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}



/*--------------------------main_content-------------------*/
#main_content{
width:auto;
height:auto;
clear:both;
}
#left_content{
	width:320px;
	height:auto;
	margin:10px;
	float:left;
	padding:10px;
	font-size: 12px;
}
#right_content{
width:490px;
height:auto;
margin:10px 0 0 0;
float:left;
padding:10px;
}
#middle_content{
width:autopx;
height:auto;
margin:10px 0 0 0;
float:left;
padding:30px;
}
/*----------------------top right navigation-------------------------*/
#right_nav{
width:263px;height: auto;padding:20px 0 0 50px; float:left;
}
#right_nav ul{
list-style:none;margin: auto;display:block; padding:0px;
}
#right_nav ul li{
list-style:none;display:block;width:auto;height:29px;padding:0px;line-height:29px;
}
#right_nav ul li a{
height:29px;display:block; width:263px;text-decoration:none;padding:0 0 0 35px; margin:7px 0 7px 0;color:#d4f0ba;background:url(../images/right_nav.gif) no-repeat center;
background-position:0px 0px;
}
#right_nav ul li a:hover{
height:29px;display:block;width:263px;text-decoration:none;color: #d4f0ba;padding:0 0 0 35px;margin:7px 0 7px 0; background:url(../images/right_nav_a.gif) no-repeat center;
background-position:0px 0px;
}
#right_nav ul li a.current{
height:29px;display:block;width:263px;text-decoration:none;padding:0px;color: #d4f0ba;padding:0 0 0 35px;margin:7px 0 7px 0; 
background:url(../images/right_nav_a.gif) no-repeat center;
background-position:0px 0px;
}
#left_nav ul li a.current {
	height:29px;
	display:block;
	width:263px;
	text-decoration:none;
	padding:0px;
	color: #d4f0ba;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	background:url(../images/right_nav_a.gif) no-repeat center;
	background-position:0px 0px;
}

.products_box{
	height:auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.search_box{
width:267px;
height:124px;
float:left;
margin:15px 10px 10px 0;
background:url(../images/search_box_bg.gif) no-repeat center;
background-position:0px 0px;
}
.search_title{
font-size:14px;
color:#7ea743;
padding:10px 0 0 15px;
float:left;
font-weight:bold;
}
input.search_input{
width:170px;
height:20px;
background-color:#FFFFFF;
border:1px #c0c485 solid;
float:left;
margin:15px 0 0 15px;
}
input.submit{
float:left;
padding:0 0 0 10px;
}
.subsearch{
width:200px;
float:left;
color:#8b8e5d;
padding:0 0 0 15px;
}
.contact_information{
width:200px;
float:left;
padding:10px 0 0 10px;
}
.news{
width:310px;
clear:both;
padding:10px 0 10px 0;
}
.news_icon{
width:30px;
float:left;
padding:0 10px 0 0;
}
.news_content{
width:260px;
float:left;
padding:0 0 0 10px;
text-align:justify;
line-height:13px;
}
.news_content span{
color:#4ab7e8;
}
.services_box{
height:120px;
padding:10px 0 5px 0;
margin:0px 0px 10px 0;
border-bottom:1px #a7ef6e dashed;
}
.best_sol_box{
width:277px;
float:left;
}
/*----------------------news_archive list-------------------------*/
.news_archive{
width:190px;
height: auto;
padding:10px 0 0 10px;
float:left;
}
.news_archive ul{
list-style:none;padding:10px 10px 10px 10px;margin:0px; width:190px;float:left;
}
.news_archive ul li{
list-style:none;width:180px;height: auto;padding:0px; line-height:26px;
}
.news_archive ul li a{
width: 180px;text-decoration:none;padding:0 0 0 20px; margin:6px 0px 6px 0px;color:#000;text-align:left;
background:url(../images/bullet.gif) no-repeat left; background-position:0px 0px;
}
.news_archive ul li a:hover{
width: 180px;text-decoration:underline;color: #000;
}

.contact_info_box{
width:481px;
height:116px;
margin:5px;
background:url(../images/contact_info_bg.gif) no-repeat center;
}
.contact_info_title{
font-size:14px;
color:#7ea743;
padding:10px 0 0 15px;
font-weight:bold;
}
.contact_info{
float:left;
padding:15px 10px 5px 13px;
}
.adress{
	clear:both;
	padding:10px 0 0 20px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

/*-----------------------contact_form-------------------*/
#contact_form{
width:310px;
height:auto;
padding:10px 0 0 60px;
}
.form_row{
float:left;
padding:4px 0 4px 0;
}
label{
width:70px;
float:left;
padding:3px 5px 0 0;
color:#59a5bf;
text-align:right;
}
input.contact_input{
width:220px;
height:18px;
float:left;
border:1px #ced6ec solid;
background-color:#dbedf3;
color: #000;
}
textarea.contact_textarea{
width:220px;
height:80px;
float:left;
border:1px #ced6ec solid;
background-color:#dbedf3;
color: #000;
}
.send a{
width:62px;
height:24px;
display:block;
background:url(../images/read_more_bg_white.gif) no-repeat center;
background-position:0px 0px;
line-height:22px;
color:#FFFFFF;
text-decoration:none;
padding-left:40px;
float:right;
margin:10px;
}
/*--------------wide_content-----------*/
#wide_content{
width:auto;
padding:10px 20px 10px 20px;
}


/*-----------------------------footer------------------*/
#footer{
	clear:both;
	width: auto;
	height:75px;
	color: #fff;
	background-color:#416271;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
}
.copyright{
	float:left;
	padding-left:10px;
	padding-top:10px;
	font-size: 12px;
	color: #FFF;
}
.copyright_botom {
	float:left;
	padding-left:10px;
	padding-top:10px;
	font-size: 12px;
	color: #FFF;
}

.footer_links{
	float:right;
	padding-right:15px;
	padding-top:13px;
	text-align: right;
	color: #FFF;
}
.footer_links a{
text-decoration:none;
color: #fff;
padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
color: #fff;
}
#prod {
	text-align:left;
	 width:200px;
	 padding:20px;
	position:absolute;
	display:block;
	top:430px;
	background:#0C1C2D;
	color:#FFF;
}
#map, #map2 {
	width: 420px;
	height: 310px;
	overflow: hidden;}
	.glossary {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
	text-align: center; }
 
	.glossary span { margin-right: 20px; }
 
.glossary-active {
	background-color: #CDA476;
	border: solid 2px #34302F;
	padding: 5px; }
 
.glossary-passive { cursor: pointer; }

.span-11 {width:430px;}
.span-12 {width:470px;}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last {margin-right:0;padding-right:0;}
#gallery {
	
}
#content {
	padding:20px;
}
div.gallery {
	width:165px;
	line-height:1.3;
	float:left;
	margin:0 13px 27px;
}
div.gallery h4 {
	font-size:14px;
}
div.gallery p {
	font-size:12px;
}
div.gallery img, #images img {
	padding:1px;
	border:1px solid #897457; 
}
#right_content_w {
	width:850px;
height:auto;
margin:10px;
float:left;
padding:10px;
}

