@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background:url(../imagens/bg.jpg) top center no-repeat;
height:auto;
}


#geral{
position:relative;
margin:0 auto;
padding:0px;
width:960px;
height:auto;
}

	#topo{
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	height:150px;
	}
	
		#topo img.logo{
		position:absolute;
		top:19px;
		left:44px;
		}	
		
		#topo a.empresa{
		position:absolute;
		top:61px;
		right:262px;
		margin:0px;
		padding:0px;
		width:143px;
		height:55px;
		background:url(../imagens/empresa-up.jpg) no-repeat;
		}	
		
		#topo a.empresa:hover{
		background:url(../imagens/empresa-hover.jpg) no-repeat;
		}
		
		#topo a.atuacao{
		position:absolute;
		top:62px;
		right:123px;
		margin:0px;
		padding:0px;
		width:150px;
		height:55px;
		background:url(../imagens/atuacao-up.jpg) no-repeat;
		}	
		
		#topo a.atuacao:hover{
		background:url(../imagens/atuacao-hover.jpg) no-repeat;
		}
		
		#topo a.contato{
		position:absolute;
		top:62px;
		left:840px;
		margin:0px;
		padding:0px;
		width:85px;
		height:55px;
		background:url(../imagens/contato-up.jpg) no-repeat;
		}	
		
		#topo a.contato:hover{
		background:url(../imagens/contato-hover.jpg) no-repeat;
		}
		
		
		#topo img.telefone{
		position:absolute;
		top:119px;
		right:43px;
		}
	
	#conteudo{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:960px;
	}
		
		#conteudo #area{
		position:relative;
		margin:0px 0px 0px 60px;
		padding:0px;
		width:550px;
		}
			
			
			#conteudo #area a.voltar{
			margin:0px 0px 0px0px;
			padding:2px 5px 2px 5px;
			font: 12px Tahoma, Verdana, Arial;
			color:#fff;
			background:#8AA072;
			}
			

			

	

#rodape{
margin: 0px;
padding:0px;
width:100%;
height:60px;
background:url(../imagens/bg-rodape.png) repeat-x;
}

	#rodapeconteudo{
	position:relative;
	margin: 0 auto;
	padding:0px;
	width:960px;
	height:20px;
	}
	
		#rodapeconteudo p.endereco{
		position:absolute;
		top:5px;
		left:60px;
		margin:0px;
		padding:0px;
		font:11px Tahoma, Verdana, Arial;
		line-height:16px;
		color:#FFFFFF;
		}
		
		#rodapeconteudo p.contatos{
		position:absolute;
		top:5px;
		right:50px;
		margin:0px;
		padding:0px;
		font:11px Tahoma, Verdana, Arial;
		line-height:16px;
		color:#FFFFFF;
		text-align:right;
		}
		#rodapeconteudo img.atuart{
		position:absolute;
		top:60px;
		right:45px;
		}