
.body h1{
	margin-bottom:20px;
}
.catprod{
	margin-left:23px;
	width:175px;
	height:204px;
	padding-left:14px;
	padding-right:14px;
	float:left;
	background-image:url(images/home_top_prod_bck.png);
	background-repeat:no-repeat;
	
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.catprod p,#mainContent  .catprod h3 {
	margin-top:0;
	margin-left:0;
	position:absolute;
	width:175px;
	padding:5px;
	background-color:rgba(255, 255, 255, 0.8);
	background-image:none;
}

#mainContent  .catprod h3 a {
	background-color: transparent;
}

.catprod img{
	
	margin-top:10px;
}

.catprod:first-child{margin-left:25px;}
.catprod h3 a {color:#5da72e; text-decoration:none;font-size:14px;font-weight:bold;}
