/* CSS written by Instyle Web Design 2006 */

body {
	background: #555555;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
}

/* Main Links */

a:link, a:visited {
	color: #2F587A; /* Blue */
	text-decoration: underline;
}

a:hover, a:active {
	color: #78A32E; /* Green */
	text-decoration: none;
}

#mainContainer {
	width: 707px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #555555 url(../images/bgLogo.jpg) top left no-repeat;
}
	.clear {
		clear: both;
	}

#subContainer {
	background: #FFFFFF url(../images/bgGrass.gif) bottom left no-repeat;
	margin-top: 10px;
}

#logo {
	background: transparent url(../images/bgLogo.jpg) top left no-repeat;
}

#header {
	background: transparent url(../images/bgGerbera.jpg) top right no-repeat;
	height: 153px;
}

#menu {
	float: left;
	width: 170px;
	color: #555;
	padding: 10px;
	margin: -22px 10px 10px 10px;
/*	background: transparent url(../images/trans.png) top left repeat !important;*/
	background: #FFF;
	border-left: 1px #eee solid;
	border-bottom: 1px #eee solid;
}

	#menu ul {
		margin: 5px 0 0 18px;
		padding: 0;
		font-weight: bold;
/*		list-style-image: url(../images/menuBullet.gif);*/
		list-style: none;
	}
	
	#menu li {
		padding: 5px 0 5px 0;
	}
	
	#menu a:link, #menu a:visited {
	color: #2F587A; /* Blue */
	text-decoration: none;
}

	#menu a:hover, #menu a:active {
	color: #78A32E; /* Green */
	text-decoration: underline;
}
	
#feature {
	float: left;
	width: 140px;
	color: #555;
	padding: 10px;
	margin-top: 15px;
	line-height: 1.5;
/*	background: transparent url(../images/trans.png) top left repeat !important;*/
	background: #FFF;
	border-left: 1px #eee solid;
	border-bottom: 1px #eee solid;
	}	
	
	
#content {
	float: left;
	width: 265px;
	color: #555;
	padding: 10px;
	margin: 0 10px 10px 10px;
	line-height: 1.5;
/*	background: transparent url(../images/trans.png) top left repeat !important;*/
	background: #FFF;
	border-left: 1px #eee solid;
	border-bottom: 1px #eee solid;
}

/*	#content h1 {
		padding: 20px 0 10px 20px;
		margin: 0;
		background: transparent url(../images/contentTop.gif) top left no-repeat;
	}*/
	
	#content h1 {
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 140%;
		color: #FE8502;
	}
	
	#content h2 {
		font-size: 110%;
		font-weight: bold;
	 	padding-bottom: 0;
		margin-bottom: 0;
		color: #78A32E;
	}
	
	#content h3 {
		font-size: 110%;
		font-weight: bold;
	 	padding-bottom: 0;
		margin-bottom: 0;
		color: #000;
	}
	
	hr {
		width: 100%;
		margin: 0 20px 0 20px;
		color: #78A32E;
	}
	
	.imgFloatLeft {
		float: left;
		padding: 0 10px 0 0;
	}
	
	.imgFloatRight {
		float: right;
		padding: 0 0 0 10px;
	}
	
	/* correct IE 5.5 font size in tables */
	
	table { 
		font-size: 100%; 
	 	margin: 0 20px 0 20px;
	}
	
	#content ul {
		list-style-image: url(../images/bullet2.gif);
		padding: 0 3px 0 25px;
		margin: 0;
	}
	
	#content li {
		padding: 2px 0 2px 0;
	}
	
	/* 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: 65px;
	}
	
	label.enquiries {
		float: left;
		width: 5em;
		padding-right:0;
	}
	
	/* end enquiry form mods*/
	.smlTxt {
		font-size: 90%;
	}

#footer {
	text-align: center;
	font-size: 100%;
	clear: both;
	background: #555;
	margin: 0 0 10px 0;
	padding: 1px 0 0 0;
	color: #FFF;
}

		#footer a:link, #footer a:visited {
			color: #999; /* White */
			text-decoration: none;
		}
	
		#footer a:hover, #footer a:active {
			color: #FFF; /* Grey */
			text-decoration: underline;
		}
	