@charset "utf-8";
/* CSS Document */
#texto{
    margin-left:68px;
    margin-right:50px;
}
h2{
    font-family:Verdana;
    font-size:11px;
    color:#666;
    margin-top:0px;
}
h1 span{
    display:none;
}
h1{
    margin:0px;
}
h1.empresa{
    position:absolute;
    bottom:15px;
    left:70px;
    width:150px;
    height:26px;
    background-image:url(../images/h1_empresa.gif);
}
h1.servicos{
    position:absolute;
    bottom:15px;
    left:70px;
    width:150px;
    height:26px;
    background-image:url(../images/h1_servicos.gif);
}
h1.localizacao{
    position:absolute;
    bottom:15px;
    left:70px;
    width:150px;
    height:26px;
    background-image:url(../images/h1_localizacao.gif);
}
h1.links{
    position:absolute;
    bottom:15px;
    left:70px;
    width:150px;
    height:26px;
    background-image:url(../images/h1_links.gif);
}
h1.fale{
    position:absolute;
    bottom:15px;
    left:70px;
    width:150px;
    height:26px;
    background-image:url(../images/h1_fale.gif);
}
h1.mapa{
    position:absolute;
    bottom:15px;
    left:70px;
    width:150px;
    height:26px;
    background-image:url(../images/h1_mapa.gif);
}
#texto ul{
    margin:5px 0px 0px 10px;
}
#texto ul li{
    font-family:Verdana;
    font-size:11px;
    line-height:150%;
    margin-left:20px;
    margin-top:8px;
}
#img-empresa
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_empresa.jpg);
}
#img-exportacao
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_exportacao.jpg);
}
#img-importacao
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_importacao.jpg);
}
#img-logistica
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_logistica.jpg);
}
#img-repetro
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_repetro.jpg);
}
#img-localizacao
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_localizacao.jpg);
}
#img-links
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_links.jpg);
}
#img-fale
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_fale.jpg);
}
#img-mapa
{
    position:absolute;
    width:465px;
    height:371px;
    top:0px;
    left:0px;
    background-image:url(../images/img_mapa.jpg);
}

#texto a:link{
    color: #666;
}
#texto a:hover{
    color: #DA251D;
}
#texto label{
    display:block;
    font-family:Verdana;
    font-size:11px;
    margin-bottom:8px;    
}
#fContato p{
    margin-top:20px;
}

input.campo,textarea{
    background-color:#DDD;
    border:1px inset #CCC;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;
}
.bot{
    background-color:#46297B;
    color:#FFF;
    border:1px inset #5F37A8;
}
.atencao{
    border:1px solid #CCC;
    background-color:#DA251D;
    color:#FFF;
    padding:8px;
    width:70%;
}
span.mapa{
    margin-left:20px;
    display:block;
    margin-top:7px;
}
div.mapa a{
    color:#000;
    text-decoration:none;
}
div.mapa a:hover{
    color:#DA251D;
    text-decoration:underline;
}
ul.submenu{
    position:absolute;
    bottom:50px;
    right:0px;
    background-image:url(../images/linha.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    padding:10px;
}
ul.submenu li{
    display:inline;
    font-family:Verdana;
    font-size:11px;
    background-image:url(../images/marcador.gif);
    background-repeat:no-repeat;
    padding-left:8px;
}
ul.submenu li a{
    color:#666;
    text-decoration:none;
}
ul.submenu li a:hover{
    color:#DA251D;
    text-decoration:underline;
}
#fConsulta{
    position:absolute;
    top:18px;
    right:10px;
}
#fConsulta h1
{
    display:none;
}
#fConsulta label{
    display:block;
    font-family:Verdana;
    font-size:10px;
    color:#FFF;
}
#fConsulta input.campo{
    height:18px;
    width:110px;
    background-color:#2F1C53;
    border:1px solid #261643;
    color:#FFF;
    font-style:italic;
    font-size:10px;
}
#fConsulta #btn_entrar{
    width:40px;
    height:18px;
    background-color:#261643;
    font-family:Verdana;
    font-size:10px;
    color:#FFF;
    border:none;
    margin-left:40px;
    margin-top:5px;
}