/* CSS Document */

#services {margin: 7px 0 20px 0; padding: 0; width:720px; height:217px;}

#services li {width:240px; height:217px; text-align:center; float:left;	display:inline;}

#services li a {
	width:240px;
	height:20px;
	padding: 125px 0 0 0;
	display:block;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color:#0070bb;
}

#s1 { background: url(/images/services.png)    0px 0px no-repeat; } 
#s2 { background: url(/images/services.png) -240px 0px no-repeat; } 
#s3 { background: url(/images/services.png) -480px 0px no-repeat; } 

#s1.hover { background: url(/images/services.png)    0px -217px no-repeat; } 
#s2.hover { background: url(/images/services.png) -240px -217px no-repeat; } 
#s3.hover { background: url(/images/services.png) -480px -217px no-repeat; } 

#services li span {font:normal 12px/12px Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#9f9f9f;}
#services li a.hover {color:#000;}
#services li span.hover {color:#6f6f6f;}


