#interContainer{
position: absolute;
width: 600px; /*Width of interstitial box*/
left: 0;
top: 0;
padding-top: 0;
background:;
border:;
visibility: hidden;
z-index: 20000;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 2px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
position:relative;
top:20px;
right:-10px;
}


#interContent{ /*CSS for div that holds the content to show*/
background: url(images/popup_logo.jpg) no-repeat #fff;

}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(images/black.jpg);
right: 0;
width: 10px;
top: 0;
z-index: 10001;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
.popup_logo {
	padding:150px 5px 10px 5px;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#333;
	text-align:center;
}
.popup p {
	text-align:center;
	font-size:12px;
	color:#333;
}
.popup a {
	color:#F90;
	text-decoration:none;
}
.popup a:hover {
	text-decoration:underline;
}
.popup ul {
	display:block;
	float:left;
	width:250px;
	margin-left:20px;
	list-style:none;
	font-size:12px;
	padding:0px;
}
.popup ul li {
	color:#333;
	background: url(http://www.farotech.com/templates/images/bullet2.gif) no-repeat left center;
	padding:2px 10px;
}
.popup .popupclear {
	clear:left;
	display:block;
}