/*
	THERAPISTS IN MS CSS
	CREATED:29.09.06
	MODIFIED:13.05.08
	AUTHOR:ANDY FIELD
*/

/*
	COLOURS
	PURPLE:#56146e
	ORANGE:#ea521e
	GREY:#4b4b4b;
	BACKGROUND LILAC:#e2d8e7
	FOOTER LILAC:#fcfafc
	FOOTER LINE:#f6f2f7
*/

/* RESET
******************************************/

dl,ul,ol,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
}

a img,:link img,:visited img
{
	border:none;
}

address,abbr
{
	font-style:normal;
}

img
{
	border:none;
}

h1,h2,h3,h4,h5,h6,pre,code
{
	font-size:1em;
	line-height:1em;
}

ul,ol,dl
{
	list-style:none;
}

:link,:visited
{
	text-decoration:none;
}

/* GENERIC
******************************************/

body
{
	font-family:arial, 'lucida-grande', tahoma, sans-serif;
	font-size:62.5%;
	line-height:100%;
	text-align:center;
	background:#e2d8e7;

}

.skip
{
	position:relative;
	text-indent:-3000px;
	width:0;
	height:0;
	padding:0;
	overflow:hidden;
}

a:link,
a:visited
{
	color:#56146e;
	text-decoration:none;
}

a:hover,
a:active
{
	color:#ea521e;
	text-decoration:underline;
}

#main a:link,
#main a:visited
{
	text-decoration:underline;
}

#main a.blue:link,
#main a.blue:visited 
{
	color:#039;
}

.clearme
{
	clear:both;
	height:0;
	margin:0;
	padding:0;
}

p img.ir
{
	float:right;
	margin:0 0 1em 2em;
	padding:2px;
	border:1px solid #e2d8e7;
}

/* TYPOGRAPHIC
******************************************/

p, ul, dl, ol
{
	font-size:1.2em;
	line-height:1.4em;
	padding-bottom:1em;
}

#footer p
{
	font-size:1em;	
	color:#4b4b4b;
	padding-bottom:0;
}

#footer p span
{
	display:block;
	padding-top:0.4em;
}

p.breadcrumb
{
	font-size:1em;
}

span.alert
{
	font-weight:bold;
	color:#ea521e;
}

h1 a
{
	position:relative;
	display:block;
	width:160px;
	height:70px;
	overflow:hidden;
	text-indent:-3000px;
	margin:10px 0 0 11px;
	background:url(/images/logo.png) 0 0 no-repeat;
}

h1 a:hover
{
	text-decoration:none;
}

h2
{
	font-family:tahoma;
	font-size:2.2em;
	line-height:1.2em;
	color:#56146e;
	padding-bottom:0.4em;
}

h2 span {
	display:block;
	font-size:0.545em;
}

h3
{
	font-family:tahoma;
	font-size:1.6em;
	line-height:1.3em;
	color:#ea521e;
	padding-bottom:0.8em;
}

h4, h5, h6
{
	font-family:tahoma;
	font-size:1.3em;
	line-height:1.3em;
	color:#56146e;
	padding-bottom:0.6em;
}

#references h4
{
	color:#000;
}

#main ul
{
	list-style:square url(/images/bullet.png) outside;
	margin:0 5em 0 3em;
}

#main li,
#main dd
{
	padding:0 0 0.6em 0;
}

blockquote p
{
	margin:0 5em 0 3em;
}

li p {
	font-size:100%;
}

/* NAVIGATION
******************************************/

ul#nav
{
	display:block;
	width:13em;
	padding-top:3.5em;
}

ul#nav li
{
	height:1%;
	font-family:tahoma;
	font-weight:bold;
	padding:0 0 8px 0;
}

ul#nav li.subnav
{
	padding:0 0 4px 0;	
}

ul#nav li a.level00,
ul#nav li a.level01
{
	display:block;
	line-height:0.8em;
	padding:0 0 0 4px;
	border-left:2px solid #56146e;
}

ul#nav li a:hover.level00,
ul#nav li a:hover.level01
{
	color:#ea521e;
	text-decoration:none;
	border-left:2px solid #ea521e;
}

ul#nav li a.level02
{
	display:block;
	font-weight:normal;
	line-height:1.2em;
	padding:0 0 0 6px;
	border-left:none;
}

ul#nav li a:hover.level02
{
	color:#ea521e;
	text-decoration:none;
	border-left:none;
}

/* LAYOUT
******************************************/

#container
{
	width:76em;
	text-align:left;
	margin:0 auto;
	border:3px solid #f6f2f7;
	border-top:none;
}

#header
{
	width:76em;
	height:110px;
	margin:0 auto;
	background:#fff url(/images/headerbg.png) center top no-repeat;
}

#content
{
	width:76em;
	margin:0 auto;
	background:#fff url(/images/bground.png) 0 0 no-repeat;
}

#contentcontainer
{
	padding:3.6em 3em 0 3em;
}

#nav
{
	float:left;
	width:13em;
}

#main
{
	float:right;
	width:52em;
	padding-bottom:2em;
}

#footer
{
	width:76em;
	margin:0 auto;
	background:#fcfafc;
	border-top:1px solid #f6f2f7;
}

#footercontainer
{
	height:1%;
	padding:1.4em 3em 3em 3em;
}

#flhs
{
	float:left;
}

#frhs
{
	float:right;
}

/* FORMS
******************************************/

fieldset
{
	padding:1em 0 1em 0;
	border:none;
	border-top:1px solid #f6f2f7;
}

input,
select,
textarea
{
	font-family:arial, 'lucida-grande', tahoma, sans-serif;
	font-size:100%;
	padding:0.1em;
}

label
{
	float:left;
	width:14em;
	font-weight:bold;
}

label.alt
{
	float:none;
	width:auto;
	padding-right:1em;
}

label.check,
label.chk
{
	float:none;
	width:auto;
	font-weight:normal;
}

fieldset p
{
	margin-bottom:1em;
	padding-bottom:0;
	border-bottom:1px solid #fff;	
}

input.long,
textarea.long
{
	width:18em;
}

/* TABLES
******************************************/

table
{
	width:95%;
	font-family:arial, 'lucida-grande', tahoma, sans-serif;
	font-size:100%;
	margin:0 0 2em 0;
}

th, td
{
	vertical-align:top;
}

th
{
	font-family:tahoma;
	font-size:1.5em;
	font-weight:bold;
	color:#ea521e;
	line-height:1.4em;
	margin-bottom:0.4em;
	padding:0.2em 0;
	border-bottom:2px solid #f6f2f7;	
}

table.details th
{
	width:14em;
	font-family:arial, 'lucida-grande', tahoma, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	color:#56146e;
	padding:0.3em 1em 0.3em 0;
	border-bottom:1px solid #f6f2f7;	
}

table.details th.end
{
	width:auto;
}

td
{
	font-size:1.2em;
	line-height:1.4em;
	padding:0.3em 1em 0.3em 0;
	border-bottom:1px solid #f6f2f7;
}

table.details td
{
	padding:0.3em 1em 0.3em 0;
}

table#links td
{
	font-size:1em;
	padding:1em 0 0 0;
	border-bottom:1px solid #f6f2f7;
}

table#links th
{
	text-align:center;
	padding:1em 2em 0 0;
	border-bottom:1px solid #f6f2f7;
}

/* DISPLAY CONTROLS
******************************************/

#t0101,#t0102,#t0103,#t0104,
#t0201,#t0202,#t0203,#t0204,#t0205,#t0206,#t0207,#t0208,#t0209,#t0210,#t0211,#t0212,#t0213,#t0214,
#t0301,#t0302,#t0303,#t0304,#t0305,#t0306,#t0307,#t0308,#t0309,#t0310,
#t0401,#t0402,#t0403,#t0404,
#t0501,#t0502,#t0503,#t0504,#t0505,#t0506,#t0507,
#t0601,#t0602,
#t0701,#t0702,#t0703,#t0704,#t0705,#t0706,#t0707,
#t0801,#t0802,#t0803,#t0804,#t0805,
#t0901,#t0902,#t0903,#t0904,
#t1001,#t1002,#t1003,
#t1101,#t1102,
#t1201,#t1202,#t1203,#t1204,#t1205,#t1206,#t1207,#t1208,#t1209,#t1210,#t1211,#t1212,#t1213,#t1214,
#t1301,#t1302,#t1303,#t1304,
#t1401,#t1402,#t1403,#t1404,#t1405,#t1406,#t1407,#t1408,#t1409,#t1410,
#t1501,
#t1601,#t1602,#t1603,#t1604,#t1605,
#t1701,#t1702,#t1703,#t1704,#t1705,#t1706,
#t1801,#t1802,
#t1901,#t1902,
#t2001,#t2002,#t2003,
#t2101,#t2102,#t2103,#t2104,#t2105
{

	display:none;
}

/* BOOKING FORM
******************************************/

p.date {
	color:#56146e;
}

#bkDietary,
#bkMobility,
#bkInvoiceAddress {
	display:none;
}

label.error {
	color:#ea521e;
	font-style:italic;
	margin:.5em 0 0 0;
	width:auto;
}

div.error {
	display:none;
}

input.error,select.error,textarea.error {
	border:2px solid #ea521e;
}