*{
  margin: 0;
  padding: 0;
}

body{
  background: #000000;
  font-family: "Lucida Sans", arial;
  font-size: 12px;
  color: #000000;
}

p{
  margin-bottom: 10px;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #00868A;
}
a:focus{
  outline: none;
}


h1{
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

h2{
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: normal;
}

h3{
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: normal;
}






#intro{
  width: 850px;
  height: 600px;
  margin: 0 auto;
  margin-top: 50px;
}

#container{
  margin: 0 auto;
  margin-top: 50px;
  width: 970px;
}

#content{
  width: 970px;
  min-height: 680px;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 5px;
}


#logo{
  height: 21px;
  width: 970px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}


#nav{
  color: #FFFFFF;
}
#nav a{
  color: #FFFFFF;
}
#nav a:hover{
  color: #00868A;
}




#copy{
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 11px;
  color: #555555;
} 
#copy a{
  color: #555555;
}
#copy a:hover{
  color: #666666;
}



#homebox{
  position: absolute; 
  left: 585px; 
  top: 115px;
}


#bikesbox{
  width: 800px; 
  min-height: 635px;
  margin: 0 auto;
  background-image: url(/images/transparent.png);
}

#bikesbox .padding{
  padding: 25px;
}


#blogbox{
  width: 970px; 
  min-height: 680px;
  margin: 0 auto;
}



#contactbox{
  position: absolute;
  left: 65px;
  top: 420px;
  background-image: url(/images/transparent.png);
  padding: 20px;
}
#contactbox p{
  border-bottom: 1px solid #FFFFFF;
  font-size: 14px;
  padding: 5px;
}
#contactbox a{
  color: #000000;
}
#contactbox a:hover{
  color: #158686;
}



#signupbox{
  position: absolute;
  left: 65px;
  top: 250px;
  background-image: url(/images/transparent.png);
  padding: 20px;
}

#signupbox input{
  padding: 2px;
  border: 1px solid #CCC;
  width: 150px;
  color: #158686;
  font-size: 13px;
  font-family: "Lucida Sans", arial;
}

#signupbox td{
  padding-bottom: 3px;
  padding-right: 3px;
}


#storebox{
  width: 970px;
  height: 680px; 
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
}


#storebox #sidebar{
  width: 166px;
  height: 660px;
  float: left;
  padding: 10px;
  border-right: 4px solid #000000;
  font-size: 13px;
}
#storebox #sidebar h3{
  font-size: 22px;
  font-weight: normal;
}
#storebox #sidebar a{
  color: #000000;
}
#storebox #sidebar a:hover{
  color: #00868A;
}
#storebox #sidebar ul{
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 10px;
}

#storebox #store{
  margin-left: 130px;
  position: relative;
}

#storebox #banner{
  width: 780px;
  height: 330px;
  overflow: hidden;
}


#storebox #products{
  height: 350px;
  overflow: auto;
}

#storebox #products #gallery a{
  float: left;
  width: 145px;
  height: 145px;
  margin: 3px;
}


#storebox #products #list{
  margin-left: 20px;
  margin-top: 20px;
}


#storebox #products #list td{
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #CCC;
}

#storebox #products .heading{
  background-color: #00868A;
  color: #FFFFFF;
  font-weight: bold;
}


#storebox #products #list a{
  color: #000000;
}

#storebox #products #list a:hover{
  color: #00868A;
}

#storebox h1{
  font-size: 22px;
  font-weight: normal;
}

#storebox h2{
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
}


#cartnote{
  float: right;
  color: #FFFFFF;
}
#cartnote a{
  color: #FFFFFF;
}
#cartnote a:hover{
  color: #00868A;
}

#cartnote .orange a{
  color: #e27321;
}

#cartnote .orange a:hover{
  color: #00868A;
}




#storecopy{
  margin-top: 3px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
}
#storecopy a{
  color: #FFFFFF;
}

#storebox .productimage{
  float: right;
  margin: 0 0 20px 20px;
  border: 1px solid #000000;
}

#storebox .price{
  margin-top: 0;
  color: #00868A;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}







/* fading images */
#imageContainer {
	position:relative;
	margin:auto;
	width:850px;
}


#imageContainer {
	height:600px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
/* end fading images */



.gone { visibility: hidden; }
.here { visibility: visible; }

#noscript{
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.price {
  text-align: right;
  color: #00A8AA;
  margin-bottom: 7px;
  padding-top: 10px;
}

.specs{
  float: left;
  padding-top: 10px;
  width: 300px;
}





.dhtmlgoodies_question{	
	overflow:hidden;
	cursor:pointer;
	width: 250px;
}
.dhtmlgoodies_answer{	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{	
	position:relative;
}


.cart{
  border-collapse: collapse;
}

.cart input{
  width: 250px;
  border: 1px solid #CCC;
  background-color: #f1f1f1;
  padding: 3px;
}

.cart td{
  padding: 5px 20px 5px 20px;
}

.cartheading{
  background-color: #00A8AA;
  color: #FFFFFF;
  font-size: 14px;
  border: 1px solid #00A8AA;
}

.cart .cartline{
  border: 1px solid #00A8AA;
}

.cart select{
  text-align:center;
  width: 50px;
  background-color: #00A8AA;
  color: #FFFFFF;
}

.cart option{
  border-bottom: 1px solid #000000;
  padding:3px;
  text-align:center;
}


#thumbnails{
  margin-bottom: 20px;
  margin-top: 10px;
}

#thumbnails a{
  margin-right: 5px;
  margin-bottom: 5px;
}


.quotebox{
  float: left;
  width: 18%;
  margin-right: 2%;
}

.quotebox input{
  padding-bottom: 10px;
}


.outofstock{
  margin-top: 5px;
  font-size: 10px;
  color :#FF0000;
}




.quotetable{
  border-collapse: collapse;
}


.quotetable td{
  padding: 2px 10px 2px 10px;
}

.quoteheading{
  background-color: #00A8AA;
  color: #FFFFFF;
  font-size: 14px;
  border: 1px solid #00A8AA;
}

.quotetable .line{
  border: 1px solid #00A8AA;
}

.quotetable input{
  width: 250px;
  border: 1px solid #CCC;
  background-color: #f1f1f1;
  padding: 3px;
}





#demobox{
  color: #FFFFFF;
  padding-top:45px;
}

.demoimg{

}

#whitebox{
  padding: 5px 15px 5px 15px;
  float: right;
  background-color: #FFFFFF;
  margin-top: 30px;
  color: #000000;
}





.service{
  width: 200px;
  float: left;
}



.ie{
  display: none;
}



#couponform{
  margin-top: 50px;
  margin-left: 10px;
}

#couponform #code{
  width: 110px;
  border: 1px solid #CCC;
  background-color: #f1f1f1;
  padding: 3px;  
  vertical-align: middle; 
}

#couponform #submit{
  width: 22px;
  height: 22px;
  border:0;
  background-color: #FFFFFF;
  background-image: url(/images/go.jpg);
  background-repeat:no-repeat;
  vertical-align: middle;
}


















