@CHARSET "UTF-8";

/***************footer******************/
#footer {
	width: 980px;
	height: 42px;
	float:left;
	margin:25px 0 0 0;
}
#footer div
{
	float:left;
}
#footerLeft {
	width: 15px;
	height: 42px;
	background-image: url(/media/images/footer_left.png);
}

#footerCenter {
	width: 950px;
	height: 42px;
	background-image: url(/media/images/footer_center.png);
	text-align: center;
}

#footerRight {
	width: 15px;
	height: 42px;
	background-image: url(/media/images/footer_right.png);
}



#footer ul {
	list-style: none;
	float: none;
	margin:0;
}

#footer ul li {
	display: inline;
	float: none;
}

#footer ul li a,#footer ul li a:visited {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: white;
	float: none;
	padding: 0 2em 0 2em;
	position:relative;
	top:-10px;
	
	
}
#footer ul li a:hover
{
	color:white;
	text-decoration:underline;
}

#footer ul li a:active
{
	outline:none;
}

#footer ul li a:focus
{
	outline:none;
}
#footer ul li img {
	float: none;
	position: relative;
	top: 5px;
}