#Popups { /* the reference container for all the targets and pop-ups */
	position:relative; top:320px; left:190px;
	width:500px; height:225px;
	text-align:center;
	color:#55524C;
}
/* link style */
#Popups a {
	color:#723E28;
	font-size:14pt;
	text-decoration:none;
	line-height:12pt;
	display:block;
	width:120px; height:35px;
}
/* needed to catch IE6's attention */
#Popups a:hover { border:0; }
#Popups a:link { border:0;  }
#Popups a:active { border:0; } 

/* pop-up text style */
#Popups a span { 
		display:none; position:absolute;
		color:#55524C;
		font-size:10pt; line-height:12pt;
		text-align:left;
		width:200px; height:300px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#Popups a:link span { display:none; }
#Popups a:visited span { display:none;}

#Popups a span br { line-height:.75em }
#Popups a span span {  /* for the pop-up header */
	position:static;
	display:block;
	height:35px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	color:#723E28;
}

/* all positions relative to the Popups div */
#Plate0 { position:absolute; width:120px; top:0; left:0; } /* Firefox kludge */

#Plate1 { position:absolute; width:120px; top:65px; left: 15px; }
	#Plate1 a:hover span { display:block; top:-308px; left: 364px; }
	
#Plate2 { position:absolute; width:120px; top:132px; left: -21px; }
	#Plate2 a:hover span { display:block; top:-400px; left: 400px; }
	
#Plate3 { position:absolute; width:120px; top:173px; left: 128px; }
	#Plate3 a:hover span { display:block; top:-468px; left: 251px; }
	
#Plate4 { position:absolute; width:120px; top:160px; left: 350px; }
	#Plate4 a:hover span { display:block; top:-403px; left: 29px; }
	
#Plate5 { position:absolute; width:120px; top:108px; left: 403px; }
	#Plate5 a:hover span { display:block; top:-351px; left: -24px; }
		
#Plate6 { position:absolute; width:120px; top:57px; left: 365px; }
	#Plate6 a:hover span { display:block; top:-350px; left: 14px; }
	
#Clients { position:absolute; width:120px; top:62px; left: 200px; }
	#Clients a:hover span { display:block; top:-343px; left: -1px; }
	
#Alison { position:absolute; width:200px; height:320px; top:-275px; left: 160px; }
	#Alison a { width:100%; height:100%; }
	#Alison a:hover span { display:block; top:-8px; left: 229px; }
	
#Plate1, #Plate2, #Plate3, #Plate4, #Plate5, #Plate6, #Clients, #Alison {
	border:none;
}

div#links {
	position:absolute;
	left:-50px; top:237px;
	height:auto; width:630px;
	overflow:visible;
	text-align:center;
}

div#links ul {
	margin:0 auto; padding:0;
	text-align:center;
}

div#links ul li {
	display:inline;
	margin:0; padding:0;
	list-style:none;
	text-align:center;
	border-right:1px solid #fff;
}

div#links ul li.last { border-right:0; }

div#links ul li a {
	display:inline;
	text-decoration:none;
	font-weight:800;
	color:#fff;
	font-size:90%;
	text-align:center;
	padding:0; margin:0 .5em;
}

div#links ul li a:hover {
	color:#ddd;
}

