/*
CSS for  Fitness Fiesta 2008
Updated February 2010
Written by Steve Williams
www.microedge.co.uk
*/

body {
	color: #111111;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	}


a { color: #000000; text-decoration: underline; }

a:visited { color: #000000; text-decoration: underline; }

a:hover {
	color: #000099;
	text-decoration: none;
}
	
a img { border: none; }

h1 {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 22px;
	line-height: 24px;
	color: #87C3DF;
	font-weight: 900;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	line-height: 20px;
	color: #87C3DF;
	font-weight: 900;
}
h3 {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 24px;
	line-height: 16px;
	color: #87C3DF;
	font-weight: 900;
}
  /* ***************   START OF THE USED DIV ID ************** */
#container
{
	width: 950px;
	position:relative;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	vertical-align: top;
	margin-bottom: 10px;
}

#header
{
	height: 100px;
	width: 950px;
	background-color: #FFFFFF;
}

#strip
{
	background-color:#eeeeee;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-size: 1.4em;
	color: #333333;
	text-transform: capitalize;
	text-align: left;
	height: 22px;
	padding-top: 3px;
}

#bodyblock {
	float:left;
	width:950px;
	padding:0;
	height 100%;
	background-color: #FFFFFF;
	color: #464646;
 }
 
#content
{
	float:left;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 790px;
	background-color: #ffffff;
	padding-left: 5px;
}

#footer
{
	float:left;
	background-color:#FFFFFF;
	width: 815px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-image: url(../images/sportandspa-trans.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 130px;
	height: 110px;
}
  /* ***************   START OF THE NAVIGATION ************** */
  
#navigation
{
	float:left;
	font-size: 1.2em;
	color: #333333;
	letter-spacing: 0.1em;
	width: 150px;
	padding-left:0px;
	padding-right:5px;
	margin 0px;
	background-color: #fff;
	padding-top: 1em;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top:  1px solid #555;
}

#navigation li {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #555;
}

#navigation li a:link{
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #111;
	text-decoration: none;
}
#navigation li a:active {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #111;
	text-decoration: none;
}
#navigation li a:visited {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #111;
	text-decoration: none;
}
#navigation li a:hover{
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #FFCC00;
	color: #111;
	text-decoration: none;
}

  /* ***************   End of navigation  ***************** */
  /* ***************   Start of classes  ******************* */
  .box
  {
	border: 1px solid #111;
  }
  
  .navigationtext {
  font: Arial, Helvetica, sans-serif
	font-size: 1em;
	font-weight:800;
	color: #006600;
	margin-top: 1em;
}
.headtext {
	font-size: 1.6em;
	font-weight:800;
	color: #666666;
	text-align: left;
	font-family: "Arial Rounded MT Bold", Arial;
	margin: 0px;
	padding: 0px;
}

.12pointblack {
	font-size: 1.2em;
	color: #000000;
}
.medblue {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 22px;
	line-height: 22px;
	color: #87C3DF;
	font-weight: 900;
}

