/* CSS Document */
* { margin:0; padding:0; border:0;}
html,body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background:url(../images/background.jpg) repeat-x top;
	background-color:#007B00;
	height:100%;
} /* 同时设置html是为了兼容FF */
table tr td{
	font-size:12px;
}
#left { position:absolute; top:0; left:0; width:152px; height:100%; background:#f00; z-index:2; background:url(../images/bg-left3.jpg) repeat-y left;}
#right { position:absolute; top:0; right:-1px; height:100%; z-index:1;}

p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
ul{
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#menu ul{
	margin:0 0 0 28px;
	font-weight:bold;
	padding:0 0 0 0;
}
#menu ul li{
		height:20px;
}
#menu ul li a{

	color:#993300;
	text-decoration: none;
}
#menu ul li a:hover{

	color:#ff0000;
	text-decoration: none;
}
#prodMenu ul{
	text-align:left;
	padding-left:28px;
}


#logo{
	width:152px;
	height:217px;
	background:url(../images/logo.jpg);
}
#menu{
	width:152px;
	background:url(../images/bg-left1.jpg) left repeat-y;
}
#prodMenu{
	background:url(../images/bg-left3.jpg) repeat-y left;
}
#prodMenu ul {
	margin-top:10px;
}
#prodMenu ul li{
	height:20px;
	background-repeat:no-repeat;
}
#contact{
	text-align:left;
}
#Content{
	padding-top:10px;
}
#Content img{
	padding:5px;
}
#homeProdList{
	padding-top:20px;
}

#copyright{
	text-align:center;
}

#profile{
	padding-top:10px;
}
#profile img{
	padding:5px;
}
.leftImg{
	width:152px;
	height:25px;
	background:url(../images/bg-left2.jpg) no-repeat;
}
.contentCenter{
	text-align:center;
}
.contentRight{
	text-align:right;
}
.lineTop{
	height:2px;
	border-top:2px #006600 solid;
}
.lineBottom{
	height:2px;
	border-bottom:2px #006600 solid;
}
.title{
	font-size:16px;
	font-weight:bold;
}
.content{
	line-height:220%;
}

.font1{
	font-size:14px;
	font-weight:bold;
	color:#993300;
}
a{
	text-decoration: none;
	color:#FFFFFF
}
a:hover {
	color:#00CC00;
}

#commend a{
	text-decoration: none;
	color:#993300;
}
#commend a:hover {
	color:#00CC00
}

