@charset "utf-8";


#products_main {
	background-color: #F8ECD2;
	height: 395px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 40px;
	float: left;
	width: 900px;
}

#products_left {
	float: left;
	width: 540px;
	margin-right: 40px;
	height: 386px;
	background-image: url(../../images/products.jpg);
	background-repeat: no-repeat;
	border: 4px solid #FFFFFF;
	background-position: center center;
}
#product_intro {
	width: 100px;
	margin-left: 400px;
	margin-top: 40px;
	color: #000000;
	float: left;
}

#products_right {
	width: 266px;
	float: left;
	padding: 20px;
	border: 1px solid #AB885F;
	height: 350px;
	background-color: #FDF8E2;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
}
