@charset "utf-8";
/* CSS Document */
#logo{
	width:420px;
	
	margin-top: 10px;
}
#logo .logo{
	background-image: url(../images/logo/logo_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	width:auto
	}#logo .logo_img {
	margin-top: 10px;
	margin-left: 10px;
}
#search {
	width: 470px;
	margin-top:8px;
	margin-right:30px; /*250px;*/
	display:inline;
	line-height: 25px;
}
#search .search_nav ul li {
	float: left;
	padding-right: 5px;
	margin-left: 2px;
}
.search_input {
	background: url(../images/search.jpg) no-repeat;
	height: 15px;
	width: 371px;
	border:0px;
	padding:8px
}
.search_button{
	background-image: url(../images/button_search.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 71px;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	letter-spacing: 5px;
	border:0px;
	text-align: center;
	margin-left: 5px;
	}
.sd01 {
	font-weight: bolder;
}
.sd02 {
	font-weight: normal;
	cursor:pointer;
}
#nav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: 0px -34px;
	line-height: 34px;
}
#nav ul li {
	float: left;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
	display:inline;
}
#nav .nav_l {
	background: url(../images/bg_nav.jpg) no-repeat 0px 0px;
	padding-left: 8px;
	height: 34px;
}
#nav .nav_c li {
	float:left;
	height:34px;
	margin-left:0px
}
#nav .nav_c li a{
	float:left;
	display:block;
	height:34px;
	cursor:pointer;
	text-decoration:none;
	color: #FFF;
}
#nav .nav_c li a span{
	float:left;
	padding-top:6px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background: url(../images/bg_nav_con.jpg) no-repeat left 100%;
}
.nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	color:#ED6921;
	text-decoration:none;
	background: url(../images/bg_nav_conr.jpg) no-repeat right 100%;
	font-size: 14px;
	padding-right: 10px;
	padding-left:5px
}
#nav .nav_r {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: right -68px;
	height: 34px;
	padding-right: 8px;
}
#nav .nav_rbg {
	line-height: 34px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: 0px -102px;
	padding-left: 8px;
}
.nav_line{
	background: url(../images/nav_line.jpg) no-repeat 3px 9px;
	height: 34px;
	width:2px;
	}
	/*-- added by zaki --*/
.clear_h8{clear:both; height:8px;line-height:8px;}
a.a_black{ color:#000;}
a.a_black:hover{color:#e61;}