

/*services*/
#services {
	background:url(../img/home/services_bg.png) repeat-x top;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	height:138px;
	font-size:10px;
}



#services .box{
	float:left;
	height:97px;
	/*border-right:1px solid #cbcbcb;*/
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box2{
	float:left;
	height:97px;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}

#services .box img,#services .box2 img{
	position:absolute;
	left:20px;
	top:30px;
}

#services .box p, #services .box2 p{
line-height:18px;
padding:10px 0 0 0;
margin:0;
text-shadow:white 1px 1px;
}
#services h3{
	margin:0;
	color:#525252;
	font-size:18px;
	font-weight:normal;
}

#services a {
    color: black;
}

#services a:hover {
    text-decoration: none;
    color: #3297b0;
}

/*ads*/

#ads img {
    height: 155px;
    width: 205px;
}

#home-text {
    background: url(../img/home/map.png) no-repeat;
    padding: 5px 0px 0px 55px;
}

