.body_all {
	width:900px; 
}
.body_left {
	float: left;
	width: 177px;
	background-image: url(../images/body_bg07.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.body_right {
	float: left;
	width: 717px;
	margin-left:5px;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* 左邊產品項目 */
.proditem{
	width:164px;
	background-image:url(../images/productsitem_bg.jpg);
	background-repeat:repeat-x;
	padding:15px 5px 50px 8px;
	font-size:12px;
	line-height:1.8;
	color:#036;
}
.proditem ul{
	list-style:none;
	margin:0;
	padding:0;
}
.proditem li{
	margin:0;
	padding:0;
}
.proditem a{
	font-size:12px;
	color:#036;
	text-decoration:none;
	display:block;
}
.proditem a:hover{
	font-size:12px;
	font-weight:bold;	
	color:#036;
	text-decoration:underline;
}
.sub{
	font-size:12px;
	color:#000;
}
.sub a{
	font-size:12px;
	color:#000;
}
.sub a:hover{
	font-size:12px;
	color:#333;
	font-weight:normal;
}


.footer{
	font-size:12px;
	line-height:2.4;
	background-color:#CCC;
	color:#666;
	padding:10px 0px;
}
.submenu {
	color: #369;
	background:url(../images/submenubg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}