/* @group Mass Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	min-width: 980px;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	font-size: 62.5%;
	background: white url(background.jpg) top center repeat-x;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

a {
	color: #F8AA31;
}

a:hover {
	text-decoration: none;
}

/* @group Basic Structure */

#wrapper {
	float: left;
	position: relative;
	left: 50%;
	width: 980px;
	padding: 0;
	margin: 0 0 0 -500px;
}

#masthead {
	float: left;
	position: relative;
	width: 980px;
	height: 105px;
	background: url(masthead.jpg) top left no-repeat;
	overflow: hidden;
}

#content {
	float: left;
	position: relative;
	width: 980px;
	background: #388d4b;
}

#footer {
	float: left;
	position: relative;
	width: 980px;
	height: 30px;
	background: #0c7a24;	
}

#subContent h2 {
	display: none;
}

#subContentA {
	float: left;
	position: relative;
	width: 670px;
	background: #222;
	margin: 0 0 10px 10px;
}

#subContentA a {
	color: #F8AA31;
}

* html #subContentA {
	margin-left: 5px;
}

#subContentB {
	float: left;
	position: relative;
	width: 280px;
	background: #222;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

* html #subContentB {
	margin-left: 5px;
}

#subContentB div.contentBox {
	position: relative;
	float: left;
	width: 250px;
	height: 76px;
	padding: 5px;
	background: #333;
	margin: 10px 0 0 10px;
}

* html #subContentB div.contentBox {
	margin-left: 5px;
}

#subContentB div.contentBox p {
	color: white;
}

#subContentB div.contentBox p a {
	color: #F8AA31;
} 

#subContentB div.contentBox h3 {
	color: #F8AA31;
}

#subContentB div.contentBox img {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	border: 2px solid #F8AA31;
}

#subContentA h2,
#subContentB h2 {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	text-indent: 14px;
	background: #F8AA31;
	font: bold 2em/40px Arial, sans-serif;
	color: white;
}

#masthead h1,
#masthead h2 {
	text-indent: -999em;
}

/* @group Main Nav */

ul#mainNav,
ul#mainNav li,
ul#mainNav li a,
ul#mainNav li.dropdown ul,
ul#mainNav li.dropdown ul li,
ul#mainNav li.dropdown ul li a {
	display: block;
	position: relative;
	float: left;
}

ul#mainNav {
	z-index: 2;
}

ul#mainNav li.dropdown ul {
	display: none;
	position: absolute;
	float: left;
	top: 28px;
	left: 0;
	height: auto;
	padding: 4px 0 6px 0;
	width: 196px;
	background: #095e1c;
}

ul#mainNav li.dropdown ul li a {
	width: 196px;
	padding: 0;
	text-indent: 16px;
	text-transform:	capitalize;
}

ul#mainNav li ul li a {
	color: white;
}

ul#mainNav li ul li a:hover {
	color: #F8AA31;
}

ul#mainNav li:hover ul {
	display: block;
}

ul#mainNav {
	width: 980px;
	height: 28px;
	background: #0c7a24;
}

ul#mainNav li a {
	font: 12px/28px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 16px;
	color: #f8aa31;
}

ul#mainNav li a:hover {
	background: #388d4b;
}

ul#mainNav li.dropdown a:hover,
ul#mainNav li.dropdown:hover a {
	background: #095e1c;
}

/* @end */

#banner {
	position: relative;
	float: left;
	width: 960px;
	height: 100px;
	margin: 10px 0 0 10px;
	overflow: hidden;
}

* html #banner {
	margin-left: 5px;
}

#banner h2,
#banner p {
	text-indent: -999em;
}

/* @end */

/*//////////////////////////// Banners */

#banner.home {
	background: url(banner-home.jpg) top left no-repeat;
	height: 250px;
	margin-bottom: 14px;
}

#banner.aboutUs {
	background: url(banner-aboutUs.gif) top left no-repeat;
	margin-bottom: 14px;
}

#banner.accessories {
	background: url(banner-accessories.gif) top left no-repeat;
}

#banner.cardio {
	background: url(banner-cardio.gif) top left no-repeat;
}

#banner.consumerPlateLoaded {
	background: url(banner-consumerPlateLoaded.gif) top left no-repeat;
}

#banner.commercialPlateLoaded {
	background: url(banner-commercialPlateLoaded.gif) top left no-repeat;
}

#banner.consumerEllipticals {
	background: url(banner-consumerEllipticals.gif) top left no-repeat;
}

#banner.commercialEllipticals {
	background: url(banner-commercialEllipticals.gif) top left no-repeat;
}

#banner.consumerBikes {
	background: url(banner-consumerBikes.gif) top left no-repeat;
}

#banner.commercialBikes {
	background: url(banner-commercialBikes.gif) top left no-repeat;
}

#banner.commercialMultiStations {
	background: url(banner-commercialMultiStations.gif) top left no-repeat;
}

#banner.consumerHomeGyms {
	background: url(banner-homeGyms.gif) top left no-repeat;
}

#banner.commercialCardio {
	background: url(banner-commercialCardio.gif) top left no-repeat;
}

#banner.consumerCardio {
	background: url(banner-consumerCardio.gif) top left no-repeat;
}

#banner.commercialTreadmills {
	background: url(banner-commercialTreadmills.gif) top left no-repeat;
}

#banner.consumerTreadmills {
	background: url(banner-consumerTreadmills.gif) top left no-repeat;
}

#banner.clearanceItems {
	background: url(banner-clearanceItems.gif) top left no-repeat;
}

#banner.ellipticals {
	background: url(banner-ellipticals.gif) top left no-repeat;
}

#banner.bikes {
	background: url(banner-bikes.gif) top left no-repeat;
}

#banner.multiStations {
	background: url(banner-multiStations.gif) top left no-repeat;
}

#banner.contactUs {
	background: url(banner-contact.gif) top left no-repeat;
	margin-bottom: 14px;
}

#banner.lightCommercialCardio {
	background: url(banner-lightCommercialCardio.gif) top left no-repeat;
}

#banner.lightCommercialBikes {
	background: url(banner-lightCommercialBikes.gif) top left no-repeat;
}

#banner.lightCommercialEllipticals {
	background: url(banner-lightCommercialEllipticals.gif) top left no-repeat;
}

#banner.lightCommercialTreadmills {
	background: url(banner-lightCommercialTreadmills.gif) top left no-repeat;
}

#banner.residentialCardio {
	background: url(banner-residentialCardio.gif) top left no-repeat;
}

#banner.residentialBikes {
	background: url(banner-residentialBikes.gif) top left no-repeat;
}

#banner.residentialEllipticals {
	background: url(banner-residentialEllipticals.gif) top left no-repeat;
}

#banner.residentialTreadmills {
	background: url(banner-residentialTreadmills.gif) top left no-repeat;
}

#banner.residentialHomeGyms {
	background: url(banner-residentialHomeGyms.gif) top left no-repeat;
}

#banner.residentialPlateLoaded {
	background: url(banner-residentialPlateLoaded.gif) top left no-repeat;
}

#banner.specialtyItems {
	background: url(banner-specialtyItems.gif) top left no-repeat;
}

#banner.services {
	background: url(banner-services.gif) top left no-repeat;
	margin-bottom: 14px;
}

#banner.spotlight {
	background: url(banner-spotlight.gif) top left no-repeat;
	margin-bottom: 14px;
}


/*//////////////////////////// Typography */

#subContent {
	float: left;
	position: relative;
	width: 100%;
}

#subContent h1 {
	display: block;
	float: left;
	width: 960px;
	font-size: 2.4em;
	font-weight: bold;
	margin: 10px 0 18px 0;
	padding: 5px 0;
	color: #f8aa31;
	text-indent: 8px;
}

#subContent a.backButton {
	display: block;
	float: left;
	position: relative;
	width: 150px;
	height: 35px;
	margin: 8px 0 8px 10px;
	color: white;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	background: url(backButton.gif) top left no-repeat;
}

#subContent p.notice {
	display: block;
	float: left;
	position: relative;
	width: 920px;
	margin: 14px 20px;
	padding: 20px 0;
	font: normal 1.4em/1.5em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: white;
	color: #F8AA31;
	border-bottom: 3px solid #F8AA31;
	
}

#subContentA p,
.tabContent p,
#subContentB p,
#subContentA ul li {
	font: normal 13px/21px Arial, Helvetica, Geneva, sans-serif;
	margin: 1em 0;
	padding: 0 14px;
	color: #ccc;
}

#subContentA ul li {
	list-style: disc;
	margin: 5px 0;
}

#subContentA ul {
	margin-left: 40px;
}

#subContent h3 {
	font: bold 14px/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: white;
	margin: 12px 0 6px 0;
	text-indent: 14px;
}

#subContent #subContentB h3 {
	font-size: 12px;
}

#subContentB p a {
	color: #F8AA31;
}

.tabContent p {
	padding: 0 5px;
	color: #333;
}

#footer p {
	font: bold 1.2em/30px Arial, "MS Trebuchet", sans-serif;
	text-align: center;
	color: #095e1c;
}


/*/////////////////////////// Product Landing Pages */

/* @group Tab Content */

#subContent h1 {
	font: bold 1.8em/1.5em Arial, "MS Trebuchet", sans-serif;
	text-indent: 20px;
}

#productInfo {
	margin: 10px 0 10px 10px;	
}

.tabContent {
	float: left;
	position: relative;
	width: 940px;
	z-index: 3;
}

* html .tabContent {
	padding-left: 5px;
	width: 650px;
	margin-left: 10px;
}

#productInfo ul.tabs,
#productInfo ul.tabs li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#productInfo ul.tabs {
	width: 100%;
}

#productInfo ul.tabs:first-child {
	margin-left: 3px;
}

#productInfo ul.tabs li {
	padding: 0 14px 1px 14px;
	border-bottom: 0;
	margin: 0 3px 0 0;
	background: url(leftNav-header3.gif) repeat-x center;
	color: #F8AA31;
	background: #0c7a24;
	cursor: pointer;
	font: 1.3em/1.5em Arial, Helvetica, Geneva, sans-serif;
}

#productInfo ul.tabs li:hover {
	text-decoration: underline;
	cursor: pointer;
}

#productInfo ul.tabs li.active,
#productInfo ul.tabs li.active:hover {
	background: url(leftNav-header4.gif) repeat-x bottom;
	color: white;
	background: #095e1c;
	text-decoration: none;
	cursor: default;
}

#productInfo h2 {
	float: left;
	position: relative;
	background: url(leftNav-header.gif) center repeat-x;
	font-size: 1.2em;
	font-weight: normal;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	margin: 0 0 0 -5px;
	width: 930px;
	padding: 5px;
	color: white;
}

* html .tabContent h2 {
	margin-left: -2px;
	width: 650px;
	padding-right: 0;
}

#productInfo .tabContent {
	float: left;
	position: relative;
	width: 940px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: white;
	border-bottom: 3px solid #F8AA31;
}

* html #productInfo .tabContent {
	width: 635px;
	margin-left: -3px;
	padding-right: 0;
}

#productInfo .tabContent li {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	line-height: 1.7em;
	font-style: italic;
}

#productInfo .tabContent h5 {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0;
	padding: 0 5px 0 0;
}

#productInfo .tabContent a {
	color: #ff9900;
	text-decoration: none;
}

#productInfo .tabContent a:hover {
	background: white;
}

/*/////////////////////////// Category Landing Pages */

ul.subCategories,
ul.subCategories li,
ul.subCategories li a {
	display: block;
	position: relative;
	float: left;
}

ul.subCategories li a {
	width: 313px;
	height: 200px;
	margin: 10px 0 10px 10px;
	text-indent: -999em;
	overflow: hidden;
}

* html ul.subCategories li a {
	margin-left: 5px;
}

ul.subCategories li.treadmills a {
	background: url(category-treadmills.jpg) top right no-repeat;
}

ul.subCategories li.treadmills a:hover {
	background: url(category-treadmills.jpg) top left no-repeat;
}

ul.subCategories li.bikes a {
	background: url(category-bikes.jpg) top right no-repeat;
}

ul.subCategories li.bikes a:hover {
	background: url(category-bikes.jpg) top left no-repeat;
}

ul.subCategories li.ellipticals a {
	background: url(category-ellipticals.jpg) top right no-repeat;
}

ul.subCategories li.ellipticals a:hover {
	background: url(category-ellipticals.jpg) top left no-repeat;
}

/*/////////////////////////// Product List Landing Pages */

div.product {
	position: relative;
	float: left;
	width: 920px;
	padding: 10px;
	margin: 14px 20px;
	background: white;
	border-bottom: 3px solid #f8aa31;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

* html div.product {
	width: 900px;
	margin-left: 10px;
}

#subContent div.product h3,
#subContent div.tabContent h3 {
	font-size: 1.6em;
	color: #F8AA31;
	text-indent: 0;
}

div.product h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 14px;
}

div.product p {
	font-size: 1.2em;
	line-height: 1.4em;
}

div.product a {
	font-size: 1em;
	color: #f8aa31;
	text-decoration: underline;;
}

div.product a:hover {
	text-decoration: none;
}

div.product div.productDescription {
	position: relative;
	margin-bottom: 10px;
}

/*/////////////////////////// Contact Us Page */

#contactForm {
	padding: 5px;
}

#contactForm p {
	margin-bottom: 5px;
}

#contactForm label {
	float: left;
	width: 140px;
	padding-right: 14px;
	text-align: right;
}

#contactForm input, 
#contactForm textarea, 
#contactForm select {
	border: 1px solid #cac9b9;
	width: 200px;
	line-height: 16px;
}

#contactForm select {
	width: 202px;
}

#contactForm input.radio {
	width: 18px;
}

#contactForm .red {
	border: 1px solid red;
}

#contactForm label.red {
	border: none;
	color: red;
}

#contactForm .customRed {
	border: none;
	color: red;
}

#contactForm #submit {
	width: 170px;
	padding: 7px 0;
	position: relative;
	margin: 20px 0 20px 220px;
	background: #F8AA31;
	color: white;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#contactForm .errorMessage {
	margin-left: 10px;
	font-size: 0.8em;
	padding: 2px;
	color: black;
	background: red;
	border: 1px solid #666;
}

#contactForm textarea#workDescription {
	width: 630px;
	font: normal 1em/1.2em Arial, sans-serif;
}

#contactForm label.workDescription {
	margin-top: 20px;
	margin-bottom: -1px;
	width: 618px;
	text-indent: 5px;
	background: #F8AA31;
	color: white;
	text-align: left;
}

#contactForm h3 {
	font-family: arial, helvetica;
	text-indent: 14px;
	font-size: 1.4em;
}

#contactForm h4 {
	text-indent: 14px;
	font-size: 1.3em;
	margin: 12px 0;
	color: white;
	font-family: Arial, helvetica;
}

#contactForm div.verifyBox {
	position: relative;
	float: left;
	margin: 10px 0 10px 14px;
	padding: 6px;
	height: auto;
	background: #333;
	border: 1px solid #666;
}

* html #contactForm div.verifyBox {
	margin-left: 7px;
}

#contactForm div.verifyBox input {
	display: block;
	float: left;
	position: relative;
	width: 48px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 6px;
	border: 1px solid #666;
}

#contactForm div.verifyBox label {
	display: block;
	position: relative;
	float: left;
	margin: 0 6px;
	padding: 0;
	color: #eee;
	text-align: left;
	width: auto;
	font: normal 16px/24px Arial
}

#contactForm div.verifyBox img {
	display: block;
	position: relative;
	float: left;
	margin: 0 6px;
	padding: 0;
	border: 1px solid #666;
}

#contactForm div.verifyBox span.errorMessage {
	margin-left: 10px;
	font: bold 14px/24px Arial;
	padding: 0 2px;
	color: black;
	background: red;
	float: left;
	position: relative;
	margin: 0 6px;
}

/* Customer Spotlight */

div#spotlightThumbs {
	float: left;
	position: relative;
	width: 630px;
	padding: 12px 20px;
	background: #474747;
}

div#spotlightThumbs a,
div#spotlightThumbs a img {
	width: 92px;
	height: 66px;
}

div#spotlightThumbs a {
	display: block;
	float: left;
	position: relative;
	border: 2px solid #F8AA31;
	margin: 4px;
}

div#spotlightThumbs a:hover {
	border: 2px solid #333;
}