/*Footer BFGIN*/
#footer{
	background:url(../img/footer.gif) repeat-x;
	padding-left: 25px;
	margin: 0 auto;
	height:215px;
	width:875px;
}
#footer .footer-info{
	display:block;
	float:left;
	width:952px;
	padding:12px 0;
	margin:0 0 0 4px;
}
#footer .footer-info ul{
	list-style:none;
	padding:0;
	margin:0;
	color:#919191;
	font-size:10px;
}

#footer .footer-info ul li a{
	color:#919191;
}
#footer .footer-info li a:hover{
	text-decoration:none;
}

#footer .cols{
	float:left;
	width:900px;
	padding:0 12px;
}
#footer .col{
	width:175px;
	float:left;
}
#footer .col h1{
	margin:0;
	display:block;
	height:12px;
	color:#919191;
	font-size:10px;
}
#footer .col ul{
	list-style:none;
	margin:0;
	padding:0;
	color:#919191;
	font-size:10px;
}
#footer .col ul li{
	padding:0 0 0 9px;
	background:url(../img/separ.gif) no-repeat 0 3px;
}
#footer ul li.last{
	background:none;
}
#footer .col ul li a{
	text-decoration:none;
	color:#919191;
}
#footer .col ul li a:hover{
	text-decoration:underline;
}
#footer .links-bottom{
	list-style:none;
	margin:42px 0 0;
	float:left;
	color:#919191;
	font-size:10px;
	width:946px;
	padding:0 12px;
}

#footer .links-bottom li a{
	color:#000000;
}
#footer .links-bottom li a:hover{
	text-decoration:none;
}
/*Footer END*/

.error {
	background:#FFCCCC;
	color:#000;
	border-top:1px red dotted;
	border-bottom:1px red dotted;
	padding:8px;
	margin-bottom:20px;
}
