@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
        background-color:#EEE;
}
#principal,#home{
	position:absolute;
	width:771px;
	height:600px;
	left:50%;
	margin-left:-385px;
	border:1px solid #DDD;
}
#topo{
    position:absolute;
    width:465px;
    height:167px;
    background-image:url(../images/topo.jpg);
    background-repeat:no-repeat;
}
#fundo-menu{
    position:absolute;
    width:306px;
    height:362px;
    top:0px;
    left:465px;
    background-image:url(../images/menu.jpg);
}
#centro-fundo{
    position:absolute;
    width:465px;
    height:195px;
    top:167px;
    left:0px;
    background-image:url(../images/centro.jpg);
}
#conteudo
{
    position:absolute;
    width:771px;
    height:206px;
    top:362px;
    left:0px;
    background-image:url(../images/conteudo.jpg);
}
#rodape
{
    position:absolute;
    width:771px;
    height:33px;
    top:567px;
    left:0px;
    background-image:url(../images/rodape.jpg);
}
#logo-fullcargo{
    margin:32px 0px 0px 10px;
}
#bot-english{
    position:absolute;
    right:20px;
    top:68px;
}
img{
    border:none;
color: red;
text-decoration: underline;
}
#menu-interno
{
    position:absolute;
    width:306px;
    height:371px;
    top:0px;
    left:465px;
    background-image:url(../images/menu_interno.jpg);
}
#conteudo-interno
{
    position:absolute;
    width:771px;
    height:371px;
    top:371px;
    left:0px;
    background-image:url(../images/bg_conteudo_interno.jpg);
}
#rodape-interno
{
    position:absolute;
    width:721px;
    height:17px;
    bottom:-13px;
    background-image:url(../images/rodape_interno.jpg);
    font-family:Verdana;
    font-size:11px;
    padding-top:25px;
    padding-left:50px;
    color:#FFF;
}
p{
    font-family:Verdana;
    font-size:11px;
    line-height:160%;
    margin:0px 0px 8px 0px;
}
ul.menu{
    padding:0px;
    margin:120px 0px 0px 0px;
}
ul.menu span{
    display:none;
}
ul.menu li{
    list-style:none;
    display:block;
    background-repeat:no-repeat;
}
ul.menu li a{
    background-image:none;
    text-indent: -99999px;
    overflow : hidden;
    display:block;
    margin: 0px;
    padding: 0px;
    width:184px;
    height:22px;
}
li.empresa{     
    background-image:url(../images/tit_empresa.gif);
}
li.servicos{
    background-image:url(../images/tit_servicos.gif);
}
li.localizacao{
    background-image:url(../images/tit_localizacao.gif);
}
li.links{
    background-image:url(../images/tit_links.gif);
}
li.fale{
    background-image:url(../images/tit_fale.gif);
}
li.mapa{
    background-image:url(../images/tit_mapa.gif);
}
