@charset "utf-8";
/* CSS Document */

html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6d6c69;
	text-align:center;
}
/* 
Reset all margins/padding */

* {
	margin:0;
	padding:0;
}
/* 
No borders on images */

img {
	border:0;
}
a {
	outline: none;
}
strong {
	color:#8f412f;
}
div#wrapper {
	width:968px;
	margin: 0 auto 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
div#header {
	width:968px;
	height:181px;
}
div#content {
	background-color:#ffc10e;
	float:left;
	background-image:url(../images/sitewide/contentbg_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:363px;
	color:#000000;
}
div#content_left {
	float:left;
	width:346px;
	background-image:url(../images/sitewide/contentbg_left.gif);
	background-repeat:no-repeat;
	height:363px;
}
div#content_right {
	float:right;
	width:622px;
	background-image:url(../images/sitewide/contentbg_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:363px;
}
div#content_right h2 {
	padding:0 0 20px 0;
}
div#content_right p {
	padding:0 0 10px 0;
}
div#content_right li {
	padding:0;
	list-style:none;
	background-image:url(../images/sitewide/bullet_arrow.gif);
	background-repeat:no-repeat;
	padding-left:24px;
	margin-top:5px;
}
#logo {
	float:left;
	display:block;
	width: 260px;
	height:181px;
}
#navigation {
	float: right;
	margin-top: 136px;
	margin-right:15px;
}
#navigation ul {
	list-style: none;
	display: inline;
}
#navigation li {
	float: left;
}
#navigation a {
	/*text-indent: -10000px;

		display: block;

		float: left;

		background-repeat: no-repeat; */

		display: block;
	float: left;
	background-repeat: no-repeat;
	padding: 45px 0 0 0;
	margin:0 14px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 45px;
}
a#home {
	width:38px;
	background-image:url(../images/navigation/home.gif);
}
a#home:hover, a#home.selected {
	background-position: -38px 0;
}
a#aboutme {
	width:69px;
	background-image:url(../images/navigation/aboutme.gif);
}
a#aboutme:hover, a#aboutme.selected {
	background-position: -69px 0;
}
a#whatido {
	width:62px;
	background-image:url(../images/navigation/whatido.gif);
}
a#whatido:hover, a#whatido.selected {
	background-position: -62px 0;
}
a#contactme {
	width:84px;
	background-image:url(../images/navigation/contactme.gif);
}
a#contactme:hover, a#contactme.selected {
	background-position: -84px 0;
}
a#clientcomments {
	width:120px;
	background-image:url(../images/navigation/clientcomments.gif);
}
a#clientcomments:hover, a#clientcomments.selected {
	background-position: -120px 0;
}
a#membersonly {
	width:126px;
	background-image:url(../images/navigation/membersonly.gif);
}
a#membersonly:hover, a#membersonly.selected {
	background-position: -126px 0;
}
#footer #telephone {
	float:right;
	width:274px;
	height:61px;
	background-image:url(../images/sitewide/footer_telephone.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
}
#footer #email {
	float:right;
	width:274px;
	height:61px;
	background-image:url(../images/sitewide/footer_email.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin:0 29px 0 0;
}
#footer #email:hover {
	background-position: -274px 0;
}
/* TITLES */

h2#hometitle {
	height:75px;
	width:591px;
	background-image:url(../images/titles/home.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
}
h2#aboutmetitle {
	height:75px;
	width:271px;
	background-image:url(../images/titles/aboutme.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
}
h2#clientcommentstitle {
	height:75px;
	width:430px;
	background-image:url(../images/titles/clientcomments.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
}
h2#whatidotitle {
	height:75px;
	width:253px;
	background-image:url(../images/titles/whatido.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
}
h2#contactmetitle {
	height:75px;
	width:320px;
	background-image:url(../images/titles/contactme.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
}
h2#membersareatitle {
	height:75px;
	width:390px;
	background-image:url(../images/titles/membersarea.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
}
/* PAGE CONTENT */

#home_content_left {
	float:left;
	width:308px;
	height:218px;
	background-image:url(../images/content/home_content_left_bg.gif);
	background-repeat:no-repeat;
	padding:20px 0 0 20px;
	;
}
#home_content_right {
	float:left;
	width:258px;
	margin:0 0 0 10px;
}
#home_content_right_1 {
	float:left;
	background-image:url(../images/content/home_content_right_1_bg.gif);
	background-repeat:no-repeat;
	padding:50px 20px 20px 20px;
	width:218px;
	height:60px;
}
#home_content_right_2 {
	float:left;
	background-image:url(../images/content/home_content_right_2_bg.gif);
	background-repeat:no-repeat;
	padding:50px 0 20px 20px;
	width:238px;
	height:48px;
	margin:10px 0 0 0;
}
#home_content_right_2 p {
line-height:13px;

}

#aboutme_content_left {
	float:left;
	width:288px;
	height:198px;
	background-image:url(../images/content/aboutme_content_left_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
}
#aboutme_content_right {
	float:left;
	width:218px;
	height:198px;
	margin:0 0 0 10px;
	background-image:url(../images/content/aboutme_content_right_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
	line-height:12px;
}




#clientcomments_content_left {
	float:left;
	width:566px;
	height:203px;
	background-image:url(../images/content/clientcomments_content_left_bg.gif);
	background-repeat:no-repeat;
	padding:15px 10px 20px 20px;
	line-height:13px;
}
#whatido_content_left {
	float:left;
	width:148px;
	height:198px;
	background-image:url(../images/content/whatido_content_left_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
}
#whatido_content_right {
	float:left;
	width:358px;
	height:198px;
	margin:0 0 0 10px;
	background-image:url(../images/content/whatido_content_right_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
}
#whatido_div2, #whatido_div3, #whatido_div4, #whatido_div5, #whatido_div6, #whatido_div7 {
	display:none;
}
#whatido_content_left a {
	color:#8f412f;
	text-decoration:none;
	font-weight:bold;
}
#whatido_content_left a:hover {
	color:#6d6c69;
	text-decoration:underline;
}
#contactme_content_left {
	float:left;
	width:247px;
	height:198px;
	background-image:url(../images/content/contactme_content_left_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
	margin:95px 0 0 30px;
}
#contactme_content_left a {
	color:#000000;
	text-decoration:none;
}
#contactme_content_left a:hover {
	color:#6d6c69;
	text-decoration:underline;
}
#contactme_content_right {
	float:left;
	width:566px;
	height:203px;
	background-image:url(../images/content/clientcomments_content_left_bg.gif);
	background-repeat:no-repeat;
	padding:15px 10px 20px 20px;
	line-height:13px;
	
}
#contactme_content_right a {
	color:#000;
	text-decoration:none;
}
#contactme_content_right a:hover {
	color:#6d6c69;
	text-decoration:underline;
}
#membersarea_content_left {
	float:left;
	width:198px;
	height:198px;
	background-image:url(../images/content/membersarea_content_left_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
}
#membersarea_content_right {
	float:left;
	width:308px;
	height:198px;
	margin:0 0 0 10px;
	background-image:url(../images/content/membersarea_content_right_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
}
/* 

FORM LAYOUT

When creating a form add .formField to any fields, .formLabel to labels 

and proceed labels with a <br class="formBR" />

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

label {
	width: 80px;
	float: left;
	margin-top: 5px;
}
input.formField {
	display: block;
	width: 210px;
	float: left;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	border: 1px solid #dcdcdc;
	font-size:12px;
}

input.formFieldLogin {
	display: block;
	width: 190px;
	float: left;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	border: 1px solid #dcdcdc;
}
textarea {
	border: 1px solid #dcdcdc;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:210px;
	height:40px;
	padding:3px;
	margin-bottom: 5px;
	font-size:12px;
}
input.formField:focus, textarea:focus {
	background: #FFFFE8;
	border: 1px solid #dcdcdc;
}
.formButton {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:1em;
	padding:5px;
	font-weight:bold;
	margin-left:244px;
	margin-top:4px;
}

.formButtonLogin {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:1em;
	padding:5px;
	font-weight:bold;
}

br.formBR {
	clear: left;
}
a.readmore {
	width:82px;
	height:13px;
	background-image:url(../images/sitewide/readmore_but.gif);
	text-indent: -10000px;
	display: block;
	margin-top:5px;
	float:right;
	margin:10px 20px 0 0;
}
a.readmore:hover {
	background-position: -82px 0;
}
/* WHAT ID DO TITLES */

h3#onetoonetrainingsessions {
	height:19px;
	width:300px;
	background-image:url(../images/titles/onetoonetrainingsessions.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
h3#grouptraining {
	height:19px;
	width:300px;
	background-image:url(../images/titles/grouptraining.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
h3#socialrunningclub {
	height:19px;
	width:300px;
	background-image:url(../images/titles/socialrunningclub.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
h3#sportsmassagetherapy {
	height:19px;
	width:300px;
	background-image:url(../images/titles/sportsmassagetherapy.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
h3#nutritionlifestyleadvice {
	height:19px;
	width:300px;
	background-image:url(../images/titles/nutritionlifestyleadvice.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
h3#onlinesupport {
	height:19px;
	width:300px;
	background-image:url(../images/titles/onlinesupport.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
h3#healthcheck {
	height:19px;
	width:300px;
	background-image:url(../images/titles/healthcheck.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
a.viewmore {
text-decoration:none!important;
color:#8f412f;
font-weight:bold; }

a.viewmore:hover, a.viewmore:active, a.viewmore:visited {
text-decoration:underline;
color:#8f412f;
font-weight: bold; }
