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

.footer-content {
	width:729px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/footer-content-bg.gif);
	background-repeat:repeat-x;
	
}

.caseta-meniu-footer {
	float:right;
	width:402px;
	height:21px;
}

a.menu-link-footer{
	display:block;
	float:left;
	width:auto;
	height:16px;
	
	margin-left:12px;
	margin-right:14px;
	margin-top:22px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ca3400;
}

a.menu-link-footer:hover{
	color:#000000;	
}

a.menu-link-footer:active{
	color:#000000;	
}

