html, html body{
  height: 100%;
}
body{
  margin: 0px;
  padding: 0px;
  background-color: #333333;
  background-attachment: fixed;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
  color: #000000;
  text-align:center;
  font-size: 12px;
  font-family: Verdana, Arail, sans;
}
a img{
  border: 0px;
}
.columns{
  background-image: url('../images/col_bg.jpg');
  background-position: top left;
  background-repeat: repeat-y;
}
div#fitness_bg{
  position: absolute;
  width:249px;
  height: 300px;
  top: 0px; left: 0px;
  background-image: url('../images/fitness_bg.jpg');
  background-position: top left;
  repeat: repeat-x;
}
div#middle{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 702px;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
	border-left: 4px solid #666666;
	border-right: 4px solid #666666;
}
html>body div#middle{
  height: auto; min-height: 100%;
}
/* A CSS comment before the hack \*/
* html div#middle {
  width: 700px;
}
/* Another CSS comment after the hack */
div#banner{
  border-top: 0px solid #999999;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #666666;
  text-align:left;
}
div#main_nav{
  text-align:right;
  width: 702px;
  display: block;
  font-size: 100%;
  background-color: #666666;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  height: 18px;
}
div#main_nav a{
  background-color: #999999;
  background-image: url('../images/button5.gif');
  background-position: middle;
  float: left;
  font-weight: normal;
  font-size: 10px;
  clear: right;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 10px;
  border-top: 1px solid #999999;
  border-left: 2px solid #ffffff;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  color: #000000;
  text-align:left;
}
div#main_nav a.active, div#main_nav a.active:hover{
  background-image: url('../images/button6.gif');
  background-position: middle;
  float: left;
  font-weight: normal;
  font-size: 10px;
  clear: right;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 10px;
  border-top: 1px solid #999999;
  border-left: 2px solid #ffffff;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #cccccc;
  color: #ffffff;
  text-align:left;
}
div#main_nav a:hover{
  background-image: url('../images/button3.gif');
  background-position: middle;
  background-color: #003366;
  color: #ffffff;
  border-bottom: 1px solid #999999;
  border-left: 2px solid #ffffff;
  border-right: 1px solid #333333;
  border-top: 1px solid #cccccc;
}
div#main_content{
  position: relative;
  border-left: 0px solid #333333;
  border-right: 0px solid #333333;
  border-bottom: 0px solid #333333;
  font-size: 90%;
  padding-bottom: 20px;
}
div#main_content div#left_col{
  position: relative;
  float: left;
  width: 226px;
  padding: 1em;
}
div#main_content div#left_col *{
  z-index: 4;
}
div#main_content a{
  font-weight: bold;
}
div.leftSide{
  position: relative;
  padding-top: 20px;
  text-align:center;
}
div.leftSide img{
  border: 1px solid #999999;
}
div.category_bg{
  position: absolute;
  width:249px;
  height: 300px;
  top: 0px; left: 0px;
  background-position: top left;
  repeat: repeat-x;
  z-index: 1;
}
.fit{
  background-image: url('../images/fbg.jpg');
}
.mar{
  background-image: url('../images/mbg.jpg');
}
.phy{
  background-image: url('../images/pbg.jpg');
}
.spe{
  background-image: url('../images/ebg.jpg');
}
div#main_content div#right_col{
  margin-left: 254px;  
  padding: 1em;
}
p{
  text-align:justify;
}
h1{
  color: #666666;
  font-size: 12pt;
  margin: 0px;
  padding: 4px;
}
div#cart{
  position: relative;
  display: inline;
  background-position: top left;
  background-color: #666666;
  height: 20px;
}
div#cart a{
  display: inline;
  background-color: #666666;
  background-image: url('../images/cart_bg.gif');
  border: 0px;
  font-weight: bold;
  float: none;
  padding-left: 60px;
  padding-top: 4px;
  padding-bottom: 2px;
  width: 100px;
}
div#cart a:hover{
  background-image: url('../images/cart_bg.gif');
  color: #000066;
  background-color: #666666;
  font-weight: bold;
  text-decoration: underline;
  border: 0px;
}

div#footer{
  position:absolute;
  padding-bottom: 2px;
  width: 100%;
  bottom: 0px;
  height: 16px;
  font-size: 75%;
  border-top: 1px solid #999999;
  background-color: #cccccc;
  z-index: 300;
}
div.feature_box{
  position: relative;
  width: 220px;
  border: 1px solid #000000;
  background-color: #ffffff;
  height: auto;
  margin-bottom: 20px;
}
div.feature_box div.title{
  text-align:center;
  background-color: #666666;
  color: #ffffff;
  font-size: 10pt;
  padding-left: 6px;
  border-bottom: 1px solid #999999;
}
div.feature_box div.inside_box{
  padding: 4px;
  text-align:center;
  height: auto;
  background-color: #ffffff;
}
a{
  color: #000099;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
th{
  color: #000066;
  text-align: right;
  font-weight: bold;
}
.button{
  color: #000066;
  font-family: arial, sans;
  font-weight: bold;
}
form{
  margin: 0px;
  padding: 0px;
}
div.single_col{
  padding: 10px;
}
h2{
  font-size: 8pt;
  color: #000066;
  font-weight: bold;
}
.sm_desc{
  display: block;
  margin-left: 10px;
  background-color: #eeeeee;
}
.c_col{
  
}
.category_heading{
  position: absolute;
  top: 0;
  left: 0;
  width: 246px;
  text-align: left;
  border-top: 0px;
}

ul.problems{
  text-align:left;
  color: red;
  margin-bottom: 20px;
}

.feature_box p{
  margin-top: 0px;
  margin-bottom: 4px;
  text-align: left;
}
hr{
  height: 1px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
div.left_col_spacer{
  height: 60px;
  display: block;
  width: 100px;
}
input.nbor{
  text-align:right;
  border: 0px;
  background: inherit;
}
table.cart{
  border-style: solid;
  border-color: #999999;
}
table.cart tr th{
  border-style: solid;
  border-color: #999999;
  text-align:center;
  background-color: #003366;
  color: #ffffff;
}
table.cart tr td{
border-color: #999999;
  border-style: solid;
}
div.cart_buttons{
  margin-top: 20px;
  text-align:center;
  width: 100%;
}
div.cart_buttons button, div.cart_buttons input{
  background-color: #003366;
  color: #ffffff;
  font-family: arial, verdana, sans;
  font-weight: bold;
}
div#overDiv table table{
  text-align:center;
}

div#overDiv table table table{
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  border-style: solid;
  border-color: #000000;
  background-color: #ffffff;
}
div#overDiv table table table tr th{
  font-size: 10px;
  font-weight: bold;
  border-style: solid;
  border-color: #000000;
}
div#overDiv table table table tr td{
  font-size: 10px;
  border-style: solid;
  border-color: #000000;
}