/* GENERIC ELEMENTS : HTML 4.01 */

a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

a:active {
	background-color: #99C800;
	text-align: center;
}

abbr {

}

abbr:hover {
	/*cursor: help;*/
}

acronym {
	border-bottom: 0px;
	font-style: normal;
	cursor: help; 
}

a acronym {
	cursor: pointer;
}

area {
}

address {
	font-style: normal;
	margin-left: 25px;
}

b {

}

blockquote {
	padding: 0px 0px 0px 0px;
	margin: 0.25em 15px 0.25em 15px;
	font-style: italic;
}

/*before and after don't work in IE? */
blockquote p:before {
	content: open-quote; 
	font-weight: bold;
}

blockquote p:after {
	content: close-quote; 
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 10px 0px 90px 0px;
	color: #ffffff;/*#656565;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #666666;
}

br {
}

button {

}

caption {
	text-align: left;
}

/* used to cite someone for a quote */
cite {
}

del {
}

/* Definition */
dfn {
}

div {
}

/* Definition List */
dl {
}

/* Definition Term - In list */
dt {

}

/* Emphasize text */
em {
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

fieldset fieldset {
}

legend {
	text-align: center;
}

form {
	padding: 0px;
	margin: 0px;
}


h1 {
	font-size: 1.3em;
	padding: 0px;
	margin: 1em 0px 0.25em 0px;
}

h2 {
	font-size: 1.2em;
	padding: 0px;
	margin: 1em 0px 0.25em 0px;
}

h3 {
	font-size: 1.1em;
	padding: 0px;
	margin: 1em 0px 0.25em 0px;
}

h4 {
}

h5 {
}

h6 {
}

head {
}

hr {
}

i {
}

img {
   border: 0px;
}


input {
	font-size: 100%;
}

label {
	vertical-align: middle;
}
label input {
}

label select {
}

label textarea {
}

legend {
}

li {
}

link {
}

noscript {
}

ol li {
	list-style-type: decimal;
}

/* Groups options together in a dropdown menu */
optgroup {
}

option {
}

p {
	/*
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px 10px 0px 10px;
	*/
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 0px;
	color: #fff;
}

q {
}

q:before {
	content: open-quote;
	font-size: 1em;
}

q:after {
	content: close-quote;
	font-size: 1em;
}

script {
}

select {
}

strong {
	font-size: 1em;
}

/* Subscript */
sub {
}

/* Superscript */
sup {
}

table {
}

tbody {
}

td {
}

textarea {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 100%;
   margin-bottom: 10px;
}

tfoot {
}

th {
}

thead {
}

title {
}

tr {
	
}

ul li {
	list-style-image: url(/interface/13x13_logo_wob2.gif);
	padding-right:5px;
}
/* SPECIFIC ATTRIBUTES : ID */



tr td{

	color: #000;
	border: 1px solid #000;
	padding-left: 1em;
}

tr th{
	color: #000;
	text-align: left;
	padding-left: 1em;
}

tbody tr.even td {
	color: #fff;
	background-color: #999999;
}

tbody tr.odd  td {
	color: #fff;
	background-color: #669103;
}


#contentBlack{
	height: 100%; /* ie fix */
	background-color: #333333;
	background-image: url( /fitness/interface/top.gif );
	background-repeat: repeat-x;
	width: 100%;
}


#contentWhite{
	height: 100%; /* ie fix */
	background-color: #fff;
	color: #000;
	background-image: url( /fitness/interface/top.gif );
	background-repeat: repeat-x;
}

#contentWhite p {
	color: #000;
}

#contentWhite a {
	color: #000;
}	

#contentWhite a:hover{
	background-color: #000;
	color: #fff;
}




#flash{
	clear: both;
	height: 150px;
	width: 782px;
	background-color: #313131;
}

#flashContent{
	
}

#footer{
	clear:both;
	background-color: #999999;
	text-align: center;
}

#footer p{
	font-size: 0.8em;
	color: #333333;
	padding: 0.5em 3em;
	margin: 0px;
}

#footer p a {
	color: #fff;
}

#footer p a:hover {
	color: #000;
}

.formHolder{
	margin-top: 30px;
	color: #000;
}

.formHolder .error {
	font-size: 80%;
	margin-left: 13em;
	margin-bottom: 15px;
	color: #FF0000;
}

.formHolder form fieldset{
	border: 2px solid #000; /*#800040;  B5286B*/
	padding: 15px;
}

.formHolder form legend{
	color: #fff;
	background-color: #666666;
	border: 2px solid #000; /*#800040;   B5286B*/
	margin-left: 10px;
	padding: 2px;
}

.formHolder form label {
	width: 8em;
	float: left;
	text-align: right;
	margin: 3px 1em 0px 0px;
	clear: both;
}
.formHolder form .checkBoxLabel{
	width: 14em;
}


.formHolder form input, .formHolder form textarea, .formHolder form select {
	margin-bottom: 2em;
}

.formHolder form .submitButton {
	margin-top: 10px;
	margin-left: 200px;
}


#holder {
	width: 782px;
	height : auto;
	margin : auto;
}


#liEmail{
	list-style-image: url(/interface/email.gif);
	/*vertical-align: middle*/
}

#liTel{
	list-style-image: url(/interface/tel.gif);
}

#liMobile{
	list-style-image: url(/interface/mobile.gif);
}

#mainContentImage{
	float:right;
	
}
#mainContentleftimage{
	float:left;
	
}

#navHolder{
	padding-left: 0px;
	display:inline;
	text-align:justify;
}

#purpleBottom{
	clear: both;
	background-color: #99c800;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
}

#purpleBottom a{
	color:#fff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#purpleBottom a:hover{
	color:#000;
	background-color: #fff;
	text-decoration: none;
}


#subFooter{
	width: 100%;
	text-align: center;
	padding-top:4px;
	font-size: 0.75em;
}


#teamMemberEmail{
	float: right;
	margin: 1em 0em 0em 0em;
	font-weight: bold;
}

#teamMemberPic{
	float: left;
	margin: 5px 10px 5px 5px;
}

#terms{
	overflow: auto;
	border: 1px solid #000;
	height: 300px;
	padding: 10px;
}

.termsList li{
	list-style-image: url(/interface/speck.gif);  /* ie fix as 'none' would not work to override other settings */
}

#text{
	
	min-height: 380px;  /* non-ie solution */
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width: 426px; /* 432px */
	padding: 30px 50px 50px 50px;
}


#textNoImage{
	/*border-top: 17px solid #669103;*/
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width: 682px;
	padding: 30px 50px 50px 50px;
}

#top{
	border-top: 20px solid #669103;
	border-bottom: 20px solid #669103;
	background-color: #99c800;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	margin:0px;
}




.teamMember{
	clear: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #ffffff;
	min-height: 80px;  /* FF - box as high as the image */
	height: 100%; /* IE Fix */
}

.teamMember h2{
	padding: 0px;
	margin: 0px;
}

.teamMember p{
	padding: 0px;
	margin: 0.25em 0em 0em 0.25em;
}


.teamMember img {
	float: left;
	padding: 0px;
	margin: 0px;
}

.teamText{
	margin-left: 100px;
}


.testimonial{
	float: left;
	clear: left;
	text-align: justify;
	margin-top: 15px;
	width: 428px;
	margin-left: -1px; 
	/*	
	margin left -1px is required 
	because IE6.0 has a rendering 
	issue that repeats part of the 
	last line of text.
	
	Kudos to Neil Tate for that fix!
	www.neiltate.co.uk
	*/
}

.testimonialName{
	text-align: right;
	font-weight: bold;
}

.testimonialPosition{
	text-align: right;
	font-size: 0.8em;
}

.testimonialLogo{
	float: right;
	margin: 5px 0px 5px 10px;
}

/* RECURRING ATTRIBUTES : CLASS */

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.highlight {
	color: #FF0000;
}


.skip {
	display: block; 
	position: absolute; 
	top: -4em; 
	left: 0; 
	z-index: 0
} /*Seen by IE*/


.skip a {
	left: 0; 
	z-index: 0
}

.skip a:focus, .skip a:active {
	display: inline; 
	z-index: 15; 
	position: absolute; 
	top: 60px; 
	left: 10px;
	width: 9em;
	padding: 5px;
	background: #FFF;
	color: #333;
	border: 2px solid Gray;
	font-size: 1.5em;
	text-align: center;
	white-space: nowrap;
}

.skip a#cont {
	position: absolute; 
	top: -9em; 
	width: 13.2em
}

.skip a#cont:focus, .skip a#cont:active {
	position: absolute; 
	top: 15em; 
	left: 0em; 
	z-index: 2
}

.skip a:hover {
	COLOR: #99c800;
	TEXT-DECORATION: underline;
}
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
