/* basic layout*/
/*  Site Colors */
/* Grey Text 989898 */
/* Yelloe fec007 */
/* */

* {
	font-family: Verdana,sans-serif;
    margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
	font-size: 200%;
}

a {
    text-decoration: none !important
}

a:focus {
	-moz-outline: none;
}

img {
    border: 0;
	vertical-align: bottom;
}

ol, ul {
    list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.color-text {
	color: #989898;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.highlight {
	color: #CB1B28;
}

.strikethrough {
	text-decoration: line-through;
	color:#000;
}
input {
	color: #000000;	
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width:100%;
	text-align: center;
}

#home {
	background: #000000 url(../images/bg-main/background.jpg) no-repeat 50% 0%;
}

#header {
	height: 38px;
	width: 467px;
	float: left;
	margin: 35px 0 0 240px;
}

#header h1 {
	background:transparent url(../images/proform.png) no-repeat scroll 0 0;
	height: 38px;
	width: 467px;
}

#header h1 span {
	display: none;
}

#header a.logo {
	display: block;
	height: 38px;
	width: 467px;
}

#contentarea {
    position: relative;
    width: 969px;
	padding-left:8px;
    margin: auto;
}

#search-content {
	margin-left:15px;
}

/* Navigation bar styles*/

#top {
	width: 969px;
	height: 137px;
}

#top ul {
	margin: 0px;
	padding: 0px;
	width: 969px;
}

#info {
	width: 240px;
	float: right;
	text-align: right;
	margin-top: 58px
}

#search input {
	color: #000000;	
}

#h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	margin-top: 7px;
	text-transform: uppercase;
}

/* Navigation Bar Styles */

#nav {
	position: absolute; /* Used absolute positioning to achieve equal rendering on FF & IE*/
	top: 102px;
	left:8px;
	height: 34px;
}

#nav li {
    float: left;
	background-image: url(../images/nav.jpg);
}

#nav li a {
    display: block;
    height: 34px;
	width: 100%;
}

#nav li a span {
	display: none;
}

#n_TREADMILLS { 
	width: 117px;
	background-position: 0px -41px;
}

#n_TREADMILLS_on { 
	width: 117px;
	background-position: 0px -41px;
}

#n_TREADMILLS:hover { 
	background-position: 0px 0px;
}

#n_ELLIPTICALS { 
	width: 112px;
	background-position: -117px -41px;
}

#n_ELLIPTICALS_on { 
	width: 112px;
	background-position: -117px 0px;
}

#n_ELLIPTICALS:hover { 
	background-position: -117px 0px;
}

#n_EXERCISEBIKES { 
	width: 137px;
	background-position: -229px -41px;
}

#n_EXERCISEBIKES_on { 
	width: 137px;
	background-position: -229px 0px;
}

#n_EXERCISEBIKES:hover { 
	background-position: -229px 0px;
}

#n_STRENGTH { 
	width: 98px;
	background-position: -366px -41px;
}

#n_STRENGTH_on { 
	width: 98px;
	background-position: -366px 0px;
}

#n_STRENGTH:hover { 
	background-position: -366px 0px;
}

#n_VIBRATION { 
	width: 100px;
	background-position: -464px -41px;
}

#n_VIBRATION_on { 
	width: 100px;
	background-position: -464px 0px;
}

#n_VIBRATION:hover { 
	background-position: -464px 0px;
}

#n_AB_MACHINES { 
	width: 121px;
/*	background-position: -564px -41px; */
	background-position: -564px 0px;
	/* set this to always be on, since this is the page we're on */
}

#n_AB_MACHINES_on { 
	width: 121px;
	background-position: -564px 0px;
}

#n_AB_MACHINES:hover { 
	background-position: -564px 0px;
}

#n_ACCESSORIES { 
	width: 180px;
	background-position: -685px -41px;
}

#n_ACCESSORIES_on { 
	width: 180px;
	background-position: -685px 0px;
}

#n_ACCESSORIES:hover { 
	background-position: -685px 0px;
}

#n_IFIT_CARDS { 
	width: 104px;
	background-position: -865px -41px;
}

#n_IFIT_CARDS_on {
	width: 104px;
	background-position: -865px 0px;
}

#n_IFIT_CARDS:hover {
	background-position: -865px 0px;
}


#category-midnav {
	clear: both;
	height:39px;
	background-color:#000000;
	text-align:center;
}


.homeli {
	text-transform: uppercase;
}

#maincontent {
	text-align: left;
	width:760px;
	margin: 0 auto;
	background-color: #000;	
}
/* Footer styles*/

#bottom {
	width: 969px;
	height: 210px;
	text-align: center;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	padding: 15px 0px 15px 0px;
	margin: 5px auto;
	clear: both;
}

#bml-footer {
	margin-top: 10px;		
}

#bml-footer span {
	display: none;
}

.spot {
	color: #FFFFFF;
	font-weight: bold;
	padding: 15px 0px;
}

.spot p {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	color:#FFFFFF;
}

#promo {
	width: 220px;
	height: 100%;
	float: left;
	text-align: center;
	border-right: 1px solid #989898;
	padding: 10px 10px 0;
}

#support {
	width: 220px;
	height: 100%;
	float: left;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #989898;
	padding: 10px 10px 0;
}

#support ul {
	font-size: 11px;
	padding: 0px 0px 0px 13px;
	list-style-image: url(../images/arrow.jpg)
  }
  
#support ul li {
	padding-bottom: 5px;
}

#support ul li a {
	color: #989898;
}

.media-support {
	padding-left: 0px;
	margin-bottom: 20px;
}

.media-support li {
	list-style: none;	
}

.media-support img {
	vertical-align: middle;
	margin-right: 10px;
}

#sale-spot {
	width: 220px;
	height: 100%;
	float: left;
	border-right: 1px solid #989898;
	padding: 10px 10px 0;
}

#email-exclusive {
	background: transparent url(../images/sweepstakes.jpg) no-repeat scroll 0 0;
	color: #000000;
	float: right;
	height: 194px;
	text-align: center;
	width: 220px;
	margin: 10px 15px 10px 0;
}

#media {
	width: 220px;
	height: 100%;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

#media ul {
	padding: 0px;
}

#media ul li {
	padding-bottom: 10px;
}

#media span {
	margin-left: 10px;
}

#media img {
	vertical-align:middle;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align:center;
}

#footer ul {
	margin: 15px 0px;
}

#footer li {
	display: inline;
	margin: 5px 7px;
}

#footer li a, #footer li a:hover, #footer li a:visited {
	color: #FFFFFF;
	text-decoration: underline !important;
}

#footer-copyright {
	font-weight: bold;
}
#left-col {
	float: left;
}
#sidenav {
	width: 204px;
	float: left;
	margin-bottom: 40px;
}

#sidenavlist {
	list-style-type: none;
	text-align: right;
}

#sidenavlist li {
	line-height: 32px;
	font-weight: bold;
}

#left-content {
	float: left;
	width: 204px;
}

#right-img {
	float: right;
	width: 556px;
	padding-bottom: 10px;
	background-color: #fff;
}

#right-content , #right-content-testimonials {
	float: right;
	width: 516px;
	padding: 10px 20px 15px;
	background-color: #fff;
	color:#000;
	font-family: Verdana, sans-serif;
}
#right-content-testimonials h1{
	font-size: 20px;
	color:#000;
}
#right-content-testimonials h4{
	font-size: 10pt;
	color:#000;
}
#right-content-testimonials b{
	font-size: 10pt;
	color:#000;
}
#right-content-testimonials p {
	color:#000;
	margin: 0px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}
.testimonial-image {
	float: left;
	text-align: center;
	margin: 15px 5px 0 0;
	font-weight: bold;
	width: 98px;
}

#dvd-left {
	float: left;
	width: 330px;
}

#dvd-left p {
	line-height: 20px;
	color:#000;
}

#dvd-left img {
	margin: 15px 0;
}

#dvd-right {
	float: right;
	width: 177px;
}

#dvd-img {
	margin: 0 0 120px 0;
}
#right-content h1 {
	font-size: 20px;
	color:#000;
}

#right-content h4 {
	margin-top: 15px;
	color:#000;
	font-weight:700;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

#right-content p {
	color:#000;
	margin: 0px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

#right-content ul li{
	list-style-type: none;
	margin: 5px 0 10px 15px;
	color:#000;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

#right-content img {
	float: left;
}


#mini-spine {
	width: 195px;
	float: left;
	margin: 0px 30px 0 0;
}

#mini-spine img {
	margin: 0px 30px 10px 10px;
}
#special {
	background-color: #222;
	padding-bottom:10px;
}
.product {
	border-top: 1px solid #c0c0c0;
}
.product li{
	color:#000;
	font-size: 10pt;
}
#product .highlight a{
	color: #CB1B28;
	font-size: 8pt;
}

#sales h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 7px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#support ul {
	font-size: 11px;
	padding: 0px 0px 0px 13px;
	list-style-image: url(/wcsstore/ProForm/images/arrow.jpg);
	margin-left: 5px;
  }
  
#support ul li {
	padding-bottom: 5px;
}

#support ul li a {
	color: #989898;
}
.media-support {
	padding-left: 0px;
	margin-bottom: 20px;
}

.media-support li {
	list-style: none;	
}

.media-support img {
	vertical-align: middle;
	margin-right: 10px;
}