@charset "utf-8";

html, body, div, span, applet, object, iframe, form, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, em, font, img, small, strike, samp, strong, sub, sup, label, table, caption, tbody, tfoot, thead, tr, th, td 
{ 
    margin: 0; 
    padding: 0; 
}

body{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	color: black;
	background: white;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。 */
} 
body                                 {font-family: Arial, "宋体";}
form, input, select,  
textarea                             {font-family: Arial, "宋体"; font-size: 1em; }
h1, h2, h3, h4, h5, h6               {font-weight: normal; }
h1                                   {font-size: 2em; line-height: 2.2em; }
h2                                   {font-size: 2em; line-height: 1.7em; }
h3                                   {font-size: 1.25em; line-height: 1.45em; }
h4                                   {font-size: 1em; line-height: 1.2em; }
a img                                {border:0;}
.clear                               {clear: both;}

#container {
	width: 895px;  
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
#header                              {padding: 5px 0 0 0; margin: 0 0 7px 0; border-bottom:dotted 1px #E5E5E5;}

#header .logo                        {padding: 12px 0 0 0; float: left; margin-bottom: 2px;}
#header .header-right                {float: right;}
#header .topnav                      {float: left; margin: 8px 15px 0 0; padding: 0; width:120px;}
#header .topnav ul                   {list-style: none; margin: 0; padding: 0;}
#header .topnav ul li                {float: left; padding: 0 5px 0 5px; border-right: 1px solid #5B5B5B;  font-size: 0.9em; line-height: 1.3em;}
#header .topnav ul li a, 
#header .topnav ul li a:link, 
#header .topnav ul li a:visited      {text-decoration: underline; color:#5b5b5b;}
#header .topnav ul li a:hover        {color: #1a1a1a;}
#header .topnav .lastlink            {border: none;}

#header .search                      {float: left; font-size: 0.9em; color: #5B5B5B; margin: 4px 0 0 0; }
#header .search input                {color: #666666; height: 14px; padding: 1px 2px; width: 160px; display: block; }
*+html #header .search input         {padding: 1px 2px 0 2px;}
#header .search ul                   {list-style: none; margin: 0; padding: 0;}
#header .search ul li                {float: left; padding-left: 5px; }
#header .search ul li a,
#header .search ul li a:link,
#header .search ul li a:visited      {text-decoration: underline; color: #5b5b5b;}

/*菜单*/
#main_menu                           {float:right; margin:10px 0 0 0; padding:0; width:760px; font-size: 1em;}
#main_menu a                         {color:#00806b; text-decoration:none;}
#main_menu a:hover                   {text-decoration:underline;}	

#main_menu ul, li                    {border: 0; list-style: none; line-height:1em;}
#main_menu ul                        {height: 21px; padding:0; margin:0;} 
#main_menu li                        {display:inline; position:relative; margin:0 14px 0 12px; padding:0;}
#main_menu li span                   {position:relative; z-index:10; padding:4px 4px 4px 6px;  border-bottom:none;}	
#main_menu li span a                 {font-weight:bold; padding:0 6px 0px 2px;  }	
#main_menu li span.over              {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }
*+html #main_menu li span.over       {border-top:solid 1px #E5E5E5; padding-bottom:3px; } /* IE6 */
#main_menu li span.over a:hover      {text-decoration:none; }
#main_menu li span.active            {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff; }
*+html #main_menu li span.active     {border-top:solid 1px #E5E5E5; padding-bottom:3px; }
#main_menu li span.active a:hover    {text-decoration:none; }	
#main_menu img.arrow                 { /*margin-left:4px;*/ margin-top:1px; cursor:pointer; }
#main_menu div.sub_menu              {display:none; position:absolute; left:0; top:0px; margin-top:18px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:4px; top:2px; width:165px; background:#FFFFFF; font-size: 1em; line-height: 1.1em; }
* html #main_menu div.sub_menu       {margin-top:23px; } /* IE6 */
*+html #main_menu div.sub_menu       {margin-top:23px; } /* IE7 */
#main_menu div.sub_menu a:link, 
#main_menu div.sub_menu a:visited, 
#main_menu div.sub_menu a:hover      {display:block;	padding:4px;	color:#488A17;}	
#main_menu a.item_line               {border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }

/*-- about部分--*/
#about{
    float:left;
    margin:10px 0 0 0;
	padding:0 15px 7px 0;
    line-height:1.5em;
	text-align:left;
	width: 410px;
	font-size: 1em;
}
#productselect {
    float:right;
    margin:10px 0 0 0;
	padding:0 0 7px 5px;
    line-height:18px;
	text-align:left;
	width: 460px;
}
#about h2, #productselect h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #00806b;
	font-size: medium;
}
#about p{
	margin: 0;
	padding: 2px 0;
	color: #4F4F4F;
	text-align:justify;
}
#about p.link{
    text-align:left;
}
#about p a{
	text-decoration:none;
	color:#13b01f;
}
#about p a:hover{
	text-decoration: underline;
}

.productfr {
    margin-top:0;
}
.gobutton {
	background-color: #99CC66;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	padding: 2px 4px;
	height: 22px;
	font-size: 0.8em;
	line-height:13px;
	margin: 0 0 7px 0;
	cursor: pointer;
}
*+html .gobutton {
    padding: 1px 2px 2px 2px  /* IE7 */
}
.gobutton:hover{
	background-color:#13B01F;
}
.selectlabel {
    color: #4F4F4F;
	font-weight: bold;
	margin: 2px 0 4px 0;
}
.productsl1, .productsl2 {
	color: #4F4F4F;
	margin-bottom: 7px;
	width: 130px;
	font-size: 13px;
}
.productsl2{
	width: 200px;
}
#productslgr1{
    float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	display: line;
}
#productslgr2 {
	float: right;
	width: 243px;
	margin: 0 0 0 2px;
	padding: 0;
	display: line;
    overflow: hidden;
}
select#product2 optgroup{
    font-family:Arial, "宋体"; 
}

#footer {
	clear: both;
	padding: 5px 25px;
	line-height: 18px;
	border-top: 1px solid #D1E0E2;
	text-align:center;
} 
#footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
    line-height:25px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
    color: #666666;
}
