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

		#map3 {
	margin:0;
	padding:0;
	width:480px;
	height:340px;
	background:url(../images/portfolio.jpg) top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
		}
		
		#map3 li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map3 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;
	width: 131px;
	height: 100px;
	left: 74px;
	top: 78px;
		}
		
		#map3 li a span { display:none; }
	
		#map3 li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:25px;
			top:25px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=80);
			opacity:0.8;
  		}
/*	
		#map3 a.websites {
	top:192px;
	left:29px;
	width:188px;
	height:135px;
		}
/*		
		#map3 a.banners {
	top:73px;
	left:379px;
	width:103px;
	height:97px;
		}
/*		
		#map3 a.flash {
	top:70px;
	left:77px;
	width:116px;
	height:109px;
		}
		
	/*	#map3 a.bizcards {
	top:253px;
	left:382px;
	width:100px;
	height:93px;
		}  */
/*		
		#map3 a.wallpapers {
	top:81px;
	left:345px;
	width:104px;
	height:109px;
		}
		
/*		#map3 a.flyers {
	top:165px;
	left:243px;
	width:117px;
	height:113px;
		}
/*	
		#map3 a.logos1 {
	top:189px;
	left:388px;
	width:42px;
	height:52px;
		}
/*
		#map3 a.logos2 {
	top:289px;
	left:306px;
	width:49px;
	height:49px;
		}   
		
	
