/**
 * FOOTER
 */


#footer-table{
	display: table;
	width: 956px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	font-size: 14px;
	color: #FFF;
}

#footer-table .footer-table-cell:first-child{
	padding-left: 0px;
	text-align: left;
}

#footer-table .footer-table-cell:last-child{
	background-image: none;
	color: #FFD800;
	padding-right:0px;
	text-align: right;
}

#footer-table .footer-table-cell{
	display:table-cell;
	background-image: url('/images/footer_separator.jpg');
	background-position: right;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#footer-table .footer-table-cell h3{
	color: #FFD800;
}

#footer-table .footer-table-cell .menu-footer{
	list-style: none;
}

#footer-table .footer-table-cell .menu-footer li a{
	color: #FFF;
	text-decoration: none;
}

#footer-table .footer-table-cell .menu-footer li a:visited{
	color: #FFF;
	text-decoration: none;
}

#footer-table .footer-table-cell .menu-footer li a:hover{
	color: #FFD800;
	text-decoration: none;
}

#footer-table .footer-table-cell .menu-footer li.active a{
	color: #FFD800;
	text-decoration: none;
}