body {
	margin: 0px;
	padding: 0px;
	background: #00483B url('../images/interior-main-bg.gif') repeat-x 708px 0px;
	font-family:Verdana, Helvetica, Arial, Sans-serif; font-size:10px; background-image:url('../images/interior-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;
}

#headerContainer {
	width: 708px;
	height: 146px;
	background-image: url('../images/interior-header-bg.gif');
	background-repeat: no-repeat;

	padding: 0px;
}

#navContainer a em {
	display: none;
}

a#logo {
	position: absolute;

	left: 26px;
	top: 34px;

	width: 100px;
	height: 57px;

	background-image: url('../images/logo.gif');
}

a#products {
	position: absolute;

	left: 125px;
	top: 106px;

	width: 88px;
	height: 24px;

	background-image: url('../images/btn-products.gif');
}

a#hv {
	position: absolute;

	left: 217px;
	top: 106px;

	width: 161px;
	height: 24px;

	background-image: url('../images/btn-hv.gif');
}

a#resources {
	position: absolute;

	left: 382px;
	top: 106px;

	width: 96px;
	height: 24px;

	background-image: url('../images/btn-resources.gif');
}

a#about {
	position: absolute;

	left: 481px;
	top: 106px;

	width: 103px;
	height: 24px;

	background-image: url('../images/btn-about.gif');
}

#bodyContainer {
	margin: 25px 0px 26px 128px;
	width: 456px;
}

#bodyContainer img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	vertical-align: middle;
	border: none;
}

#bodyContainer h1 {

	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #4B2443;
	text-transform: uppercase;
}

#bodyContainer a {
	color: #00483B;
	font-weight: bold;
}

#bodyContainer ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 14px;
}

#bodyContainer li {
	padding: 0px;
	margin: 0px 0px 14px 0px;

}

#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;
}