﻿a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color:Red;
}
a:active {
	text-decoration: none;
}
body
{
    padding: 0px;
    margin: 0px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #009933;
}
#layout
{
    width:780px;margin:0 auto;text-align:left;position:relative;
}
#logo
{
    width: 780px;
    height: 180px;
    /*background-image: url(Images/logo.jpg);
    background-repeat: no-repeat;*/
    float: left;
}
#topimg
{
width:584px;
height:180px;
background-image: url('Images/topimg.gif');
background-repeat:no-repeat;
float:right;
}
#toplink
{
    float: left;
    width: 100%;
    height: 36px;
    background-image: url('Images/toplink.gif');
    text-align: center;
    margin-top:-2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FF6600;
}
.linkback
{
    width: 120px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    float: left;
    line-height: 20px;
    background-repeat: no-repeat;
    padding-top: 10px;
}
.linktext
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    color: #000000;
}
a.linktext:hover
{
    color: #CC0000;
}
#container
{
    border: 1px solid #CCCCCC;
    float:left;
    width: 778px;
    height: 100%;
    overflow:hidden;
    background-color:White;
}
#left
{
    border-color: #CCCCCC;
    float: left;
    width: 190px;
}
#mid
{
    background-color: #CCCCCC;
    width: 1px;
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    height:100%;
}
#right
{
float:left;
width:586px;
margin-bottom:10px;
}
#footer
{
	width: 100%;
	float: left;
	font-size: 13px;
	text-align: center; /*margin-top: 5px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #00FFFF;
	background-image: url('Images/fb.gif');
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FF6600;
	line-height: 20px;
}
.line
{
    background-position: bottom;
    background-image: url(Images/separate.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height:2px;
}
#leftlinks
{
    background-position: bottom;
    text-align: center;
}
.h_title
{
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #007bb7;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url(Images/separate.jpg);
    width: 100%;
}
.h_text
{
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 13px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url(Images/separate.jpg);
    width: 100%;
}
.leftlink
{
    font-size: 14px;
    height: 28px;
    text-align:center;
    width:190px;
}
.leftlink a
{
    color:Black;
}
#lefttree
{
    background-position: bottom;
    width: 190px;
    height: 550px;
    line-height:550px;
    background-repeat: no-repeat;
    vertical-align:bottom;
}
.c_ProductImg
{
    width:165px;
    padding-right: 4px;
    padding-left: 9px;
    text-align:center;
    vertical-align:top;
    float:left;
}
.c_ProductTxt
{
    padding-top: 2px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    
}
#company
{
    font-size: 13px;
    margin-top: 10px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 10px;
}
#contact
{
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
    margin-top: 15px;
}

