@charset "iso-8859-1";
/* CSS Document */

/* Site Styles */
* {
	margin:				0;
	padding:			0;
}
html, body {
	width:				100%;
	height:				100%;
	background:			#f5fff2 url(../_images/main_story_bg.gif) repeat-x top left;
	
}
img {
	border:				none
}
h1 {
	color:				#404040;
	font-size:			1.2em;
	font-family:		Arial, Helvetica, sans-serif;
	padding:			15px 0 0px 40px;
	line-height:		1.5em;
}

h2 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			0.9em;
	color:				#404040;
	padding:			10px 0 0px 40px;
	
}


#full {
	width:				800px;
	margin:				10px auto 0 auto;
	background-color:	#FFFFFF
}
#container {
	width:				800px;
	heigh:				auto;
	margin:				0 auto 0 auto;
	clear:				both;
	background-color:	#ffffff;
	float:				left;
	padding:			0;
	border:				1px solid #000000;
}
#main {
	width:				800px;
	height:				auto;
	padding:			0px;
	float:				left;
	display:			inline;
	background-color:	#FFFFFF
}
/* --------------------   Banner   --------------------*/
.banner {
	width:				100%;
	height:				auto;
}
#banner_container {
	width:				800px;
	height:				130px;
	margin:				0;
	clear:				both;
	padding:			0px;
	background:			#ffffff url(../_images/phone_top.gif) no-repeat center right;
}
/* --------------------   Navigation   -------------------- */

#nav {
	width:				800px;
	height:				39px;
	background:			url(../_images/nav.jpg) repeat-x top left;
}
#nav ul {
	list-style:			none;
	display:			inline;
	float:				left;
	color:				#333232;
	font-family:		Tahoma;
	font-size:			0.8em;
	font-weight:		bold;
}
#nav ul li {
	float:				left;
	display:			inline;
	background:			url(../_images/nav_divide.jpg) no-repeat top right;
}
#nav a, .nav_on {
	height:				39px;
	color:				#404040;
	text-decoration:	none;
	float:				left;
	padding:			0px 25px 0 25px;
	line-height:		30px
}
#nav a:hover {
	text-decoration:	underline
}

#nav .nav_on {
	background:			url(../_images/nav_on.jpg) repeat-x top left;
	color:				#ffffff;
}

/* -------------------- Buttons   -------------------- */

#buttons_container {
	width:				800px;
	height:				84px;
	float:				left;
	margin:				10px 0 5px 0px;
	text-align:			center;

}

#buttons_container img{
	padding:			5px 10px 0 10px;
}

/* -------------------- Main Content   -------------------- */
#maincontent {
	width:				800px;
	clear:				both;
	float:				left;
	margin:				0px 0 0 0px;
	display:			inline;
	border:				none;
	padding:			0px;
	background-color:	#FFFFFF;
}


#maincontent p, #maincontent ul {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#6d6d6d;
	line-height:		1.4em;
	margin:				10px 0 10px 0;
	display:			block
}

#maincontent ul {
margin-left:70px
}
#maincontent a {						/* Hyperlink colour within main text content and rightcol */
	color: 				#009933;
	text-decoration: 	underline;
}
#maincontent a:hover {					/* When hover over remove underline.. emphasises clickable links  */
	text-decoration: 	none;
}
#list ul { 								/* Generic Bullet Points fora UL list */
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	padding:			0px 0 0 55px;
	list-style:			circle;
	font-size: 			11px;
	color: 				#6d6d6d;
	line-height:		1.4em;
	display:			block
}
#list li {
	margin:				2px 0 2px 15px;
}

#clear {
	background-color:	#FFFFFF;
	height:				20px;
}
#page_content {
	width:				800px;
	padding:			0;
	margin:				0;
}
#page_content p {
	padding: 			0px 30px 0px 40px;
}

.right_image {
	padding:			15px;
	float:				right;
}


#therapy_links, #therapy_links div {
	float:				left;
	margin:				0px 0 10px 20px
	
}

.therapies_text {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#6d6d6d;
	line-height:		1.4em;
	width:				600px;
	height:				100px;
	margin:				auto 0 auto 0;
	float:left
}

#therapy_links img{
float:left;

}

/* --------------------   Footer   --------------------*/
#footer {
	width:				800px;
	height:				30px;
	background:			#a3a4a6;
	clear:				both;
	background:			url(../_images/footer_bg.jpg) repeat-x top left;
	margin-bottom:		-1px
}
#footer p {
	color:				#006704;
	padding:			8px 0 0 15px;
	font-size:			0.7em;
	font-family:		Arial, Helvetica, sans-serif;
}
#footer ul {
	list-style:			none;
	float:				right;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			0.7em;
	margin:				-15px 10px 0 0;
	display:			inline;
}
#footer ul li {
	display:			inline;
	float:				left;
}
#footer ul li a {
	color:				#006704;
	padding:			0 10px 0 10px;
}
#footer ul li a:hover {
	text-decoration:	none
}

#address {
	margin:				0px;
	clear:				both;
	padding:			0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			0.7em;
	background:			#a3a4a6;
	color:				#dddddd;
	text-align:			center;

	}

.footer_break {
	height:				1px;
	width:				800px;
	background:			#ffffff url(../_images/footer_break.gif);

}

/* --------------------  Bottom of Page Text  --------------------*/
#bottom_bar {
	width:				800px;
	float:				left;
	font-size:			0.6em;
}

#copyright {
	float:				left
}

#target_websites {
	float:				right
}
#bottom_bar p, #bottom_bar a {
	color:				#006704;
	padding:			8px 0 8px 0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-style:			italic;
	text-decoration:	none
	}

/* --------------------  Contact Form  --------------------*/

#contact_details {
width:300px;
float:left;
font-size:0.8em;
}

.enquiry_form {
padding:0 20px 10px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:0.7em;
	line-height:1.4em;
	width:350px;
	float:right
	
}

.enquiry_form p {

font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:1.0em
}

.text_fields {
width:250px;
font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404040;
	}
	

.formbutton {
background-image:url(../_images/submit_button.jpg);
width:75px;
height:26px;
border:1px solid #000000
}

.redstar {
color:#FF0000
}



#argos_container {
    width:1px;
    height:1px;
    border:0px solid #fff; 
    overflow:hidden;
    margin:auto;
	float:left
}


#argos_container iframe {
    width:1px;
    height:1px;
    margin-left:0px;
    margin-top:0px;   
    border:0 solid;
 }

#homebase_container {
    width:250px;
    height:79px;
    border:0px solid #fff; 
    overflow:hidden;
    margin:auto;
	float:left
}


#homebase_container iframe {
    width:250px;
    height:179px;
    margin-left:0px;
    margin-top:-35px;   
    border:0 solid;
 }

#staples_container {
    width:250px;
    height:79px;
    border:0px solid #fff; 
    overflow:hidden;
    margin:auto;
	float:left
}


#staples_container iframe {
    width:250px;
    height:179px;
    margin-left:-2px;
    margin-top:-0px;   
    border:0 solid;
 }


#amazon_container {
    width:200px;
    height:49px;
    border:0px solid #fff; 
    overflow:hidden;
    margin:auto;
	float:left
}


#amazon_container iframe {
    width:200px;
    height:49px;
    margin-left:-0px;
    margin-top:-0px;   
    border:0 solid;
 }