.home-products {
	text-align: justify;
	width: 100%;
	display: table;
	padding: 0px 0px 0px 0px;
	background-color: #F7F7F7;
	border-top: 1px dashed #B2B2B2;
	border-bottom: 1px dashed #B2B2B2;
}

html>body .home-products { padding: 0px 0px 0px 0px; }

.home-products div {
	width: 32.5%;
	min-height: 5em;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
}

.home-products p { font-size: 9pt; margin: 0px 0px 0px 20px; }

.home-products h2 {
	color: #911D1D;
	font-size: 9pt;
	margin: 20px 0px 5px 20px;
}

.home-products h3 {
	text-align: center;
	font-size: 9pt;
	margin: 0px 0px 20px 20px;
}

.home-products b, .home-products a { color: #911D1D; }

.home-products a:hover { color: black; }

.home-products img { 
	float: right;
	margin: 0px 0px 0px 10px;
	border: 1px solid black;
}

.home-testimonials {
	width: 100%;
	display: table;
}

.home-testimonials img { border: 1px solid black; }

.home-testimonials ul { 
	font-style: italic; 
	list-style: none; 
	margin: 0px 0px 0px 20px; }

.home-testimonials li { 
	text-align: center;
	width: 45%;
	float: left;
	display: block;
	margin: 0px 10px 0px 0px;
}

.home-testimonials b { color: #911D1D; }

