* {
	margin:0;
	padding:0;
}

body{
	font-family: Tahoma,Arial,sans-serif;
	background:url('/images/background_blue.jpg') #adb6c7 repeat-x;
}

#page-width{
	margin: 0 auto;
	/*padding: 10px;*/
	padding-top:0px;
	 /*border: 3px inset #eee; */
	width:800px;
	background-color:#fff;
}

.clear-both{
	clear:both;
}

.clear-left{
	clear:left;
}

.left {
	float:left;
}

a:visited, a:link
{
  color:#333333;
  text-decoration:none;
  font-weight:bold;
}

#logo{
	float:left;
	margin-top:6px;
	margin-left:6px;
	background-color: transparenss;
}
#banner{
	float:right;
}

#top-banner{
	width:795px;
	height:86px;
	padding-top:4px;
	padding-left:5px;
	background: url('/images/layout/header_fitness.gif') transparent repeat-x;
}

#slogan {
	margin-top:10px;
}

.store-navigation a {
	color:#fff;

}

.store-navigation{
	padding-right:10px;
	text-align:center;
	font-weight:normal;
	padding-top:66px;
	font-size:11px;
	color:#fff;
	float:right;
}

.store-navigation-bottom a {
	color:#fff;

}
.store-navigation-bottom{
	font-weight:normal;
	padding-top:5px;
	padding-right:10px;
	font-size:11px;
	color:#fff;
	float:right;
}

.breadcrumbs{
	float:left;
	font-size:12px;
}

#content_container{
	clear:both;
}

#left-sidebar{
	float:left;
	width:157px;
	background: #336699;
	/*margin-top:5px;*/
}
.left-sidebar-header{
	width:150px;
	background-color:#ED271B;
}
#left-sidebar{
	float:right;
	width:200px;
}
.left-sidebar{
	padding:2px 4px;
	background-color:#369;
}
#right-content{
	float:left;
	width:590px;
	margin-left:6px;
}
#middle-content{
	width:550px;
}


#footer{
	clear:both;
	margin:auto;
	padding-left:0px;
	height: 68px;
	text-align:center;
	background: url('/images/layout/bottom-back.gif') repeat-x;
}
.footer-contrast{
	width:800px;
	clear:both;
	margin:auto;
	padding-left:30px;
	padding-top:0;
	height: 22px;
	text-align:center;
	/*background: url('images/menu-red-back.gif') repeat-x;*/
	background-color:#4D648A;
}

.footer-menu {	
	float:left;
	border-right:1px solid #fff;
}

.footer-menu-last {
	border-right:none;
}


.subfooter{
	font-size:12px;
}

.footer-img{
	float:left;
	margin-top: 0px;
	padding-left:200px;
	padding-right:20px;
}

.footer-links a{
	text-align:center;
	width:800px;
	clear:both;
	height: 22px;
	color:#FFF;
}

/*.footer-links-link a {
	color:#fff;
}*/
/*.footer-links-link{
	float:none;
	color:#fff;
	display:block;
	font-size:10px;
	font-weight:bold;
}*/

.footer-text{
	margin-top:45px;
	text-align:left;
	width:240px;
	color:#fff;
	font-size:12px;
}

div {
	overflow:hidden;
}

#content-container{
	padding:0px;
}

.info-container{
	/* background: url('/images/layout/side_back.jpg'); */
	padding:1px 4px 10px 4px;
}
.info-content {
	padding-left:2px;
	background: #fff;
}
.info-left{
	background: url('/images/layout/fr_left.gif') transparent repeat-y left top;
	padding-left:6px;
}

.info-right{
	background: url('/images/layout/fr_right.gif') transparent repeat-y right top;
	/* width:100%;     Needs to be set in IE but not in Firefox etc. */
	padding: 0px 10px 0px 0px;
}

* html .info-left{
/* height:1%; */
}

.info-top-left, .info-top-right, .info-bottom-left, .info-bottom-right { 
	background-image: url('/images/layout/border.gif'); /* CHANGE: path and name of your image */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.info-top-left, .info-top-right {
	height: 6px;       /* CHANGE: replace by the height of your corners */
	}
.info-bottom-left, .info-bottom-right {
	height: 10px;       /* CHANGE: replace by the height of your corners */
	}
.info-top-left, .info-bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.info-top-right, .info-bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	}
.info-top-right {
	margin-top: -6px;  /* CHANGE: replace by the height of one of your corners */
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.info-bottom-left  { 
	background-position: 0 -20px;    /* CHANGE: replace second number by negative height of one of your corners */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	}
.info-bottom-right { 
	background-position: 100% -20px; /* CHANGE: replace second number by negative height of one of your corners */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	}
.info-inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.infoBoxHeading{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:2px;
}
.header-container{
	height:30px;
}
.header-left{
	float:left;
	height:30px;
	margin-left:4px;
	width:22px;
	background: url('/images/layout/box-head-left.gif') repeat-x;
}
.header-text{
	font-size:12px;
	float:left;
	height:23px;
	padding-top:7px;
	width:105px;
	color:#fff;
	font-weight:bold;
	background: url('/images/layout/side-head-m.gif') repeat-x;
}
.header-right{
	float:left;
	height:30px;
	width:22px;
	background: url('/images/layout/box-head-right.gif') repeat-x;
}
.title-sub{
	
}

.fit-main-menu {
	float:left;
	border-right:1px solid #fff;
}

.fit-main-menu-last {
	border-right: none;
}

.fit-main-menu-link {
	padding-left:20px;
	padding-right:20px;
	line-height:22px;
}

.fit-main-menu-left {
	background: url('/images/menu/menu-back.gif') repeat-x;
	float:left;
}
.fit-main-menu-right {
	background: url('/images/menu/menu-back.gif') repeat-x;
	float:left;
}

.infoBoxContents .boxText {
	font-size:12px;
	padding:4px;
	
}

.center{
	float:center;
}

#navBar a{
    display: block;
	text-decoration: none;
	font-size:9pt;
	font-weight:bold;
	color: #333333;
}

#navBar a:link{
	text-decoration: none;
	color: #333333;
}

#navBar a:visited{
	text-decoration: none;
	color: #333333;
}

#navBar a:hover{
	text-decoration: none;
	color: #000066;
	background-color:#B69C40;
}
#Top
{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:120px;
  background-image:url(../../pict/Topbar.jpg);
  background-repeat:no-repeat;
}
#MainSiteLink
{
  position:absolute;
  top:20px;
  left:110px;
  width:140px;
  height:30px;
  cursor:hand;
}
#Banners
{
  position:absolute;
  top:0px;
  left:510px;
}

.MainMenu
{
  position:absolute;
  top:120px;
  left:0px;
  width:100%;
  height:20px;
  background-color:#F0F0F0;
  float:left;
  font:Arial, Helvetica, sans-serif;
  font-size:8pt;
}
.MainMenu a
{
  color:#333333;
  text-decoration:none;
  display: block;
  font-weight:bold;
}
.MainMenu a:hover
{
  color:#333333;
  text-decoration:none;
  display: block;
  background-color:#CCCCCC;
  display: block;
}

.MainMenuItem
{
  position:relative;
  float:left;
  text-align:center;
  padding:2px 10px 2px 10px;
  border-left:1px solid #000000;

}

#Content
{
  position:absolute;
  width:500px;
  top:150px;
  left:5px;
  border:1px solid #000000;
  padding:5px;
}

#ContentProd{
  float: left;
  top:150px;
  width: 600px;
  padding:10px 0px 0px 10px;
  position:relative;
}

.ContentItem
{
  width:100%;
  height:180px;
 /*   background-color:#C8C800;
  border:1px solid #000000;*/
}

.ContentTitle
{
 top:0px;
 width:100%;
 height:20px;
 border:1px solid #404040;
 font:Arial, Helvetica, sans-serif;
 font-size:10pt;
 color:#404040;
 z-index:-1;
 padding-left:25px;
 background-color:#F0F0F0;
}
#HotNews
{
  position:absolute;
  top:150px;
  left:550px;
  width:250px;
  float:left;
}
.HotNewsItem
{
  width:100%;
  border:1px solid #000000;
  font:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#404040;
  padding:5px 5px 5px 5px;
}
.MainBanner
{
position:relative;
  width:150px;
  height:150px;
  border:1px solid #000000;
  float:right;
  margin:-15px 5px 5px 5px;
  background-color:#FFFFFF;
  z-index: 15;
}
#navBar{
  float: left;
  top:160px;
  width: 160px;
  height:100%;
  margin: 0px;
  padding: 5px 5px 5px 5px;
  background-color: #dddddd;
  position:relative;
}

/************** .tablelist styles *****************/
.tablelist{
  clear: both;
  padding: 5px 0px 0px 5px;
  border: 1px solid #000000;
  width:580px;
  font-size:10pt;
  font-weight:bold;
  color:#000000;
}

.tablelist a {
  padding: 2px 0px 2px 5px;
  background-color: #F6DC80;
  display: block;
  font-weight:bold;
  color:#000000;
  text-decoration: none;
}

.tablelist a:visited{
	text-decoration: none;
}
.tablelist a:hover{
  display: block;
  background-color: #B69C40;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;
}
.TL_CatName {
  font-size:14pt;
  font-weight:bold;
  color:#D6BC60;
  text-transform: capitalize;
  text-shadow:Silver;
}
.TL_ProdName {
  font-size:14pt;
  font-weight:bold;
  color:#000066;
  text-transform: capitalize;
  text-shadow:Silver;
}
.TL_ProdList {
  font-size:8pt;
  color:#000000;
  text-align:left;
  font-weight:normal;
  width:100%;
}
.TL_ProdList td{
    color:#000000;
}
.tblProdDetails{
 border:1px solid #000000;
 font-size:10pt;
 padding: 5px 5px 5px 5px;
}
.tblProdDetailsTitle{
  text-align: center;
  color:#CCCCCC;
  font-size:12pt;
  font-weight:bold;
  background-color:#000000;
}

/************** .feature styles ***************/

.feature{
  font-size: 80%;
}

.feature h3{
  text-align: center;
  color:#CCCCCC;
  background-color:#000000;
}

.feature img{
  float: left;
}
.feature ul{
 list-style-type: disc;
}

/************** .story styles *****************/

.story{
  clear: both;
}

.story p{
  padding: 0px 0px 10px 0px;
}
.story table{
border-bottom:1px solid #666666;
border-right:1px solid #666666;

}
.story table tr th{
text-align:left;
background-color:#dddddd;
}
.story table tr td{
text-align:left;
background-color:#eeeeee;
}
.activeProduct {
  display: block;
  padding: 0px 0px 0px 0px;
  font-size:10pt;
  font-weight:bold;
  color: #990000;
}
#prodLinks a {
  display: block;
  padding: 0px 0px 0px 10px;
  font-size:8pt;
  font-weight:bold;
  color:#666666;
}

#prodLinks a:hover{
  background-color: #eeeeee;
}

.front-flash{
	text-align:center;
	width:480px;
	padding-left:160px;
}

.front-flash-right{
	text-align:right;
	width:480px;
	padding-left:0px;
}
#img-customer-service {
	margin-top:10px;
}

.info-box {
	float:left;
	/*border:2px solid #eee;*/
	width:285px;
	margin-top:5px;
	margin-right:14px;
	margin-bottom:10px;
	padding-right:2px;
	background-color:#fff;
}

.info-box-left {
	padding-left:10px;
	clear:left;
}

.info-box-right {
	margin-right:0px;
	width: 184px;
}

.info-box-top {
	text-align:center;
	width:100%;
	color:#496689;
	font-weight:bold;
	font-size:14px;
	border: 1px solid #ddd;
	border-bottom:none;
	padding-top:2px;
	height:19px;
}

.info-box-inner {
	float:left;
	font-size:12px;
	border:1px solid #ddd;
	border-top:none;
	width:100%;
	height:364px;
}
.info-box-text-small {
	font-size:10px;
	text-align:center;
	width: 100%;
	
	padding-bottom: 2pt;
}
.info-box-text {
	float:left;
	width:180px;
	text-align:left;
	padding-top: 0pt;
	padding-left: 3pt;
}
.info-box-list {
	padding-left: 12pt;	
}

.info-box-image {
	background-color:#fff;
	border: 0px;
}

.nav-box-top {
	text-align:center;
	width:100%;
	/*background:url('images/menu-red-back.gif')repeat-x;*/
	color:#000;
	font-weight:bold;
	font-size:14px;
	border: 1px solid #ed1c24;
	border-bottom:1px solid #ddd;
	background-color: #ddd;
	padding-top:2px;
	height:19px;
}
.nav-box {
	float:left;
	/*border:2px solid #eee;*/
	width:182px;
	margin-right:14px;
	margin-bottom:10px;
	padding-right:2px;
	background-color:#fff;
}

.nav-box-left {
	padding-left:10px;
	clear:left;
}

.nav-box-right {
	margin-right:0px;
	width: 184px;
}

.nav-box-inner {
	float:left;
	border:1px solid #ddd;
	border-top:none;
	width:100%;
	height:132px;
}

#nav-box-customer {
	margin-left:30px;
	margin-top:20px;
	text-align:left;
	color:#496689;
    background: url('/images/layout/handshake.gif') no-repeat ;
}

.product-box {
	float:left;
	width:246px;
	margin-right:18px;
	margin-bottom:10px;
	padding: 0px 2px 0px 0px;
}

.product-box-right {
	float:left;
	margin-right:0px;
}
.product-box-left {
	padding-left:10px;
}

.product-box2 {
	float:left;
	width:369px;
	margin-right:18px;
	margin-bottom:10px;
	padding: 0px 2px 0px 0px;
}
.product-box-right2 {
	float:left;
	margin-right:0px;
}
.product-box-left2 {
	padding-left:19px;
}


.category-header{
	background-color:#4D648A;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	height:18px;
	padding-left:5px;
	padding-top:3px;
	margin-bottom:3px;
	width:auto;
	/*background: url('images/menu-grey-back.gif') repeat-x;*/
	text-align:center;
}
.product-header{
	text-align:center;
	width:100%;
	/*background:url('images/menu-red-back.gif')repeat-x;*/
	color:#000;
	font-weight:bold;
	font-size:14px;
	border: 1px solid #ed1c24;
	border-bottom:1px solid #ddd;
	background-color: #ddd;
	padding-top:2px;
	height:19px;
}

.product-box-inner {
	float:left;
	background-color:#fff;
	border-top:none;
	border-right:none;
	padding-top:3px;
	line-height:16px;
	width:100%;
	height:135px;
	font-size:11px;
	border:1px solid #ddd;
}
.product-box-links a {
	color:#496689;

}
.product-box-links {
	padding-top:8px;
	padding-left:10px;
	line-height:18px;
	float:left;
	width:102px;
	text-align:left;
	color:#496689;
}
.product-box-image {
	background-color:#fff;
	border: 0px;
	width: 125px;
}

.franchise{
	margin-bottom:10px;
	margin-left:10px;
	padding:2px 2px;
	width:774px;
	font-size:12px;
	background-color:#fff;
	border:1px solid #ed1c24;
	text-align:left;
}

.franchise-img {
	width:131px;
}	
.franchise-header {
	color: #000;    /* #ed1c24; */
	padding:5px 0px;
	font-size:18px;
	
	margin-bottom:0px;
}
.franchise-content {
	margin-top:0px;
}

#wide-content{
	padding-left:7px;
	padding-top:3px;
}
.breadCrumbs a:hover{
	color: #000;
}
.breadCrumbs a{
  	font-weight:normal;
	color: #000;
}
.breadCrumbs{
  	font-weight:normal;
	font-size:11px;
	padding-top:4px;
	padding-left:8px;
	color: #000;
}
td.pageHeading{
	padding-top:10px;
	padding-left:18px;
	font-weight:normal;
	color:#ed1b23;
}
table.productListing{
	border:none;
}
.productListSpacer{
	padding-left:18px;
}
td.productListSpacer{
	width:0px;
}
.productBox{
	border: 1px #e5e5e5 solid;
}
.smallText{
	padding-top:8px;
	padding-left:18px;
}
.main{
	padding-left:18px;
	padding-right:5px;
}

.tip-heading {
	font-weight:bold;
	padding: 10px 5px 0px 9px;
	font-size: 16px;
}

.tip-text {
	padding: 15px 5px 0px 9px;
	font-size: 14px;
	line-height:22px;
}

.productBox {
	height:250px;
}
.tabcontent {
	width: 550px; 
}
.location-name {
	font-weight:bold;
	font-size:14px;
	margin-bottom:2px;
}
.location-phone{
	margin-top:3px;
	width:170px;
	float:left;
}
.location-map{
	margin-top:3px;
	float:left;
}
.location-box {
	font-size:12px;
	width: 350px;
	margin-bottom: 5px;
	border: 1px #ddd solid;
	padding: 5px;
	padding-left:10px;
	padding-bottom:8px;
}
.location-left {
	width:425px;
	float:left;
}
.location-right {
	float:left;
}
.location-email {
	margin-right:10px;
}

.field-title {
	width:120px;
	margin-bottom:10px;
}
.field-input {
	margin-bottom:10px;
}
.standard-spacing {
	padding:10px;
}

h3 {
	margin-bottom:10px;
}

/* styleguide styles */
.styleguide { 
	padding:10px;
}
.styleguide h1 {
	font-size:18px;
}
.styleguide p {
	margin-top:10px;
	text-indent:15px;
}
.styleguide .indent{
	padding-left:40px;
}