@charset "utf-8";
/* CSS Document */

#footer.footer {
	background:url(../images/footerBg.png) 0 0 repeat-x;
	height:169px;
}
#footer .line {
	background:url(../images/footerTopLine.gif) 0 0 repeat-x;
	margin:30px 10px;
	padding:22px 0;
}
#footer .logo {
	text-align:right;
	padding:0 10px;
}
#footer .text { 
	padding:0 10px;
}
#footer .copyright {
	width:400px;
	margin:15px 0;
	font-size:0.6875em;
	color:#7b7b7b;
}
#footer .text ul { 
	width:400px;
	margin:5px 0;
}
#footer .text li { 
	display:inline;
	margin:0 7px 0 0;
	font-size:0.75em;
}
#footer .text a,
#footer .text a:link,
#footer .text a:visited,
#footer .text a:hover,
#footer .text a:active {
	color:#7b7b7b;
	text-decoration:underline;
}