@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #AECAF4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #container {
	width: 848px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDC84A;
	border-left-color: #FDC84A;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 188px;
	background-color: #FFFFFF;
	background-image: url(images/hd_bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px -4px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px -0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header h1 a:visited {
	color: #FDC84A;
}
.oneColFixCtrHdr #header h1 a:hover {
	color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 a:link {
	color: #FDC84A;
	text-decoration: none;
}
.navCellOff 
{
	color:#FEC84A;
	font-weight: bold;
	padding: 0 5px 0 5px;
} 
.navCellOn 
{
	background-image: url(images/hd_productl.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	padding: 0 5px 0 5px;
}


.hd_links {
	font-size: 1em;
	font-weight: bold;
	width: 110px;
}
.oneColFixCtrHdr #header .hd_links a:visited {
	color: #FDC84A;
}
.oneColFixCtrHdr #header .hd_links a:link {
	color: #FDC84A;
	text-decoration: none;
}
oneColFixCtrHdr #header .hd_links a:active {
	color: #FFFFFF;
	background-image: url(images/hd_productl.gif);
	float: left;
	padding: 4px 0px 4px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 110px;
}
.oneColFixCtrHdr #header .hd_links a:hover {
	background-image: url(images/hd_productl.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FDC84A;
	float: none;
	text-align: center;
}

.hd_info {
	font-size: 0.8em;
	color: #18376D;
	font-style: italic;
	padding: 10px 9px 8px 9px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 19px 5px 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent p {
	font-size: 0.8em;
	color: #666666;
}

hr {
	color: #FDC84A;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.oneColFixCtrHdr #footer {
	background-color: #AECAF4;
	background-image: url(images/ft_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 13px;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:visited {
	color: #FFFFFF;
}

.baselinks {
	font-size: 0.65em;
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer .baselinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer .baselinks a:visited {
	color: #FFFFFF;
}

body,td,th {
	color: #666666;
}
a:link {
	color: #FDC84A;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 1.0em;
	color: #FDC84A;
}
h2 {
	font-size: 1.3em;
	color: #FDC84A;
	margin: -3px 0 -2px 0;
}
h3 {
	font-size: 0.9em;
	color: #18376D;
}



.b_text {
	font-size: 1.1em;
	color: #FDC84A;
	font-weight: bold;
}
.b_text a:visited {
	color: #FDC84A;
}
.b_text a:hover {
	color: #FDC84A;
	text-decoration: underline;
}

.b_text a:link {
	color: #FDC84A;
	text-decoration: none;
}
.oneColFixCtrHdr #pro_pics {
	color: #FEDD90;
	border: 2px solid #FEDD90;
}
.form_quote {
	font-size: 0.85em;
	font-weight: bold;
}

