
.header {
	background:		url(images/header.jpg) no-repeat;
	width:			840px;
	height:			65px;
}
.homeimg {
	background:		url(images/blanklrg.jpg) 0 0 no-repeat;
	width:			840px;
	height:			570px;
	
}
.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;
}

.con {
	width:          700px;
	padding-top:    16px;
	padding-left:	10px;
	margin-left:    70px;
/*	border-left:    1px solid #663366; */
	font-size:      7pt;
	line-height:    12pt;
}

.con a:link{
    text-decoration: none;
   	color: #660066;
   	}
   		
.con a:hover{
	text-decoration: none;
   	color: #cc33cc;
   	}

.con1 {
	width:          600px;
	padding-top:    0px;
	padding-left:	10px;
	margin-left:    200px;
	border-left:    1px solid #663366;
	font-size:      7pt;
	line-height:    12pt;
	}

.con2 {
	width:          583px;
	padding-left:   14px;
	}

.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;
}

