@charset "utf-8";
/*
---------------------------------------
Project: Taylor Physiotherapy
Copyright 2011: bendesmond.com
Creation Date: July 2011
---------------------------------------
*/


/* Page Setup */
body {
	font-family: Arial, Helvitica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background: url(../images/universe-bg.gif) left top repeat-x #fff;
}
#universe {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 960px;
	text-align: left;
	background: url(../images/page-bg.gif) left top repeat-y #fff;
}
#header {
	height: 114px;
	background: url(../images/page-top-bg.gif) left top no-repeat;
}
#logo {
	float: left;
	margin: 25px 0px 14px 22px;
	width: 540px;
}
#contact {
	float: right;
	margin: 25px 30px 0px 0px;
	width: 340px;
	text-align: right;
	color: #58585a;
}
#contact p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

a {
	font-weight: bold;
	color: #64b5b6;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #64b5b6;
	text-decoration: underline;
}

/* Main Navigation */
#navigation {
	clear: both;
	height: 40px;
	padding: 0px;
	margin-left: 43px;
	margin-right: 30px;
	color: #fff;
	font-weight: normal;
	background: url(../images/menu-bg.gif) left top repeat-x;
}
.left {
	float: left;
	/*width: 500px;*/
}
.left ul {
	margin: 0;
	padding: 0;
	height: 39px;
	font-size: 1.3em;
	list-style: none;
}
.left li {
	float: left;
}
.left li a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	height: 39px;
	font-weight: normal;
	background: url(../images/mainmenu-divider.gif) repeat-y right top;
}
.left li a:hover {
	color: #FFFFFF;
	background: url(../images/cd-menu-bg-hover.gif) repeat-x right top;
}

.right {
	float: right;
	/*width: 350px;*/
	text-align: right;
}
.right ul {
	margin: 0;
	padding: 0;
	height: 39px;
	font-size: 1.3em;
	list-style: none;
}
.right li {
	float: right;
}
.right li a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	height: 39px;
	font-weight: normal;
	background: url(../images/mainmenu-divider.gif) repeat-y right top;
}
.right li a:hover {
	color: #FFFFFF;
}
.right p {
	display: block;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	height: 39px;
	font-weight: normal;
}
#homeright {
	float: right;
	width: 200px;
	text-align: right;
}
#homeleft {
	float: left;
	width: 510px;
}
#homebanner {
	margin-top: 30px;
	height: 170px;
}

#content {
	margin: 0px 90px 40px 210px;
	color: #58585a;
}
#content p {
	margin: 0px 0px 20px 0px;
	font-size: 1.2em;
	line-height: 1.6em;
}
#content ul {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #58585a;
}
#content h1 {
	font-size: 2.5em;
	color: #64b5b6;
	font-weight: normal;
}
#content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	color: #64b5b6;
	font-weight: normal;
}
#content table {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #58585a;
}
.green {
	color: #64b5b6;
}


#footer {
	height: 40px;
	background: url(../images/footer-bg.gif) left bottom no-repeat #64b5b6;
	color: #fff;
	font-size: 80%;
	text-transform: uppercase;
}
#footer a {
	color: #fff;
	font-weight: normal;
}
#footer .left {
	margin-left: 43px;
	font-size: 80%;
}
#footer  ul {
	margin: 0;
	padding: 0;
	height: 39px;
	list-style: none;
}
#footer li {
	float: left;
}
#footer li a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	height: 39px;
	font-weight: normal;
}
#footer li a:hover {
	color: #FFFFFF;
}