/* -----------------------------------------------
Styles
----------------------------------------------- */

/* Copyright Sally Hayter */

/* -----------------------------------------------
General Styles
----------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	background-color: #445b87;
	}
	
#page_feed {
	background: url(/images/background/content_bg.gif) repeat-y;
	border-bottom: 33px solid #ffcc00;
	float: left;
	width: 100%;
	}
	
#content {
	width: 846px;
	}
	
.hidden {
	display: none;
	}
	
acronym {
	border-bottom: 1px dotted #fff;
	}
	
/* -----------------------------------------------
Navigation Styles
----------------------------------------------- */
/* Welcome Page */	
#welcome_tab a {
	background: url(/images/background/welcome_tab.gif) no-repeat top;
	width: 106px;
	display: block;
	height: 23px;
	}
	
#welcome_tab a:hover {
	background: url(/images/background/welcome_tab.gif) no-repeat bottom;
	width: 106px;
	display: block;
	height: 23px;
	}

/* About Us Page */
#about_us_tab a {
	background: url(/images/background/about_tab.gif) no-repeat top;
	width: 79px;
	display: block;
	height: 23px;
	}
	
#about_us_tab a:hover {
	background: url(/images/background/about_tab.gif) no-repeat bottom;
	width: 79px;
	display: block;
	height: 23px;
	}

/* Services Pages */
#physiotherapy_tab a {
	background: url(/images/background/physiotherapy_tab.gif) no-repeat top;
	width: 135px;
	display: block;
	height: 23px;
	}
	
#physiotherapy_tab a:hover {
	background: url(/images/background/physiotherapy_tab.gif) no-repeat bottom;
	width: 135px;
	display: block;
	height: 23px;
	}

#acupuncture_tab a {
	background: url(/images/background/acupuncture_tab.gif) no-repeat top;
	width: 122px;
	display: block;
	height: 23px;
	}
	
#acupuncture_tab a:hover {
	background: url(/images/background/acupuncture_tab.gif) no-repeat bottom;
	width: 122px;
	display: block;
	height: 23px;
	}
	
#chiropody_tab a {
	background: url(/images/background/chiropody_tab.gif) no-repeat top;
	width: 102px;
	display: block;
	height: 23px;
	}
	
#chiropody_tab a:hover {
	background: url(/images/background/chiropody_tab.gif) no-repeat bottom;
	width: 102px;
	display: block;
	height: 23px;
	}
	
#sports_tab a {
	background: url(/images/background/sports_tab.gif) no-repeat top;
	width: 143px;
	display: block;
	height: 23px;
	}
	
#sports_tab a:hover {
	background: url(/images/background/sports_tab.gif) no-repeat bottom;
	width: 143px;
	display: block;
	height: 23px;
	}

	
/* Products Page */
#products_tab a {
	background: url(/images/background/products_tab.gif) no-repeat top;
	width: 108px;
	display: block;
	height: 23px;
	}
	
#products_tab a:hover {
	background: url(/images/background/products_tab.gif) no-repeat bottom;
	width: 108px;
	display: block;
	height: 23px;
	}

/* Testimonials Page */
#testimonials_tab a {
	background: url(/images/background/testimonials_tab.gif) no-repeat top;
	width: 139px;
	display: block;
	height: 23px;
	}
	
#testimonials_tab a:hover {
	background: url(/images/background/testimonials_tab.gif) no-repeat bottom;
	width: 139px;
	display: block;
	height: 23px;
	}
	
/* Contact Pages */
#contact_tab a {
	background: url(/images/background/contact_tab.gif) no-repeat top;
	width: 95px;
	display: block;
	height: 23px;
	}
	
#contact_tab a:hover {
	background: url(/images/background/contact_tab.gif) no-repeat bottom;
	width: 95px;
	display: block;
	height: 23px;
	}

#directions_tab a {
	background: url(/images/background/directions_tab.gif) no-repeat top;
	width: 118px;
	display: block;
	height: 23px;
	}
	
#directions_tab a:hover {
	background: url(/images/background/directions_tab.gif) no-repeat bottom;
	width: 118px;
	display: block;
	height: 23px;
	}

/* Page Error */
#page_error_tab a {
	background: url(/images/background/page_error_tab.gif) no-repeat top;
	width: 125px;
	display: block;
	height: 23px;
	}
	
#page_error_tab a:hover {
	background: url(/images/background/page_error_tab.gif) no-repeat bottom;
	width: 125px;
	display: block;
	height: 23px;
	}

/* Selected Tab Styles */
/* welcome page */
#welcome_tab.selected_tab a:link, #welcome_tab.selected_tab a:visited, #welcome_tab.selected_tab a:hover {
	background: url(/images/background/welcome_tab.gif) no-repeat bottom;
	width: 106px;
	display: block;
	height: 23px;
	}

/* about us page */	
#about_us_tab.selected_tab a:link, #about_us_tab.selected_tab a:visited, #about_us_tab.selected_tab a:hover {
	background: url(/images/background/about_tab.gif) no-repeat bottom;
	width: 79px;
	display: block;
	height: 23px;
	}
	
/* services tab */
#physiotherapy_tab.selected_tab a:link, #physiotherapy_tab.selected_tab a:visited, #physiotherapy_tab.selected_tab a:hover {
	background: url(/images/background/physiotherapy_tab.gif) no-repeat bottom;
	width: 135px;
	display: block;
	height: 23px;
	}

#acupuncture_tab.selected_tab a:link, #acupuncture_tab.selected_tab a:visited, #acupuncture_tab.selected_tab a:hover {
	background: url(/images/background/acupuncture_tab.gif) no-repeat bottom;
	width: 122px;
	display: block;
	height: 23px;
	}

#chiropody_tab.selected_tab a:link, #chiropody_tab.selected_tab a:visited, #chiropody_tab.selected_tab a:hover {
	background: url(/images/background/chiropody_tab.gif) no-repeat bottom;
	width: 102px;
	display: block;
	height: 23px;
	}

#sports_tab.selected_tab a:link, #sports_tab.selected_tab a:visited, #sports_tab.selected_tab a:hover {
	background: url(/images/background/sports_tab.gif) no-repeat bottom;
	width: 143px;
	display: block;
	height: 23px;
	}

	
/* Products Tab	*/
#products_tab.selected_tab a:link, #products_tab.selected_tab a:visited, #products_tab.selected_tab a:hover {
	background: url(/images/background/products_tab.gif) no-repeat bottom;
	width: 108px;
	display: block;
	height: 23px;
	}
	
/* Testimonials Tab	*/
#testimonials_tab.selected_tab a:link, #testimonials_tab.selected_tab a:visited, #testimonials_tab.selected_tab a:hover {
	background: url(/images/background/testimonials_tab.gif) no-repeat bottom;
	width: 139px;
	display: block;
	height: 23px;
	}
	
/* Contact tab */
#contact_tab.selected_tab a:link, #contact_tab.selected_tab a:visited, #contact_tab.selected_tab a:hover {
	background: url(/images/background/contact_tab.gif) no-repeat bottom;
	width: 95px;
	display: block;
	height: 23px;
	}

#directions_tab.selected_tab a:link, #directions_tab.selected_tab a:visited, #directions_tab.selected_tab a:hover {
	background: url(/images/background/directions_tab.gif) no-repeat bottom;
	width: 118px;
	display: block;
	height: 23px;
	}
	
/* Page Error Tab	*/
#page_error_tab.selected_tab a:link, #page_error_tab.selected_tab a:visited, #page_error_tab.selected_tab a:hover {
	background: url(/images/background/page_error_tab.gif) no-repeat bottom;
	width: 125px;
	display: block;
	height: 23px;
	}
	
/* -----------------------------------------------
Generic Styles: Left Column
----------------------------------------------- */
#left_column {
	width: 131px;
	padding: 20px 0 0 13px;
	float: left;
	}
	
#left_column img {
	border: none;
	}
	
#left_column ul {
	width: 125px;
	margin: 5px 0 0 0;
	padding: 7px 0;
	border-top: 1px solid #697b9e;
	border-bottom: 1px solid #697b9e;
	}
	
#left_column li {
	text-align: right;
	list-style-type: none;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: lowercase;
	line-height: 15px;
	}
	
#left_column a:link, #left_column a:visited {
	color: #fff;
	text-decoration: none;
	}

#left_column li a:hover {
	color: #ffcc00;
	}
	
#left_column a:link.selected_nav, #left_column a:visited.selected_nav, #left_column .sub_nav li {
	font-weight: bold;
	font-size: 14px;
	color: #ffcc00;
	letter-spacing: 0.07em;
	}

/* -----------------------------------------------
Generic Styles: Right Column
----------------------------------------------- */
#right_column {
	padding: 112px 0 20px 12px;
	width: 690px;
	float: left;
	}

#header_image {
	margin: 0 0 14px 0;
	}
	
/* Main Quote */
#pre_quote {
	background: url(/images/background/h2.gif) no-repeat right top;
	height: 48px;
	margin: 0 0 12px 0;
	}
	
/* Tabs */
#tabs {
	width: 544px;
	}
	
#tabs ul {
	border-bottom: 1px solid #6f82a9;
	margin: 0;
	padding: 0 0 0 15px;
	height: 22px;
	}
	
#tabs li {
	float: left;
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
	}

/* Content Block Styles */
#content_left {
	width: 389px;
	border-right: 1px solid #6f82a9;
	padding: 6px 6px 20px 0;
	float: left;
	}
	
#single_column {
	padding: 6px 0 20px 0;
	float: left;
	width: 545px;
	}
	
#content_left p, #single_column p {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 17px;
	margin: 0 0 6px 0;
	padding: 0;
	}
	
#content_left ul, #single_column ul {
	margin: 8px 0 8px 25px;
	padding: 0;
	}
	
		
#content_left li, #single_column li {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 16px;
	list-style-type: square;
	margin: 0 0 2px 0;
	padding: 0;
	}
	
#content_left ol, #single_column ol{
	margin: 0 0 6px 0;
	padding: 0;
	}
	
#content_left ol li, #single_column ol li{
	list-style-type: decimal;
	margin: 0 0 1px 30px;
	padding: 0;
	}
	
#content_left a:link, #content_left a:visited, #single_column a:link, #single_column a:visited {
	color: #ffcc00;
	}
	
#content_left a:hover, #single_column a:hover {
	background-color: #ffcc00;
	color: #000;
	text-decoration: none;
	}
	
.float_right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #ffcc00;
	}	
	
/* Content Right */
#content_right {
	float: left;
	width: 140px;
	padding: 0 0 100px 8px;
	}
	
#content_right p {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 14px;
	margin: 0 0 4px 0;
	padding: 0;
	}

h3 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-style: italic;
	margin: 5px 0 0 0;
	}

h3 a:link, h3 a:visited {
	text-decoration: none;
	}
	
#content_right ul {
	margin: 0 0 4px 20px;
	padding: 0;
	}
	
#content_right li {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 17px;
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content_right a:link, #content_right a:visited {
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
	}

#content_right a:hover {
	background-color: #ffcc00;
	color: #000;
	text-decoration: none;
	}

/* -----------------------------------------------
Footer
----------------------------------------------- */
#footer {
	background: url(/images/background/content_bg.gif) repeat-y;
	padding: 0 0 60px 144px;
	clear: left;
	}
	
#footer p {
	margin: 0;
	padding: 4px 0 0 0;
	font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	}
	
#footer a:link, #footer a:visited {
	color: #ffcc00;
	text-decoration: underline;
	}
	
#footer a:hover {
	background-color: #ffcc00;
	color: #000;
	text-decoration: none;
	}
	
#copyright {
	width: 200px;
	float: left;
	padding: 0 0 0 6px;
	}
	
#footer_links {
	float: left;
	margin: 0 0 0 194px;
	}
	
/* Specific Page Styles */	
/* -----------------------------------------------
Home Page
----------------------------------------------- */
#logos {
	float: right;
	margin: 20px 7px 0 0;
	}
	
#logos img {
	border: 1px solid #fff;
	padding: 4px;
	}
	
#logos a:hover img {
	background-color: #ffcc00;
	border-color: #ffcc00;
	}
	
/* -----------------------------------------------
Products Page
----------------------------------------------- */
.product {
	float: left;
	margin: 4px 0 6px 0;
	clear: left;
	width:100%;
	}

.product_image {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	}
	
.product_image img {
	margin: 0;
	padding: 4px;
	border: 1px solid #fff;
	}
	
.product_image a:hover img {
	background-color: #ffcc00;
	}
	
.product_detail h3 {
	margin: 0;
	padding: 0;
	}
	
/* -----------------------------------------------
Testimonials Page
----------------------------------------------- */
.testimonial {
	background-color: #496391;
	padding: 10px 10px 4px 10px;
	}
	
#single_column .testimonial p {
	font: 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-style: italic;
	}
	
#single_column .testimonial p.quoted {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: normal;
	}

/* -----------------------------------------------
Contact Page
----------------------------------------------- */
#contact_form dl, #contact_form form {
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 18px;
	}
	
#contact_form form {
	background-color: #496391;
	padding: 6px 0 6px 12px;
	margin: 3px 0 0 0;
	width: 369px;
	border: 1px solid #6f82a9;
	}
	
.format_required {
	color: #ffcc00;
	}

#contact_form dd {
	margin: 0;
	padding: 0;
	}
	
#contact_form input {
	padding: 1px 0 0 2px;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #062950;
	height: 20px;
	width: 200px;
	margin: 0 0 6px 0;
	}
	
#realname, #email, #message {
	border: 1px solid #435a86;
	background-color: #fff;
	}
	
#subject {
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #062950;
	padding: 0;
	margin: 0 0 6px 0;
	border: 1px solid #435a86;
	background-color: #fff;
	height: 21px;
	width: 205px;
	}

select, option {
	margin: 0;
	padding: 0;
	}

#contact_form textarea {
	padding: 0 0 0 2px;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #062950;
	height: 180px;
	width: 352px;
	margin: 0 0 6px 0;
	border: 1px solid #435a86;
	background-color: #fff;
	}
	
input#submit {
	font-size: 11px;
	height: 20px;
	width: 70px;
	padding: 0;
	}
	
.contact_method {
	margin: 0 0 15px 0;
	}
	
.alert_box {
	background-color: #496391;
	border: 1px solid #6f82a9;
	padding: 6px 0 6px 12px;
	width: 369px;
	}
	
/* -----------------------------------------------
Directions Page
----------------------------------------------- */
#google_map {
	background: #59709a url(/images/background/header_image_bg.gif) no-repeat;
	height: 189px;
	width: 532px;
	margin: 0 0 14px 0;
	padding: 12px 0 0 12px;
	}
	
#map {
	width: 520px;
	height: 177px;
	}