@charset "ISO-8859-1";
/* CSS Document */

*{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; }

body{ background:url(imagens/fundo.png) top center; }

.center{ width:960px; margin:0px auto; }
#topo{ width:100%; height:125px; background:url(imagens/topo.png) top center repeat-x; }

#topo h1 a{ width:307px; height:95px; float:left; overflow:hidden; display:block; text-indent:-3000px; background:url(imagens/logo.png) center center no-repeat; }
#topo ul{ width:466px; height:44px; padding:25px 9px 26px 178px; float:right; background:url(imagens/menu.png) center center no-repeat; }
#topo ul li{ display:inline; list-style:none; }

#topo ul li a{ height:44px; margin-right:21px; float:left; overflow:hidden; display:block; text-indent:-3000px; background: center center no-repeat; }
#topo ul li a.inicial{ width:49px; background-image:url(imagens/menu-inicial.png); }
#topo ul li a.sobre{ width:79px; background-image:url(imagens/menu-sobre.png); }
#topo ul li a.servicos{ width:68px; background-image:url(imagens/menu-servicos.png); }
#topo ul li a.obras{ width:48px; background-image:url(imagens/menu-obras.png); }
#topo ul li a.contato{ width:103px; margin-right:0; background-image:url(imagens/menu-contato.png); }

#topo ul li a.inicial:hover{ background-image:url(imagens/menu-inicial-atual.png); } 
#topo ul li a.sobre:hover{ background-image:url(imagens/menu-sobre-atual.png); }
#topo ul li a.servicos:hover{ background-image:url(imagens/menu-servicos-atual.png); }
#topo ul li a.obras:hover{ background-image:url(imagens/menu-obras-atual.png); }
#topo ul li a.contato:hover{ background-image:url(imagens/menu-contato-atual.png); }

#conteudo-fundo{ margin-top:-30px; padding:10px 0 0 0; background:url(imagens/fundo-conteudo.png) top center no-repeat; }
#conteudo{ width:960px; margin:0px auto; }




#rodape{ width:900px; height:20px; margin:0px auto; padding:0 30px 30px 30px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#709b87; background:top center no-repeat; }
#rodape span{ float:left; }
#rodape a{ float:right; text-decoration:none; color:#709b87; } 
#rodape a strong{ color:#FFF; }
