body {
	margin: 0px;
	padding: 20px;
}
div,li,ol,ul,input,img,form,h1,h2,h3{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {	margin: 0 0 5px 0; }
/* Clear Fix */
.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix
{
display:inline-block;
}
/* Hide from IE Mac */
.clearfix {display:block;}
/* End hide from IE Mac */
/* end of clearfix */

.header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.header .logo {
	height: 45px;
	width: 142px;
	float: left;
}
.header .topright{
	text-align: right;
	float: left;
	width: 658px;
}
.header .menu {
	width: 800px;
	margin-top: 10px;
	overflow: hidden;
	clear: both;
}
.header .menu LI {
	float: left;
	margin-right: 1px;
}
.header .menu UL {
	padding-left: 5px;
}

.header .menu A {
	font-family: Fixedsys;
	font-size: 12px;
	color: #404e71;
	display: block;
	text-decoration: none;
	background-image: url(images/b_n_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.header .menu A SPAN {
	font-family: Fixedsys;
	font-size: 12px;
	color: #404e71;
	display: block;
	text-decoration: none;
	background-image: url(images/b_n_r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
}
.header .menu A:hover {
	font-family: Fixedsys;
	font-size: 12px;
	color: #404e71;
	display: block;
	text-decoration: none;
	background-image: url(images/b_c_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.header .menu A:hover SPAN {
	font-family: Fixedsys;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(images/b_c_r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
}
.header .menu .current A {
	font-family: Fixedsys;
	font-size: 12px;
	color: #404e71;
	display: block;
	text-decoration: none;
	background-image: url(images/b_c_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.header .menu .current A SPAN {
	font-family: Fixedsys;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(images/b_c_r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
}
.nav{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #406599;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	float: left;
}
.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	overflow: hidden;
}
.main .col{
	float: left;
	width: 200px;
}
.main .col .box {
	background-color: #F4F8FC;
	padding: 5px;
	margin-bottom: 10px;
}
.main .col .box UL {
	background-color: #FFFFFF;
	border: 1px solid #bcc8de;
}
.main .col .box li{
	margin-bottom: 3px;
}
.main .col .box A {
	margin-bottom: 6px;
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.main .col .box A:hover {
	margin-bottom: 6px;
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.main .col .box .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.main .cor {
	width: 590px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}
.main .cor .box{
	margin-bottom: 10px;
	line-height: 1.8em;
	overflow: hidden;
}
.main .cor .box .goods {
	background-color: #f4f8fc;
	float: left;
	width: 132px;
	margin-right: 5px;
	overflow: hidden;
	padding: 0px;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
}
.main .cor .box .goods img{
	margin: 5px;
	clear: both;
	border: 1px solid #999999;
}
.main .cor .box .goods p{
	text-align: center;
}
.main .cor .box .goods2 {
	background-color: #406599;
	float: left;
	width: 132px;
	margin-right: 5px;
	overflow: hidden;
	padding: 0px;
	margin-top: 5px;
	border: 1px solid #000000;
	cursor: pointer;
}
.main .cor .box .goods2 img{
	margin: 5px;
	clear: both;
	border: 1px solid #ffffff;
}
.main .cor .box .goods2 p{
	text-align: center;
	color: #FFFFFF;
}
.main .cor .box h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.main .cor .box img{
	margin: 10px;
	float: left;
}
.main .cor .box LI {
	margin-bottom: 5px;
}
.main .cor .box A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
}
.main .cor .box A:hover{
	text-decoration: none;
	color: #FF6600;
}
.main .cor .box .content {
	line-height: 1.8em;
}

.footer {
	padding: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 25px;
}
.fix{
	font-family: Fixedsys;
}
