/*
 
Website:		physiocure
URL:			physiocure.org.uk
Title:			Global stylesheet

Author:			Neal Hulme
 
*/

@import url("http://yui.yahooapis.com/2.5.2/build/reset/reset-min.css");

html {
	background: #1a1a20 url('/images/background.gif') top no-repeat;
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-align: center;
}

a {
	color: #69c;
	outline: none;
}
a:hover {
	text-decoration: none;
}

em {
	color: #f60;
}

.feedback {
	color: #f60;
}

#wrapper {
	width: 742px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	position: relative;
	float: left;
	width: 742px;
	height: 150px;
}
#masthead a#logo {
	display: block;
	position: absolute;
	top: 0;
	left: -16px;
	z-index: 99;
	width: 202px;
	height: 150px;
	background: transparent url('/images/logo.gif') top left no-repeat;
}
#masthead a#logo img {
	display: none;
}
#masthead p {
	position: absolute;
	top: 16px;
	right: 8px;
	z-index: 100;
	font-size: 90%;
	color: #999;
	text-align: right;
	line-height: 16px;
}

#content {
	float: left;
	position: relative;
	top: -30px;
	min-height: 350px;
	width: 742px;
	padding: 150px 0 20px;
	background: #fff url('/images/content.jpg') top no-repeat;
	color: #333;
}

#nav {
	float: left;
	width: 181px;
	margin-left: 4px;
}
#nav li a {
	display: block;
	width: 141px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	line-height: 32px;
	color: #808080;
	text-decoration: none;
}
#nav li a:hover {
	color: #000;
	text-decoration: underline;
}
#home #nav-home a, #home #nav-home a:hover,
#about #nav-about a, #about #nav-about a:hover,
#physiotherapy #nav-physiotherapy a, #physiotherapy #nav-physiotherapy a:hover,
#treatments #nav-treatments a, #treatments #nav-treatments a:hover,
#location #nav-location a, #location #nav-location a:hover,
#contact #nav-contact a, #contact #nav-contact a:hover,
#equine #nav-equine a, #equine #nav-equine a:hover,
#testimonials #nav-testimonials a, #testimonials #nav-testimonials a:hover,
#links #nav-links a, #links #nav-links a:hover {
	background: #fff;
	color: #69c;
	font-weight: bold;
	text-decoration: none;
}

#main {
	float: right;
	width: 498px;
	margin-right: 32px;
}

#main h1 {
	margin: 0 0 1em;
	font-size: 150%;
}
#main h2 {
	margin: 2em 0 1em;
	font-size: 125%;
}
#main p {
	margin: 0 0 1em;
}
#main ul {
	margin: 0 0 2em;
}
#main li {
	margin: 0 2em 0.5em;
	list-style: disc outside;
}
#main dl {
	margin: 0 0 2em;
}
#main dt {
	font-weight: bold;
	margin: 0 0 0.5em;
}
#main dd {
	margin: 0 0 1em;
}

p.member {
	float: right;
	width: 166px;
	padding-top: 70px;
	text-align: center;
}
p#hpc {
	background: url('/images/hpc.gif') 50% 10px no-repeat;
}
p#ocppp {
	background: url('/images/ocppp.gif') 50% 10px no-repeat;
}
p#csp {
	background: url('/images/csp.gif') 50% 10px no-repeat;
}
p#aacp {
	background: url('/images/aacp.png') 50% 10px no-repeat;
	padding-top: 150px;
}

#about #main div {
	border-top: 1px solid #efefef;
	margin-top: 2em;
}
#about h2 {
	margin-bottom: 0;
}
#about h3 {
	margin-bottom: 1em;
	color: #666;
}
#about h3 span {
	display: block;
}

#main img {
	float: right;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 1em 1em 2em;
}
#location #main img {
	float: left;
	margin: 0 1em 2em 0;
}
#links #main img {
	float: none;
	padding: 0;
	border: none;
	margin: 0;
}

form {
	margin: 2em 0;
}
.textbox {
	width: 300px;
}
textarea {
	width: 300px;
}

#footer {
	float: left;
	position: relative;
	top: -30px;
	width: 742px;
	padding-top: 30px;
	background: transparent url('/images/footer.gif') top no-repeat;
	font-size: 90%;
}
#footer p {
	margin: 0 16px;
}

.testimonial {
	border-bottom: 1px solid #ccc;
	margin: 2em 0;
	padding-bottom: 1em;
}
.patient {
	font-weight: bold;	
}
.patient span {
	display: block;
	font-style: italic;
	font-weight: normal;
}
blockquote {
	margin-top: 2em;
}
blockquote p {
	font-weight: bold;
}
blockquote p:before, blockquote p:after {
	content: '"';
}
blockquote cite {
	display: block;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 2em;
}