.productLine{
	display:block;
	background-image:url(../images/bkgdProductLine.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
	width:180px;
	height:350px;
	margin-right:15px;
	float:left;
}
.productLine h2{
	text-align:center;
	margin:0px auto 0px auto;	
}
.productLine p{
	color:#666;
	display:block;
	width:120px;
	margin:25px 0px 15px 30px;
	
}
.productLine .tables {
	float:right;	
	margin:10px 10px 0px 5px;
}
#newsBox {
	background-image:url(../images/bkgdNewsBox.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin:25px 5px 15px 0px;
	width:300px;
	float:left;
}
#newsBox h2{
	background-image:url(../images/topMedium.gif);
	background-repeat:no-repeat;
	display:block;

	color:#fff;
	margin:0px;
	padding:0px 0px 0px 20px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
}

#associationBox{
	margin:25px 0px 0px 10px;
	width:200px;
	float:left;
}
#newProductsBox{
	background-image:url(../images/bkgdNewProducts.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin:25px 5px 15px 0px;
	width:575px;
	height:120px;
	float:left;
	
}
#newProductsBox h2{
	background-image:url(../images/topFlipFlop.gif);
	background-repeat:no-repeat;
	display:block;
	color:#fff;
	margin:0px;
	padding:0px 0px 0px 20px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	line-height:24px;	

}
