﻿@charset "utf-8";
/* CSS Document */
/* Common tags */
*{
	outline: none;	
}

html, html a {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	margin:0;
	padding: 0;	
	background: url(../images/bg.jpg) center top no-repeat #fff;
}

input::-moz-focus-inner { border:0; padding:0 }

a{
	text-decoration: none;
	color: #222;
}

a img{
	border: none;	
}

h1, h2, h3, h4, h5, h6 {padding:0; margin:0}

.nomarginright{
	margin-right: 0 !important;	
}
.floatleft{
	float: left !important;	
}
.floatright{
	float: right !important;	
}
/* text */

.uppercase{
	text-transform: uppercase !important;	
}

.f14{
	font-size: 14px !important;	
}

.f16{
	font-size: 16px !important;	
}

.center{
	text-align: center !important;	
}

.blue{
	color: #008bcc !important;	
}

.EditingFormErrorLabel{
	color: red !important;	
}

#wrapper{
	width: 960px;
	margin: 0 auto;	
	position: relative;
	height: 100%;
}



/* Header */
#header{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;	
	height: 87px;
}

#header #logo{
	width: 160px;
	height: 75px;
	float: left;
	margin: 5px 0 7px;
}

#header #logo h1.logo{
	width: 170px;
	height: 130px;
}

#header #logo h1.logo a{
	text-indent: -9999px;
	font-size: 0;	
	width: 170px;
	height: 130px;
	display: block;
	background: url(../images/logo.png) no-repeat;
}

#menu{
	float: left;
	width: 540px;
	height: 27px;
	margin: 25px 6px 0 70px;
	padding: 0;
	position: relative;
	list-style: none;
}


#menu > li {
	float: left;
	padding: 0;
	height: 27px;
	position: relative;
	margin: 0 1px 0 0;
}

#menu > li > a{
	padding: 0 15px;
	display: block;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Calibri,'Calibri',Tahoma;
	font-weight: normal;
}

#menu > li:hover > a, 
#menu > li.CMSListMenuHighlightedLI > a{
	background: #009d84;
}

#menu ul.sub{
	position: absolute;
	left: 0;
	width: 200px;
	padding: 18px 0 0;
	top: 100%;
	display: none;
	z-index: 9999;
	list-style: none;
	margin: 0;
	background: url(../images/arr2.png) 25px 10px no-repeat;
}

#menu li:hover > ul{
	display: block;	
}


#menu ul.sub > li{
	display: block;
	position: relative;
	background: url(../images/line1.png) left bottom repeat-x #009d84;
	padding: 0 15px;
}

#menu ul.sub > li > a{	
	padding: 5px 0 5px 15px;
	background: url(../images/bullet1.png) 0 15px no-repeat;
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul.sub > li:hover > a,
#menu ul.sub > li.CMSListMenuHighlightedLI > a{	
	color: #044444;
	background: url(../images/bullet1_h.png) 0 15px no-repeat;
}

#menu ul.sub1{
	position: absolute;
	left: 100%;
	width: 180px;
	padding: 0 0 0 15px;
	top: 0;
	display: none;
	z-index: 1;
	list-style: none;
	margin: 0;
	background: url(../images/arr3.png) 6px 12px no-repeat;
}

#menu ul.sub1 > li{
	display: block;
	position: relative;
	background: #009d84;
	padding: 5px 20px;
}

#menu ul.sub1 > li > a{	
	padding: 0;
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#menu ul.sub1 > li:hover > a,
#menu ul.sub1 > li.CMSListMenuHighlightedLI > a{	
	color: #044444;
}



#header .frm_search{
	float: right;
	height: 25px;
	width: 184px;
	background: #fff;
	margin: 25px 0 0;
}

#header .frm_search .TextBoxField{
	float: left;
	width: 140px;
	padding: 0 6px;
	height: 25px;
	line-height: 25px;
	background: none;
	border: none;
	color: #0b3043;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#header .frm_search .FormButton{
	float: right;
	width: 31px;
	height: 25px;
	background: url(../images/icon_search.png) center center no-repeat;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
	border: none;	
}


/* Slide */
#slide{
	float: left;
	width: 958px;
	padding: 0;
	height: 320px;
	border: 1px solid #ebe9e9;	
}

#slide .slider-wrapper{
	float: left;
	width: 958px;
	height: 320px;
	position: relative
}

#slide .slider-wrapper #slider{
	float: left;
	width: 958px;
	height: 320px;
	margin: 0;
	padding: 0;
	list-style: none;
}



/* Main */
#main{
	float: left;
	width: 100%;
	padding: 20px 0;
}

/* Latest products */
.latest_prods{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px dotted #727272;
}

.latest_prods .header{
	float: left;
	width: 100%;
	padding: 0;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #008bcc;
	font-family: 'avo';
	font-size: 16px;
	text-transform: uppercase;	
}

.latest_prods .content{
	float: left;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	height: 170px;
}

.latest_prods .prev{
	float: left;
	background: url(../images/prev1.png) no-repeat;
	width: 12px;
	height: 22px;
	margin: 49px 13px 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.latest_prods .prev:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


.latest_prods .next{
	float: left;
	background: url(../images/next1.png) no-repeat;
	width: 12px;
	height: 22px;
	margin: 49px 0 0 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.latest_prods .next:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.latest_prods .slide_wrap{
	float: left;
	width: 910px;
	height: 170px;
	overflow: hidden;	
}

.latest_prods .slide_wrap ul{
	float: left;
	width: 920px;
	height: 195px;
	overflow: hidden;	
	margin: 0;
	padding: 0;
	list-style: none;
}

.latest_prods .slide_wrap ul li{
	float: left;
	width: 120px;
	margin: 0 5px;
	height: 170px;
}

.latest_prods .slide_wrap ul li .thumb{
	float: left;
	border: 1px solid #d3d1d1;
	width: 118px;
	height: 118px;
	padding: 0;
	margin: 0 0 10px 0;
}

.latest_prods .slide_wrap ul li .thumb:hover{
	border: 1px solid #3faae0;
}

.latest_prods .slide_wrap ul li .thumb span{
	width: 118px;
	height: 118px;
	display: block;
}

.latest_prods .slide_wrap ul li h2.title{
	color: #222;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

.latest_prods .slide_wrap ul li h2.title a{
	color: #222;
}

.latest_prods .slide_wrap ul li h2.title a:hover{
	color: #008bcc;
}

/* About home */
.abt_home{
	float: left;
	padding: 10px 0;	
	width: 370px;
}

.abt_home .header{
	float: left;
	width: 100%;
	padding: 0;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #008bcc;
	font-family: 'avo';
	font-size: 16px;
	text-transform: uppercase;	
}

.abt_home .content{
	float: left;
	width: 100%;
	padding: 10px 0;
}

.abt_home .text{
	float: left;
	width: 100%;
	padding: 0;
	height: 220px;
	overflow: hidden;
	line-height: 22px;
}

.abt_home .text p{
	margin: 0;
}


.abt_home .readmore{
	float: right;
	background: url(../images/arr1.png) right center no-repeat;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-align: center;
	padding: 0 20px 0 0;
	color: #008bcc;
	font-size: 12px;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	text-decoration: underline;
}

.abt_home .readmore:hover{
	color: #222;
	background: url(../images/arr1_h.png) right center no-repeat;
}

/* Latest Project */
.latest_proj{
	float: left;
	padding: 10px 0;	
	width: 570px;
	margin: 0 0 0 20px;
}

.latest_proj .header{
	float: left;
	width: 100%;
	padding: 0;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #008bcc;
	font-family: 'avo';
	font-size: 16px;
	text-transform: uppercase;	
}

.latest_proj .content{
	float: left;
	width: 100%;
	padding: 5px 0;
}

.latest_proj .projs{
	float: left;
	width: 100%;
}

.latest_proj .projs .proj{
	float: left;
	width: 180px;
	padding: 5px 0;
	margin: 0 15px 0 0;
	position: relative;
	overflow: hidden;
}

.latest_proj .projs .proj .thumb{
	float: left;
	width: 180px;
	height: 100px;
}

.latest_proj .projs .proj .thumb span{
	width: 180px;
	height: 100px;
	display: block;
}

.latest_proj .projs .proj h2.title{
	position: absolute;
	width: 170px;
	padding: 5px;
	left: 0;
	bottom: 5px;
	background: url(../images/bg_trans.png);
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.latest_proj .projs .proj h2.title a{
	color: #fff;
}

.latest_proj .projs .proj:hover h2.title{
	left: 180px;
}

.latest_proj .readmore{
	float: right;
	background: url(../images/arr1.png) right center no-repeat;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-align: center;
	padding: 0 20px 0 0;
	color: #008bcc;
	font-size: 12px;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	text-decoration: underline;
}

.latest_proj .readmore:hover{
	color: #222;
	background: url(../images/arr1_h.png) right center no-repeat;
}

/* Customer */
.customer{
	float: left;
	width: 100%;
	padding: 10px 0;
}

.customer .header{
	float: left;
	width: 100%;
	padding: 0;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #008bcc;
	font-family: 'avo';
	font-size: 16px;
	text-transform: uppercase;	
}

.customer .content{
	float: left;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	height: 165px;
}

.customer .slide_wrap{
	float: left;
	width: 960px;
	height: 165px;
	overflow: hidden;	
}

.customer .slide_wrap ul{
	float: left;
	width: 960px;
	height: 165px;
	overflow: hidden;	
	margin: 0;
	padding: 0;
	list-style: none;
}

.customer .slide_wrap ul li{
	float: left;
	width: 110px;
	margin: 0 5px;
	height: 165px;
}

.customer .slide_wrap ul li .thumb{
	float: left;
	border: 1px solid #d3d1d1;
	width: 108px;
	height: 108px;
	padding: 0;
	margin: 0 0 10px 0;
}

.customer .slide_wrap ul li .thumb:hover{
	border: 1px solid #3faae0;
}

.customer .slide_wrap ul li .thumb span{
	width: 108px;
	height: 108px;
	display: block;
}

.customer .slide_wrap ul li h2.title{
	color: #222;
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}

.customer .slide_wrap ul li h2.title a{
	color: #222;
}

.customer .slide_wrap ul li h2.title a:hover{
	color: #008bcc;
}





/* Breadcrumbs */
.breadcrumbs{
	float: left;
	margin: 0 ;
	width: 100%;
	padding: 10px 0;
	height: 20px;
	line-height: 20px;
	color: #222;
	font-size: 12px;
	border-bottom: 1px dotted #727272;
}

.breadcrumbs a{
	color: #222;
}

.breadcrumbs a:hover,
.breadcrumbs a.current, a.CMSBreadCrumbsCurrentItem{
	color: #008bcc;
}

.breadcrumbs a.home{
	background: url(../images/icon_home.png) left center no-repeat;
	padding: 0 0 0 20px;
}

/* Article */
.article{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #727272;
	color: #848f94;
	line-height: 20px;	
}

.article h2.title{
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #222;
}

.article img,
.article div,
.article table,
.article iframe{
	max-width: 100%;	
}

/* Customer block */
.customer_block{
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	list-style: none;	
}

.customer_block li{
	float: left;
	padding: 10px 10px 10px 0;
	width: 420px;
	height: 120px;
}

.customer_block li .thumb{
	float: left;
	border: 1px solid #d3d1d1;
	width: 118px;
	height: 118px;
	padding: 0;
	margin: 0 10px 0 0;
}

.customer_block li .thumb:hover{
	border: 1px solid #3faae0;
}

.customer_block li .thumb span{
	width: 118px;
	height: 118px;
	display: block;
}

.customer_block li h2.title{
	color: #222;
	font-size: 12px;
	float: left;
	width: 290px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 50px 0;
	text-transform: uppercase;
	
}

.customer_block li h2.title a{
	color: #222;
}

.customer_block li h2.title a:hover{
	color: #008bcc;
}


/* Project block */
.project_block{
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	list-style: none;	
}

.project_block li{
	float: left;
	padding: 10px 10px 10px 0;
	width: 420px;
	height: 100px;
}

.project_block li .thumb{
	float: left;
	border: 1px solid #d3d1d1;
	width: 178px;
	height: 98px;
	padding: 0;
	margin: 0 10px 0 0;
}

.project_block li .thumb:hover{
	border: 1px solid #3faae0;
}

.project_block li .thumb span{
	width: 178px;
	height: 98px;
	display: block;
}

.project_block li h2.title{
	color: #222;
	font-size: 12px;
	float: left;
	width: 220px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 40px 0;
}

.project_block li h2.title a{
	color: #222;
}

.project_block li h2.title a:hover{
	color: #008bcc;
}

/* products */
.products{
	float: left;
	width: 100%;
	padding: 10px 0;	
}

.products .logo,
.article .logo{
	float: left;
	width: 100%;
	padding: 10px 0;	
}

.products .prods{
	float: left;
	width: 100%;
	padding: 0;	
	margin: 0;
	list-style: none;
}

.products .prods li{
	float: left;
	width: 480px;
	padding: 10px 0;
	margin: 0;
}

.products .prods li h2.title{
	float: left;
	padding: 39px 24px;
	height: 40px;
	line-height: 20px;
	width: 190px;
	border: 1px solid #cbcbcb;
	background: #e1dbcb;
	color: #222;
	text-align: center;
	font-size: 12px;
}

.products .prods li h2.title span{
	overflow: hidden;
	display: block;
	height: 40px;
}

.products .prods li .thumb{
	float: left;
	width: 240px;
	height: 120px;	
}





/* Contact */
.contact{
	float: left;
	width: 100%;
	padding: 20px 0;
}

.contact .c_map{
	float: left;
	width: 478px;
	height: 178px;
	padding: 0;
	margin: 0;
	border: 1px solid #efefef;
}

.contact .c_info{
	width: 460px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	color: #222;
	line-height: 30px;
}

.contact .c_info p{
	margin: 0;
}

.contact .c_info h2,
.contact .frm_contact .head{
	display: inline-block;
	margin: 0 0 5px 0;
	color: #4a4a4a;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
}

.contact .c_info a{
	color: #2a00ff;	
}

.contact .c_info a:hover{
	color: #222;
}

.contact .frm_contact{
	float: left;
	width: 100%;
	padding: 20px 0;
}

.contact .frm_contact .floatleft,
.contact .frm_contact .floatright{
	width: 470px;	
}

.contact .frm_contact .frm{
	float: left;
	width: 100%;
	margin: 5px 0;	
}

.contact .frm_contact label{
	float: left;
	width: 80px;
	margin: 0 5px 0 0;
	font-weight: bold;
	color: #0b3043;
	line-height: 30px;	
}

.contact .frm_contact label span{
	color: #f00;
}

.contact .frm_contact .TextBoxField{
	float: left;
	width: 365px;
	padding: 0 9px;
	border: 1px solid #dbdbdb;
	line-height: 28px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	height: 28px;
	background: #fff;
}

.contact .frm_contact textarea{
	float: left;
	width: 365px;
	padding: 4px 9px;
	border: 1px solid #dbdbdb;
	line-height: 20px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	height: 100px;
	background: #fff;
	overflow: auto;
	resize: none;
}

.contact .frm_contact .FormButton{
	float: left;
	background: #0b3043;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	width: 100px;
	padding: 0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin: 10px 20px 0 0;
}

.contact .frm_contact .FormButton:hover{
	background: #009d84;
}





/* Pagination */
.PagerControl{
	text-align: center; 
	color: #848f94; 
	float: left; 
	margin: 0; 
	width: 100%;
	padding: 20px 0;
	font-size: 12px;
	line-height: 20px;
}

.SelectedPrev,
a.UnselectedNext,
span.SelectedPage,
a.UnselectedPage{
	padding:3px 5px;
	color: #848f94;
	display: inline-block;
}

a.SelectedPrev,
a.UnselectedNext{
	padding:3px 5px;
	display: inline-block;
}

.SelectedPrev:hover,
a.UnselectedNext:hover,
span.SelectedPage,
a.UnselectedPage:hover{
	text-decoration: underline;
}



/*===== Footer =====*/

#footer{
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 1px dotted #727272;
}

#footer #logo_footer{
	float: left;
	width: 160px;
	height: 75px;	
}

#footer .footer_wrap{
	float: right;
	width: 680px;
	padding: 0 40px;
	background: url(../images/bg_footer.png) left center no-repeat #182a4b;
	margin: 15px 0 0 0;
	height: 46px;
	position: relative;	
}

#footer .copyright{
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 46px;
}

.dn_license{
	height: 24px;
	line-height: 24px;
	display: block;
	margin: 11px 0 0 0;
	float: right;
}
.dn_license span{
	display: block;
	font-family: Tahoma;
	float: left;
	*display: inline;/*Fix ie6*/
	font-size: 1em;
	margin-right: 5px;
	color: #fff;
	font-weight: bold;
}
.dn_license img{
	border: none;
	float: left;
	margin-top: 0px;
	*display: inline;/*Fix ie6*/
	padding-top: 3px;
}

.dn_license a{
	color: #fff;
}

.dn_license a:hover{
	color: #008bcc;
}

#back-top{
	background: url(../images/btn_top.png) no-repeat;
	display: block;
	width: 40px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;	
}




/* IE10-specific styles */ 
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
}  

/* Style for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) { 


}

@media handheld, only screen and (max-device-width: 1024px) and (min-device-width: 320px) {
*{
	-webkit-appearance: none;
}


#menu > li > a{
	padding: 0 13px;
}
}

