#footer {
	clear: both;
	margin: 0 auto;
	width: 1042px;
}

#footer .bar {
	background: url(../images/bg/pbch.png);
	width: 1042px;
	height:54px;
}

.footertext {
	margin: 0;
	font: normal 12px Arial;
	padding-top: 7px;
	height: 48px;
	line-height: 20px;
	vertical-align:middle;
	border: 0px #FFF solid;
	color: #FFFF00;
	text-shadow: -1px -1px 0px #000000;
}
/* bof footer box *********************************************************/
.spacing{
	margin-bottom:10px;
	*margin-bottom:20px;
}
footer {
    margin: auto;
    position:fixed;
	bottom: 0px;
    left:0;
    height:30px;
    width:100%;
	z-index: 99;
	border: 0px solid #FF0
}

* html footer {
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
    position:absolute;
}
* html {/* stop jitter by adding a 1px transparent gif to background of html*/
    background-image: url(../images/jitter.gif);
}

footer #footer-bg{
	height:30px;
	/*margin-top: 500px;*/
	font-family: tahoma;
	color: #f7eb20;
	/*color:#878880;*/
	width:100%;
   border: 1px solid rgba(255,255,255,0.3);
   border-radius: 10px 10px 0px 0px;
	background:	rgba(0,0,0,0.8);
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);

}

footer .footer-menu ul li a{
	text-transform:uppercase;
	color: #f7eb20;
	/*color:#878880;*/
	padding:0 10px;
}

footer .footer-menu ul li{
	list-style:none;
	display:inline;
}

footer .copyright-class{
	font: normal 11px Verdana;
	color:#3FF;
	/*color:#878880;*/
	text-align:center;
	line-height:25px;
	vertical-align:middle;
}

footer .footer-menu{
	margin: auto;
    padding-top: 33px;
    width: 600px;
}
footer .version{
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#3FF;
	position:absolute;
	bottom: 0;
	right:0;
	line-height:34px;
	vertical-align:middle;
	padding-right: 10px;
}
/* eof footer box *********************************************************/
