@charset 'utf-8';

/*---------------- Index Banner ---------------*/

#banner{
	background:url(../images/index_banner.jpg) no-repeat center;
	height:326px;	
	margin-top:-4px;
}

.content_wrapper{
	background:url(../images/index_content.png) no-repeat bottom;
	padding-bottom:7px;
		position:relative;
	z-index:1;
}
* html .content_wrapper{
	background:url(../images/index_content.jpg) no-repeat bottom;
}
/*---------------- Index Content ---------------*/

#index_col_main{
	padding:0 0 0 55px;
	overflow:hidden;
		position:relative;
	top:-40px;
}
#index_col_main h1{
	text-transform:uppercase;
	font-weight:bold;
	color:#5d666b;
	font-size:1.1em;
}
#index_col_main p{
	font-size:
}
#col1, #col2{
	float:left;
	width:314px;
	overflow:hidden;
}
#col2{
	padding-left:30px;
}
	
#index_sidebar{
	background:url(../images/index_quicklinks.jpg) no-repeat;
	width:227px;
	height:316px;
	margin:0 0 0 31px;
	position:relative;
	top:-30px;
}

#quicklinks{
	margin:11px 0 0 0;
	overflow:hidden;
				position:relative;
	z-index:2;
}
#quicklinks li{
	list-style:none;
}
#quicklinks li a{
	display:block;
}
a#quicklinks_tanks{
	background:url(../images/quicklinks_sprite.jpg) no-repeat 0 0;
	width:180px;
	height:55px;
}
a#quicklinks_tanks:hover{
	background:url(../images/quicklinks_sprite.jpg) no-repeat -180px 0;
}
a#quicklinks_poly{
	background:url(../images/quicklinks_sprite.jpg) no-repeat 0 -55px;
	width:180px;
	height:49px;
}
a#quicklinks_poly:hover{
	background:url(../images/quicklinks_sprite.jpg) no-repeat -180px -55px;
}
a#quicklinks_pools{
	background:url(../images/quicklinks_sprite.jpg) no-repeat 0 -104px;
	width:180px;
	height:47px;
}
a#quicklinks_pools:hover{
	background:url(../images/quicklinks_sprite.jpg) no-repeat -180px -104px;
}
a#quicklinks_pumps{
	background:url(../images/quicklinks_sprite.jpg) no-repeat 0 -151px;
	width:180px;
	height:53px;
}
a#quicklinks_pumps:hover{
	background:url(../images/quicklinks_sprite.jpg) no-repeat -180px -151px;
}
a#quicklinks_accessories{
	background:url(../images/quicklinks_sprite.jpg) no-repeat 0 -204px;
	width:180px;
	height:46px;
}
a#quicklinks_accessories:hover{
	background:url(../images/quicklinks_sprite.jpg) no-repeat -180px -204px;
}
a#quicklinks_quote{
	background:url(../images/quicklinks_sprite.jpg) no-repeat 0 -250px;
	width:180px;
	height:55px;
}
a#quicklinks_quote:hover{
	background:url(../images/quicklinks_sprite.jpg) no-repeat -180px -250px;
}