/*******************************************************************************
   Our Services
*******************************************************************************/
div#our_services {
	width: 619px;
	background: url(../images/bkgrd/services_bkgrd.jpg) top left no-repeat #FFFFFF;
	padding: 12px;
	}
	
div#our_services ul {
	list-style: none;
	margin-top: 5px;
	}
	
div#our_services ul li {
	display: block;
	width: 105px;
	float: left;
	text-align: center;
	padding-top: 75px;
	}
	
div#our_services ul li#vehicle {
	background: url(../images/services/collision.jpg) top center no-repeat;
	margin-right: 23px;
	}
	
div#our_services ul li#property {
	background: url(../images/services/property_1.jpg) top center no-repeat;
	margin-right: 23px;
	}
	
div#our_services ul li#electrical_metallurgical {
	background: url(../images/services/electrical_metallurgical.jpg) top center no-repeat;
	margin-right: 23px;
	}
	
div#our_services ul li#fire_industrial {
	background: url(../images/services/industrial.jpg) top center no-repeat;
	margin-right: 23px;
	}
	
div#our_services ul li#testing {
	background: url(../images/services/testing.jpg) top center no-repeat;
	}

div#our_services a {
	color: #5D88A1;
	}
	
div#our_services a:hover {
	text-decoration: underline;
	}
