/* GLOBAL STYLES ----------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-image: url(../images/background.jpg);
}

#holder {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	background-color: #FFFFFF;
	
}
#header {
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(../images/headerbackground.jpg);
	background-position: center top;
	color: #FFFFFF;
}
.Pink {
	color: #FF00FF;
}
.white {
	color: #FFFFFF;
}

.emgrey {
	font-style: italic;
	color: #666666;
}



#panel1content {
	width: 500px;
	padding: 5px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#panelcontent2 {
	margin: 0px;
	padding: 5px;
	width: 380px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
}
/* Navbar -------------------------------------------------- */
#navbar {
	width: 195px;
	display: block;
	text-align: right;
	float: left;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 450px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#navbar a {
	text-align: right;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
}
#navbar li {
	list-style-type: none;
}

#navbar a:link, #navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:hover,#navbar a:active {
	color: #000000;
}
/* FOOTER -------------------------------------------------- */

#footer {
	width: 960px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
#content {
	display: block;
	float: left;
	width: 705px;
	background-image: url(../images/contentbg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#footer ul {
  text-align: center;  /* Centers all the text in the footer div */
  margin: 5px 0px; /* Adds 5 pixels of space above and below the footer list, and 0 pixels of space to the right and left of the list */
	}

#footer li {
	display: inline;
	}

#footer a:link, #footer a:visited {
	margin: 5px; /* Sets the font size to 80% of the user's browser preference, */
	color: #3A5B62; /* Sets the text colour of the links */
	text-decoration: none;
}
	
#footer a:hover, #footer a:active {
	color: #FFFFFF; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
	background-color: #C7C2AC;
}
#copyright {
	padding-right: 5px;
	padding-left: 10px;
	color: #333333;
	height: 32px;
	padding-top: 10px;
	padding-bottom: 5px;
}	

.clearfloat {
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
/* CLASSES -------------------------------------------------- */

.fltlft {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 8px; /* Puts a border around the image */
}


.fltrt {
	float: right; /* Moves the image to the right side of its container and allows text to flow around its left side. */
	margin-left: 8px; /* Adds 8 pixels of space to the left of the image so that it does not touch the text */
}
.panelcontent1 {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5F1E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 7px 0px;
}
.panel1contenth1 {
	font-size: 150%;
	font-style: italic;
	color: #EEECE5;
	text-decoration: underline;
	text-align: center;
}
#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #3D5686;
background-color:#FFF;
width:450px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}#contactform {
	float: left;
}
#leafletpanel1content {
	width: 675px;
	padding: 5px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
#aboutcontent {
	display: block;
	float: left;
	width: 705px;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#consultationcontent {
	display: block;
	float: left;
	width: 705px;
	background-image: url(../images/consultation.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#personaltrainingcontent {
	display: block;
	float: left;
	width: 705px;
	background-image: url(../images/personaltraining.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nutritioncontent {
	display: block;
	float: left;
	width: 705px;
	background-image: url(../images/nutrition.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contactcontent {
	display: block;
	float: left;
	width: 705px;
	background-image: url(../images/personaltraining.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

