/* pop up stuff */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background-color:#000000;
z-index:1;
}
#popUp{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:50px;
	height:auto;
	width:900px;
	background:#ffffff url(../images/page_bg1.gif) repeat-x;
	z-index:2;
	text-align:left;
	color:black;
	margin:0;
}
#popLeft{
	float:left;
	width:380px;
	padding-top:50px;
	background: transparent url(../images/logo2.png) no-repeat 10px 20px;
}
#popFlash{
	width:490px;
	height:352px;
	margin-top:80px;
	margin-right:20px;
	float:right;
	padding: 3px;
	border: 1px solid #d1d1d1;
}
#popClose{
	width:26px;
	height:26px;
	margin-top:20px;
	margin-right:5px;
	float:right;
	background: transparent url(../images/div_close.jpg) no-repeat;
	cursor: pointer;
}
#popFlash object,#popFlash embed
{
display: block;
}
