/* CSS Document */
/* rollover menus from http://www.elated.com/articles/css-rollover-buttons/*/

#menu-green, #call-back-form-green {
	display:none;
	}

#shortcut-menu {
	display: block;
	}
#shortcut-menu-green {
	display: none;
	}
	
#menu {
	display:block;
	width:185px;
	float:left;
	}
	
#home {
	display:block;
	background:url(../images/menu/button-home.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#home:hover {
	background:url(../images/menu/ro-button-home.jpg) no-repeat 0 0;
}

#home span {
  display: none;
}
	
#lower-heat {
	display:block;
	background:url(../images/menu/button-lower-heat.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#lower-heat:hover {
	background:url(../images/menu/ro-button-lower-heat.jpg) no-repeat 0 0;
}

#lower-heat span {
  display: none;
}

#boiler {
	display:block;
	background:url(../images/menu/button-boiler.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#boiler:hover {
	background:url(../images/menu/ro-button-boiler.jpg) no-repeat 0 0;
}

#boiler span {
  display: none;
}

#power-flush {
	display:block;
	background:url(../images/menu/button-power-flush.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#power-flush:hover {
	background:url(../images/menu/ro-button-power-flush.jpg) no-repeat 0 0;
}

#power-flush span {
  display: none;
}

#bathrooms {
	display:block;
	background:url(../images/menu/button-bathrooms.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#bathrooms:hover {
	background:url(../images/menu/ro-button-bathrooms.jpg) no-repeat 0 0;
}

#bathrooms span {
  display: none;
}

#fires-fireplaces {
	display:block;
	background:url(../images/menu/button-fires.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#fires-fireplaces:hover {
	background:url(../images/menu/ro-button-fires.jpg) no-repeat 0 0;
}

#fires-fireplaces span {
  display: none;
}

#underfloor-heating {
	display:block;
	background:url(../images/menu/button-underfloor-heat.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#underfloor-heating:hover {
	background:url(../images/menu/ro-button-underfloor-heat.jpg) no-repeat 0 0;
}

#underfloor-heating span {
  display: none;
}

#green-energy {
	display:block;
	background:url(../images/menu/button-green.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#green-energy:hover {
	background:url(../images/menu/ro-button-green.jpg) no-repeat 0 0;
}

#green-energy span {
  display: none;
}

#quote {
	display:block;
	background:url(../images/menu/button-quote.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#quote:hover {
	background:url(../images/menu/ro-button-quote.jpg) no-repeat 0 0;
}

#quote span {
  display: none;
}

#testimonials {
	display:block;
	background:url(../images/menu/button-testimonials.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#testimonials:hover {
	background:url(../images/menu/ro-button-testimonials.jpg) no-repeat 0 0;
}

#testimonials span {
  display: none;
}

#contact {
	display:block;
	background:url(../images/menu/button-contact.jpg) no-repeat 0 0;
	margin-bottom:10px;
	width:185px;
	height:35px;
	}

#contact:hover {
	background:url(../images/menu/ro-button-contact.jpg) no-repeat 0 0;
}

#contact span {
  display: none;
}
