body {
	background-color: #bdd5d7;
	height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 11pt;
	color: #555555;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h3 {
	font-size:12pt;
	color:#444444;
	font-weight:bold;
	margin: 0px 0 5px 0;
}
h4 {
	color:#444444;
	font-size: 10pt;
	font-weight:bold;
	margin-bottom: 10px;
}

ol {
	list-style-type:decimal;
	list-style-position:inside;
	font-size:10pt;
	color:#444444;
	line-height: 13pt;
}

#container {
	background-color: #98d6d5;
	width: 974px;
	margin: 60px auto 0 auto;
	text-align: left;
	padding: 0 0 0 50px;
	position: relative;
	min-height: 1000px;
}
#left_side {
	float: left;
	width: 250px;
	margin: 60px 65px 0 0;
	text-align:right;
}
ul.navigation {

}
.navigation {
	color: #FFF;
	font-size: 14px;
	font-weight: lighter;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.navigation li {
	display: block;
	margin-bottom: 5px;
	position:relative;
}
.navigation a { color: #FFF; }
.navigation a img{
	position:absolute;
	top: -8px;
	left: 255px;
	display:none;
}
.navigation a.active { font-weight:bold; }
.navigation a:hover img, .navigation a.active img{ display:block; }
#right_side {
	float: left;
	width: 600px;
}
#header {
	background: url(../_img/header_banner.jpg) no-repeat top left;
	height: 173px;
}
#sub_head {
	background-color: #f4fafa;
	height: 155px;
}
img.sub_header {
	margin-top: 35px;
	margin-left: 45px;
}
#main_content {
	background-color: #f4fafa;
	padding:0 45px 25px 38px;
	min-height:400px;
	margin-bottom:10px;
}
#main_content p {
	font-size: 11pt;
	line-height: 14pt;
	color: #444444;
	margin-bottom: 10px;
}

#footer {
	background-color: #f4fafa;
	height: 50px;
	margin-bottom:30px;
	padding: 5px 5px 0 250px;
	color: #7aaaae;
	font-size: 11pt;
}

.img_footer {
	width: 658px;
	height: 547px;
	position: absolute;
	bottom:-28px;
	left: -264px;
}
.float_left {
	float:left;
	margin-right: 15px;
}
#sub_head_banner {
	padding-top: 10px;
	height: 127px;
	
}
#sub_head_banner img {
	margin-right: 5px;
	float: left;
}
#sub_head_banner #banner_textbbox {
	color: #fff;
	background-color: #4b4441;
	height: 81px;
	text-align: right;
	font-size: 8pt;
	float: left;
	padding: 18px 15px;
	line-height: 12pt;
	width: 205px;
}
div.item {
	min-height: 175px;
	font-size: 9pt;
}
div.item_box {
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
	background-color: #fff;
	padding: 5px;
}
.item_description {
	width: 400px;
	float: right;
}
#main_content .item p {
	font-size: 9pt;
}
#main_content .item .item_description h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#main_content a {
	color: #3E9B99;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
#main_content  p.price {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 10pt;
}
#main_content .item_box p.volume {
	font-size: 8pt;
}
#left_side img {
	margin-bottom: 25px;
}
#left_side p {
	font-size: 10pt;
	line-height: 13pt;
	color: #FFF;
}
#main_content .green {
	color: #3E9B99;
}
#main_content p .quote {
	font-weight: bold;
	color: #000;
}
#footer a {
	color: #7AAAAE;
}
#main_content p.commercial_product {
	margin-bottom: 25px;
}
#main_content p.commercial_product a, #main_content .item .item_description p a{
	font-size:9pt;
	margin: 0 4px;
	
}
#main_content p.commercial_product strong {
	font-size: 9pt;
}

