#body {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-side.gif);
	background-repeat: repeat-y;
}
#side_content {
	float: left;
	width: 210px;
	position: relative;
}
#main_content {
	float: left;
	width: 483px;
	position: relative;
	padding: 20px;
}
.green_text {
	color: #8DEB0F;
}
.image_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #0C465D;
	border: 1px solid #FFFFFF;
}


#sub_content {
	float: right;
	width: 210px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 12px;
}
.box_products {
	padding-top: 20px;
}

.box_products_title {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	text-transform: uppercase;
}
.box_products_photo {
	background-color: #24576A;
	text-align: center;
}
.box_products_photo a img {
	border: 2px solid #FFFFFF;
}
.box_products_photo a:hover img {
	border-top-color: #8DEB0F;
	border-right-color: #8DEB0F;
	border-bottom-color: #8DEB0F;
	border-left-color: #8DEB0F;
}
.box_product {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 15px;
}

.box_product_foto {
	float: left;
	width: 124px;
}
.box_product_text {
	float: right;
	padding-left: 20px;
	width: 335px;
}
.box_product_foto img {
	border: 2px solid #FFFFFF;
}
.text_green {
	color: #86EC04;
}
#main_content ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#main_content li {
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
