@import url(color_cyan/color.css);
@import url(fonts.css);

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto 0px auto;
	width: 800px;
	padding: 0 10px;
}
#wrapperCenter {

}
#wrapperContent {
	overflow: hidden;
	min-height: 500px;
	height: auto;
	width: 800px;
	position: relative;
	padding: 0 0px 0px 0px;
}

/* Header
=========================================*/

#header {
	border-top: 9px #fff solid;
	padding-top: 101px;
	background: #a5bfbc;
}
#logo {
	position: absolute;
	left: 0px;
	top: 9px;
	height: 54px;
	background: #fff;
	padding: 0 20px 0 21px;
}
#logo a img {
	vertical-align: middle;
	border: 0px;
}
.banner {
	background: #659997;
}
#sitemapButton {
	display: none;
}
#toolbox {
	position: absolute;
	top: 30px;
	right: 240px;
	font-size: 0.9em;
}
#toolbox IMG {
	display: none;
}
#prText {
	color: #000;
	display: block;
	padding-right: 9px;
	float: left;
	background: url(color_cyan/pics/dualArrow.gif) no-repeat right center;
}
#prButton  {
	display: none;
}
.searchBox {
	position: absolute;
	top: 22px;
	right: 20px;
}
.searchInput {
	background: #fff;
	border: 1px #7f9db9 solid;
	height: 14px;
	font-size: 11px;
	width: 118px;
	padding: 3px 10px; 
}
.searchSubmit {
	width: 48px;
	height: 22px;
	background: url(color_cyan/pics/searchButton.gif) no-repeat left top;
	border: 0;
	font-size: 11px;
}

/* Top Navigation
=========================================*/
#nav {
	position: absolute;
	right: 0;
	top: 63px;
	width: 800px;
	border-top: 5px #fff solid;
	border-bottom: 4px #fff solid;
	margin: 0 0px;
	height: 38px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #659997;
}
#nav ul {
	margin: 0;
	padding: 0 10px;
	display: inline;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	text-align: center;
}
#nav ul li.first {
	background: none;
}
#nav ul li a {
	display: inline-block;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}
#nav ul li SPAN {
	display: none;
}
#nav1 a {
	background: none !important;
}

#headerContent {

}
#headerContent h1,
#headerContent h2,
#headerContent h3 {
	color: #fff;
}

/* Content
=========================================*/
#content {
	margin: 0px 0px 0px 0px;
	overflow-x: hidden;
	position: relative;
	clear: both;
	padding: 15px 10px 0 0px;
	min-height: 300px;
	overflow: hidden;
}
#main {
	width: 570px;
	padding: 0px 0px 30px 0px;
	float: right;
	overflow-x: hidden;
}
.mainText {
	padding: 0px 0px 0px 0px;
}

#column1 {
	width: 195px;
	float: left;
	padding: 0px 0px;
	height: auto;
	overflow: hidden;
	position: relative;
}
#column1 .column1Text {
	padding: 0px 0px 30px 0px;
}

#column2 {
	padding: 0px 0px 0px 0px;
	clear: both;
}
#column2Center {

}
#column2Content {

}
#column2 .column2Text {
	padding: 0px 10px 30px 0px;
}
#clearDiv {
	clear: both;
}


/* Sub Navigation
=========================================*/
.subnav {
	overflow-x: hidden;
	padding-bottom: 15px;
}
.subnav ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 195px;
	clear: left;
	float: left;
}
.subnav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 195px;
	clear: left;
	float: left;
	background: #659997;
	border-bottom: 1px #fff solid;
}
.subnav ul li a {
	display: block;
	padding: 4px 0px 4px 15px;
	overflow: hidden;
	text-decoration: none;
}
.subnav ul li a:hover {
}
.subnav ul li a.open {
}
.subnav ul li.sub {
	background: none;
	float: left; /* ie fix */
	width: 195px;
}
/* sub */
.subnav ul li ul {
	clear: left;
	padding: 10px 0px 10px 0px;
}
.subnav ul li ul li {
	background: none;
	padding: 0px 0px;
}
.subnav ul li ul li a {
	background: none;
	padding: 0px 0px 0px 15px;
}
.subnav ul li ul li a:hover {
	background: none;
}
.subnav ul li ul li a.open {
	background: none;
}
/* subsub */
.subnav ul li ul li ul {
	
}
.subnav ul li ul li ul li {
	
}
.subnav ul li ul li ul li a {
	padding: 0px 0px 0px 43px;	
}
.subnav ul li ul li ul li a:hover {
	
}
.subnav ul li ul li ul li a.open {
	
}
.subnav ul li ul li ul li ul li a {
	padding: 0px 0px 0px 63px;	
}

/* Footer
=========================================*/

#footerContainer {
	margin: 0 auto 0 auto;
	width: 800px;
	overflow-x: hidden;
	padding: 20px 10px 20px 10px;
	font-size: 12px;
	color: #000;
}
#footer {
	margin-top: 6px;
	background: #a5bfbc;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#footer .text DIV {
	display: inline;
	border-left: 1px #000 solid;
	padding: 0 4px 0 6px;
}
.siteInfoName {
	border: 0 !important;
}
#footer h1,
#footer h2,
#footer h3 {
	color: #696969;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copy {
	padding-top: 5px;
}



#extraFooter {
	border-top: 2px #e9e9e9 solid;
	border-bottom: 2px #e9e9e9 solid;
	padding: 15px;
}
#extraFooter P {
	margin: 0;
	padding: 0;
}


.productsFront {
	margin: -10px 0 0 -10px;
}

.productsFront TD {
	border: 1px #659997 solid;
}
.productsFront H2, .productsFront H2 A {
	margin: 0;
	padding: 7px 13px;
	color: #fff;
	background: #659997;
	font-weight: normal;
}


/* really 
==========================*/
#really {
	padding: 10px 0px 0px 0px;
	text-align: right;
}
#really a {
	color: #909090;
	display: inline-block;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}
