body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	margin: 0px;
}
#header {
	background-image: url(header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 111px;
	width: 800px;
}
.logo {
	height: 86px;
	width: 95px;
	margin-top: 10px;
	margin-left: 10px;
}
#top-nav{
	width: 620px;
}

#top-nav ul{
	padding: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

* html #top-nav ul{ /*IE only rule, reduce menu width*/
width: 99%;
}
#top-nav ul li{
display: inline;
}

#top-nav ul li a{
	float: left;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	background-image: url(header-link-divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	height: 44px;
}
#top-nav ul li a#last{
	float: left;
	color: #000000;
	text-decoration: none;
	background-image:none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#top-nav ul li a#last:hover{
	float: left;
	color: #666666;
	text-decoration: underline;
	background-image:none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#top-nav ul li a:hover{
	color: #666666;
	text-decoration: underline;
}
.header-banner {
	background-image: url(header-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	width: 800px;
}
.verdana-15-blck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.divider {
	background-image: url(divider.jpg);
	background-repeat: repeat-y;
	width: 2px;
}
.product-div {
	background-image: url(product-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 159px;
}
.product-head {
	background-image: url(product-bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	text-align: center;
	padding-top: 12px;
}
.product-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	display: block;
}
#footer-nav {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EBEBEB;
}
#footer-nav ul{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

* html #footer-nav ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#footer-nav ul li{
display: inline;
}

#footer-nav ul li a{
	float: left;
	color: #000000;
	padding: 5px 38px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(link-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer-nav ul li a#last{
	float: left;
	color: #000000;
	padding: 5px 36px;
	text-decoration: none;
	background-image:none;
}
#footer-nav ul li a#last:hover{
	float: left;
	color: #333333;
	padding: 5px 36px;
	text-decoration: underline;
	background-image:none;
}
#footer-nav ul li a:hover{
	color: #000000;
	text-decoration: underline;
}
.verdana-small-grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
