﻿body {
	margin: 0;
	padding: 0;
	background-color: #F3EFE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	height: 100%;
}
div, ul, li, p, a, input, h1, h2, span, form, input, table, tr, td {
	margin: 0; padding: 0;
}
.noWrapping {
	white-space: nowrap;
}
.boldText {
	font-weight: bold;
}
.boldOrange {
	font-weight: bold;
	color: #FF7F00;
}
.superText {
	font-size: smaller;
	vertical-align: super;
}
.smallText {
	font-size: x-small;
}
.underline {
	text-decoration: underline;
}
.italics {
	font-style: italic;
}
div#header {
	padding: 10px 0 0 0;
	width: 100%; height: 66px;
	background: url(images/metalPattern.gif);
	border-bottom: 1px solid #FF7F00;
}
div#header img.leftpad {
	padding-left: 220px;
}
div#mainNav {
	width: 100%; height: 3em;
	background-color: #2F4E6F;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
}
div#mainNav ul {
	position: absolute;
	z-index: 4;
	top: 83px;
	left: 220px;
	list-style: none;
}
div#mainNav ul li {
	display: inline;
	margin-right: 40px;
}
div#mainNav ul li a {
	text-decoration: none;
	color: #E7DBBD;
	font: bold 1.1em/3em Verdana, Arial, Helvetica, sans-serif; letter-spacing: .2em;
    border-bottom: 10px solid #4572A3;
}
div#mainNav ul li a.current {
	color: #FFFFFF;
	border-bottom: 10px solid #FF7F00;
}
div#mainNav ul li a:hover {
	color: #FF7F00;
	border-bottom: 10px solid #FFFFFF;
}
div#midHorzContainer {
	border-top: 1px solid #FF7F00;
}
div#smallColumn {
	width: 14em; 
	float: left;
	clear: right;
	border-right: 1px solid #C7B29A;
	text-align: right;
}
div#smallColumn ul {
	list-style: none;
	padding: 15px 0 10px 0;
}
div#smallColumn ul li {
	padding: 0 20px 0 0;
	line-height: 145%;
}
div#smallColumn a {
	text-decoration: none;
	color: #333333;
	line-height: 145%;
}
div#smallColumn a.current {
	font-weight: bold;
	color: #2F4E6F;
	line-height: 145%;
}
div#smallColumn a:hover {
	font-weight: bold;
	color: #FF7F00;
	line-height: 145%;
}
div#smallColumn p {
	padding: 0 12px 0 0;
}
div#smallColumn p.spaceHolder {
	padding: 20% 0 30% 0;
}
input.textbox {
	border: 1px solid #C7B29A;
}
input.GObtn {
	height: 22px;
	width: 22px;
	background-color: #00A651;
	color: #FFFFFF;
	font: italic 10px/10px Helvetica, Arial, Tahoma, sans-serif;
	text-align: center;
	border-top: 1px solid #7CC576;
	border-right: 1px solid #007236;
	border-bottom: 1px solid #007236;
	border-left: 1px solid #7CC576;
}
div#main {
	position: relative;
	width: 70%;
	max-width: 53em;
	/*width:expression(document.body.clientWidth > (500/12) * parseInt(document.body.currentStyle.fontSize)? "53em": "auto" );*/
	float: left;
	clear: none;
	padding: 8px 0 0 0;
	overflow: hidden;
}
h1 {
	color: #C7B29A;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 50px 5px 10px;
}
h2 {
	color: #FF7F00;
	font-size: 1.1em;
	padding: 5px 50px 5px 10px;
}
h3 {
	color: #FF7F00;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	display: inline;
	white-space: pre;
	margin: 10px 10px 0 10px;
}
div#main a.prodNav {
	text-decoration: none;
	padding-left: 0.9em;
	background-position: left;
	background-repeat: no-repeat;
	color: #FF7F00;
	white-space: nowrap;
	background-image: url(images/h3Link.gif);
}
div#main a.prodNav:visited {
	color: #cc9966;
	background-image: url(images/h3Visited.gif);
}
div#main a.prodNav:hover {
	color: #2F4E6F;
	text-decoration: underline;
	background-image: url(images/h3Hover.gif);
}
div#main a.prodNav:active {
	color: #D55200;
	background-image: url(images/h3Active.gif);
}
div#main a.current {
	text-decoration: none;
	padding-left: 0.9em;
	background-position: left;
	background-repeat: no-repeat;
	color: #D55200;
	white-space: nowrap;
	background-image: url(images/h3Active.gif);
}
.lav {
	border-left: thick solid #99C;
	border-top: 1px solid #99C;
}
.gre {
	border-left: thick solid #9C9;
	border-top: 1px solid #9C9;
}
.blu {
	border-left: thick solid #69C;
	border-top: 1px solid #69C;
}
.ora {
	border-left: thick solid #FC9;
	border-top: 1px solid #FC9;
}
.tan {
	border-left: thick solid #C99;
	border-top: 1px solid #C99;
}
div#main p {
	color: #253E58;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 8px 15px;
}
div#main button {
	background-color: #E7DBBD;
	color: #253E58;
}
.standardp {
	color: #253E58;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-left: 15px;
}
.alignRight { 
	text-align: right;
}
div#main img {
	margin: 0 0 5px 5px;
	border: 1px solid #C7B29A;
}
div#main table {
	border: 2px solid #C7B29A;
	margin-left: 20px;
	color: #253E58;
	font-size: 0.8em;
	border-collapse: collapse;
}
div#main td, th {
	padding: 4px;
	border: 1px solid #C7B29A;
}
div#main table.slideshow {
	margin: 0 0 5px 8px;
	border: none;
	color: #253E58;
	font-size: 0.8em;
}
div#main table.slideshow td {
	padding: 0;
	border: none;
}
div#main table.slideshow td.left {
	text-align: left;
	border: 1px solid #C7B29A;
	border-right: none;
	background-color: white;
	padding-left: 3px;
}
div#main table.slideshow td.right {
	text-align: right;
	border: 1px solid #C7B29A;
	border-left: none;
	background-color: white;
	padding-right: 3px;
}
div#main table.slideshow a {
	color: #253E58;
	text-decoration: none;
	font-size: 0.8em;
}
div#main table.slideshow a.left {
	padding-left: 12px;
	background-image: url(ProductsPages/images/arrowPrev.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#main table.slideshow a.right {
	padding-right: 12px;
	background-image: url(ProductsPages/images/arrowNext.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div#main table.slideshow a:hover {
	color: #FF7F00;
	text-decoration: none;
}
div#main table.slideshow a.left:hover {
	background-image: url(ProductsPages/images/arrowPrevOn.gif)
}
div#main table.slideshow a.right:hover {
	background-image: url(ProductsPages/images/arrowNextOn.gif)
}
div#main table.slideshow img {
	margin: 0; padding: 0;
	border-bottom: 1px solid #C7B29A;
}
div#main ul {
	color: #253E58;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-left: 30px;
	list-style-type: square;
	list-style-position: outside;
}
div#footerPush {
	height: 55px;
	width: 100%;
	position: relative;
	clear: both;
}
div#footer {
	position: fixed;
	clear: both;
	width: 100%; height: 46px;
	background: url(images/metalPattern.gif);
	left: 0; bottom: 0;
	text-align: center;
	border-top: 1px solid #FF7F00;
	padding-top: 5px;
}
div#footer p {
	font: 0.85em/1.2em Helvetica, Arial, Tahoma, sans-serif;
	color: #253E58;
}
div#footer ul {
	font: 0.85em/1.2em Helvetica, Arial, Tahoma, sans-serif;
	list-style-type: none;
	color: #253E58;
}
div#footer li {
	display: inline;
}
div#footer a {
	text-decoration: none;
	color: #333333;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FF7F00;
}
/********************* HOME Page Styles Only ******************/
div#mainLeftHome {
	float: left;
	width: 60%;
}
div#mainRightHome {
	float: right;
	width: 39%;
}
div#mainRightHome a {
	text-decoration: none;
}
div#mainRightHome p {
	padding: 8px 15px 10px 15px;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	margin: 0 20px 20px 0;
}
div#mainRightHome span {
	display: block;
	text-align: center;
	padding: 3px 0;
}
.quickLink1 {
	border-color: #FF7F00;
}
.quickLink2 {
	border-color: #A0A0A0;
}
.quickLink3 {
	border-color: #2F4E6F;
}
.quickLink1text {
	color: #FF7F00;
}
.quickLink2text {
	color: #A0A0A0;
}
.quickLink3text {
	color: #2F4E6F;
}
div#footerHomePush {
	height: 115px;
	width: 100%;
	position: relative;
	clear: both;
}
div#homeBannerOnly {
	width: 100%; height: 70px;
	position: fixed;
	clear: both;
	left: 0; bottom: 52px;
	border-top: 1px solid #FF7F00;
	background: url(images/homeBanner_long.jpg) repeat-x;
}
.centerText {
	text-align: center;
}

