/* Contact Page */
.contact ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact li{
	font-size: 10px;
	font-weight: bold;
	padding-left: 22px;
	float: left;
	margin: 0px 16px 0px 0px;
	height: 16px;
	line-height: 16px;
}
.contact li.home{
	background: url('../imgs/house.png') no-repeat left center;
}
.contact li.phone{
	background: url('../imgs/phone.png') no-repeat left center;
}
.contact li.fax{
	background: url('../imgs/printer.png') no-repeat left center;
}