@import '../styles.css';

#service #entries{ background:url(../../images/phbg_inside.jpg) no-repeat top;}
#garage #entries{ background:url(../../images/phbg_inside.jpg) no-repeat top;}
#equipment #entries{ background:url(../../images/phbg_inside.jpg) no-repeat top;}
#surface #entries{ background:url(../../images/phbg_inside.jpg) no-repeat top;}
#coating #entries{ background:url(../../images/phbg_inside.jpg) no-repeat top;}
#feature #entries{ background:url(../../images/phbg_inside.jpg) no-repeat top;}

h2{
	height:36px;
}

#service h2{ background:url(../../images/h2_service.gif) no-repeat;}
#garage h2{ background:url(../../images/h2_service_garage.gif) no-repeat;}
#equipment h2{ background:url(../../images/h2_service_equipment.gif) no-repeat;}
#surface h2{ background:url(../../images/h2_service_surface.gif) no-repeat;}
#feature h2{ background:url(../../images/h2_feature.gif) no-repeat;}

#coating #entries .header{
padding:0;
min-height:0;
}
#coating #entries h2{
text-indent:0;
height:auto;
margin-left:20px;
font-size:15px;
}
#coating #entries .header p{
margin-left:20px;
}
h3{
	background:url(../../images/icon_circle.gif) no-repeat left center;
	padding:2px 0 2px 20px;
	color:#000;
	border:none;
}

.entry{
	border-bottom:1px dotted #2A2A2A;
	padding-bottom:20px;
	margin-bottom:20px;
}
#coating .entry{
	background:url(../../images/icon_circle.gif) no-repeat left top;
	padding:0 0 10px 20px;
	margin-bottom:10px;
	color:#000;
width:606px;
}
#coating .entry a{
color:#42423f;
text-decoration:none;
}
#coating .entry a:hover{
color:#000;
border-bottom:1px dotted #000;
}
.entry .body{
	padding-left:20px;
	width:478px;
}

dl{
	width:478px;
	padding:6px 0;
	font-size:10px;
}
dt{
	width:100px;
	text-align:right;
}
dl.last{
	margin-bottom:14px;
}
