@charset "UTF-8";
/* CSS Document */
<!--
html, body {margin: 0; padding: 0; height: 100%;}
#wrap {
position: relative;
width: 818px;
height: 100%;
margin: 0 auto;
}
#content {
text-align: left;
position: absolute;
top: 50%;
left: 50%;
height: 565px;
margin-top: -285px;
width: 820px;
margin-left: -410px;
z-index:0;
}
#content span {font-weight: bold;font-size: 24px}
#menu {
text-align: center;
position: absolute;
top: 420px;
left: 0px;
height: 110px;
width: 820px;
z-index:1;
}
#menu_products {
text-align: center;
position: absolute;
top: 40px;
left: 0px;
height: 80px;
width: 820px;
z-index:2;
}
#product_heading {
text-align: left;
position: absolute;
top: 130px;
left: 20px;
height: 65px;
width: 410px;
z-index:4;
}
#product_body_copy {
	text-align: left;
	position: absolute;
	top: 195px;
	left: 30px;
	height: 205px;
	width: 350px;
	z-index:3;
}
#product_home_body_copy {
	text-align: right;
	position: absolute;
	top: 145px;
	left: 430px;
	height: 275px;
	width: 350px;
	z-index:3;
}
#custom_body_copy {
	text-align: left;
	position: absolute;
	top: 185px;
	left: 50px;
	height: 205px;
	width: 350px;
	z-index:3;
}
#story_body_copy {
	text-align: left;
	position: absolute;
	top: 145px;
	left: 50px;
	height: 125px;
	width: 720px;
	z-index:3;
}
#news_body_copy {
	text-align: left;
	position: absolute;
	top: 135px;
	left: 500px;
	height: 275px;
	width: 300px;
	z-index:3;
}
#home_body_copy {
	text-align: left;
	position: absolute;
	top: 145px;
	left: 30px;
	height: 205px;
	width: 350px;
	z-index:3;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #7d3520;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
	font-size: 12px;
	line-height: 24px;
	color: #7d3520;
	text-decoration:none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
	font-size: 12px;
	line-height: 24px;
	color: #7d3520;
	text-decoration:none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
	font-size: 12px;
	line-height: 24px;
	color: #7d3520;
	text-decoration:none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
	font-size: 12px;
	line-height: 24px;
	color: #7d3520;
	text-decoration:underline
}
-->