/*-----------------------------------------------------------------------------
Quality Pools Stylesheet

version:   1.0
author:    brian gallagher
email:     brian@logixstudios.com
website:   http://www.logixstudios.com/
-----------------------------------------------------------------------------*/


/* =General - Universal CSS across all pages.
-----------------------------------------------------------------------------*/
html, body { height:100%; }

body {
	background-color:#F4EEE0;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #4e565d;
	padding: 0;
	margin: 0;
	height: 100%;
}
a:link {	color: #4e565d; }
a:visited {	color: #4e565d; }
a:hover { border-top: 1px solid #4e565d; }

.clear { clear: both; }

.wrap {
	min-height: 150px ;
	width: 760px;
	margin: 0 auto;
}

#header {
	position: relative;
	background-image: url(images/header_bg.gif);
	border-bottom-style: solid;
	border-bottom-color: #375138;
	border-bottom-width: 7px;
	width: 100%;
	margin-bottom: 20px;
}

#logo {
	position: absolute;
	width: 244px;
	height: 128px;
	z-index: 10;
}

#contact_us {
	position: relative;
	text-align: right;
	width: 110px;
	left: 650px;
	z-index: auto;
}
#contact_us span {
	font-size: 18px;
	color: #FFFFFF;
}

#navbar {
	margin-top: 20px;
	position: relative;
	height: 45px;
	left: 210px;
}

#navbar img {
	position: relative;
	float: left;
	border: 0px;
}


#header_ad {
	position: relative;
	border-left: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	background-color: #b4cbb5;
	margin-top: 20px;
	margin-bottom: 10px;
}


#header_ad img {
	margin: 0;
	padding: 0;
	display: block;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -41px;
}
#clearfooter{
	clear:both;
	height:50px;
}
#footer {
	background-image: url(images/footer.gif);
	width: 100%;
	height: 41px;
	bottom: 0;
}
#footer .text {
	position: relative;
	width: 740px;
	top: 10px;
	margin: 0 auto;
	font-size: 9px;
}
.right {
	float: right;
}

.left {
	float: left;
}
.img_border {
	border-left: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	margin: 10px 10px 10px 10px;
}
.img_border2 {
	border-left: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	margin: 2px 10px 2px 0px;
}
.img_noborder {
	margin: 10px 10px 10px 10px;
}

/* =Index - CSS for Index page.
-----------------------------------------------------------------------------*/
.content_text {
	float: left;
	position: relative;
	width: 440px;
}

.content_text h3 {
	color: #4e565d;
	font-size: 16px;
	font-family: Trebuchet MS;
}

.content_text_Limg {
	position: relative;
	float: left;
}

.content_text_BRimg {
	position: relative;
	float: right;
	top: -12px;
	padding: 10px  10px  10px  20px;
}

.content_imgs {
	position: relative;
	text-align: center;
	float: right;
	width: 320px;
}

.content_imgs img {
	border: 0;
}

.foxpool {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top:  10px;
}

.foxx {
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top:  10px;
}


/* =About - Information about company.
-----------------------------------------------------------------------------*/
.about {
	position: relative;
	text-align: left;
}


/* =Services
-----------------------------------------------------------------------------*/

.services_wrap {
	width: 460px;
	margin: 0 auto;
}

/* =Products - Product Listing.
-----------------------------------------------------------------------------*/

.pro_link {
	font-weight: 900;
	font-size: 20px;	
}
.pro_content { clear:both; }
.pro_link a:link {	color: #4e565d; }
.pro_link a:visited {	color: #4e565d; }
.pro_link a:hover { border-top: 2px solid #4e565d; }
.pro_content hr {
	width:600px;
	margin: 20px auto 20px auto;
	color: #4e565d;
}



/* =Contact Page - Contact information and form.
-----------------------------------------------------------------------------*/
#contact_form {
	margin-top: 40px;
}
