div#footer{
	float:left;
	width:1000px;
	padding-top:20px;
	padding-bottom:20px;
}
div#footer > div.col1{
	float:left;
	width:250px;
}
div#footer > div.col2{
	float:left;
	width:500px;
	text-align:center;
	color:#8E8B84;
}
div#footer > div.col2 > div.company{
	font-size:15px;
	font-weight:bold;
}
div#footer > div.col2 > div.data{
	font-size:12px;
}
div#footer > div.col3{
	float:left;
	width:200px;
	padding-left:50px;
}
div#footer div#credits{
	float:left;
	font-size:0.75em;
	padding-top:10px;
	color:#8E8B84;
}
div#footer div#credits a{
	color:#8E8B84;
}

/* menu footer */
div#menu-footer{
	float:left;
	width:100%;
	font-size:0.75em;
}
div#menu-footer > .item{
	float:left;
	width:100%;
	padding-bottom:2px;
	border-bottom:1px #ABAD83 dotted;
	margin-bottom:2px;
}
div#menu-footer > .item > a{
	float:right;
}
