html, body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#5F5F5F;
}
p, h1, h2, h3, h4, h5, h6, ul, li {
	padding:0px;
	margin:0px;
}
#main_container {
	clear:both;
	width:894px;
	height:auto;
	margin:0px auto;
}
/*HEADING */
#header {
	width:894px;
	height:183px;
	background:#FFFFFF url(../images/hydralyte_header_bg.jpg) no-repeat;
}
#search {
	width:300px;
	position:relative;
	top:80px;
	left:585px;
	height:24px;
}
#search .search {
	width:210px;
}
#nav {
	width:620px;
	height:45px;
	position: relative;
	top:111px;
	left:270px;
	overflow:hidden;
}
#nav ul {
	list-style: none;
	display:inline;
}
#nav li {
	display:inline;
	float:left;
	margin-top:7px;
}
#nav .level0 li a {
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	float:left;
	width:77px;
	height:35px;
	text-align:center;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#nav .level0 li a:hover {
	color: #ffcc00;
}
#nav li.current a {
	color: #ffcc00;
}
#navigation img {
	margin-left:4px;
	margin-right:4px;
	opacity:1.0;
	filter:alpha(opacity=100)
}
/* CONTENT*/
#content {
	width:894px;
	clear:both;
	margin-top:12px;
}
#imagePanelContainer {
	float:left;
	margin-bottom:12px;
	clear:both;
	width:894px;
}
/*HOME*/
/*animation*/
#slideshow {
	position:relative;
	width:590px;
	height:342px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
/*end animation*/

#imagePanel {
	float:left;
	width:592px;
	height:342px;
	margin-right:12px;
}
.panelHeading {
	background:#FFFFFF url(../images/panelHeading.jpg) no-repeat;
	width:290px;
	height:43px;
	text-align:left;
}
.panelHeading img {
	margin:0 0 0 15px;
}
#rightPanel {
	float:left;
	width:290px;
	height:340px;
	background-image: url(../images/bg_gradient_grey_white.gif);
	background-repeat: repeat-x;
}
#fullPanel {
	float:left;
	width:892px;
	min-height:340px;
	background-image: url(../images/bg_gradient_grey_white.gif);
	background-repeat: repeat-x;
}
/*typical page*/
#imagePanel_typical {
	float:left;
	width:415px;
	min-height:400px;
	margin-right:12px;/*background-color:#CCC;
	background-image:url(../images/typical_image.jpg);*/
}
#rightPanel_typical {
	float:left;
	width:465px;
	min-height:340px;
	background-image: url(../images/bg_gradient_grey_white.gif);
	background-repeat: repeat-x;
}
.panelHeading_typical {
	background:#FFFFFF url(../images/panelHeading_typical.jpg) no-repeat;
	width:465px;
	height:43px;
	text-align:left;
}
.panelHeading_full {
	background:#FFFFFF url(../images/panelHeading_full.jpg) no-repeat;
	width:892px;
	height:43px;
	text-align:left;
}
.panelHeading_typical img {
	margin:0 0 0 15px;
}
/* tier3 PANELS*/
#bottomPanelContainer {
	clear:both;
	width:894px;
	float:left;
}
.bottomPanel {
	background-image: url(../images/bg_gradient_grey_white_bottompanel.gif);
	background-repeat: repeat-x;
}
#bottomPanel_1 {
	float:left;
	margin-right:12px;
	width:290px;
	height:340px;
}
#bottomPanel_2 {
	float:left;
	margin-right:12px;
	width:290px;
	height:340px;
}
#bottomPanel_3 {
	float:left;
	width:290px;
}
/* tier 4 FOOTER */
#footer {
	float:right;
	clear:both;
	width:894px;
	height:60px;
	border-top:1px solid #c9c8c8;
	padding-top:18px;
	margin-top:20px;
}
#footerLinks ul {
	float:right;
	padding:0;
	margin:0;
	list-style-type:none;
}
#footerLinks a {
	text-decoration:none;
	color:#989696;
	padding:0.0em 0.1em;
}
#footerLinks a:hover {
	text-decoration:underline;
}
#footerLinks li {
	color:#989696;
	display:inline
}
a {
	outline:none;
	border:none;
}
/*FORM*/
#contact ol {
	list-style:none;
	padding:0px;
	margin:0px 0 0 50px;
}
#contact ol li {
	padding-top:12px;
}
.allfields {
	margin-left:60px;
}
label {
	width:60px;
	float:left;
	color:#5f5f5f;
}
#contact label {
	width:80px;
}
#contact input {
	width:230px;
}
#contact .inp_textarea {
	width:230px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif!important;
	text-align:left!important;
	font-size:12px!important;
}
#contact .submit {
	margin:0 0 20px 80px;
	width:90px;
}
#contact .radio1 { 
	width:120px;
}
#contact .radio2 { clear:left; 
	margin-left:80px;
	width:120px;
}
#contact .radio {
	width:20px;
	margin-right:110px;
}

#contact .error {
	color:#EF8000;
}
#contact .orange {
	color:#EF8000;
}
