@charset "utf-8";
/* CSS Document */

#footer {
	width:825px;
	float:left;
	clear:both;
}

#bg_bottom_content {
	background-image:url(/resources/default/img/bg_footer_content.gif);
	background-repeat:no-repeat;
	height:9px;
}

#footer-links {
	width:580px;
	float:right;
	margin-top:0px;	
	margin-right:40px;
	clear:both;
}

#footer-links ul {
	text-align:center;
}

#footer-links ul li {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

#footer-links a {
	color:#333;
}

#footer-links a:hover{
	text-decoration:underline;
}

#footer-company-data {
	clear:both;
	width:80%;
	text-align:center;
	font-size:11px;
	color:#333;
	font-weight: bold;
	float:right;
	padding:5px;
	margin-top:10px;
	border-top:1px #666 dotted;
}


