* {
	margin:0px;
	padding:0px;
	color:#170e11;
}
body {
	text-align:center;
	font-size:9pt;
	font-family:"宋体", sans-serif;
	background:url(../images/headBj.jpg) repeat-x;
}
ul li {
	list-style:none;
}
img {
	border:none;
}
strong {
	font-size:10pt;
	font-family:sans-serif, sans;
}
input, textarea, select, button {
	font:12px Helvetica, Arial, sans-serif;
}
/*
	***********************
*/
a {
	color:#282a12;
	text-decoration:none;
}
a:link, a:visited {
	color:#282a12;
	text-decoration:none;
}
a:hover {
	color:#89b70f;
	text-decoration:underline;
}
/*
**************************
*/
.clear {
	clear:both;
}
.arial {
	font-family:Arial;
	font-size:8pt;
}
/*
	*************************
*/
#parent {
}
#root {
	margin:0px auto;
	width:956px;
	text-align:left;
}
/**
	head
*/
#head {
	margin-top:4px;
	height:145px;
	width:auto;
	position:relative;
}
#head #logo {
	position:absolute;
	top:25px;
	left:28px;
}
#head #img {
	position:absolute;
	top:25px;
	left:348px;
}
#head #language {
	position:absolute;
	right:3px;
	bottom:47px;
	font-family:Arial;
}
#head #collection {
	position:absolute;
	top:0px;
	right:0px;
	background:#88b814;
	text-align:center;
}
#head #navi {
	width:100%;
	height:40px;
	position:absolute;
	left:0px;
	bottom:0px;
}
#head #navi .list {
	width:653px;
	float:left;
}
#head #navi .list ul li {
	height:40px;
	width:90px;
	line-height:40px;
	float:left;
	text-align:center;
	border-left:1px #abd93b solid;
}
#head #navi .list ul #current a:link, #head #navi .list ul #current a:visited {
	color:#000;
}
#head #navi .list ul li a:link, #head #navi .list ul li a:visited {
	color:#fff;
}
#head #navi .search {
	margin-top:10px;
	float:left;
	height:30px;
	vertical-align:middle;
}
#head #navi .search #searchText {
	width:170px;
	height:14px;
	font-size:11px;
	padding:2px 0px;
	vertical-align:middle;
}
#head #navi .search #submit {
	width:40px;
	height:22px;
}
#head #navi .search #submit img {
	cursor:pointer;
	margin-left:5px;
	vertical-align:bottom;
}
/**
	*******************************
**/
#content {
	width:100%;
	height:auto;
	float:left;
	margin-top:46px;
}
#content .list, #content .primary {
	float:left;
}
#content .list {
	width:220px;
	height:auto;
	margin-right:24px;
	 
}
#content .primary {
	width:710px;
	height:auto;
}
/**
	********************************
*/
#footer {
	margin-top:5px;
	width:100%;
	height:100px;
	float:left;
	clear:both;
	background:#e1e1e1;
}
#footer p {
	margin:10px;
	text-align:center;
}
