﻿body {
    background-image:url(imagens/back_site.jpg);
    background-repeat:repeat-x;
    font-family:Tahoma;
    font-size:11px;
    color:#014148;
    margin:0px;
}

a, a:link, a:visited, a:active, a:hover {
    font-family:Tahoma;
    font-size:11px;
    color:#6aa759;
    font-weight:bold;
    text-decoration:none;
}

.clear {
    clear:both;
}

h1 {
    margin:0px 0px 30px 0px;
    text-transform:uppercase;
    font-size:12px;
    color:#064e55;
}

h2 {
    margin:0px;
    font-size:12px;
    color:#58ab40;
}

.site {
    background-image:url(imagens/back_geral.jpg);
    width:997px;
    margin:auto;
}

.site .header {
    background-image:url(imagens/back_header.jpg);
    background-repeat:no-repeat;
    height:108px;
}

.site .header .head {
    width:982px;
    margin:auto;
    *margin:0 0 0 8px;
}

.site .header .head .logo {
    background-image:url(imagens/back_logo.jpg);
    background-repeat:no-repeat;
    width:213px;
    height:108px;
    float:left;
}

.site .header .head .logo img {
    margin:14px 0px 0px 12px;
}

.site .header .head .atendimento {
    background-image:url(imagens/back_atendimento.jpg);
    background-repeat:no-repeat;
    width:769px;
    height:46px;
    text-align:right;
    float:left;
}

.site .header .head .menu {
    width:744px;
    padding:0 0 0 25px;
    height:25px;
    float:left;
    background:url(imagens/bg_menu_home.gif) repeat-x top left;
}

.site .header .head .busca {
    width:727px;
    float:left;
    padding:9px 0px 9px 0px;
    color:#58ab40;
    font-size:10px;
    margin:0 0 0 28px;
}

.site .header .head .busca select {
    margin-left:3px;
    width:110px;
    height:16px;
    *height:18px;
    color:#8a8b8b;
    font-size:10px;
    border:1px solid #58ab40;
}

.site .header .head .busca input {
    margin-left:3px;
}

.site .conteudo {
    background-image:url(imagens/back_conteudo.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
    width:982px;
    _width:982px;
    margin:auto;
    *margin:0 0 0 8px;
    min-height:432px;
    *min-height:450px;
    _height:420px;
}

.site .conteudo .internas {
    width:956px;
    margin:auto;
}

.leftbox {
    width:188px;
    float:left;
}

.leftbox .linha {
    border-right:1px solid #09545c;
    margin-bottom:5px;
    height:25px;
}

.leftbox .menu {
    background-color:#67be39;
    position:relative;
    margin-bottom:10px;
}

.leftbox .menu .detalhe {
    position:absolute;
    top:0px;
    left:0px;
}

.leftbox .menu a, .leftbox .menu a:link, .leftbox .menu a:visited, .leftbox .menu a:active {
    color:#fff;
    font-weight:bold;
    padding:15px 0px 15px 20px;
    width:168px;
    background-image:url(imagens/back_menu.jpg);
    background-repeat:no-repeat;
    display:block;
}

.leftbox .menu a:hover {
    color:#04484f;
}

.rightbox {
    width:750px;
    float:right;
}

.titulo {
    border-bottom:1px solid #7fa9ad;
    height:30px;
    font-size:10px;
    color:#a8a8a8;
    margin-bottom:20px;
}

.titulo a, .titulo a:link, .titulo a:visited, .titulo a:active {
    float:right;
    color:#a8a8a8;
    font-size:10px;
    margin-top:-12px;
}

.titulo a:hover {
    color:#04484f;
}

.faleconosco .titulo {
    border-bottom:1px solid #7fa9ad;
    height:30px;
    font-size:11px;
    color:#014148;
    margin-bottom:20px;
}

.rodape {
    background-image:url(imagens/back_rodape.jpg);
    background-position:top;
    background-repeat:repeat-x;
    width:997px;
    margin:auto;
    color:#004249;
    padding-top:10px;
    text-align:center;
}

.rodape p {
    text-align:right;
    margin: 0px 0px 5px 0px;
}