/* CSS Document */

/* Screen Style Sheet For The Fish Bowl */


* { margin: 0; padding: 0; border: 0; }

body {

	margin: 0;

	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;

	color: #000066;
	
	background-image: url(images/bg_water.jpg);
	
	background-repeat: repeat;
	


}

#allWrapper {

	width: 775px;

	margin: 0 auto;

	padding: 0;

}


#contentWrapper {

	width: 775px;

	margin: 0 auto;

	padding: 0;
	
}

#headerWrapper {

	width: 100%;
	
	padding: 10px 0 0 0;

	margin: 0;

}

/* --------------------------------------------

	layout styles

-------------------------------------------- */



#Header {

	width: 775px;

	padding: 0;

	margin: 0px auto;

	text-align: left;
	
	
}

#Logo {

	position: relative; 

	float: left;
	
	padding: 0 0 10px 20px;

}

#LogoTeaser {

	position: relative;
	
	padding: 70px 0 0 250px;

}

#pageNav {

	width: 775px;

	margin: 0px auto;

	padding: 10px;
		
}

#bottomWrapper {

    background-image: url(images/water_bottom.jpg);
	
	background-position: bottom;
	
	background-repeat: repeat-x;
	
}

#textDescription {

	width: 775px;

	padding-top: 5px;
	
	padding-bottom: 15px;
	
	padding-left: 0px;
	
	padding-right: 0px;

	margin: 0px auto;

}

#content-spacer {

	height: 30px;

}

#footer {

	width: 100%;

	font-size: 75%;

	color: #000000;

	margin: 0;

	padding: 0;

	text-align: center;

}



#legals {

	width: 100%;

	font-size: 75%;
	
	color: #000000;

	margin: 0;

	padding: 0;

	text-align: center;

}

.contentLeft {

	width: 240px;

	padding: 0px;

	margin: 0 15px 0 0;

	float: left;

	font-size: 80%;

}	

.contentLeftList {

	width: 240px;

	padding: 0 0 0 10px;

	margin: 0 15px 0 0;

	float: left;

	font-size: 80%;

}	

.contentCenter {

	width: 240px;

	padding: 0px;

	margin: 0 15px 0 0;

	float: left;

	font-size: 80%;

}	

.contentRight {

	width: 240px;

	padding: 0px;

	margin: 0px;

	float: left;

	font-size: 80%;
	
}

.contentDouble {

	width: 480px;

	padding: 0px;

	margin: 0px;

	float: left;

	font-size: 80%;
	
}
.ulManufacturers{
	list-style-type: disc;
	padding-left: 10px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	text-indent: 20px;
}


.contentTriple {

	width: 735px;

	padding: 0px;

	margin: 0px;

	float: left;

	font-size: 80%;

}


/* --------------------------------------------

	link styles

-------------------------------------------- */

a, a:link, a:active {

	color: #FFFF00;

	text-decoration: none;

	padding: 1px;

}

a:visited { color: #FFFF00;}

a:hover { color: #FFFFFF; text-decoration: underline;

}





/* --------------------------------------------

	nav styles

---------------------------------------------*/ 

.wrapper {
	width: 775px;
	margin: 20px auto;
}
.nav {
	background: #fff url(images/nav_bg.png) repeat-x;
	float: left;
}
.nav-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(images/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(images/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 750px;
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 775px;
	background: transparent url(images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: left;	
}
.content-bottom {
	width: 775px;
	background: transparent url(images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}

.content-top {
	width: 775px;
	background: transparent url(images/content_top.png) no-repeat;
	height: 5px;
	float: left;
}

.nodecoration {

	text-decoration: none;
	color: #000066;
	
}

/* --------------------------------------------

	html styles

-------------------------------------------- */

/*h1, h2, h3  {color: #0000ff;} */



h1 {

	font-size: 140%;

	font-weight: bold;

	margin: 0;

	padding: 0;

	text-transform: uppercase;

}

h2 {

	font-size: 120%;

	font-weight: bold;

	margin: 0;

	padding: 0;

	text-transform: uppercase;

}

h3 {

	font-size: 100%;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	margin: 0;

	padding: 0;

	text-transform: uppercase;

	letter-spacing: 1px;

}

h4 {

	font-size: 110%;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	margin: 0;

	padding: 10px 0 10px 0;


}

img { border: 0; }

.clear { clear: both; margin: 0; padding: 0; }

.clearFooter {

	clear: both;

	background-color: #1E1E1E;

	height: 25px;

}
