@charset "utf-8";
/* CSS Document */

#definition {
	position:absolute;
	left:54px;
	top:260px;
	width:378px;
	z-index:1;
}


	 
	.text{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	 
	 }


		#map2 {
	margin:0;
	padding:0;
	width:480px;
	height:340px;
	background:url(../images/services.jpg) top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	z-index: 0;
		}
		
		#map2 li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map2 li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(../images/blank.gif);
   			text-decoration:none;
			color:#000;
		}
		
		#map2 li a span { display:none; }
		
		#map2 li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:5px;
			top:5px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=90);
			opacity:0.9;
			text-align:left;
			font-style: normal;
  		}
	
		#map2 a.design {
	top:84px;
	left:54px;
	width:107px;
	height:103px;
		}
		
		#map2 a.hosting {
	top:83px;
	left:197px;
	width:110px;
	height:105px;
		}
		
		#map2 a.printing {
	top:81px;
	left:345px;
	width:104px;
	height:109px;
		}
