
/* BASIC STYLING */

html {
	height: 101%;
}

body {
	margin: 0;
	padding: 0;
	font: 80% Arial, Helvetica, sans-serif;
	background: #CCCCCC;
}

p, h1, h2, ol, ul {
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #000066;
}

a:hover {
	color: #CC0000;
	font-weight: bolder;
	text-decoration: none;
}

h1 {
	font-size: 110%;
	color: #000066;
	margin-right: 15px;
	margin-top: 15px;
}

h2 {
	font-size: 120%;
	color: #000066;
	margin-bottom: 15px;
}

/* PAGE WIDTH & BORDERS */

#wrapper {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999999;
	margin-top: 15px;
	background: #FFFFFF;
}

/* MAIN NAVIGATION */

#navigation {
	margin-left: 20px;
	margin-bottom: 50px;
	margin-top: 10px;
}

#menubar {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menubar a {
	color: #FFFFFF;
	text-decoration: none;
	border: 2px double #CCCCCC;
	display: block;
	padding: 5px;
	text-align: center;
	font-style: normal;
	background: #FF3366;
	font-weight: bold;
}

#menubar a:hover {
	color: #FF3366;
	background: #FFCCCC;
	font-style: normal;
}

#menubar li {
	float: left;
	width: 177px;
}

#mainContent {
	margin: 10px 20px 15px;
}

.boxItem {
	border: 2px solid #CCCCCC;
	width: 276px;
	float: left;
	margin-bottom: 20px;
	height: 250px;
	margin-right: 15px;
}

.boxItem p {
	font-size: 100%;
	margin: 15px;
	line-height: 120%;
	text-align: justify;
}

.boxItem h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	background: #FF3366;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
}

.highlight {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}

.clearFloat {
	clear: both;
	margin-top: 15px;
}

.moreInfo {
	clear: both;
	padding-top: 15px;
}

.telephoneDetails {
	font-weight: bold;
	color: #000066;
	padding-left: 30px;
	background-image: url(../images/phone_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
}

#slideFade {
	clear: none;
	float: right;
	margin-right: 17px;
}

#imageRight {
	clear: none;
	float: right;
	margin-right: 17px;
	border: 1px solid #000000;
	margin-bottom: 15px;
}

.priceList {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}

.priceList .treatment {
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 5px;
	background: #FF3366;
	width: 280px;
}

.priceList .cost {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #CC3300;
	background: #CCCCCC;
	text-align: center;
	padding: 5px;
	width: 50px;
}

#footer {
	background: #FF3366;
	height: 40px;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	border: 2px solid #CCCCCC;
	margin-bottom: 15px;
}

#validCode {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#footer p {
	font-size: 80%;
	color: #FFFFFF;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
	margin-left: 15px;
}

.textMenu {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

