#contentProducts{
	margin:0px;
	padding: 0px;
	width: 733px;
	float:none;
	border-top: 3px solid #cdaf00;
	background-color: #ffffff;
	padding-bottom:20px;
	padding-top:20px;
}
#contentProducts h1{
	font-size:1.4em;
	color: #000000;
	padding-left: 20px;		
}
#contentProducts h2{
	padding-left:10px;
	border: 1px solid #7f000a;
}
#contentProducts img{
	padding-bottom: 20px;
}
h4{
	font-size: .9em;
	clear: both;
	color: #632f21;
}
.product{
	padding-left: 20px;
	margin-right:20px;
}
.product p{
	font-size:.9em;

}
.certs p{
	clear:left;
	width:600px;
}
.certs p img{
	margin-top:-1em;
	float:left;
}
.product img{
	margin-top:-2em;
}
.certs img{
	clear:right;
}

.product a{
	float:right;
	position:relative;
	text-decoration:none;
	padding-bottom:1em;
}
.product a span{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	font-size:.7em;
	color:#632f21;
	border:1px solid #632f21;
	width:100%;
	text-align:center;
	background-color:#fff;
	cursor:pointer;
	margin-bottom:1em;
}
.product a span:hover{
	color:#fff;
	background-color:#632f21;
}
.product img{
	margin-top:0em;
	border:0;
}
