#request-quote  {
	width: 180px;
	margin-left: 16px;
	padding: 0px;
	float: left;
	background-image: url(../Images/request-a-quote.jpg);
	height: 39px;
}
#request-quote:hover         {
	font-weight: lighter;
	cursor: pointer;
	background-image: url(../Images/request-a-quote-off.jpg);
}
