#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute;
/*hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #CECECE;
	z-index: 20;
}
#popupContact
{
	display: none;
	position: fixed;
	_position: absolute;
/*hack for internet explorer 6*/
	height: 220px;
	width: 223px;
	border: 2px solid #FFFFFF;
	z-index: 21;
	padding: 10px 10px 0;
	background-image: url(bg2.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#popupContactClose
{
	font-size: 10px;
	/*+placement:anchor-bottom-left 5px 6px;*/
	position: absolute;
	left: 5px;
	bottom: 6px;
	width: 46px;
	height: 12px;
	background-image: url(close.gif);
	margin-bottom: 6px;
	margin-left: 6px;
	display: block;
}
#popupContactClose SPAN
{
	display: none;
}
#contactArea
{
	font-size: 11px;
	line-height: 1.1;
	background-color: #FFFFFF;
	padding: 12px 18px 15px 13px;
	min-height: 152px;
	max-height: 152px;
	color: #595959;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}
#contactArea A
{
	text-decoration: none;
	font-weight: bold;
	color: #492516;
}
#popupLogo
{
	display: inline;
	width: 46px;
	height: 87px;
	background-image: url(logo.gif);
	/*+placement:float-right 3px 8px;*/
	float: right;
	position: relative;
	left: 3px;
	top: 8px;
}
