@charset "utf-8";
/* CSS Document */

#map {
			margin:0;
			padding:0;
			width:770px;
			height:332px;
			/*background:url(../images/cover_cutout_numbers.png) top left no-repeat #fff;*/
			font-family:Verdana, Geneva, sans-serif;
			font-size:8pt;
			position:absolute;
		}
		
		#map li {
			margin:0;
			padding:0;
			list-style:none;
			
			
		}
		
		#map 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;
			
			
		}
		
		#map li a span { display:none; }
		
		#map li a:hover span {
			position:absolute;
			display:block;
			width:250px;
			left:20px;
			top:20px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=80);
			opacity:0.8;
			right:600px;
  		}
	
		#map a.vinyl {
			top:12px;
			left:80px;
			width:45px;
			height:45px;
		}
		
		#map a.zipper {
			top:165px;
			left:0px;
			width:45px;
			height:45px;
		}
		
		#map a.heatSeal {
			top:185px;
			left:88px;
			width:45px;
			height:45px;
		}
		
		#map a.reinforcement {
			top:165px;
			left:188px;
			width:45px;
			height:45px;
		}
		
		#map a.laminate {
			top:130px;
			left:435px;
			width:45px;
			height:45px;
		}
		
		#map a.taperedCore {
			top:80px;
			left:445px;
			width:45px;
			height:45px;
		}
		
		#map a.drain {
			top:70px;
			left:500px;
			width:45px;
			height:45px;
		}
		
			#map a.vapor {
			top:85px;
			left:620px;
			width:45px;
			height:45px;
		}
		
			#map a.skirt {
			top:130px;
			left:690px;
			width:45px;
			height:45px;
			
		}
		
			#map a.straps {
			top:210px;
			left:605px;
			width:45px;
			height:45px;
		}
		
			#map a.locs {
			top:275px;
			left:665px;
			width:45px;
			height:45px;
		}
		
		.skirt {
			
		
		}