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

body{
	background:#F2F2F2;
}

img{
	border:none;
}

.body{
	 margin: 0 auto; 
	 width:1024px;
	 height:300px;
	 background:#FFF;
}

.header{
	height:160px;
	background:#ffefcd;
}

.header #logo{
	width:300px;
	padding:35px;
	float:left;
}

.header #headerAdd{
	width:400px;
	float:right;
	overflow:hidden;
	text-align:right;
	padding:30px 35px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu{
	background:#ffb30f; 
	text-align:right; 
	width:1024px;
	float:right;
}


.menu ul li{
	background:#ffb30f;
	list-style:none;
	display:inline;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu a{
	text-decoration:none;
	color:#402d03;
	padding:19px;
}

.menu a:hover{
	background:#ffefcd;
}

.menu a.active{
	background:#ffefcd;
}

.banner{
	height:300px;
}

.container{
	line-height:20px;
	text-align:justify;
	font-size:14px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
}

.container ul li{
	list-style:url(../images/list.png);
	padding:5px;
}

h2{
	color:#c78a06;
	background:#ffefcd;
	padding:10px;
	width:150px;
	text-align:center;
}

h3{
	color:#c78a06;
	margin-top:3px;
	text-transform:uppercase;
}


.content{
	color:#f0a502;
    float: left;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
    padding: 20px 25px;
    text-align: left;
    text-decoration: none;
	width:140px;
	text-shadow: 1px 0 0 #FFF, 0 -1px 0 #FFF, 0 1px 0 #FFF, -1px 0 0 #FFF;
}

.box1{
	width:196px;
	height:195px;
	float:left;
	background:url(../images/service-1.png) no-repeat center;
}

.box2{
	width:196px;
	height:195px;
	float:left;
	background:url(../images/service-2.png) no-repeat center;
}

.box3{
	width:196px;
	height:195px;
	float:left;
	background:url(../images/service-3.png) no-repeat center;
}


.box4{
	width:196px;
	height:195px;
	float:left;
	background:url(../images/service-4.png) no-repeat center;
}

.box5{
	width:196px;
	height:195px;
	float:left;
	background:url(../images/service-5.png) no-repeat center;
}

.box-link{
	float:left; 
	width:180px; 
	height:190px;
	padding:6px;
	text-align:center;
	overflow:hidden;
}

a{
	color:#F60;
	text-decoration:none;
}

.links{
	padding-left:40px;
}

.footer{
	background:#ffb30f;
	width:1024px;
	color:#333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px 0px;
}

.h2Style{
	width:auto;
	text-align:left;
	color:#c78a06;
	background:#ffefcd;
	padding:10px;
}

.contactField{
	float:left; 
	width:500px; 
	height:390px; 
	overflow:hidden; 
	padding:10px;
	margin-left:20px;
	color:#333;	line-height:24px;
}

.contactField input[type="text"]{
	border:#8A8A8A solid 1px;
	width:300px;
	padding:2px;
}

.contactField textarea{
	border:#8A8A8A solid 1px;
	width:300px;
	padding:2px;
	height:130px;
}