body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #5d5d5d;
}

/* Main Links */

a:link, a:visited {
	color: #34b2f8; /* Bright blue */
	text-decoration: underline;
}

a:hover, a:active {
	color: #2683b6; /* Dark blue */
	text-decoration: none;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom:0;
	margin:0 0 10px 0;
	}

#mainContainer {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
	font-size: 70%;
	background-color: #FFFFFF;
}
	.clear {
		clear: both;
	}

#banner {
/*	border-top: 1px solid #404141;*/
	border-bottom: 1px solid #404141;
}

#phone {
	border-bottom: 1px solid #404141;
	text-align: center;
	font-size: 250%;
	color: #8b8b8b;
	height: 40px;
	padding-top: 5px;
	background-color: #f3f3f3;
	}

#whyChooseUs {
	padding: 20px 20px 10px 30px;
	line-height: 1.5;
	font-size: 110%;
	}
	
	#whyChooseUs h1 {
		font-weight: bold;
		font-size: 140%;
		color: #2683b6;
		}

#menuContainer {
	padding-top: 10px;
	background-color: #404141;
	font-size: 120%;
	color: #f2f2f2;
}
		#menuContainer ul {
		margin: 10px 0 10px 19px;
		padding: 0;
		list-style-type: none;
	}
	
/*	#menuContainer ul a {
		display: block;
		width: 150px;
		padding: 3px 0 3px 7px;
		margin: 1px;
		color: #ccc;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.2;
	}*/
	
	
#content {
	text-align: left;
	background-color: #FFF;
	font-size: 120%;
	padding: 20px 45px 20px 45px;
	line-height: 1.5;

}
#content h1 {font-weight: bold;
		font-size: 140%;
		color: #2683b6;}

	#content h2 {
		font-size: 140%;
		color: #78A32E;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#content h3 {
		font-size: 110%;
		color: #333;
		border-bottom: 1px dashed #EB9B00;
	}
	
	#testimonial p {
		border: 1px dotted #DDD;
		padding: 10px;
	}
	
		
	.imgFloatLeft {
		float: left;
		padding: 0 10px 0 0;
	}
	
	.imgFloatRight {
		float: right;
		padding: 0 0 0 10px;
	}
	
	#content li {
		list-style-image: url(../images/bullet.gif);
	}
	
/* Form styles */

	fieldset {
		padding: 0;
		margin: 0;
		border: none;
	}
	
	legend {
		font-size: 100%;
		color: #555;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	
	label {
		float: left;
		width: 10.5em;
		font-size: 90%;
	}
	
	label.admin {
		float: left;
		width: 7em;
	}
	
	.required {
		color: #760000;
		font-size: 1em;
		font-weight: bold;
	}
	
	.normal {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: #555;
		padding: 0 0.3em 0 0.3em;
	}
	
	input.submit {
		margin-left: 10px;
	}
	
	input.admin {
		margin-left: 9em;
	}
	
	input.specials {
		margin-left: 93px;
	}
	
	input.checkbox {
		width: auto;
		margin-left: 72px;
	}
	
	input.treatments {
		width: auto;
		margin-left: 2em;
	}
	
	label.specials {
		float: left;
		width: 6em;
	}
	
	.checkbox {
		width: 2em;
		float: none;
		padding-right: 1em;
	}
	
	.checkboxLabel {
		width: 50em;
	}

	#treatments label {
		width: 2em;
		float: none;
		padding-right: 1em;
	}
	
	/* Enquiry form mods */
	
	input.enquiry {
		margin-left: 85px;
	}
	
	label.enquiries {
		float: left;
		width: 7em;
		padding-right:0;
	}
	
	/* end enquiry form mods*/
	.smlTxt {
		font-size: 80%;
	}

#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	height: 43px;
	background: transparent url(../images/footer.gif) top left no-repeat;
	color: #f2f2f2;
	padding: 13px 0 0 0;
	width: 960px;
	border-right: 0;
}

		#footer a:link, #footer a:visited {
			color: #FFF; 
			text-decoration: underline;
		}
	
		#footer a:hover, #footer a:active {
			color: #FFF; 
			font-weight: bold;
			text-decoration: none;
		}
