
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooxxxxxx   [WS1] HTML Body    xxxxxxoooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/


.content {
	float:left;
	width:100%;
	height:184px;
	position:relative;
	clear:both;
}

	.position1 {
		float:left;
		width:135px;
		padding-left:10px;
		position:relative;
		}
		
	.position2 {
		float:left;
		width:135px;
		padding-left:10px;
		position:relative;
		}
	

/*ooooooooooooooooooooooooooooooooooooo*/
/*xxxxxx    Main Nav Buttons     xxxxxx*/
/*ooooooooooooooooooooooooooooooooooooo*/


#mtnBikes_BTN {
  display: block;
  float:left;
  width: 135px;
  height: 180px;
  background: url("http://kelownacycle.ca/wp-content/themes/genesis/images/mtnBikes_btn.png") no-repeat 0 0;
  clear:both;
}


#mtnBikes_BTN:hover { 
  background-position: 0 -180px;
}


#mtnBikes_BTN span {
  display: none;
}


#rdBikes_BTN {
  display: block;
  float:left;
  width: 135px;
  height: 180px;
  background: url("http://kelownacycle.ca/wp-content/themes/genesis/images/rdBikes_btn.png") no-repeat 0 0;
  clear:both;
}


#rdBikes_BTN:hover { 
  background-position: 0 -180px;
}


#rdBikes_BTN span {
  display: none;
}

