@font-face {
	font-family: futura_bold;
	src: url('FUTURAB.TTF');
}

@font-face {
	font-family: futura;
	src: url('futuramc.ttf');
}

#pc_teaser {
	position:absolute;
	top:85px;
	left:140px;
	margin:0 10px;
	font-family:futura_bold, "Arial black", "Arial", sans-serif;
	text-transform:uppercase;
}

#pc_teaser h3, #pc_teaser h4, #ps_desc h3  {
	font-size:12px;
	font-weight:900;
	font-style:normal;
	text-transform:uppercase;	
}

#pc_teaser h3 em {
	font-style:normal;
	font-size:14px;	
}
#pc_teaser em, #pc_teaser b, #pc_teaser h4 {
	color:#FFCC00;
}

#team_popsci {
	margin:60px 40px 20px 55px;
	padding-top:100px;
	width:640px;
	height:372px;
}
#team_popsci img {
	border:0;
	position:relative;
}


.person {
  float: left;
}

#team_popsci a:hover  .popup {
	display:block;
}
#team_popsci a {
	text-decoration:none;
}

#team_popsci .hint {
	float:right;
	color:#666;
}

#guy_a .popup {
	position:absolute;
	left:5px;
	width:245px;
	top:120px;
}
#guy_b .popup {
	position:absolute;
	left:160px;
	top:110px;
}
#guy_c .popup {
	position:absolute;
	left:290px;
	top:120px;
}
#guy_d .popup {
	position:absolute;
	left:360px;
	top:160px;
}
#guy_e .popup {
	position:absolute;
	left:500px;
	top:120px;
}

.popup{
	font-family: futura;	
	display:none;
	width:260px;
	z-index:10;
}
.popup .bubble {
	color:#222;
	background:#E0E0E0;
	border: 2px solid #222;
	border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
}
.popup .edge{
	background:url(images/popscience/edge.png) no-repeat center bottom transparent;
	line-height:16px;
	height:16px;
	position:relative;
	top:-2px;
}
.popup h3 {
	margin:10px;
	font-size:14px;
}
.popup p {
	font-size:11px;
	margin:5px;
	padding:5px;
}
#demos td {
	text-align:center;
}
#demos td img{
	border-color:#E0E0E0;
}

#demos th {
	font-family: futura_bold;
	font-size:12px;
	color:#000;
	padding:0 5px;
}

