@charset "UTF-8";
/* CSS Document */


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: url(../images/bg.png) repeat-x #BDB1A6;
}

#mainWrapper{
	width: 1073px;
	margin: 0 auto;
}

#logo{
	width: 362px;
	height: 163px;
	margin: 37px auto;
	background: url(../images/logo.png) no-repeat;
}

#logo h1{
	text-indent: -9999px;
}

#nav {
	margin: 50px 0 0 0;
	padding: 0;
}

#nav .home, #nav .treatments, #nav .pricelist, #nav .contact {
    width: 268px;
}

#nav .home a span {
    background-position: 0 0;
}

#nav .treatments a span{
	background-position: -268px 0;
}

#nav .pricelist a span{
	background-position: -536px 0;
}

#nav .contact a span{
	background-position: -804px 0;
}

ul#nav li {
    float: left;
    font-weight: bold;
    list-style: none outside none;
}

#nav li {
    height: 52px;
    overflow: hidden;
    position: relative;
}

#nav li a {
    color: #ADBBAD;
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none; 
}

#nav li span {
    background: url("../images/tabs.png") no-repeat scroll 0 0 transparent;
    height: 100%;
    position: absolute;
    width: 100%;
}

#homeIntro{
	float: left;
}

#homeIntro p{
	font-size: 1.8em;
	color: #512B1B;
	margin: 20px 0 0 0;
	line-height: 1.6em;
}

#homeIntro p b{
	color: #666;
	font-size: 1.6em;
	font-weight: normal;
}

#homeImage{
	float: left;
	margin: 30px 0 0 0;
}

#homeFooter{
	float: left;
	margin: 170px 0 0 0;
	padding: 0 0 40px 0;
	width: 1073px;
	height: 215px;
	background: url(../images/home_footer.png) no-repeat;
}

#treatmentsMenu{
	color: #A79E70;
	font-size: 1.3em;
	float: left;
	margin: 20px 0 0 0;
	text-align: center;
	width: 1073px;
	padding: 0 0 30px 0;
}

#treatmentsMenu a{
	color: #A79E70;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

#treatmentsMenu a:hover{
	text-decoration: underline;
}

#iplMenu{
	color: #999;
	font-size: 1.3em;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
	width: 1073px;
	padding: 0 0 30px 0;
}

#iplMenu a{
	color: #999;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

#iplMenu a:hover{
	text-decoration: underline;
}

.leftDoubleCol{
	float: left;
	display: inline;
	width: 725px;
}

.leftSingleCol1, .leftSingleCol2{
	float: left;
	display: inline;
	width: 350px;
}

.leftSingleCol2{
	margin-left: 25px;
}

.leftSingleCol2 p{
	margin: 0 0 15px 0;
	font-size: 1.3em;
}

.rightSingleCol{
	float: left;
	display: inline;
	width: 348px;
}

#findOutMoreWrapper{
	float: left;
	display: inline;
	margin: 20px 0 0 35px;	
}

#findOutMoreTop, #findOutMoreFooter{
	width: 312px;
	height: 68px;
	float: left;
	display: inline;
	background: url(../images/cta_header.gif) no-repeat;
}

#findOutMoreMid{
	width: 262px;
	float: left;
	display: inline;
	background: url(../images/cta_bg.gif) repeat-y;
	padding: 10px 25px 0 25px;
	color: #FFF;
	font-size: 1.2em;
}

#findOutMoreFooter{
	height: 60px;
	background: url(../images/cta_footer.gif) no-repeat;
}

#priceListWrapper{
	width: 830px;
	margin: auto;
}

#priceListCol1, #priceListCol2{
	float: left;
	display: inline;
	width: 400px;
	margin-top: 20px;
}

#priceListCol2{
	margin: 20px 0 0 30px
}

table.priceListTable{
	border-collapse: collapse;
	margin: 10px 0 0 0;
}

table.priceListTable th, table.priceListTable td{
	border: 1px solid #000;
	padding: 5px;
	vertical-align: top;
}

.upperImage{
	float: left; 
	display: inline; 
	width:700px;
}
