@charset "utf-8";
/* CSS Document */
body {
	margin: 0px auto 0px auto;
	font-family: Tahoma, Arial CE, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	
	background: #fff url(../images/bg-top.gif) repeat-x;
	outline: none;
}
img, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #e95f00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #e95f00;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family:  Arial CE, Tahoma, Helvetica, sans-serif;
	
}
strong{
	color: #e95f00;
	}
.hh{
	font-size: 24px;
	font-weight: normal;
	color: #e95f00;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family:  Arial CE, Tahoma, Helvetica, sans-serif;
	display:block;
	}
h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: normal;
	color: #e95f00;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family:  Arial CE, Tahoma, Helvetica, sans-serif;
	
}
p {
  padding-left: 10px;
  text-align: justify;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 0px;
}

#top{
	margin:0 auto 0 auto;
	width:1000px;
	height:221px;	
	}
#header{
	float:left;
	height:127px;
	width:1000px;
	}	
#logo{
	float:left;
	width:569px;
	height:127px;
	background:url(../images/logo.png) no-repeat;
	_backround: none;
	_background:url(../images/logo.gif) no-repeat;	
	}	
#logo a {
	width:569px;
	height:127px;
	display:block;
	}	
#phone{
	float:left;
	width:404px;
	height:107px;
	background: url(../images/bg-phone.gif) no-repeat;
	}	
#menu{
	float:left;
	height:93px;
	width:1000px;
	}	
#menu ul{
	margin:15px 0 0 0;
	padding:0;
	}	
#menu li{
	list-style:none;
	}	
#menu a{
	color:#FFF;
	font-size:11px;
	}
#menu a.big{
	color:#FFF;
	font-size:20px;
	}
.menu-box{
	float:left;
	margin: 0 40px 0 0;
	width: 160px;
  height:93px;
	}	
#center{
	height:279px;
	width:100%;
	background:url(../images/bg-center.gif) repeat-x;
	}	
#gray{
	margin:0 auto 0 auto;
	background:url(../images/bg-gray.gif) no-repeat;
	padding: 50px 0 0 312px;
	width:660px;
	height:229px;	
	}	
#gray span.big-title{
	font-size:26px;
	color:#555555;
	}	
#gray span.small-title{
	color:#c75201;
	margin: 0px 0 0 95px;
	font-size:18px;
	}	
#gray p{
	margin: 0px 0 0 95px;
	color:#7f7f7f;
	letter-spacing: 3px;
	font-size:13px;

	}	
.more{
	float:right;
	color:#000;
	font-weight:bold;
	font-size:11px;
	}	
#content{
	margin:0 auto 0px auto;
	width:1000px;
	color:#000;
	padding-top:20px;
	
	}	
#content li {
	background:url(../images/arrow.gif) no-repeat;
	display:block;
	margin-bottom: 10px;
  padding-left: 20px;
	font-size:14px;
}	
#content ul {
	margin:0;
	padding:0;
	margin-left: 20px;
	font-size:14px;
}
#content-left {
	float:left;
	width:580px;
	}
#content-right {
	width:365px;
	float:right;
	}
#bottom{
	width:100%;
	background-color: #e95f00;
	height:100px;
	margin-top:30px;
	padding-top:25px;
	}	
#footer{
	width:1000px;
	margin:0 auto 0 auto;	
	font-size:11px;
	color: #ffb989;
	height:10px;
	}
#footer a{
	color: #ffb989;
	}
.pl {
  width: 50%;
  float: left;
}
