html, body{
	padding:0; 
	margin:0; 
}
#header{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	background-color:#fff;
}
#menu{
	width:980px;
	height:100px;
	margin:0 auto;
	position:relative;
}
#menu_text{
	float: left;
	position: absolute;
	left: 250px;
	top: 10px;
	width: 800px;
}
#menu a{
	text-decoration:none;
	list-style:none;
	display: block;
	float:left;
	margin:20px
}
#menu h1{
	position:relative;
	font-family: 'Electrolize';
	font-size:18px;
	color:#000;
	top:35px;
	left:0px;
	z-index:5;
}
#menu h2{
	position:relative;
	font-family: 'Electrolize';
	font-size:38px;
	color:#f7f7f7;
	top:0px;
	left:50px;
	z-index:3;
}
#menu a:hover h1{
	color:#0166ff;
}
#menu a:hover h2{
	color:#e5e4e4;
}
#mhover h1{
	color:#0166ff;	
}
#mhover h2{
	color:#e5e4e4;	
}
#logo{
	width: 176px;
	height: 173px;
	position: absolute;
	z-index: 10;
	left: 45px;
}
#pelda{ 
	width:980px;
	height:529px;
	border:0;
	margin:0 auto;
	position: relative; 
	overflow: hidden;
	z-index:2;
}
.a1 {
	z-index: 6;
	position: absolute;
	margin:0 auto;
	margin-left: -20px; 
	margin-top: -20px;
}
.a2 {
	z-index: 5;
	position: absolute;
	margin:0 auto;
}
.a3 {
	z-index: 4;
	position: absolute;
	margin:0 auto;
	margin-left: -20px; 
	margin-top: -20px;
}
.a4 {
	z-index: 3;
	position: absolute;
	margin:0 auto;
	margin-left: -20px; 
	margin-top: -20px;
}
.a1b {
	z-index: 6;
	position: absolute;
	margin:0 auto;
	margin-left: 20px; 
	margin-top: -20px;
}
#title{
	width: 690px;
	height: 129px;
	font-family: 'Electrolize';
	font-size: 72px;
	line-height: 65px;
	color: #FFF;
	text-shadow: #000 2px 2px 2px;
	position: absolute;
	margin: 0 auto;
	z-index: 10;
	left: 40px;
	top: 384px;
}
#tart_bg{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	padding:0;
	top:-170px;
	background-color:#e5e4e4;
}
#tart{
	width:1000px;
	height:620px;
	position:relative;
	margin:0 auto;
	padding:220px 0 0 25px;
	background-color:#e5e4e4;
}
.image{
	float:left;
	width:51px;
	height:45px;
	padding:16px 0 0 10px;
	background-color:#0166ff;
	color:#FFF;
	font-family: 'Electrolize';
	font-size: 36px;
	border-radius: 31px 31px 31px 31px;
	-moz-border-radius: 31px 31px 31px 31px;
	-webkit-border-radius: 31px 31px 31px 31px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
.text{
	float:left;
	width:220px;
	height:100%;
	padding:20px 0 0 10px;
	color:#000;
	font-family: 'Electrolize';
	font-size: 14px;
	text-indent:25px;
}
.t_hov:hover .image{
	background-color:#fff;
	color:#0166ff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#t1{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#t2{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#t3{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#t4{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#t5{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#t6{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#footer{
	width:100%;
	top:-150px;
	position:relative;
}
#icon{
	width:530px;
	margin:0 auto;
	position:relative;
}
#icon a{
	position:relative;
	float:left;
	width:61px;
	height:61px;
	margin:7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#icon a:hover{
	top:-20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#top{
	width: 61px;
	height: 61px;
	position: relative;
	margin:0 auto;
	top:-50px;
	z-index:5;
}
#top a{
	width: 61px;
	height: 61px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#top a:hover{
	top:-10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
/*------------------------services---------------------------*/
#a1{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#a2{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#a3{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#ic1{
	background-image:url(bike_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#ic2{
	background-image:url(pump_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#ic3{
	background-image:url(repair_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
.icon_ho1:hover #ic1{
	background-image:url(bike_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
.icon_ho2:hover #ic2{
	background-image:url(pump_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
.icon_ho3:hover #ic3{
	background-image:url(repair_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
.text2{
	float:left;
	width:220px;
	height:100%;
	padding:20px 0 0 10px;
	color:#000;
	font-family: 'Electrolize';
	font-size: 14px;
	text-indent:25px;
}
/*------------------------services---------------------------*/
/*------------------------about us---------------------------*/
#b1{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#b2{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#b3{
	width:300px;
	height:250px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#ico1{
	background-image:url(man1_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#ico2{
	background-image:url(man2_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#ico3{
	background-image:url(man3_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
.icon2_ho1:hover #ico1{
	background-image:url(man1_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
.icon2_ho2:hover #ico2{
	background-image:url(man2_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
.icon2_ho3:hover #ico3{
	background-image:url(man3_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
.text3{
	float:left;
	width:220px;
	height:100%;
	padding:20px 0 0 10px;
	color:#000;
	font-family: 'Electrolize';
	font-size: 14px;
	text-indent:25px;
}

/*------------------------about us---------------------------*/
/*------------------------contact---------------------------*/
#con1{
	width:300px;
	height:150px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#con2{
	width:300px;
	height:150px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#con3{
	width:300px;
	height:150px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
#con4{
	width:900px;
	height:150px;
	position:relative;
	margin:15px 15px 0 15px;
	float:left;
}
.icon1{
	background-image:url(map_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
.icon2{
	background-image:url(mail_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
.icon3{
	background-image:url(phone_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
.icon4{
	background-image:url(info_icon.jpg);
	float:left;
	width:61px;
	height:61px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#con1:hover .icon1{
	background-image:url(map_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#con2:hover .icon2{
	background-image:url(mail_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#con3:hover .icon3{
	background-image:url(phone_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#con4:hover .icon4{
	background-image:url(info_icon_a.jpg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
.text4{
	float:left;
	width:220px;
	height:100%;
	padding:20px 0 0 10px;
	color:#000;
	font-family: 'Electrolize';
	font-size: 14px;
	line-height:20px;
}
.text5{
	float:left;
	width:820px;
	height:150px;
	padding:20px 0 0 10px;
	color:#000;
	font-family: 'Electrolize';
	font-size: 14px;
	text-indent:25px;
	-webkit-column-count:3;  
    -moz-column-count:3;  
    column-count:3;
	-webkit-column-gap: 30px;  
    -moz-column-gap: 30px;  
    column-gap: 30px; 
	-moz-column-rule: 1px dotted #ccc;  
    -webkit-column-rule: 1px dotted #ccc;  
    column-rule: 1px dotted #ccc;
}

/*------------------------contact---------------------------*/
/*------------------------partners---------------------------*/
#tart2{
	width:1000px;
	height:620px;
	position:relative;
	margin:0 auto;
	padding:220px 0 0 30px;
	background-color:#e5e4e4;
}
#tart2 img:hover{
	border:#FFF 10px solid;
	background-color:#0166ff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}
#p1 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#p2 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#p3 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#p4 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#p5 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#p6 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#p7 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
#p8 img{
	width:203px;
	height:203px;
	margin:10px;
	float:left;
	background-color:#0166ff;
	border:#0166ff 10px solid;
	border-radius: 112px 112px 112px 112px;
	-moz-border-radius: 112px 112px 112px 112px;
	-webkit-border-radius: 112px 112px 112px 112px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}

/*------------------------partners---------------------------*/