@charset "UTF-8";
/* CSS Document */

/** Navigation **/
#navigation {
	position:absolute;
	left:0;
	top:134px;
	width:904px;
	padding: 0 28px;
	height:47px;
	z-index:1;
}
#navigationLighting {
	position:absolute;
	top:170px;
	left:96px;
	width:732px;
	padding:0 15px;
	height:47px;
	z-index:250;
	margin:0 auto;
}

.navLeft, .navRight {width:122px; margin: 10px 0;}
.navLeft {float:left;}
.navRight {float:right;}
.navLeft a, .navRight a {width:128px; display:block; margin:0 auto; text-decoration:none;}

.navCenter {float:left; width:122px;}
.navCenter a {display:block;width:128px;margin:0 auto; text-decoration:none;}


	

/*** Make Selected Page Highlighted ***/

#selected a {background-position: 0 -56px;}

#selected a:hover {background-position: 0 -28px;}

/**** Navigation Link Rollovers ****/
a.navDesigns {
	width:82px;
	height:28px;
	background: url('http://www.aqua-systemsinc.com/assets/design_nav.gif') 0 0 no-repeat;
}
a:hover.navDesigns {
	background-position: 0 -28px;
}
a.navLighting {
	width:76px;
	height:28px;
	background:url('http://www.aqua-systemsinc.com/assets/lighting_nav.gif') 0 0 no-repeat;;
}
a:hover.navLighting {
	background-position: 0 -28px;
}
a.navLandscaping {
	width:122px;
	height:28px;
	background:url('http://www.aqua-systemsinc.com/assets/landscaping_nav.gif') 0 0 no-repeat;;
}
a:hover.navLandscaping {
	background-position: 0 -28px;
}
a.navProducts {
	width:87px;
	height:28px;
	background:url('http://www.aqua-systemsinc.com/assets/products_nav.gif') 0 0 no-repeat;;
}
a:hover.navProducts {
	background-position: 0 -28px;
}
a.navFAQ {
	width:46px;
	height:28px;
	background:url('http://www.aqua-systemsinc.com/assets/faq_nav.gif') 0 0 no-repeat;;
}
a:hover.navFAQ {
	background-position: 0 -28px;
}
a.navContact {
	width:79px;
	height:28px;
	background:url('http://www.aqua-systemsinc.com/assets/contact_nav.gif') 0 0 no-repeat;;
}
a:hover.navContact {
	background-position: 0 -28px;
}
