@charset "utf-8";
/********************* CSS Document *********************/
a:link 
{
	text-decoration: none;
	color: #0000FF;
}
a:visited 
{
	text-decoration: none;
	color: #006;
}
a:hover 
{
	text-decoration: underline;
	color:#000;
}
a:active 
{
	text-decoration: underline;
	color: #000;
}
body{
	font-family: Arial,Times New Roman, "宋体";
	font-size: 11pt;
	color: #000;
	margin:0px;
	background-color:#FFF;
}
p{
	line-height: 14pt;
	text-align: left;
	vertical-align: top;
}
/********************* CSS total *********************/
#total{
	background-color:#FFF;
}
/********************* CSS header *********************/
#header{
	width:100%;
	background: url(../pic/header-bg.jpg) repeat-x;
}
.bookmark{
	font-size:10pt;
	text-align: right;
	padding:10px 10px 0px 0px;
}
#contitle{
	clear:both;
}
#logoimg{
	float:left;
	padding:0px 0px 0px 20px;
}
#comname{
	float:left;
	margin:10px 0px 0px 10px;
	font-size:24pt;
	color: #009933;
	font-weight: bold;
}
#toplink{
	clear:both;
 	font-family: Arail,"宋体";
}
#toplink ul{
	list-style:none;
}
#toplink li{
	float:right;
	text-align:center;
	width:80px;
}
#toplink a{
	display:block;
}
#toplink a:link{
	color:#00F;
	text-decoration:none;
}
#toplink a:hover{
	color:#06F;
	text-decoration:underline;
}
#toplink a:visited{
	color:#00F;
	text-decoration:none;
}
/********************* end CSS header *********************/

/*********************begin CSS top menu *********************/
#globallink{
	clear:both;
	height:28px;
	background-color: #9cF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
}
#globallink ul{
	list-style-type: none;
	text-align:center;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#globallink li{
	float:left;
	font-size:12pt;
	width:100px;
}
#globallink a{
	display:block;
}
#globallink a:link{
	color:#000;
	text-decoration:none;
}
#globallink li:hover{
	color:#06F;
	text-decoration:underline;
}
#globallink a:visited{
	color:#006;
	text-decoration:none;
}

/*********************end CSS top menu *********************/

/********************* CSS content area *********************/
#content {
	clear:both;
	margin:5px 0px 0px 0px;
}
/********************* CSS left content begin*********************/
#conleft {
	width:220px;
	height:auto;
	float: left;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	background-color: #F2F2F2;
}
.lefttitle{
	font-weight:bold;
	margin: 0px;
	height:20px;
	padding:6px 0px 0px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #FFF;
	background: #9Cf;
}
.leftmenu{
	margin:0px;
	padding:0px;
}
.leftmenu ul{
	list-style:none;
	padding: 0px 0px 0px 0px;
	display:block;
	margin:1px 0px 0px 0px;
}
.leftmenu li{
	height:20px;
	padding:4px 0px 0px 15px;
	background: #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
}
.leftmenu a:link{
	color:#00F;
	text-decoration:none;
}
.leftmenu li:hover{
	color:#06F;
	text-decoration:underline;
	margin-right:0px;
	background: #EBEBEB;
}
.leftimg{
	float:right;
}
/*********************end CSS left content *********************/

/*********************begin CSS right content *********************/
#conright {
	margin:0px 0px 0px 230px;
	min-height:650px;
	background: url(../pic/Tulips.jpg) no-repeat fixed right bottom;
}
.conmap{
	margin:5px 0px 5px 0px;
	padding:5px 0px 2px 10px;
	border-bottom: 1px solid #CCC;
}
.contitle{
	height:25px;
	font-weight:bold;
	text-align: center;
	font-size: 12pt;
	padding-top: 10px;
}
.condetail{
	text-align: left;
	line-height: 16pt;
	padding:5px 5px 5px 15px;
}
.rightconimg{
	float:right;
	text-align:center;
	margin: 10px;
}
.detailtitle{
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0px 0px 10px;
	margin:5px 0px 0px 0px;
	border-bottom: 1px dashed #666;
}
.conimg{
	text-align:center;
	padding:0px;
	margin:5px 0px 5px 0px;
	height:205px;
}
.conimg ul{
	margin:auto;
	list-style-type: none;
	text-align: center;
}
.conimg li{
	width:160px;
	float:left;
	text-align: center;
}
.products{
	margin:5px 0px 5px 0px;
	width:100%;
	height:auto;
}
.productslist{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.productsimg{
	margin:5px 10px 5px 0px;
}
.packimg{
	text-align:center;
}
.qstable{
	width:80%;
}
.question{
	color:#00F;
}
.answer{
	color:#093;
}
/*********************end CSS right content *********************/

/*********************begin CSS footer *********************/
#footer 
{
	clear: both;
	height: 45px;
	font-size: 10pt;
	padding-top: 10px;
	text-align: center;
	background: #EFEFEF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
}
/*******end CSS footer **********/
/******begin admin righttop navmenu CSS footer *********/
.navmenu1
{
	width:100px;
	float:left;
	font-size: 10pt;
}
.navmenu2
{
	width:80px;
	float:right;
	font-size: 10pt;
}
