body {
	font-family:  Trebuchet MS, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
	
}

h1 {
    font-size: 130%;
    text-align: left;
    color: #FF0000;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding:0;
	border-spacing: 0;
}

p {
	text-align: left;
}

#outer{
 	width:700px;
 	margin-left:auto;
 	margin-right:auto;
 	text-align:left;
 	position:relative;
}

#main_text {
	display: block;
	position: relative;
	width: 600px;
	min-height:310px;
	height:auto;
	text-align:left;
	background-color: #E8F3FD;
	background: #E8F3FD url(../images/main_back.jpg) 464px 0px no-repeat;
}
* html #main_text {height:310px;}/*for ie only */

#inner {
	position: relative;
	text-align: left;
	width: 450px;
	min-height: 310px;
	height: auto;
	padding: 15px;
}
* html #inner {height:310px;}/*for ie only */

#heading {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
}

#footer {
	width: 600px;
	background-color: #000080;
	clear: both;
	bottom:0;
	left:0;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	height: 50px;
}


* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	margin-bottom:-1px;
}
/*
#clearfooter{width:100%;clear:both;height:50px;}/*needed to make room for footer
*/

/* MUSCLES PICS */
#muscle1 {
	display: block;
	position: absolute;
	left: 545px;
	top: 22px;
}

#muscle2 {
	display: block;
	position: absolute;
	left: 600px;
	top: 106px;
}

a:link { 
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000; 
}

a:active {
	text-decoration: none;
	color: #000000;
}

a.footerlinks:link { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.footerlinks:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.footerlinks:hover {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;
}

a.footerlinks:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.bigtext:link { 
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a.bigtext:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a.bigtext:hover {
	text-decoration: none;
	color: #FF0000; 
	font-weight: bold;
}

a.bigtext:active {
	text-decoration: none;
	color: #FF0000;
}

.bold_font {
	font-weight: bold;
	font-size: 13px;
}

/* CSS ROLLOVERS */
div#nav	{
	height: 25px;
	width: 480px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
	background: #FFF;
	}

div#nav ul#menu	{
	height: 25px;
	width: 480px;
	background: transparent url(../images/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#nav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 25px;
	display: block;
	}
	
div#nav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#homemenu	{left: 0; width: 80px;}
#thebestmenu	{left: 80px; width: 80px;}
#detailsmenu	{left: 160px; width: 80px;}
#testimonialsmenu {left: 240px; width: 80px;}
#linksmenu {left: 320px; width: 80px;}
#questionsmenu	{left: 400px; width: 80px;}

#homemenu a:hover	{background: transparent url(../images/nav.gif) 0 -25px no-repeat;}
#thebestmenu a:hover {background: transparent url(../images/nav.gif) -80px -25px no-repeat;}
#detailsmenu a:hover {background: transparent url(../images/nav.gif) -160px -25px no-repeat;}
#testimonialsmenu a:hover {background: transparent url(../images/nav.gif) -240px -25px no-repeat;}
#linksmenu a:hover {background: transparent url(../images/nav.gif) -320px -25px no-repeat;}
#questionsmenu a:hover {background: transparent url(../images/nav.gif) -400px -25px no-repeat;}

body#home #homemenu {background: transparent url(../images/nav.gif) 0 -25px no-repeat;}
body#thebest #thebestmenu {background: transparent url(../images/nav.gif) -80px -25px no-repeat;}
body#details #detailsmenu {background: transparent url(../images/nav.gif) -160px -25px no-repeat;}
body#testimonials #testimonialsmenu {background: transparent url(../images/nav.gif) -240px -25px no-repeat;}
body#links #linksmenu {background: transparent url(../images/nav.gif) -320px -25px no-repeat;}
body#questions #questionsmenu {background: transparent url(../images/nav.gif) -400px -25px no-repeat;}

/* labels in a form */
.labelcell {  
	font-weight: bold;
 	color: #000000; 
 	background-color: transparent;  
} 

.boldfont {
	font-weight: bold;
}

.error {
	font-weight: bold; 
	color: red;
}

/* fields in a form */
.fieldcell { 
 	background-color: #FFFFFF; 
 	color: #000000;  
 	margin-right: 0px; 
 	padding-right: 0px; 
 	border: 1px solid #000000;
} 

ul{margin:0;padding:0;list-style:none;}
ul.bullet li {
background: url(../images/bullet.gif) no-repeat 0 16px;
padding:10px 0 0px 10px;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

a img {
    border: 0px;
    }
    
.bigtext {
    font-size: 130%;
    color: #FF0000;
}

a.redlink:link { 
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a.redlink:visited {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a.redlink:hover {
	text-decoration: none;
	color: #FF0000; 
	font-weight: bold;
}


