/* CSS Document */
*{ margin:0px; padding:0px; border:0px; }

body{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#E6CA7E;
	background:url(images/bg_06.gif);
}

#header,#content,#foot,.banner{ 
	width:1003px;
	margin:0 auto;
	overflow:hidden;
}

.banner,.banner img,#left,.menu img,.menu,.menu ul,.menu ul li,#right,.contact,#right ul,#right ul li,#right ul li.depart{ float:left; }

#content{		/*Content 中部内容*/
	width:959px;
	padding:0 22px;
	background:url(images/contentbg_35.gif) left bottom no-repeat;
}

#left,.menu,.pic,.picc{			/*Left 左部内容*/
	width:220px;
}

.menu{
	padding-bottom:50px;
}
.menu ul{ list-style:none;}
.menu ul li{
	padding:15px 0 0 15px;
}
.pic img{
	border:1px solid #D74802;
	margin:6px 8px;
}


#right{			/*Right 右部内容*/
	width:685px;
	padding:0 0 40px 54px;
}
.company p{
	padding:15px 15px 0 22px;
	line-height:21px;
}

#right ul{
	list-style:none;
	padding:0 0 30px 16px;
}

#right ul li{
	width:211px;
	line-height:25px;
	padding-left:9px;
}

#right ul li.depart{
	width:651px;
	margin-top:15px;
	color:#fff;
	font:bold 14px Arial, Helvetica, sans-serif;
	/*background:#BD3927; */
}

a{
	color:#E6CA7E;
	text-decoration:underline;
}

a:hover{
	color:#FFA443;
	font-weight:bold;
	text-decoration:none;
}

#foot{		/*Footer 底部内容*/
	clear:both;
	width:640px;
	padding-left:363px;
	line-height:37px;
	color:#FFA443;
	background:#A01B20 url(images/footbg_37.gif) left no-repeat;
}
