/* ----======== Reseting All Browsers ========---- */		

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
margin:0;
padding:0;
}

fieldset, img
{
border:0;
}

ul
{
list-style:none;
}

caption, th
{
text-align:left;
}

h1, h2, h3, h4, h5, h6
{
font-size:100%;
font-weight:normal;
}

abbr, acronym
{
border:0;
}



/* ----======== HTML Selectors ========---- */

body
{
text-align: center;
background: #679e48 url(../images/bg.jpg) repeat-x;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 28px;
}

h1
{
font-size: 28px;
margin-bottom: 20px;
color: #1a9cb5;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
letter-spacing: -1px;
text-transform:uppercase;
font-weight:bold;
line-height: 28px;
}

h2
{
font-size: 18px;
margin-bottom: 15px;
color: #599CB9;
}

h3
{
font-size: 15px;
margin-bottom: 15px;
color: #000;
}

h4
{
margin-bottom: 15px;
line-height: 17px;
color: #000;
font-weight: bold;
}


p
{
margin-bottom: 15px;
line-height: 19px;
}

a
{
color: #14a3ed;
text-decoration: none;
}

a:hover
{
color: #000;
text-decoration: underline;
}

.hidden
{
display: none;
}

.clear
{
clear: both;
}

#content ul
{
margin-bottom: 15px;
}

#content ul li
{
padding-top: 4px;
line-height: 17px;
padding-left: 22px;
background: url(../images/bullet.gif) no-repeat 0 0px;
color: #0c7386;
}

table
{
margin-bottom: 12px;
background: #dadada;
}

th
{
padding: 4px;
background: url(../images/blue_tile.jpg) repeat-x;
color: #fff;
font-weight: bold;
}

td
{
padding: 4px;
background: #eaeaea;
}

input, textarea, select
{
border: 1px solid #bbb;
background: #fff;
padding: 3px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

span.smallText
{
font-size: 11px;
font-style: italic;
color: #679F48;
}

/* ----======== Page Layout ========---- */

#wrapper
{
width: 880px;
text-align: left;
margin: auto;
position: relative;
background: #fff;
border: 10px solid #eee;
padding: 1px;
}

#header
{
background: url(../images/banner.jpg) no-repeat top left;
position: relative;
height: 198px;
}

#logo
{
margin-top: -40px;
margin-left: 23px;
position: absolute;
}

#mainMenu{
background:url(../images/menu_bg_base.gif) top left repeat-x;
height:47px;
}
#mainMenu ul{height:47px;}
#mainMenu li{
float: left;
}

#mainMenu li a{
display:block;
float:left;
height:47px;
background-position:top left;
background-repeat:no-repeat;
}
#mainMenu li a span
{
display: none;
}

#mainMenu li a:hover{
background-position: center left;
}

#mainMenu li.active a{
background-position: bottom left;
}

#mainMenu .home a{
width:102px;
background-image:url(../images/menu_home.gif);
}
#mainMenu .aboutUs a{
width:131px;
background-image:url(../images/menu_about.gif);
}
#mainMenu .ourPrices a{
width:104px;
background-image:url(../images/menu_prices.gif);
}
#mainMenu .testimonials a{
width:121px;
background-image:url(../images/menu_testimonials.gif);
}
#mainMenu .directory a{
width:135px;
background-image:url(../images/menu_directory.gif);
}
#mainMenu .contactUs a{
width:146px;
background-image:url(../images/menu_contact.gif);
}

#left
{
width: 380px;
min-height: 264px;
float: left;
padding: 20px 210px 20px 20px;
background: url(../images/cleaner.png) no-repeat 100% 100%;
}

#right
{
width: 210px;
float: left;
padding: 20px;
position: relative;
text-align: right;
}

#right p
{
position: absolute;
right: -108px;
}

ul.twoColumn
{
width: 500px;
}

ul.twoColumn li
{
display: inline-block;
float: left;
width: 160px;
}

#footer
{
background: url(../images/footer.png) no-repeat top center;
width: 870px;
height: 57px;
margin: auto;
text-align: left;
padding: 20px;
color: #fff;
}

#footer a
{
color: #fff;
text-decoration: underline;
}
