@CHARSET "UTF-8";

div#services-info{
	clear:both;
	margin-left:0.25em;
}
div.serv-w {
	margin:0.5em 0.5em 0.5em 1px;
	position:relative;
	width:25em; height:13em;
	float:left;
}

div.serv-w .serv-w-t-r{
	position:absolute;
	top:-1px; right:-1px;
	width:25em; height:13em;
	background: transparent url(../img/small-box/t-r.png) no-repeat right top;
}
div.serv-w .serv-w-b-l{
	position:absolute;
	bottom:-1px; left:-1px;
	width:25em; height:13em;
	background: transparent url(../img/small-box/b-l.png) no-repeat left bottom;
}
div.serv-w img, div.serv-w .serv-c-w, div.serv-w a{
	position:absolute;
	top:0; left:0;
	width:25em; height:13em;
	overflow:hidden;
}
div.serv-w a{
	text-indent:-8000px
}
div.serv-w .serv-c{
	padding:0.83333em;
}
div.serv-w h4 {
	font-weight:bold;
	font-size:1em;
	margin-bottom:1em;
}
