/* CSS - FRUITION */

* {
	padding: 0;
	margin: 0;
	}

body {
	padding: 0;
	margin: 0 0 20px 0;
	background: #5A4F43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	}
#container {
	margin: 0 auto;
	width: 725px;
	border: 1px solid #000;
	background: #FFF;
	padding: 14px;
	}
#header {
	margin: 0 auto;
	width: 753px;
	border: 1px solid #000;
	background: #FF9988;
	}

#header a{
	display: block;
	width: 390px;
	margin: 0 auto;
}
#footer {
	width: 753px;
	color: #f6f2e9;
	margin: 20px auto;
	padding-bottom: 20px;
	font-size: 11px;
	}
#footer a {
	text-decoration: none;
	border-left: 1px solid #8c601a;
	margin: 0 6px;
	padding-left: 6px;
	color: #f6f2e9;
	}
#footer a.first {	border-left: 0; padding-left: 0; margin-left: 0; }
#footer a:hover {
	color: #ffffff;
	}
#content,
#side {
	float: left;
	}
#content {
	width: 536px;
	margin-right: 10px;
	}
#side {
	width: 179px;
	padding-top: 11px;
	}
#navigation ul {
	list-style-type: none;
	}
#navigation ul li a{
	display: block;
	color: #FF9988;
	text-decoration: none;
	border-bottom: 1px solid #FF9988;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	#navigation ul li#contact a{
		border-bottom: none;
	}
#navigation ul li a:hover{
	color: #5A4F43;
}
#sloganbox {
	width: 179px;
	height: 119px;
	background:#777777;
	margin: 10px 0;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}
#sloganbox h1 {
	color: #ffffff;
	font-size: 9px;
	text-align:center;
}

#businesshours {
	width: 179px;
	height: 163px;
	background: #FF6688;
	text-align:center;
	color:#FFFFFF
	}
	#businesshours h1{
		font-weight:bold;
		font-size: 16px;
		text-align:center;
	}
#cbox {
	background:#dddddd none repeat scroll 0 0;
	padding-bottom: 10px;
	}
#cbox p {
	margin: 10px;
	}
#cbox h1 {
	background: #A88486;
	display: block;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}
#cbox h2 {
	padding: 5px 10px;
	color: #4e4e4e;
	font-size: 13px;
	font-weight: bold;
	}
#cbox h3 {
	padding: 5px 10px;
	color: #818181;
	font-size: 12px;
	font-weight: bold;
}	
		
	
#cbox ul {
	margin-left: 25px;
	}
#cbox hr {
	width: 98%;
	height: 1px;
	border: 0;
	background: #EAC3B8;
	margin: 0 auto;
	}
.productimage {
	margin: 20px;
	float: right;
	}
#cbox h1 a {
	text-decoration: underline;
	font-weight: normal;
	color: #EAC3B8;
	}
#cbox h1 a:hover {
	color: #EAC3B8;
	}
	
body#treatments #cbox { height: 1850px; }
	
#cbox dl { width: 500px; float: left; padding: 0 10px; margin-bottom: 1em; }
#cbox dt { float: left; width: 250px; }
#cbox dd { float: left; width: 200px; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}