@charset "UTF-8";
/* CSS Document */

#buttons {  
  list-style: none;
  margin:0px;
  padding:3px;
}

#buttons li {
	float:left;
	display:inline;
	position:relative;
	z-index:100;
}

#buttons a * {
  display:none;
}

#buttons a,
#buttons a .hover {
  width: 292px;
  height: 197px;
  display:block;
}

#buttons a {	
  margin: 3px;
}


/* Individual Buttons */
#buttons a.trailers {
  background: url(../style/buttons/towingCover.jpg) center bottom;
}

#buttons .highlight a.trailers:hover,
#buttons a.trailers .hover {
  background: url(../style/buttons/towing.jpg) center bottom;
}

#buttons a.caps {
  background:url(../style/buttons/tonneauCover.jpg) center bottom;
}

#buttons .highlight a.caps:hover,
#buttons a.caps .hover {
  background:url(../style/buttons/tonneau.jpg) center bottom;
}

#buttons a.plows {
  background:url(../style/buttons/plowCover.jpg) center bottom;
}

#buttons .highlight a.plows:hover,
#buttons a.plows .hover {
  background:url(../style/buttons/plow.jpg) center bottom;
}