body{
	padding: 0px;
	margin: 0px;
	font-family: "arial";
	color: #666666;
}
#container{
	width: 960px;
	height: 798px;
	border: 1px solid #0093D2;
	margin: 0 auto;
}

.line{
	width: 100%;
	height: 4px;
	background-color: #0093D2;
	float: left;
}

#header{
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #0093D2;
	background-color: #F6F7FB;
	float: left;
	overflow: hidden;
}

#logo{
	width: 190px;
	height: 70px;
	float: left;
	margin: 5px 5px 5px 60px;
	background:url(../img/logo.png) no-repeat center;
}

#nav{
	width: auto;
	margin: 35px 60px 21px 0;
	float: right;
	height: auto;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li{
	float: left;
}

#nav ul li a{
	text-decoration: none;
	color: #333;
	padding: 8px 8px 2px 8px;
	margin-left: 5px;
	border-bottom: 1px solid #F6F7FB;
	font-size: 16px;
	outline: none;
}

#nav ul li a:hover{
	color: #0093D2;
	border-bottom: 2px solid #0093D2;
}

#nav ul li a.active{
	color: #0093D2;
	border-bottom: 2px solid #0093D2;
}

#content{
	height: 648px;
	width: 100%;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

#content::-webkit-scrollbar {
    width: 12px;
}
 
#content::-webkit-scrollbar-track {
    border-left: 1px solid #0093D2;
}
 
#content::-webkit-scrollbar-thumb {
	background-color: #0093D2;
}

#footer{
	float: left;
	height: 60px;
	width: 100%;
	background-color: #F6F7FB;
	border-top: 1px solid #0093D2;
}

#legend_footer{
	font-size: 10px;
	color: #0093D2;
	margin: 22px auto;
	width: 300px;
}

/*====== home =====*/
#slider{
	height: 300px;
	width: 830px;
	overflow-x: hidden;
	overflow-y: auto
}

#slider_buttons{
	width: 116px;
	height: 22px;
	border: 1px solid #333;
}

.circle_button{
	height: 16px;
	width: 16px;
	background-color: #E6E9EE;
	border-radius:10px; 
}

.circle_button.active{
	background-color: #0093D2;
}

#advantages_wrap{
	width: 830px;
	height: 225px;
	margin: 52px 62px 0px 62px;
	background-color: #F6F7FB;
	border: 1px solid #0093D2;
}

.title{
	font-weight: bold;
	font-size: 15px;
	color: #0093D2;
	float: left;
	margin: 25px 0 0 28px;
	width: 100%;
}

.adventage{
	width: 270px;
	height: auto;
	color: #666;
	overflow: hidden;
	float: left;
	margin-top: 35px;
	margin-left: 5px;
}

.adventage span,p{
	float: left;
}

.adventage p{
	margin: 0;
	font-size: 14px;
	/*width: 230px;*/
	width: 200px;
	margin-left:3px; 
}

.fix_text{
	margin-top: 10px !important;
}

.static_img{
	height: 32px;
	width: 32px;
	background: url(../img/icons.png) no-repeat center;
}

.quality{
	background-position: 0 0;
}

.certified{
	background-position: -32px 3px;
}

.briefcase{
	background-position: 3px -28px;
}

.email{
	background-position: -30px -31px;
	float: left;
	margin: 14px 10px 0px 0px;
}

.gear{
	background-position: 3px -60px;
}

.percent{
	background-position: 3px -91px;
}

.money{
	background-position: -29px -58px;
}

/*about*/
.wrap_content{
	margin: 24px 0px 0px 62px;
	width: 830px;
	float: left;
	height: auto;
	max-height: 624px;
}

.wrap_content h3{
	margin-left: 0;
}

.list{
	float: left;
	padding-left: 5px;
	margin: 10px;
	clear: both;
}

p,li{
	font-size: 14px !important;
}

/*services*/
.service_wrap{
	width: 800px;
	height: auto;
	float: left;
}
.service_wrap p{
	margin: 0px;
}
.service_text{
	float: left;
}
.service_icon{
	float: left;
	margin: 15px 10px 0px -40px;
	position: relative;
	z-index: 10;
}
.subtitle{
	font-weight: bold;
	font-size: 15px;
	color: #0093D2;
	text-decoration: underline;	
	float: left;
	margin: 25px 0 0 0;
}

/*Contact*/
.rowForm{
	float: left;
	width: 400px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
}

.labelForm{
	float: left;
	margin: 2px 0px;
}

.txtAreaForm,.txtForm{
	outline: none;
	border:  1px solid #0093D2;
}

.txtForm{
	float: left;
	clear: both;
	height: 30px;
	width: 400px;
	font-size: 16px;
	outline: none;
	padding-left: 4px;
}

.txtForm:focus{
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 147, 210, 0.075),0 0 8px rgba(0, 147, 210, 0.6);
}

.txtAreaForm{
	width: 396px;
	float: left;
	clear: both;
	height: 200px;
	resize:none;
}

.txtAreaForm:focus{
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 147, 210, 0.075),0 0 8px rgba(0, 147, 210, 0.6);
}

.btnForm{
	padding: 5px 20px;
	background-color: #0093D2;
	border: #007DB3;
	color: #FFF;
	float: left;
	clear: both;
	margin-left: 318px;
	margin-top: 20px;
	cursor: pointer;
}

.email_wrap{
	float: right;
	width: 310px;
	height: auto;
	margin-top: 15px
}