body {
	margin: 0px;
	padding: 0px;
	background: #00483B url('../images/main-bg.gif') repeat-x 708px 0px;
	font-family:Verdana, Helvetica, Arial, Sans-serif; font-size:10px; background-image:url('../images/main-bg.gif'); background-repeat:repeat-x
}

a {
	color: #00483B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0px 0px 0px 0px;
	width: 708px;

	background: white;

	z-index: 1;
}

#headerContainer {
	width: 708px;
	height: 187px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;

	padding-left:0px; padding-right:0px; padding-top:137px; padding-bottom:0px
}

#navContainer {
	background-image: url('../images/bubbles.gif');
	background-repeat: no-repeat;

	width: 708px;
	height: 33px
}

#navContainer a em {
	display: none;
}

a#products {
	position: absolute;

	left: 125px;
	top: 333px;

	width: 88px;
	height: 24px;

	background-image: url('../images/btn-products.gif');
}

a#hv {
	position: absolute;

	left: 217px;
	top: 333px;

	width: 161px;
	height: 24px;

	background-image: url('../images/btn-hv.gif');
}

a#resources {
	position: absolute;

	left: 382px;
	top: 333px;

	width: 96px;
	height: 24px;

	background-image: url('../images/btn-resources.gif');
}

a#about {
	position: absolute;

	left: 481px;
	top: 333px;

	width: 103px;
	height: 24px;

	background-image: url('../images/btn-about.gif');
}

#bodyContainer {
	margin: 25px 0px 26px 128px;
	width: 456px;
}

#footerContainer {
	background-image: url('../images/footer-bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 50px;

	width: 580px;
	height: 74px;

	padding-left:128px; padding-right:0px; padding-top:70px; padding-bottom:10px
}

#footerContainer a {
	color: #999;
}

#footerContainer div.section {
	font-size: 9px;
	color: #999;
}

#footerContainer div.hr {
	height: 16px;
	width: 454px;
	background-image: url('../images/footer-dotted-line.gif');
	background-repeat: no-repeat;
	background-position:  center 50%;

	margin: 0px;
}

#footerContainer div.section h1 {
	font-size: 12px;
	font-weight: bold;

	color: #4B2443;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}