/*
	HytrolOnline.com Style Sheet
	Updated: 05/24/06
*/

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;}
a:hover {
	text-decoration: none;}

a.white:link, a.white:active, a.white:visited {
	color: #f7f7f7;
	text-decoration: underline;}
a.white:hover {
	text-decoration: none;}

body {
	margin: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;}

h1 {
	background-color: #000000;
	color: #F7F7F7;
	margin: 0px;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;}

h2 {
	background-color: #efefef;
	color: #000000;
	margin: 0px;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;}

input {
	border: 1px solid #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;}

textarea {
	border: 1px solid #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;}

.topNavigation {
	background-image: url('../images/topbkg.gif');
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;}

.topNavigation a:link, .topNavigation a:active, .topNavigation a:visited {
	height: 23px;
	display: table-cell;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: underline;}
.topNavigation a:hover {
	text-decoration: none;}

ul.product-bullets {
	margin: 0px 0px 0px 15px;
	padding: 0px;}
ul.product-bullets li {
	font-size: 11px;}

.navsection {
	width: 120px;
	background-color: #EFEFEF;
	border: 1px solid #C0C0C0;
	margin: 20px 10px 20px 10px;
	padding: 3px;}

.product-header {
	height: 25px;
	background-image: url('../images/blue-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid #000000;
	padding-left: 3px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;}
.product-header a:link, .product-header a:active, .product-header a:visited, .product-header a:hover {
	color: #FFFFFF;}

.product-header-index {
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #200C79;}
.product-header-index a:link, .product-header-index a:active, .product-header-index a:visited, .product-header-index a:hover {
	color: #200C79;}

.required {
	color: #B80606;
	font-weight: bold;}

#wrapper {
	margin: 0px auto; /* to fix centering in Mozilla */
	border: solid 1px #000000;
	width: 750px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;	
}
	html>body #wrapper { width: 750px; }
	
#header {
	width: 750px;
	height: 115px;
	background-image: url(../../images/logo_hytrolonline.gif);
	background-repeat: no-repeat;}

#nav {
	width: 150px;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 10px;}

#content {
	border-left: 1px solid #999999;
	padding-right: 5px;
	padding-left: 7px;
	margin: 5px 0px 5px 150px;}

#footer {
	position: relative;
	clear: both;
	background-color: #000000;
	color: #d5d5d5;
	padding: 3px 5px 3px 0px;
	margin: 1px;
	text-align: right;}
