* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	background: #0c1216 url('../images/fundo.gif') repeat-x;
	font-family: Arial, Verdana;
}
a {
	text-decoration: none;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

#geral {
	width: 971px;
	margin: 0 auto;
}
/* PARTE DA ESQUERDA */
#geral #topoEsq {
	width: 456px;
	height: 162px;
	background: url('../images/logo.gif') no-repeat;	
	float: left;
}
#geral #topoEsq h1 {
	display: block;
	width: 180px;
	height: 140px;
	float: left;
}
#geral #topoEsq h1 a {
	display: block;
	width: 180px;
	height: 140px;
	text-indent: -999px;
	overflow: hidden;
}
#geral #topoEsq .links {
	width: 92px;
	padding-left: 17px;
	height: 160px;
	float: left;
}
#geral #topoEsq .links a{
	display: block;
	width: 92px;
	height: 20px;
}
#geral #topoEsq .links .lkInicial {
	padding-top: 25px;
}
#geral #topoEsq .links .lkMapa {
	padding-top: 10px;
}
#geral #topoEsq .links .lkFale {
	padding-top: 10px;
}


/* PARTE DA DIREITA - TELEFONE */
#geral #topoDir {
	width: 510px;
	height: 135px;
	padding: 25px 5px 0 0;
	background-image: url('../images/topo.gif');
	text-align: right;
	float: left;
}
#geral #topoDir #chamadas {
	width: 510px;
	height: 76px;
}
#geral #topoDir .chamadaTelefone {
	font-size: 12px;
	color: #fff;
}
#geral #topoDir .chamadaNumero {
	font-size: 20px;
	font-weight: bold;
	color: #EF3F00;
}
#geral #topoDir .chamadaBem{
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #EF3F00;
}
#geral #topoDir ul {
	display: block;
	width: 514px;
	text-align: center;
	float: right;
}
#geral #topoDir ul li{
	display: block;
	width: 125px;
	height: 37px;
	padding-top: 22px;
	margin-left: 3px;
	background-color: #0C1216;
	font-size: 12px;
	font-family: Arial, Verdana;	
	float: left;
}
#geral #topoDir ul li a{
	color: #FFF;
}
#geral #topoDir ul li a:hover{
	text-decoration: underline
}
#geral #topoDir ul li:hover {
	background-color: #e93d00;
}

/* PARTE DA DA ESQUERDA */
#geral #esquerda {
	clear: both;
	float: left;
	width: 340px;
	padding: 15px 21px 0 15px;
	background: url('../images/topo_empresa_fnd.gif') no-repeat;		
}
#geral #esquerda a{
	color: #e93d00;
}
#geral #esquerda h2{
	display: block;
	height: 24px;
	text-indent: -999px;
	overflow: hidden;
}
#geral #esquerda h2.empresa{
	width: 110px;
	background-image: url('../images/esq_empresa.gif');
}
#geral #esquerda h2.equipamentos{
	width: 227px;
	background-image: url('../images/esq_equipamentos.gif');
}
#geral #esquerda p {
	font-size: 11px;
	color: #8c959c;
	display: block;
	height: 170px;
} 
#geral #esquerda ul li {
	font-size: 13px;
	color: #FFF;
}
#geral #esquerda ul li a{
	color: #FFF;
}
#geral #esquerda ul li a:hover{
	color: #e93d00;
	text-decoration: underline;
}

/* PARTE DA DA DIREITA - MEIO */
#geral #direita {
	width: 595px;
	padding-top: 20px;
	float: right;
}
#geral #direita .linha {
	padding-top: 20px;
}
#geral #direita .destaque {
	width: 270px;
}
#geral #direita .linha .destaque img {
	border: solid 6px #000;
	float: left;
	margin: 0 5px 1px 0;
}
#geral #direita .linha .destaque h3 {
	font-size: 12px;
	color: #e93d00;
}
#geral #direita .linha .destaque h3 a{
	color: #e93d00;
}
#geral #direita .linha .destaque p{
	font-size: 11px;
	color: #8c959c;
}
#geral #direita .linha .destaque p a{
	color: #e93d00;
}

/* PARTE DO RODAPÉ */
#rodape {
	clear: both;
	height: 60px;
	padding-top: 40px;
	border-top: solid 1px #313a3d;
	background-color: #1d2328;
	font-size: 12px;
	color: #fff;
}
#rodapeConteudo {
	width: 950px;
	margin: 0 auto;
}
#rodapeConteudo span{
	display: block;
	width: 500px;
	float: left;
}
#rodapeConteudo span a{
	color: #e93d00;
}
#rodapeConteudo ul{
	display: block;
	width: 450px;
	float: left;
}
#rodapeConteudo ul li{
	display: inline;
	padding: 0 12px 0 12px;
}
#rodapeConteudo ul li a{
	color: #FFF;
}
