.csspopup
{
	position:fixed;
	z-index: 9999;
	width: 300px;
	height: 310px;
	background-color: white;
	border: solid 2px black;
	left: 0px;
	top: 0px;
	display: none;
}
.close
{
	position: absolute;
	top: 0px;
	left: 244px;
	cursor: pointer;
}
.imgpopup
{
	background: url('/img/image002.jpg');
	height:148px;
	width:168px;
	margin-left: 66px;
}
.caption
{
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
/*.advert
{
	background:url("../img/footer_back.jpg") repeat scroll 0 0 #BAA169;
	color:#FF1400;
	font:bolder 9pt Tahoma,Verdana,sans-serif;
	height:57px;
	margin:0 auto;
	width:800px;
	opacity: 1;
    filter: alpha(opacity = 100);
    position: fixed;
    z-index: 10000;
}*/
.advert {
	visibility: hidden;
    background:url("../img/footer_back.jpg") repeat scroll 0 0 #BAA169;
    color:#FF1400;
    font:bolder 9pt Tahoma,Verdana,sans-serif;
    height:330px;
    margin:0 auto 0 210px;
    opacity:1;
    filter: alpha(opacity = 100);
    position:absolute;
    top:114px;
    width:462px;
    /*border:2px solid black;*/
    z-index:10000;
}
.advertMouseOver
{
    background:url("../img/footer_back.jpg") repeat scroll 0 0 #BAA169;
    color:#FF1400;
    font:bolder 9pt Tahoma,Verdana,sans-serif;
    height:57px;
    margin:0 auto;
    width:800px;
    text-align:center;
    opacity: 1;
    filter: alpha(opacity = 100);
    position: fixed;
    z-index: 9000;
}
.adv_link
{
	font-size: 10px;
	
}
.adv_link a
{
	color: #534530;
	text-decoration: underline;
}
.adv_link a:hover
{
	color: #727272;
	text-decoration: none;
}
