@import url(/images/css/common.css);




	#iserv ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#iserv ul li{
			margin: 0;
			padding: 10px 0 10px 40px;
			height: 20px;
			background: url(/images/tooth_small.gif) left center no-repeat;
		}
		#iserv ul li.row1{
			width: 35%;
			float: left;
			position: absolute;
			//position: static;
		}
		#iserv ul li.row2{
			width: 35%;
			margin-left: 50%;
		}
		#iserv ul li.none{
			background: none;
		}
		#iserv ul li h3{
			font-weight: bold;
			font-size: 14px;
		}
			#iserv ul li h3 a:link,
			#iserv ul li h3 a:visited{
				color: #357d53;
			}
	#iserv p{
		font-weight: bold;
		margin: 10px 10px 10px 30px;
		padding: 0;
		font-size: 13px;
	}

