@charset "utf-8";

#top-banner{
	width:822px;
	height:194px;
	background:url(../images/index/banner.png) center;
	position:inherit;
	float:left;
	margin-left:5px;
	margin-bottom: 7px;
}
#top-banner-logo{
	float:left;
	width: 103px;
	height: 121px;
	margin: 7px 0 0 25px;
	
	}
#nav-banner{
	width:800px;
	height:32px;
	margin-left:16px;
	margin-top:5px;
	margin-bottom:20px;
	float:left;
	}
#nav-banner.index{
	width:822px;
	margin-left: 5px;
	background-image: url("../images/general/nav_banner_middle.png");
}
#nav-banner-left{
	float:left;
	width: 8px;
	height: 32px;
	background-image: url("../images/general/nav_banner_left.png");
	}
#nav-banner-right{
	float:left;
	width: 8px;
	height: 32px;
	background-image: url("../images/general/nav_banner_right.png");
	}
#nav-banner-middle{
	float:left;
	width: 784px;
	height: 32px;
	background-image: url("../images/general/nav_banner_middle.png");
	color: white;
	}
#nav-banner-middle a,
#nav-banner-middle a:link{
	float: left;
	height: 27px;
	color : #FFF;
	text-decoration: none;
	background-image: url("../images/general/nav_banner_middle.png");
	padding: 5px 10px 0px 10px;
	vertical-align:middle;
	border-right: 1px solid #FFF;
	display:block;
	font-size: 16px;
	}
#nav-banner-middle a:hover{
	background-image: url("../images/general/nav_banner_middle_hover.png");
	}

#top-banner a,
#top-banner a:link{
	color:#FFF;
	text-decoration:none;
	margin-right:36px;
}