@charset "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	width: 950px;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
}
div {
	padding: 0px;
	margin: 0px;
}
table {
	padding: 0px;
	margin: 0px;
}
#header
{
    width: 100%;
    margin: 10px auto;
}
#header-logo
{
	float: left;
	margin-bottom: 10px;
}
#header-right
{
    float: right;
}
#header-lang
{
    text-align: right;
    margin: 10px 0px;
    font-size: 12px;
}
#header-search .btn_go
{
    height: 22px;
    width: 31px;
}
/*------footer------*/
#footer
{
	margin-top: 10px;
	clear: both;
	text-align: center;
	color: #333;
	background-image: url(../image/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer a
{
    color: #333;
}
#footer-link
{
    font-size: 14px;
    line-height: 22px;
}
#footer-link a:visited, a:link, a:active
{
    text-decoration: none;
}
#footer-link a:hover
{
    text-decoration: underline;
}
#footer-copyright
{
    font-size: 12px;
}
#footer-copyright a
{
    color: Blue;
}
.copy
{
    font-family: Arial Black;
}

.content-title
{
    border-right: #fff 2px solid;
    border-bottom: #999 2px solid;
    background-color: #E4F1F1;
    padding: 5px 10px 3px;
    font-weight: bold;
    text-align:left;
}
.leftFloat
{
	text-align: left;
	float:left;
}
.rightFloat
{
	text-align: left;
	float:left;
	width:100px;
	margin-left: 10px;
}
.product-content
{
	width:310px; 
	padding-top:20px; 
	padding-left:10px; 
	margin-right:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	height:30px;
	background-color: #F6F6F6;
}
a:link, a:visited, a:active, a:hover
{
    color: #00F;
    text-decoration: none;
}
.product-title, .product-title a
{
    background-color: #E0E0E0;
    text-align: left;
    line-height: 25px;
    padding-left: 10px;
    font-weight:bold;
    color:#000;
    width:200px;
    margin-right:20px;
}
.product-nav
{
    width: 200px;
    padding-bottom:20px;
}
.product-nav li
{
    list-style-position: inside;
    list-style-type: disc;
    position: relative;
    top: 6px;
    text-align: left;
    margin-left: 40px;
    height: 20px;
    padding-top: 10px;
}
.product-nav a:link, .product-nav a:visited, .product-nav a:active, .product-nav a:hover
{
    color: #000;
}
#rightTD
{
    border-left-width: 1px;
    border-left-style: solid;
    text-align: left;
    vertical-align: top;
    border-color: #000;
    padding-left: 20px;
    height:350px;
}
.curTxt
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align:center;
}
.curTxt_ck
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #FF0000;
	text-align:center;
}
.Depict 
{
	width:120px;
	height:40px;
	background-color: #EEEEEE;
	font-weight:bold;
	padding-left:10px;
}
.Vtext
{
	height:40px;
	padding-left:10px;
	padding-right:10px;
	border: 1px dashed #CCCCCC;
}
.con-title
{
	height:20px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding:10px;
	font-weight:bold;
	color:#6666CC;
	font-size:15px;
}
.ser_title
{
	text-align:center;
	font-size:17px;
	font-weight:bold;
	width:100%;
	color:Black;
}
#contact-info
{
    list-style-image: url(../image/home_bullet.gif);
    margin-left: 40px;
    padding-left: 40px;
    padding-top: 20px;
}
#contact-info li
{
    margin: 10px;
}
#contact-info span
{
    display: inline-block;
    width: 100px;
    border-right: #ccc 2px dotted;
    margin-right: 50px;
}
/*-----page-main-----*/
#page-main
{
    padding: 0px;
    margin: 0px;
}
#page-main:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

