body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/background_header_stretch.jpg);
	background-color: #CBE5FE;
	background-repeat: repeat-x; 	
}

/*------------------------------ Layout ------------------------------*/

#header {
	width:1000px;
	height: 180px;
	background: url(images/background_header_no1.jpg);
}
#menu {
	padding:0;
	margin: 0;
	background: #0033CC;
	width: 180px;
}
#content {
	padding:0;
	margin: 0;
	position: absolute;
	top: 180px;
	left: 180px;
	background: #FFFFFF url(images/background_content.jpg) no-repeat bottom right;
	width:820px;
}
#callAction {
	padding:0;
	margin: 0;
	width:820px;
	height: 150px;
	overflow: hidden;
	background: url(images/home_image.jpg);
}
#footer {
	background-image: url(images/footer_fitnessAust.jpg);
	padding: 0;
	margin: 0;
	width:1000px;
	height: 50px;
	background-color: #0033CC;
	background-repeat: no-repeat;
	background-position: 940px top;
}
#bottomMenu {
	padding:0;
	margin: 0;
	padding-left: 100px;
	width:900px;
	height:s 15px;
	background: #3A95CB;

}
#qoute {
	margin: 0;
	padding: 0;
	width: 600px;
}
#copyright {
	margin-top:5px;
	float: left;
	width: 500px;
	color: #0064CC;
	font-size: 8pt;
}
#created {
	margin-top:5px;
	text-align: right;
	width: 490px;
	color: #0064CC;
	font-size: 8pt;
}
#jumpStarMenu {
	width: 200px; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	left: -15px; 
	top: 177px;
}
#frame {
	width: 600px; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	left: 190px; 
	top: 189px;
}
#jumpStar {
	width: 610px;
}
#frameTrainer {
	width: 600px; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	left: 200px; 
	top: 395px;
}
#trainers {
	width: 600px;
}


/*------------------------------ Navigation ------------------------------*/



/*-- Content links --*/
#content a {
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/*-- Bottom menu --*/
#bottomMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottomMenu li {
	list-style: none;
	display: block;
	float: left;
}
#bottomMenu a {
	text-decoration: none;
	padding-right: 10px;
	padding-top:3px;
	padding-left:10px;
	color: #FFFFFF;
	font-size: 8pt;
	background: #3A95CB;
}
#bottomMenu a:hover {
	background: #005CA1;
	color: #FFFFFF;
}
#created a {
	color: #0064CC;
}
/*-- tabs --*/
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
#tabs li a {
	padding-left: 10px;
	font-size: 9pt;
	display: block;
	width: 160px;
	padding: 10px 0 10px 10px;
	font-weight: normal;
	float: left;
	background: #CBE5FE;
}
#tabs li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #005CA1;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs li a {
	float: none;
}
	/* End IE5-Mac hack */
#tabs li a span {
	display: none;
}
#tabs li a:hover span{
	display: block;
	position: absolute;
	left: 200px;
	top: 395px;
	text-align: left;
}
#tabs li a:hover span ul {
	color: #005CA1;
	margin: 10px 10px 0 20px;
	width: 550px;
} 
#tabs li a:hover span li{
	list-style-image: url(images/bullet.gif);
	font-weight: normal;
	margin:0 0 0 15px;
	padding: 0;
	float: none;
	width: 550px;
	text-align: left;
	line-height: 20px
}
#tabs li a:hover span h3 {
	width: 550px;
} 

/*------------------------------ Formating ------------------------------*/

/*-- Heading --*/
h1 {
	margin: 15px 0 0 0;
	padding: 0 20px 0 20px;
	font-size: 25pt;
	font-weight: bold;
	color: #CCEEFF;
	padding-top: 5px;
}
h2 {
	text-align: center;
	margin: 2px 0 10px 0;
	padding: 10px 20px 10px 20px;
	font-size: 14pt;
	font-weight: bold;
	color: #0033CC;
	background: url(images/backgound_h1.gif) no-repeat;
}
h3 {
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	font-size: 12pt;
	font-weight: bold;
	color: #0033CC;
	padding-top: 5px;
}
h4 {
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #0033CC;
	padding-top: 5px;
}
p {
	margin: 0;
	padding: 0px 20px 15px 20px;
}

/*-- Images --*/
.clearLeft {
	clear: left;
}
img {
	padding: 0;
	margin: 0;
}
img.left {
	float: left;
	padding: 0 10px 10px 20px;
	margin: 0;
}
img.right {
	float: right;
	padding: 0 20px 10px 10px;
	margin: 0;
}

/*-- Highlights --*/
.highlight {
	color: #0033CC;
}
.highlightBold {
	color: #0033CC;
	font-weight: bold;
}
.highlightItalic {
	color: #0033CC;
	font-weight: bold;
	font-style: italic;
}

/*-- Bullet points --*/
ul {
	color: #0033CC;
	margin: 10px 10px 0 20px;
	margin-left: 0;
	padding-left: 35px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
} 
li {
	color: #000000;
	font-weight: normal;
	margin:0 0 0 0px;
	padding: 0px;
}
/*-------------------------*/
#callAction p {
	margin-top: 32px;
	margin-left: 60px;
}
#callAction a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: normal;
}
#callAction a:hover {
	color: #FFCC00;
}
/*-- Header  --*/
#header img {
	margin: 0;
	padding: 0;
	float: left;
}
.phone {
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	position: absolute;
	left: 820px;
	top: 15px;
}
.address {
	color: #9DCDFD;
	text-align: right;
	font-size: 8pt;
	position: absolute;
	left: 870px;
	top: 50px;
}
#email {
	position: absolute;
	left: 122px;
	top: 2px;
}
/*--  Testimonials --*/
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;	
	color: #0033CC;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 700px;
	margin-left: 50px;
}
.qouteBy {
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	text-align: centre;
}

/*--  Tables --*/
.tableHeading {
	text-align:center;
	color: #0033CC;
	font-size: 12pt;
	font-weight: bold;
}
.tableP {
	margin-left: 20px;
}
#content table.times {
 	text-align: center;
	font-size: 8pt;
	color: #0033CC;
	margin-left:20px;
}
#content table p {
	padding: 2px;
}

/*-------------------------*/
#footer p {
	margin:0 55px 0 10px;
	padding-top: 12px;
	color: #9DCDFD;
	font-size: 7pt;
}
.ewebseo, .ewebseo a:link, .ewebseo a:visited, .ewebseo a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#CCCCCC;
text-decoration: none;
font-weight:normal;
font-style:normal;
}
