@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(../images/bg2.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
#div {
	position: relative;
	margin: auto;
	width: 960px;
	height: 100%;
}

#logo {
	position: absolute;
	height: 90px;
	width: 440px;
	left: 13px;
	top: 245px;
}
#footer-bg {
	background-color: #000000;
	height: 100px;
	width: 100%;
	z-index: 20;
	position: absolute;
	bottom: 0px;
	display: block;
	opacity:0.8;
	filteralpha(opacity=80);
}
#footer {
	height: 100px;
	width: 960px;
	z-index: 0;
	position: relative;
	bottom: 0px;
	opacity:0.8;
	filteralpha(opacity=60);
	margin: auto;
}
#footer #right {
	width: 460px;
	z-index: 0;
	position: absolute;
	filteralpha(opacity=60);
	margin: auto;
	left: 560px;
	top: 30px;
}
.footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 22px;
	padding-left: 20px;
	padding-top: 30px;
}

.footerCopy a:link    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 22px;
}
.footerCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 22px;
}
.footerCopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-align: left;
	line-height: 22px;
	text-decoration: underline;
}

a:focus {
	outline: none;
}
#panel {
	height: 220px;
	display: none;
	background-color: #000000;
	opacity:0.8;
	filteralpha(opacity=80);
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #000000;
	background: url(../images/btn-slide.png) no-repeat center top;
	
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 110px;
	height: 31px;
	padding: 8px 2px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 100%;
	font-weight: bold;
}
.active {
	background-position: right 5px;
}
/*  */

#tooltip{
	position:absolute;
	border:1px solid #990000;
	background:#000;
	padding:4px 5px;
	color:#)));
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}	

