﻿@charset "utf-8";
#page_container {
	width: 950px;/* IE8\FF居中 */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(imgs/top_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	height: 110px;
}
#header #top {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
	background-color: #FAFAFA;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 23px;
}
#header #logo  {
	float: left;
	padding: 10px;
}
#main_nav  {
	float: left;
	height: 66px;
}
#main_nav ul {
	width: 550px;
	padding-left: 20px;
}
#main_nav li {
	display: inline;
	line-height: 50px;
	height: 50px;
	float: left;
	margin: 0px;
	padding: 8px;
}
.navdiv {
	background-image: url(imgs/nav_line.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.navlink a {
	font-size: 14px;
	color: #000;
}
*.navlink a:hover{
	color: #000;
	text-decoration: underline;
}/*for ie5.5、ie6*/

#footer {
	clear: both;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	line-height: 20px;
	padding: 10px;
}
.searchform {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-size: 12px;
	font-family: Tahoma;
	color: #7CA300;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.showimg_list {
	padding: 10px 10px 10px 0px;
}
.showimg_list li {
	float: left;
	padding: 5px;
}
.showimg_list li img{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #ececeb;
}

.showimg_list li a:hover img {
	border: 1px solid #FFCC00;
	background-color: #FFFFFF;
}