/*  
Theme Name: PoolFixer.com
Theme URI: http://www.poolfixer.com
Description: Theme for poolfixer.com - created by TwoGun Media LLC - www.twogun.com
Version: 0.1
Author: TwoGun Media, LLC
Author URI: http://www.twogun.com/
*/

html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fafaf0 url(images/bkg_strip.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*:::::::::::::::::::::::::::::::::
	HEADER -->
:::::::::::::::::::::::::::::::::*/

#header_box {
	width: 800px;
	height: 90px;
	background: url(images/header_bkg.gif) no-repeat top left;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}
#logo_bkg {
	width: 200px;
	height: 90px;
	background: url(images/logo_bkg.gif) no-repeat top left;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}
#logo_box {
	width: 200px;
	text-align: center;
	margin: 18px 0 0 0;
	padding: 0;
	float: left;
}
#header {
	width: 580px;
	height: 90px;
	background: url(images/header.jpg) no-repeat top left;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
#border_0 {
	border: 0;
}

/*:::::::::::::::::::::::::::::::::
<--	HEADER
:::::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::::
	MENU HORIZONTAL -->
:::::::::::::::::::::::::::::::::*/

#menu_box {
	vertical-align: top;
	width: 800px;
	height: 34px;
	margin: 0;
	padding: 0;
}
#left_menu {
	width: 30px;
	height: 34px;
	background: url(images/menu_left.gif) no-repeat top left;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
#right_menu {
	width: 10px;
	height: 34px;
	background: url(images/menu_right.gif) no-repeat top left;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	background-color: #e73139;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav-menu li a {
	height: 24px;
	float: left;
	display: block;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px 10px 0 10px;
	margin: 2px 0 0 0;
}
#nav-menu li a:hover {
	height: 24px;
	float: left;
	display: block;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px 10px 0 10px;
	margin: 2px 0 0 0;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a {
	float: left;
}
/* End IE5-Mac hack */
#nav-menu {
	background-color: #e73139;
	width: 750px;
	float: left;
}

/*:::::::::::::::::::::::::::::::::
<-- MENU HORIZONTAL
:::::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::::
    CONTENT -->
:::::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::::
	CLEARFIX for CONTENT -->
:::::::::::::::::::::::::::::::::*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*:::::::::::::::::::::::::::::::::
<-- CLEARFIX for CONTENT
:::::::::::::::::::::::::::::::::*/

#container {
	width: 800px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#left_container {
	width: 180px;
	background: url(images/left_bkg_strip.gif) repeat-x top left;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: normal;
	text-align: left;
	float: left;
	margin: 0;
	padding: 10px;
}
#testimonials_box {
	background: #ffffff url(images/icon_arrow.gif) no-repeat top right;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: normal;
	text-align: left;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.testimonial_span {
	width: 158px;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e73139;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
}
#contact_box {
	width: 158px;
	background: #ffffff url(images/icon_phone.gif) no-repeat top right;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: normal;
	text-align: left;
	float: left;
	margin: 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.contact_span {
	width: 158px;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e73139;
	font-style: normal;
	margin: 0;
	padding: 0;
}
#container_content {
	width: 560px;
	background-color: #ffffff;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: normal;
	text-align: left;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px;
}
.img_span {
	float: left;
	margin: 10px;
	padding: 0;
	border: 4px solid #e5e5e5;
}
/*:::::::::::::::::::::::::::::::::
<-- CONTENT
:::::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::::
	FOOTER -->
:::::::::::::::::::::::::::::::::*/

#footer {
	width: 800px;
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	margin: 10px 20px;
	padding: 10px 0 0 20px;
	border-top: 1px solid #e5e5e5;
}

/*:::::::::::::::::::::::::::::::::
<-- FOOTER
:::::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::::
    GENERAL -->
:::::::::::::::::::::::::::::::::*/

h1 {
	font: 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
}

h5 {
	font: 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
}
b {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: normal;
	font-weight: bold;
}
p {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: normal;
	/*text-indent: 1em;*/
}
a:link {  
	text-decoration: underline;	
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e73139;
}
a:visited { 
	text-decoration: underline;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e73139;
}
a:active {
	text-decoration: underline;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e73139;
}
a:hover {
	text-decoration: underline;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #253e54;
}