@charset "utf-8";
/* CSS Document */

/* --- Main -------------------------------------------------------------------------------------------------------------------------------------------- */
body{margin:0; padding:0; border:0; background:#FFF url(../_images/bkgd-top.jpg) repeat-x;}
#clear, .clear{clear:both; height:0;}
#left, .left{float:left}
#right, .right{float:right}
h1, h2, h3, h4{margin:0; padding:0; line-height:0;}
h1{color:#0059a6; font:24px Helvetica, Arial, Helvetica, sans-serif; font-weight:bold; line-height:25px;}
h2{font-weight:bold; font-size:15px; color:#5c8e2b; margin-top:15px; line-height: 0px;}
h2 a{font-weight:bold; font-size:15px; color:#5c8e2b; margin-top:15px; text-decoration:none}
h2 a:hover{text-decoration:underline;}
a{text-decoration:none; color:#003cff; font-weight:bold;}
a:hover{text-decoration:underline;}
.validator{color:red;}
input, textarea, select{border:1px solid #999999}
img, div{behavior:url(/healthline/_scripts/iepngfix.htc)}
img{border:0;}


/* --- Layout ------------------------------------------------------------------------------------------------------------------------------------------ */
#container{width:973px; color:#555;	position:relative; margin:0px auto; z-index:5;}
#apHead{background:url(../_images/head.png); position:absolute; top:160px; left:767px; height:33px; width:93px;}
#apBike{background:url(../_images/bike.png); position:absolute; top:252px; left:973px; height:487px; width:202px; overflow:hidden}
#apLegs{background:url(../_images/legs.jpg) no-repeat; position:absolute; top:596px; left:576px; height:71px; width:384px;}
#apLegsExtra{background:url(../_images/legs-extra.jpg) no-repeat; position:absolute; top:667px; left:600px; height:41px; width:165px;}
#menu{height:22px; padding-left:35px;}
#menu form{display:inline;}
.search{margin-left:20px;}
#content{padding:0; font:12px Verdana, Geneva, sans-serif; margin:0; color:#2c3437; line-height:19px; min-height:970px; height:auto !important; height:970px;}
#subContent{padding:35px 10px 0 35px;}
#subContentLeft{float:left; width:650px; z-index:10;}
#subContentRight{float:right; width:262px; /*filter:alpha(opacity=85);*/}


/* --- ap Rollovers ------------------------------------------------------------------------------------------------------------------------------------ */
#apTreadmill, #apElliptical, #apExercise, #apSteppers, #apCircuits, #apPlate, #apBench, #apDumbbell, #apFlooring
	{position:absolute; left:308px; top:528px; width:315px; height:103px; padding:270px 45px 0 32px; line-height:17px; font-size:13px; visibility:hidden}
#apTreadmill{background:url(../_images/r-treadmill.png);}
#apElliptical{background:url(../_images/r-elliptical.png);}
#apExercise{background:url(../_images/r-exercise.png);}
#apSteppers{background:url(../_images/r-steppers.png);}
#apCircuits{background:url(../_images/r-circuits.png);}
#apPlate{background:url(../_images/r-plate.png);}
#apBench{background:url(../_images/r-bench.png);}
#apDumbbell{background:url(../_images/r-dumbbells.png);}
#apFlooring{background:url(../_images/r-flooring.png);}


/* --- Products ------------------------------------------------------------------------------------------------------------------------------------------ */
#products img{border:1px solid black; float:left; max-height:340px; height:auto !important; height:340px; max-width:250px; width:auto !important; width:250px;}
#productsText{float:right; width:370px;}
.request{text-align:center; border:1px solid black; padding:10px; display:block; background:#0059A6; margin-top:20px; color:#D9E9C8;}
#request a:hover{background:#D9E9C8; text-decoration:none; color:#0059A6;}
.productsTable{vertical-align:top; margin:0 40px 0px 0; width:220px;}
.productsTable img{width:175px; height:175px; border:1px solid black; margin:20px 0 10px 0;}


/* --- Footer ------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{clear:both; background:url(../_images/bkgd-footer.png) no-repeat; padding:29px 0 0 35px; color:#5c5c5c; font:11px Verdana, Geneva, sans-serif; 
	height:85px; width:938px;}
#footer a{font-weight:bold; color:#0030ff;}
#footer a:hover{text-decoration:underline;}
.footerHealthline{font:16px Helvetica, Arial, sans-serif; font-weight:bold; color:#0059a6; text-transform:uppercase;}
#stickyFooter{position:relative; margin-top:0px; clear:both;} 
#bot{background:url(../_images/bkgd-bot.jpg) repeat-x; width:100%; height:540px; position:absolute; bottom:0; z-index:1}
#footerImage{height:494px; width:572px; position:absolute; bottom:0; right:0; z-index:2;}

/* Drop-Down Menu */
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-repeat: no-repeat;
	margin-right: 5px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	height: 22px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/* DESIGN INFORMATION: describes color scheme, borders, fonts  */
ul.MenuBarHorizontal ul li {
	border-bottom: 1px solid #CCC;
	padding: 3px 5px 3px 10px;
	background-color: #fff;
	width: 42ex;
	float:none;
	margin-left: 8px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	color: #0A55A6;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:normal;
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #5E912B;
}

/*** SUBMENU INDICATION: styles if there is a submenu under a given menu item ***/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu, ul.MenuBarHorizontal ul a.MenuBarItemSubmenu, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: none;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: none;
	background-position: 95% 50%;
}

/*** BROWSER HACKS: the hacks below should not be changed unless you are an expert ***/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
/*@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: block;
		f\loat: left;
		background: #FFF;
	}
} */

/*** CSS-based Top Menu Fix ***/

ul.MenuBarHorizontal i{ 
	display: block;
	visibility: hidden;
}

ul.MenuBarHorizontal li a {
	background-position: 0 0;
	height: 22px;
}

ul.MenuBarHorizontal li a:hover {
	background-position: 0 -22px;
}

