/*.leftpanel {
	float:left;
	background: url(../images/bg_left.jpg);
	width:25%;
	height:550px;
}
.rightpanel {
	float:right;
	background: url(../images/bg_right.jpg);
	width:25%;
	height:557px;	
}*/
.header {
	background:		url(../images/header.jpg) no-repeat;
	width:			840px;
	height:			65px;
}
.homeimg {
	background:		url(../images/comservimg.jpg) 0 0 no-repeat;
	width:			840px;
	height:			335px;
	
}

.cona {
	margin-left: 	27px;
	padding-top:     5px;
	padding-left:   25px;
	font-size:      12px;
	line-height:    12pt;
}

.cona a{
    text-decoration: none;
   	color: #990099;
   	}
   		
.cona a:hover{
	text-decoration: none;
	color: #cc33cc;
   	}
	
.content {
	background:		url(../images/content.jpg) 0 0;
	width:			840px;
}
.content a:link{
   	text-decoration: none;
   	color:          #663366;
}

.content a:hover{
   	text-decoration: none;
   	color:          #cc33cc;
}

.conmenu {
	width:          260px;
	height:         135px;
	padding-top:    200px;
	margin-right:   187px;
	float:          right;
}

.anodize a{
	background:     url(../images/anodize_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	margin-left:    91px;
	display:        block;
	width:          80px;
	height:         17px;

}
.anodize a:hover{
	background-position: 0 -17px;
}

.powder a{
	background:     url(../images/powder_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	margin-left:    90px;
	display:        block;
	width:          110px;
	height:         17px;
	
}
.powder a:hover{
	background-position: 0 -17px;
}

.liquid a{
	background:     url(../images/liquid_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	margin-left:    90px;
	display:        block;
	width:          165px;
	height:         17px;
	
}
.liquid a:hover{
	background-position: 0 -17px;
}

.screen a{
	background:     url(../images/screen_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	margin-left:    90px;
	display:        block;
	width:          125px;
	height:         17px;
	
}
.screen a:hover{
	background-position: 0 -17px;
}

.footer {
	background:		url(../images/footer.jpg) 0 0 no-repeat;
	width:			840px;
	height:			200px;
}

