/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2005									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */

/*generic css format */

	body {
	font-family	: Arial, Helvetica, Lucida Grande, sans-serif;
	font-size	: 13px;
	color		: #fff3d4;
	background	: #352e29 url(../images_cg/body_bg.jpg) repeat-x top left;
	margin:0;
	}
	
	p {
	margin		: 0 0 0.8em 0;
	line-height	: 120%;
	font-size	: 93%;
	}
	
	h1, h2, h3 {
	font-family	: Trajan Pro, Georgia, Times New Roman, Times;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
	h1 {
	color: #fff4d4;
	font-size: 24px;
	margin-top: 10px;
	}
	h2 {
	color: #BFbba3;
	font-size: 17px;
	}
	h3 {
	color: #BFbba3;
	font-size: 14px;
	}

	a:link {color: #ffaa00;}
	a:visited {color: #ffaa00;}
	a:hover {text-decoration: underline;}
	
	.quotetext {
	font-style: italic;
	}
	
	.quotemarks {
	font-size:32px;
	padding-right: 2px;
}

/*Wrapper Div layout*/
	#wrapper {
	width:950px;
	margin: auto;
	}
	
/*Header banner layout*/
	#banner {
	height: 440px;
	background: url(../images_cg/header.jpg) repeat-x top left;
	clear: both;
	position: relative;
	margin: 0;
	}
	
	#logo {
	display: none;
	}
		
	#text_healingtouch {
	display: none;
	}
	
	.text_wellbeing {
	display: none;
	}
	
	#contact_top {
	display: none;
	}

.qualifications {
	color: #CCCCCC;
	font-weight: bold;
	}

/*left layout*/
	#leftcontent {
	width:300px;
	float: left;
	height: 710px;
	margin-top: 20px;
	margin-left: 2px;
	}
	
	#catchphrase {
	font-size: 20px;
	font-weight: normal;
	font-family: Trajan Pro, Georgia, "Times New Roman", Times, serif;
	color: #BFbba3;
	margin-bottom: 20px;
	}
	
	#catchphrase2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	color: #3a5292;
	font-style: italic;
	}
	
	.giftvoucher {
	text-align: center;
}

.imgright {float:right; margin-left:5px}
.imgleft {
	float:left;
	margin-right:5px;
}
	
/*Left Navigation Code ul li's*/

	#navigation {
	}
	
	#navigation ul {
	list-style-type: none;
	margin:0em;
	padding:0;
	}
	#navigation li {
	font-family: Trajan Pro, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	}
	
	#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 0.5em 0;
	color: #fff3d4;
	text-decoration: none;
	}
	#navigation li a:hover {
	text-decoration: underline;
	}

	#navigation ul ul li{
	margin:0;
	}

	#navigation ul ul a:link, #navigation ul ul a:visited {
	margin: 0 0 0 15px
	}

	#navigation ul ul a:hover {
	}

/*Left Navigation page reference*/

	body#home a#homenav,
	body#about a#aboutnav,
	body#contact a#contactnav,
	body#testimonials a#testimonialsnav,
	body#fees a#feesnav {
	color: #Ffaa00;
	}	

	body#shiatsu a#shiatsunav,
	body#massage a#massagenav,
	body#bowen a#bowennav,
	body#reflexology a#reflexologynav,
	body#lymphatic a#lymphaticnav,
	body#earcandle a#earcandlenav,
	body#eft a#eftnav,
	body#hormonal a#hormonalnav,
	body#mini a#mininav,
	body#aim a#aimnav,
	body#gift a#giftnav,  
	body#myopractic a#myopracticnav {
	color: #Ffaa00;
	}
	
/*Center Content layout*/
	#centercontent {
	float: right;
	width: 600px;
	padding-left: 20px;
	margin-top: 20px;
	top: 0px;
	margin-bottom: 10px;
	}
	
	#conditions {
	width: 268px;
	float: left;
	}
	
	#whyabe {
	width: 290px;
	float: left;
	margin-left: 20px;
	}

/*custom Bulletpoints*/
.bullets {
	text-decoration: none;
	list-style-position: outside;
	line-height: 25px;
	margin-top: 20px;
	}
	
.squarebullets {
	text-decoration: none;
	list-style-position: outside;
	line-height: 25px;
	}

/* Copyright area*/
	#copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0px auto 10px auto;
	height: 40px;
	}

