/***************************************
EMPRESA
****************************************/
#container h3.empresa{
	width:775px;
	height:35px;
	margin-top:3px;
	margin-left:1px;
	background: url(../imagens/titulo_empresa.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;	
}
#empresa{
	width:100%;
	display:table;	
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:2px solid #e8e8e8;
}
#empresa p{
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
#empresa h4{
	text-indent:-9000px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;

}
#empresa h4.nossaequipe{
	width:98px;
	height:20px;
	background:url(../imagens/label_nossaequipe.gif) no-repeat;
}
#empresa h4.galeriafotos{
	width:129px;
	height:22px;
	margin-top:0;
	margin-left:45px;
	background: url(../imagens/label_galeriafotos.gif) no-repeat;
}
#empresa div.texto{
	width:495px;
	margin-left:10px;
	float:left;
}
#empresa div.album{
	width:245px;
	padding:5px;
	background:#f5f5f5;
	border:1px solid #e8e8e8;
	margin-left:5px;
	float: left;
}
#empresa ul{width:200px; margin:0 auto;}
#empresa ul li{display:inline;}
#empresa ul li img{border:4px solid #fff; width:80px; height:60px; margin-left:5px;}
#empresa ul li a:hover img {border:4px solid #ffc0c0;}
