#home_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 650px;
}
#about_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 700px;
}
#product_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 800px;
}
#header_outside {
	height: 60px;
	width: 950px;
	position: relative;
}
#header_inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: right;
	float: right;
	height: 30px;
	width: 300px;
	position: relative;
	padding-top: 30px;
	right: 20px;
}
#header_inside a:link {
	color:#333;
}
#header_inside a:hover {
	color:#58CAF8;
	text-decoration:underline;
}
#header_inside a:active {
	color: #690;
}
#leftcolumn_main {
	float: left;
	width: 480px;
	position: relative;
}
#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: left;
	float: left;
	height: 40px;
	width: 480px;
	position: relative;
}
#navigation a {
	color:#000;
}
#navigation a:hover {
	color:#FFF;
}
#logo {
	float: left;
	height: 134px;
	width: 295px;
	padding-top: 20px;
	position: relative;
}
#hero_spacer {
	float: right;
	height: 25px;
	width: 470px;
	position: relative;
}
#hero_outside {
	float: right;
	position: relative;
	z-index: 0;
	width: 470px;
	height: 400px;
	overflow: hidden;
}
#hero_inside {
	height: 300px;
	width: 400px;
	position: relative;
	left: 35px;
	top: -361px;
	background-color: #999;
	z-index: 1;
}
#rightcolumn_main {
	float: right;
	width: 470px;
	position: relative;
}
#body_text {
	width: 440px;
	position: relative;
	float: left;
}
.body {
	color: #666;
	font-size: 15px;
}
#footer_main {
	height: 290px;
	width: 100%;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#footer_lightgreen {
	height: 100px;
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer_trans_white {
	background-color: #FFF;
	height: 100px;
	width: 950px;
	position: relative;
	opacity: 0.4;
	filter:alpha(opacity=40);
	margin-right: auto;
	margin-left: auto;
}
#footer_center {
	height: 100px;
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer_spacer {
	height: 185px;
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer_left {
	float: left;
	height: 80px;
	width: 600px;
	padding-left: 20px;
	position: relative;
	padding-top: 10px;
}
#footer_left_top {
	color: #FFF;
	height: 30px;
	width: 600px;
	position: relative;
	font-size: 13pt;
}
#footer_left_top a {
	color: #FFF;
}
#footer_left_top a:hover {
	color: #006837;
	text-decoration:underline;
}
#footer_right {
	float: right;
	height: 80px;
	padding-right: 20px;
	position: relative;
	padding-top: 5px;
}
#footer_right_top {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer_right_bottom {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_text {
	color:#FFF;
	font-size: 13px;
}
.copyright {
	color:#FFF;
	font-size: 11px;
}
.product_title {
	color: #4FCAE5;
	font-size: 15px;
}
.product_specs {
	color:#333;
	font-size: 13px;
}
