#hours {
	height: 30px;

	margin: 0px 0px 0px 0px;
	background-image: url(../images/clock-icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 50px;
}

#phone {
	height: 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/phone-icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 50px;
}


#fax {
	height: 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/fax-icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 50px;
}


#email {
	height: 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/mail-icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 50px;
}

#customerService {
	border-bottom: solid #e6e6e6 1px;
	font-weight: bold;
	
	padding: 0px 0px 10px 0px;
	margin: 20px 0px 10px 0px;
}
