
/* Begin Page Structure */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #333;
	text-align: center;
	min-width: 950px;
	margin: 0;
	padding: 1em 0 0 0;
	}

#canvas {
	background-color: white;
	}

#header {
	background: url('/images/header.gif') no-repeat top center;
	height: 239px;
	width: 100%;
	}

#page {
	margin: 0 auto;
	text-align: left;
	width: 768px;
	}

/* Start Typography */
h1, 
h2, 
h3 {
	font-weight: normal;
	}

h1 {	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.2em;
	}

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

h2, 
h2 a, 
h2 a:visited, 
h3, 
h3 a, 
h3 a:visited {
	color: #333;
	}

h2, 
h2 a, 
h2 a:hover, 
h2 a:visited, 
h3, 
h3 a, 
h3 a:hover, 
h3 a:visited, 
#sidebar h2, 
#wp-calendar caption, cite {
	text-decoration: none;
	}

#page, 
#footer, 
.contact  {
	font-size: 1.2em;
	line-height: 1.6em;
	}

 a {
	text-decoration: none;
 	color: #008000;
	border-bottom: 1px solid #e3f1c8;
 	}
 
 a:hover {
 	color: #94bb30;
 	}
	
 a:visited {
 	color: #a0c346;
 	}
/* End Typography */

/* Begin Navigation */
#nav {
	margin: 0 auto;
	width: 768px;
	text-align: right;
	padding-top: 200px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	display: inline;
	text-transform: lowercase;
	margin: 0 0 0 8px;
	}

#nav li a {
	border: none;
	font-size: 1.4em;
	color: white;
	text-decoration: none;
	}

#nav li.active a {
	color: #757575;
	margin: 0 -1px 0 -6px;
	padding: 4px 1px 5px 6px;
	border-bottom: 2px solid white;
	background: url('/images/nav-tab-left.png') no-repeat top left;
	}

#nav li.active a span {
	margin: 0 -6px 0 -1px;
	padding: 4px 6px 5px 1px;
	border-bottom: 2px solid white;
	background: url('/images/nav-tab-right.png') no-repeat top right;
	}

#nav li.active a span strong {
	padding: 4px 0 5px 0;
	border-bottom: 2px solid white;
	background: url('/images/nav-tab-top.png') no-repeat top left;
	}

#nav li a:hover {
	color: #f1f1f1;
	}

#nav li.active a:hover {
	color: #757575;
	}

/* End Navigation */

/* Start CMS stuff */
a.post-edit-link {
	position: absolute;
	top: 1em;
	left: 1em;
	}
/* End CMS stuff */


/* Start footer */

#footer {
	padding: 120px 0 1em 0;
	background: #e3f1c8 url('/images/footer.png') no-repeat top center;
	clear:both;
	}

#footer #footer-inner {
	margin: 0 auto;
	text-align: left;
	width: 768px;
	}

#footer h2 {
	text-transform: uppercase;
	}

#footer ul {
	padding: 2em 0 0 0;
	margin: 0;
	float:left;
	display:inline;
	list-style-type: none;
	}

#footer ul li {
	float: left;
	width: 192px;
	}

#footer ul li a {
	border-bottom: 1px solid #bbb;
	}



#footer li ul, #footer li p {
	padding: 0 20px 0 0;
	}

#footer li.news p {
	padding: 0;
	}

#footer ul li ul {
	padding: 0;
	width: auto;
	line-height: 2em;
	}

#footer p.credits {
	color: #777;
	padding-top: 1em;
	}

#footer p#copyright {
	font-size: .8em;
	clear: both;
	text-align: center;
	color: #999;
	}

#footer h2 {
	font-size: 1em; 
	font-weight: bold;
	color: #666;
	}

#footer #footer-inner li.accreditation {
	text-align: right;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

#footer #footer-inner li.accreditation p {
	margin: 0;
	padding: 0;
}

#footer li.accreditation img {
	width: 95px; 
	background-color: white; 
	border: 1px solid #666; 
	padding: 5px;
	}


#footer li.accreditation h2 {
	display: none;
	}



#footer li.accreditation ul li {
	font-size: .8em;
	}


#footer  li.accreditation {
	float: right;
	text-align: center;
	}

#footer #footer-inner ul .reps-info {display:  none}
#footer #footer-inner ul .reps-info li {display: inline;float: left; clear: none}

#footer a {color: #666}
#footer a:hover {color: #999}



#footer li .rss, 
#footer li .cont, 
#footer li .sitemap  {
	padding: 0px 0 0px 22px;
	margin: 0 1px;
	}

#footer li .cont {
	background: url('/images/mail_sm.png') no-repeat center left;
	}
	
#footer li .rss {
	background: url('/images/rss.png') no-repeat center left;
	}

#footer li.sitemap {
	background: url('/images/sitemap_icon.png') no-repeat center left;
	}

#footer #footer-inner li.accreditation {
}

#footer #footer-inner li.accreditation p.credits {
	padding-top: 2em;
	font-style: italic;
	color: #999;
}

#footer #footer-inner li.accreditation p.credits a {
	font-weight: bold;
	font-style: italic;
	border: none;
	font-family: Georgia;
}

/* End footer */

/* Start contact form */

#contact #contact-form {
	float: left;
	clear: none;
	width: 508px;
	background: transparent url('/images/box-bg-bottom.gif') no-repeat bottom left;
	margin-bottom: 1em;
	}

#contact #contact-form p.intro {
	padding: .5em;
	}

#contact #contact-form form {
	padding: .5em 0 0 0;
	background: #e3f1c8 url('/images/box-bg.gif') no-repeat top left;
	}

#contact #contact-form form p {
	width: 90%;
	margin: .5em auto 0 auto;
	}

#contact #contact-form textarea, #contact #contact-form input {
	width: 100%;
	}

#contact .supporting-info {
	padding-right: 50px;
	float: left;
	width: 202px;
	background: url('/images/bg_sub.png') no-repeat top left;
	padding-left: 8px;
	padding-bottom: 2em;
	}

#contact #contact-form form input.btn {
	width: auto;
	}

#contact .supporting-info ul {
	padding-left: 0;
	list-style-type: none;
	}

#contact h3 {
	font-size: 1.2em;
	}

#contact h3.mail {
	background: url('/images/mail.png') no-repeat top left;
	padding-left: 27px;
	padding-bottom: 2px;
	}

#contact h3.address {
	background: url('/images/gohome.png') no-repeat top left;
	padding-left: 27px;
	padding-bottom: 2px;
	margin-top: 3em;
	}

/* End contact form */

.contact {
	margin: 0 auto;
	width: 768px;
	text-align: right; 
	}

.contact ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	}



#home div.goals {
	width: 30em;
	width: 508px;
	padding: .5em;
	background-color: #e3f1c8;
	height: 8em;
	line-height: 1.5em;
	background: transparent url('/images/box-bg.gif') no-repeat top left;
	color: #333;
	font-size: 1.2em;
	display: block;
	margin-bottom: 2em;
	}

#home div.goals div {
	background: transparent url('/images/box-bg-bottom.gif') no-repeat bottom left;
	margin-left: -.5em;
	padding-bottom: 1em;
	height: 8em;
	}

#home div.goals ul {
	float: left;
	margin: 0 auto;
	padding: .5em 0 0 5em;
	list-style: none;
	width: 30em;
	}
 
#home div.goals li {
	display: inline;
	float: left;
	width: 12em;
	margin: 0 0 .5em 0;
	padding: 0 10px 0 25px;
	background: url('/images/tick.png') no-repeat center left;
	} 

#main {
	float: left;
	width: 490px;
	padding-right: 20px;
}
#side {
	font-size: 91.6%;
	float: right;
	width: 218px;
}

#side h2 {
	border-bottom: 1px solid #ddd;
	margin: 24px 0 15px 0;
	padding-bottom: 5px;
	letter-spacing: -1px;
	}

p.hot-jump {
	background: transparent url('/images/arrow_right.gif') no-repeat center left;
	padding-left: 20px;
	}

p.hot-jump a {
	border-bottom: 1px solid #e3f1c8;
	}

#side ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#side ul li {
	margin: 0 0 .5em 0;
	line-height: 1.5em;
}

#side ul a {
	color: gray;
	border: none;
	}

#side ul a:hover {
	color: #ddd;
	border: none;
	}

#side ul li.post {
	background: white url('/images/posticon.gif') no-repeat 0 2px;
	padding: 0;	
	padding-left: 16px;
	}

#home .teaser {
	margin-top: 2em;
	float: left;
	display: inline;
	width: 236px;
	}

#home .teaser a.more-details {
	display: block;
	width: 142px;
	height: 30px;
	background: #fff url(/images/find-out-more.gif) no-repeat 0 0;
	text-indent: -9999em;
	text-decoration: none;
	border: none;
	}


#home .teaser {
	background: white url('/images/home_kate.jpg') no-repeat bottom right; 
	}

#home .teaser p {
	padding-right: 70px;
	}

#home .teaser h2 {
	padding-top: 0;
	margin-top: 0;
	}

#home div .teaser.two  {
	padding-left: 18px;
	background: white url('/images/dumbells.jpg') no-repeat bottom right;
	}

#header #logo {
	position: absolute;
	top:110px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
}

#logo a {
	border: none;
}

#logo span {
	display: block;
	margin: 0 auto;
	width: 768px;
	text-align: left;
}

#logo img {
	border: none;
	}

/* Start Prices table */

th, td.head {
	border: none; padding: 0; margin: 0;
	border-left: 1px solid white; 
	width: 100px; 
	background: white url('/images/cell-bg-head.gif') repeat-x bottom left;
	}

td.head {
	padding-left: 5px;
	margin-left: 5px;
	}

th h4 {
	padding: 0; 
	margin: 0;
	}

table  {
	border-spacing: 0;
	border-collapse: collapse;
	border: none; padding: 0; margin: 0;
	}



tr {
	text-align: center;
	font-weight: bold;
	border: none; 
	padding: 0; 
	margin: 0;
	height: 4em;
	}

td.head {
	text-align: left;
	border: none; 
	padding: 0; 
	margin: 0;
	}

td {
	border: none; 
	border-left: 1px solid white; 
	padding: 0; 
	margin: 0;
	width: 100px; 
	background: white url('/images/cell-bg.gif') repeat-x bottom left;
	}

tr.sign-up td {
	margin: 0;
	padding: 0;
	background: none;
	}

tr.sign-up td a {
	border-bottom: none;
	width: 100px;
	height: 30px;
	padding: 0;
	margin-top: 5px;
	text-indent: -9999em;
	background: white url('/images/sign-up.gif') no-repeat center center;
	display: block;
	overflow: hidden;
	}

tr.sign-up td.empty {
	background: none;
	}

th span.more-info {
	display: none;
	}

th.empty {
	background: none;
	}

/* End Prices table */

hr, #sidebar , ul.reps-cats{display: none;}

div.pro-credits img {
	float: left;
	border: 1px solid black;
	margin-right: 1em;
	padding: 4px;
	}





/* Start Action images */
div.action img {
	width: 200px;
	}

div.action {
	float: left;
	margin: 5px 1em 1em 0;
	}

div.action img {
	padding: 5px;
	border: 1px solid gray; 
	}

div.action img.small {
	width: 42px;
	height: 42px;
	padding: 3px;
	margin: 0;
	}

div.action span {
	display: block;
	clear: both;
	}
/* End Action images */













#sessions div.goals {
	width: 508px;
	padding: .5em;
	background-color: #e3f1c8;
	height: 18em;
	line-height: 1.5em;
	background: transparent url('/images/box-bg.gif') no-repeat top left;
	color: #333;
	font-size: 1.2em;
	display: block;
	margin-bottom: 2em;
	}

#sessions div.goals ul {
	list-style-type: none;
	padding:0;
	margin:  0;
	}

#sessions div.goals ul li {
	padding: .3em 1em;
	margin:  0;
	}

#sessions div.goals ul span {
	color: #666;
	display: block;
	padding-right: 1px;
	float: left;
	border-bottom: 1px solid #666;
}

#sessions div.goals div {
	background: transparent url('/images/box-bg-bottom.gif') no-repeat bottom left;
	margin-left: -.5em;
	padding-bottom: 1em;
	height: 18em;
	}

#testimonial blockquote {
	margin: 0;
	padding: 0;
	}
#testimonial blockquote p {
	margin-bottom: .5em;
	line-height: 2;
	padding-bottom: 1em;
	}
#testimonial blockquote img.l-quote {
	margin: 0 4px 0 0;
	}
#testimonial blockquote img.r-quote {
	margin: 0 0 0 4px;
	}


#lightbox a, #lightbox a:hover{text-decoration: none;
	border: none;
	}






