/*链接效果*/
a:link {
	color: #993300;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

/*链接效果－高亮*/
a.light:link {
	color: #ffff00;
	text-decoration: none;
}

a.light:visited {
	color: #ffffff;
	text-decoration: none;
}

a.light:hover {
	color: #ffff00;
	text-decoration: underline;
}

a.light:active {
	color: #FFff00;
	text-decoration: underline;
}

/*全局样式*/
body{
	background-color: #99CC33;
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;	
	margin:0px;
	text-align:center;
	font-size:12px;
}
td{
	text-align:left;
}

/*主体样式*/
#page{
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:778px;
}
#header{
}
#body{
	background-image:url(../images/web_03.jpg);
	background-repeat:no-repeat;
	height:667px;
}
#footer{
	background-image:url(../images/web_04.jpg);
	background-repeat:no-repeat;
	height:204px;
}

/*内容左部分*/
#left{
	width:130px;
	height:500px;
	margin:0;
	padding:0;
	float:left;
	/*border:1px #0000FF solid;*/
}

/*内容右部分*/
#right{
	width:620px;
	height:660px;
	float:right;
	margin:0 10px 0 0;
	padding:0 5px;
	overflow:auto;
	overflow-x : hidden;
	/*border:1px #00ff00 solid;*/
	
	scrollbar-base-color:#cf9;
	scrollbar-shadow-color:#cf9; 

}

/*底部文字区块*/
#f_block{
	float:right;
	margin:150px 5px 5px auto;
	text-align:right;
	color:#333333;
}

/*正文标题*/
.title{
	color:#0066CC;
	letter-spacing:2px;
	font-size:20px;
	font-family:"黑体";
	text-align:center;
	margin:10px auto;
}

/*正文内容*/
.content{
	color:#333333;
	line-height:150%;
	letter-spacing:2px;
	font-size:14px;
	font-family:"宋体";
	margin:auto 20px;
}

/*留言反馈*/
#feedback td{
	border-bottom: dotted 1px #CCCCCC;
}

/*产品展示表格*/
.p_tbl, .p_tbl1{
	width:100%;
	margin:0;
	padding:0;
}
.p_tbl td{
	border-bottom: dotted 1px #CCCCCC;
}
.p_tbl1 td{
	text-align:center;
	vertical-align:middle;
	margin:3px;
	border-bottom:2px #666 solid;
	border-right:2px #666 solid;
}
.p_tbl, .p_tbl1 img {
	border:0;
	margin:0;
	padding:0;
}
