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

html {
	background:url(../images/main/background.jpg) repeat;
	margin:0;
	padding:0;
}

body { 
	text-align:left;
	background:url(../images/main/background-overlay.png) repeat-x top center;
	margin:0;
	padding:0;	
}

#IE6warning { display:none; }

/* ==HEADER== */

#headerBackground {
	width:100%;
	height:247px;
	background:url(../images/main/header-background.png) repeat-x;
	padding:0;
}

#header {
	position:relative;
	width:1002px;
	height:187px;
	margin:0 auto;
	padding:0;
	background:none;
}

#logo {
	position:absolute;
	top:55px;
	background:url(../images/main/logo.png) no-repeat;
	width:262px;
	height:111px;
	margin-left:7px;
}

#tagline {
	position:absolute;
	top:54px;
	left:355px;
	background:url(../images/main/tagline.png) no-repeat;
	width:380px;
	height:111px;
}

#featuredImage {
	position:absolute;
	right:0;
	background:url(../images/main/featured-image.png) no-repeat;
	width:304px;
	height:233px;
}

/* ==/HEADER== */

#wrap {
	position:relative;
	width:986px; /*1002px*/
	height:100%;
	margin:0 auto;
	padding:0;
}


/* ==MAIN CONTENT AREA== */

#bar {
	background:url(../images/main/bar.png) no-repeat;
	width:985px;
	height:114px;
	margin:0;
	padding:0;
}

#bar .container {
	width:382px; /*427*/
	height:74px; /*114*/
	padding:20px;
	margin:0;
	float:left;
	color:#fff;
}

#bar .container h2 {
	margin-top:0;
	margin-bottom:5px;
}

#bar .container p {
	margin:0;
	padding:0;
	float:none;
}

#bar .container .starburst {
	background:url(../images/main/startburst.png) no-repeat;
	width:143px;
	height:121px;
	position:absolute;
	right:0;
	top:0;
}

#header1 {
	background:url(../images/home/header-1.png) no-repeat top left;
	width:196px;
	height:24px;
}

#header2 {
	background:url(../images/home/header-2.png) no-repeat top left;
	width:263px;
	height:24px;
}

#mainContent {
}

.bigFlashWebLink {
	width:328px;
	height:364px;
	float:left;
	margin-top:15px;
	margin-bottom:75px;
}

/* == NAV == */

#nav .pipe {
	background:url(../images/main/nav/pipe.png) no-repeat;
	width:4px;
	height:47px;
}

#navMain {
	background:url(../images/main/nav/nav-bar.png) repeat-x;
	margin:0 auto;
	padding:0;
	width:100%;
	height:47px;
}

#navMain ul {
	margin:0 auto;
	padding:0 0 0 0;
	list-style-type:none;
	width:975px;
}

#navMain ul li {
	display:inline;
	height:47px;
}

#navMain ul li a{
	height:47px;
	background-repeat: no-repeat;
	float:left;
}

li a {
	background-position:center 0;	
}

li a:hover, li a:hover.active {
	background-position:center -47px;
}

li a.active {
	background-position:center -94px;
}

li#home a {
	background-image:url(../images/main/nav/home.png);
	width:79px;	
}

li#photoGallery a {
	background-image:url(../images/main/nav/photo-gallery.png);
	width:163px;	
}

li#testimonials a {
	background-image:url(../images/main/nav/testimonials.png);
	width:144px;	
}

li#contactUs a {
	background-image:url(../images/main/nav/contact-us.png);
	width:129px;	
}

/*
.bigWebLink a {
	margin:0;
	padding:0;
	width:328px;
	height:364px;
	float:left;
	margin-top:8px;
}

#arizonaSprinklers {
	background:url(../images/main/arizona-sprinklers.png) no-repeat;
}

#arizonaSprinklers a {
	background:url(../images/main/arizona-sprinklers.png) no-repeat left top;
	display:block;
}

#arizonaSprinklers a:hover {
	background:url(../images/main/arizona-sprinklers.png) no-repeat left bottom;
}

#arizonaSynthetics {
	background:url(../images/main/arizona-synthetics.png) no-repeat;
}

#arizonaSynthetics a {
	background:url(../images/main/arizona-synthetics.png) no-repeat left top;
	display:block;
}

#arizonaSynthetics a:hover {
	background:url(../images/main/arizona-synthetics.png) no-repeat left bottom;
}

#arizonaBorderPatrol {
	background:url(../images/main/arizona-border-patrol.png) no-repeat;
}

#arizonaBorderPatrol a {
	background:url(../images/main/arizona-border-patrol.png) no-repeat left top;
	display:block;
}

#arizonaBorderPatrol a:hover {
	background:url(../images/main/arizona-border-patrol.png) no-repeat left bottom;
}
*/

/* ==/MAIN CONTENT AREA== */

/* ==FOOTER==*/

#footer {
	background:url(../images/main/footer.png) repeat-x;
	width:100%;
	height:35px; /*69*/
	padding:19px 0 15px 0;
	text-align:center;
	color: #72818c;
	margin-top:12px;
}

#footerContainer a:link,
#footerContainer a:active,
#footerContainer a:visited {
	color: #72818c;
}

#footerContainer a:hover {
	color: #dedede;
}

/* ==/FOOTER==*/
	