*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #f1f1f1;
	text-align: center;
}

a img
{
	border: 0;
}

/* table styles */

#prices table
{
	width: 627px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#prices td, th
{
	width: 20%;
	font-size: 0.8em;
	padding: 3px;
}

#prices th
{
	background:#8ec1d6;
	color:#fff;
	padding: 5px;
	font-size: 0.7em;
}

#prices td
{
	padding-top: 3px;
}

#team table{
	border: 0;
	padding: 0;
	width: 100%;
}

#team td{
	border: 0;
	font-size: 0.8em;
	padding: 3px;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6, 
{
	color: #000;
}

h2
{
	margin-bottom: 10px;
}

h5
{
	font-size: 1.0em;
	margin-bottom: 10px;
	}

.salesbanner p
{
	margin: 0;
}

#content h2
{
	color: #8ec1d6
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

#header h1
{
	background:url(../images/logo.gif) no-repeat;
	height:69px;
	margin-top:35px;
}

#banner h2
{	
	font-size: 1.25em;
	font-weight:bold;
	color:#FFF;
	margin:12px 0 15px 15px;
}

#banner p
{	
	font-size: 0.86em;
	color:#FFF;
	width:285px;
	margin-left:15px;
}

#content
{
	color:#5b5b5b;
}

#content h3, #sidebar h3
{
	height:26px;
	background:#8ec1d6;
	color:#fff;
	text-transform:uppercase;
	font:normal 1.25em Arial, Helvetica, sans-serif;
	padding:10px 0 0 10px;
	margin-bottom:14px;
}

#team h3
{
	background: none;
	padding: 0;
	margin: 0;
	color: #8ec1d6;
	text-transform: none;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px dotted #8ec1d6;
	height: auto;
	padding-bottom: 5px;
}

#team h4
{
	padding-top: 5px;
	font-size: 1.2em;
}

#content h4
{
	font:normal 1.35em Arial, Helvetica, sans-serif;
	color:#5b5b5b;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 1px;
/*	color: #000; */
	color: #8ec1d6;
	font-size: 0.8em;

}

/* LAYOUT DIVS *************************/

#container
{
	width: 951px;
	height: auto;
	margin: 0 auto 20px auto;
	text-align: left;
	border:1px solid #8ec1d6;
	border-top: 0;
	background:#fff;
}

#inner_container
{
	margin:0 40px;
}

#header
{
	padding-top:12px;
	height: 180px;
	text-indent: -9999px;	
}

#header_container
{
	border-bottom:1px solid #8ec1d6;
	margin-bottom:21px;
}

#nav
{
	margin-top: 12px;
	height: auto;
	float:right;
	text-align:right;
	}

#banner
{
	background:url(../images/banner.jpg) no-repeat;
	height:215px;
	border:1px solid #8ec1d6;
	margin-bottom:21px;
}

#content
{
	float: left;
	width: 72%;
	height: auto;
}

#team img
{
	width: 220px;
	border: 1px solid #8ec1d6;
	padding: 5px;
	float: left;
	margin-bottom: 20px;
}

.the_team_image
{
	width: 610px;
	border: 1px solid #8ec1d6;
	padding: 5px;
	margin-bottom: 10px;
}

#sidebar
{
	float: right;
	width: 24%;
	height: auto;
}

#footer
{	
	margin-top:17px;
	border-top: 1px solid #8ec1d6;
	padding-top:5px;
	padding-bottom: 20px;
}

.salesbanner
{
	width: 27.95%;
	float: left;
	margin-bottom: 20px;
	margin-right: 17px;
	padding: 10px;
	color: #8ec1d6;
	border: 1px dashed #8ec1d6;

}

#container .salesbanner h3
{
	padding: 0;
	background: none;
	height: auto;
}

#lastbanner
{
	margin-right: 0;
}

#bookonline
{
	margin: 10px auto;
}
/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #8ec1d6;
	font-weight: bold;
}

a:visited
{
	text-decoration: underline;
}

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

#nav a
{
	color: #8ec1d6;
	text-decoration: none;
}

#nav a:visited
{
	color: #8ec1d6;
	text-decoration: none;
}

#nav a:hover
{
	color: #8ec1d6;
	text-decoration: underline;
	border-bottom: 1px solid #8ec1d6;
}

.salesbanner a, .salesbanner a:visited
{
	text-decoration: none;
	font-size: 0.9em;
	padding: 3px;
	background: #8ec1d6;
	color: #fff;
	display: block;
	margin-top: 5px;
}

.salesbanner h3 a, .salesbanner h3 a:visited
{
	color: #8ec1d6;
	background: none;
	margin: 0;
	font-weight: normal;
	padding: 0;
}

.salesbanner h3 a:hover
{
	background: #fff;
	color: #8ec1d6;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#nav li
{
	list-style:none;
	font-size: 0.85em;
}

ul#salon_images
{
	list-style:none;
	margin-top:37px;
}

ul#salon_images li#title
{
	background:#8ec1d6;
	height:62px;
	width:69px;	
	float:left;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.85em;
	line-height: 1.1em;
	padding:1.5px 0 2.5px 5px; 
}

#salon_images li
{
	display:inline;
	margin-right:7px;	
}

#opening_times li
{
	font-size:0.95em;
	line-height:1.65em;
	list-style-type:none;
	color:#5b5b5b;
	border-bottom:1px solid #ddd;
	list-style-position:outside;
}

#opening_times li#last
{
	border-bottom:none;
}

#footer li
{
	float:left;
	display: inline;
	margin-right:5px;
}

#footer p
{	
	text-align:right;
	color:#6f99c9;
	margin-top:-5px;
}