/*------------------------------------tim.zhu-07032009----------------------------------*/

#container {
    width: 969px;
	margin:0 auto;
}
#content {
    width: 961px;
	margin-left:4px;
}
/*---------------------------------head----------------------------------------*/
#head {
    margin-top:10px;
    height:60px;
    background:url(../images/bg_head.jpg) repeat-x top left;
}
#logo {
    float: left;
    height:60px;
	width:202px;
}
#right_info {
    float: right;
	background:url(../images/bg_head_right.jpg) no-repeat top right;
}
#link_info {  background:url(../images/top-Phone.jpg) no-repeat; width:208px;
    margin: 0 24px 0 0 ;
	display:block;
	padding-top:36px; text-align:right; cursor:pointer;
}
#right_info a{
    color: #fff;
}
#right_info a:hover{
    color: #ff9600;
}

/*---------------------------------top_nav----------------------------------------*/
#top_nav {
    clear: both;
    height: 27px;
    background: url(../images/bg_nav.jpg) repeat-x;
    border: 1px solid #fff;
	width:959px;
}
/*------------------
#top_nav ul {
    margin-left: 402px;
}
#top_nav ul li{
    float:left;
	width: 92px;
	height:26px;
	background: url(../images/bg_nav_1.jpg) no-repeat top right;
	text-align:center;
}
#top_nav ul li a  {
    font-weight:bolder;
	font-size:13px;
	line-height:26px;
}
-------------------*/
#top_nav ul { 
	padding-right:45px;
	margin: 0;
	list-style: none;
}
#top_nav li {
	position:relative;
	float: left;	
	width: 100px;
	text-align:center;	
}
#nav {
    margin-left:362px;
    width:508px;
	clear:both;
	float:right; 
}
#top_nav li ul { 
	position:absolute;
	display: none;
	top: 28px;
	left:0;
}
#top_nav li:hover ul,
#top_nav li.over ul {
	display: block;
}
#top_nav ul li a{
	display:block;
	font-size:12px;
	margin-right:1px;
	text-decoration: none;
	color: #333;
}
#top_nav ul li a:hover{
	color: #000;
}
.main_nav {
    font-size: 13px;
	font-weight:bold;
	line-height: 28px;
	background: url(../images/bg_nav_1.jpg) no-repeat top right;
}
.main_nav1 {
    font-size: 13px;
	font-weight:bold;
	line-height: 28px;
	
}
.subnav li {
    background:#f4f5f6; 
	line-height: 20px; 	
    font-size:12px;
	width:150px;
	z-index:99;
}
.subnav li a {
    border: 1px solid #fff;
    font-weight:normal;
	font-size:12px;
	padding:1px;
    background: url(../images/bg_nav2.jpg) repeat-x;
		width:150px;
}
.subnav li a:hover { 
	background: url(../images/bg_nav3.jpg) repeat-x;
	font-weight:bold;
}

/*-------------------------------------------------------------------------------*/
#top_nav {

} 
/*---------------------------------banner----------------------------------------*/
#banner {
    clear: both;
    width:969px ;
	margin-top:1px;
    z-index:-1;
}
#flash_banner {
    margin-left:4px;  
} 
/*-----------------------------------footer-----------------------------------*/
#footer {
    width:961px;
	background: #164580 url(../images/bg_footer.jpg) repeat-x top left;
	margin-left:4px;
	height: 36px;
	clear:both;
}
#footer a {
    color: #FFF;
}
#footer_left {
    float:left;
    height:36px;
    background: url(../images/bg_footer_left.jpg) no-repeat;
}
#footer_left p {
    margin-left: 200px;
	+line-height:36px;
	_line-height:36px;
    color:#fff;
}
#footer_right {
    float: right;
	width:16px;
    height:36px;
    background: #000 url(../images/bg_footer_right.jpg) no-repeat top right;
}