@charset "UTF-8";

#mainNav a, #mainNav a:link, #mainNav a:visited { color: #FFF; text-decoration: none; }
#mainNav a:hover { color: #073571; text-decoration: none; }
#mainNav a:active { color: #073571; text-decoration: none; }

#subNav a, #subNav a:link, #subNav a:visited { color: #1c8db0; text-decoration: none; }
#subNav a:hover { color: #073571; text-decoration: none; }
#subNav a:active { color: #1c8db0; text-decoration: none; }

#tabTxt_contact a, #tabTxt_contact a:link, #tabTxt_contact a:visited { color: #FFF; text-decoration: none; }
#tabTxt_contact a:hover { color: #7CB1D5; text-decoration: none; }
#tabTxt_contact a:active { color: #7CB1D5; text-decoration: none; }

#tabTxt_locator a, #tabTxt_locator a:link, #tabTxt_locator a:visited { color: #FFF; text-decoration: none; }
#tabTxt_locator a:hover { color: #7CB1D5; text-decoration: none; }
#tabTxt_locator a:active { color: #7CB1D5; text-decoration: none; }

#viewCart a, #viewCart a:link, #viewCart a:visited { color: #FFF; text-decoration: none; }
#viewCart a:hover { color: #7CB1D5; text-decoration: none; }
#viewCart a:active { color: #7CB1D5; text-decoration: none; }

.clear {clear:both;}

/* additional elements */

#teeterLogo {
	width: 220px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#commProd_tab {
	width: 135px;
	height: 27px;
	position: absolute;
	left: 670px;
	top: 0px;
}

#clinicalProd_tab {
	width: 128px;
	height: 27px;
	position: absolute;
	left: 530px;
	top: 0px;
}

#addthis_tab {
	width: 100px;
	height: 24px;
	position: absolute;
	left: 830px;
	top: 8px;
}

#viewCart {
	width: 95px;
	height: 15px;
	position: absolute;
	left: 845px;
	top: 85px;
	font-size: 9px;
}

/* Nav Header Style */

#navHeader {
	width: 956px;
	height: 100px;
	background-image: url(images/navHeader_v1.jpg);
	background-repeat: no-repeat;
	position: relative;
	/* IE FIX */
	*z-index: 600;
}
#mainNav {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	z-index: 500;
	top: 50px;
	left: 270px;
	width: 725px;
}
#mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	float: left;
	margin: 0px 15px 0px 0px;
	border-left: solid #9dcfff 1px;
	padding: 0px 0px 0px 15px;
	cursor: pointer;
}
#mainNav .noBorder, #subNav .noBorder {
	border-width: 0px 0px 0px 0px;
}

/* subNav layers */

#subNav {}
#sNavLayer_products {
	width: 211px;
	position: absolute;
	top: 40px;
	left: 338px;
	display: none;
	z-index: 250;
}
#sNavLayer_inversion {
	width: 211px;
	position: absolute;
	top: 40px;
	left: 422px;
	display: none;
	z-index: 250;
}
#sNavLayer_teeter {
	width: 211px;
	position: absolute;
	top: 40px;
	left: 543px;
	display: none;
	z-index: 250;
}
#sNavLayer_service {
	width: 211px;
	position: absolute;
	top: 40px;
	left: 650px;
	display: none;
	z-index: 250;
}

/* subNav title tab */

#products_titleTab {
	width: 66px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #073571;
}
#inversion_titleTab {
	width: 103px;
	padding: 10px 0px 0px 0px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #073571;
}
#teeter_titleTab {
	width: 88px;
	padding: 10px 0px 0px 0px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #073571;
}
#service_titleTab {
	width: 115px;
	padding: 10px 0px 0px 0px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #073571;
}

/* subNav global */

#subNav ul {
	font-size: 10px;
	text-transform: uppercase;
	color: #1c8db0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #e3eef6;
	/* IE6 FIX */
	_overflow: hidden;
}
#subNav li {
	border-bottom: solid #b8b8b8 1px;
	background-color: #e3eef6;
	margin: 0px 8px 0px 8px;
	padding: 0px 2px 0px 5px;
	line-height: 25px;
	/* IE6 FIX */
	_height: 20px;
	_overflow: hidden;
}
#subNav .tabTitle {
	font-weight: bold;
	color: #073571;
}
#subNav .tabTitle_leftCorner {
	width: 4px;
	height: 35px;
	float: left;
	background-image: url(images/tabTitle_leftCorner.gif);
	background-repeat: no-repeat;
}
#subNav .tabTitle_center {
	height: 35px;
	float: left;
	background-image: url(images/tabTitle_center.gif);
	background-repeat: repeat-x;
}
#subNav .tabTitle_rightCorner {
	width: 4px;
	height: 35px;
	float: left;
	background-image: url(images/tabTitle_rightCorner.gif);
	background-repeat: no-repeat;
}
#subNav .sNavContainer {}
#subNav .topCap {
	/* IE6 FIX */
	_background-color: #e3eef6;
	background-image: url(images/sNav_topCap.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin:0px;
	padding:0px;
}

#subNav .endCap {
	background-image: url(images/sNav_endCap.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin:0px;
	padding:0px;
}


#subNav .topCap2 {
	/* IE6 FIX */
	_background-color: #e3eef6;
	background-image: url(images/sNav_topCap2.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
	margin:0px;
	padding:0px;
	width:220px;
}

#subNav .endCap2 {
	background-image: url(images/sNav_endCap2.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin:0px;
	padding:0px;
	width:220px;
}




