@charset "utf-8";
/* CSS Document */

#left-section {
	float: left;
	width: 246px;
	height: auto;
	background-color: #faf6db;
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	padding-top: 20px;
	margin-top: -20px;
	padding-bottom: 30px;
}
.star {
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 23px;
	margin-right: 10px;
}
#left-section .headers {
	font-size: 1.2em;
	color: #8b1408;
	margin-top: 3px;
	float: left;
	margin-bottom: 15px;
}
#left-section .images {
	height: 103px;
	width: 200px;
	margin-left: 32px;
	margin-bottom: 20px;
}


.right-section1 {
	float: right;
	width: 562px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 40px;
}
.right-section2 {
	float: right;
	width: 562px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.readmore-but {
	height: 20px;
	width: 102px;
}
.corrugator {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
#text1 {
	float: right;
	width: 262px;
}
.products {
	float: left;
	height: 102px;
	width: 126px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.products-gap {
	float: left;
	height: 20px;
	width: 16px;
}
.products-desc {
	font-size: 1.2em;
	color: #7e4400;
	width: 128px;
	float: left;
}
.products-desc a {
	color: #7E4400;
	text-decoration: none;
}
.products-desc a:hover {
	text-decoration: underline;
}
