@charset "utf-8";
/* CSS Document */


.main-warpper{
	width:960px;
	margin:0 auto;
	height:auto;
}
.header{
	height: 100px;
	padding-top:10px;
	/*background-color:#193854;*/
}
.request-button{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:70px;
	color:#fff;
	padding: 4px 4px;
	background-color:#193854;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	border: thin solid #FFFFFF;
	box-shadow: 0 0 1px 1px #ccc;
}

.top-contact{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	width:460px;
	margin-left:270px;
	/*background-color:#193854;*/
	height:35px;
	
	
}
.top-contact a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	
}
.logo{
	width:205px;
	height:115px;
	background-image:url(../images/logo.png);
	float:left;	
}
.nav{
	width:600px;
	height:40px;
	margin-left:200px;
	margin-top:10px;
	float:left;
}
.banner-left{
	width:960px;
	height:400px;
	/*margin-right:24px;*/
	float:left;
}
.banner-right{
	width: 300px;
	height:400px;
	float:left;
	padding: 10px 0 0 0;
}
.heading{
	font-family:"ITC Avant Garde Gothic", tahoma;
	font-size:22px;
	color:#fff;
}
.service-list{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
}