/* CSS SMARTPRO */
* {
    margin:0;
    padding:0;
    font-family:Arial, "Nimbus Sans L";
}

body {
    width:1003px;
    margin:0 auto;
    background-color:white;
}

a {
    text-decoration:none;
}

img {
    border:0;
}

#principal {
    width:1003px;
    border-top:1px solid #d6d4d4;
    background-image:url(../images/site/bg_site.gif);
    background-repeat:repeat-y;
    margin-top:3px;
    float:left;
}

/*
 * Topo
 */
.topo {
    width:978px;
    height:82px;
    background-color:#f6f6f6;
    border:1px solid #d6d4d4;
    margin:9px 0 9px 10px;
    float:left;
    _margin-left:5px;
}
.logo_sap {
    float:left;
    margin:12px 0 0 13px;
}
.logo_smartpro {
    float:left;
    margin:24px 0 0 20px;
}

/*
 * Menu Horizontal
 */
#menu_horizontal {
    float:right;
    width:634px;
    margin:56px 0 0 0;
}
#menu_horizontal ul {
    list-style:none;
    width:634px;
    text-align:center;
}
#menu_horizontal ul li {
    display:inline;
    color:#636464;
    font-size:11px;
}
#menu_horizontal ul li a {
    color:#636464;
    font-size:11px;
}
#menu_horizontal ul li.visitado a {
    color:#636464;
    font-size:11px;
    font-weight:bold;
}
#menu_horizontal ul li a:hover {
    text-decoration:underline;
}

/*
 * Home
 */
.area_home {
    float:left;
    width:980px;
    min-height:468px;
    background-image:url(../images/site/fundo_home.jpg);
    background-repeat:no-repeat;
    background-position:top right;
    margin:0 0 7px 10px;
    _margin-left:5px;
    _height:468px;
}

.esquerda {
  width:529px;
  float:left;
}

.conteudo_destaque {
    width:529px;
    float:left;
    margin:7px 0 0 7px;
    _margin-left:4px;
}

.box_azul {
    width:223px;
    height:109px;
    background-color:white;
    float:left;
    padding:25px 0 0 22px;
    margin:0 12px 12px 0;
  	opacity:0.7;
  	filter:alpha(opacity=75);
}
.box_azul  h4 {
    width:200px;
    color:#004471;
    font-size:14px;
}
.box_azul p {
    width:189px;
    margin-top:16px;
    background-image:url(../images/site/bolinha.gif);
    background-repeat:no-repeat;
    background-position:0% 10%;
    color:#5e5f5f;
    font-size:11px;
    padding-left:11px;
    line-height:14px;
}
.box_azul a {
    color:#5e5f5f;
    font-size:11px;
}
.box_azul a:hover {
    text-decoration:underline;
}

.noticias {
    width:470px;
    height:150px;
    float:left;
    margin:13px 0 0 7px;
    _margin-left:4px;
    background-color:white;
  	opacity:0.7;
  	filter:alpha(opacity=75);
    padding:10px 0 10px 32px;
}
.noticias h3 {
    color:#004471;
    font-size:14px;
}
.noticias p {
    width:412px;
    margin-top:10px;
    font-size:11px;
    line-height:14px;
    background-image:url(../images/site/bolinha.gif);
    background-repeat:no-repeat;
    background-position:0% 10%;
    padding-left:15px;
}
.noticias p a {
    color:#5e5f5f;
    font-size:11px;
}
.noticias p a:hover,
.indique:hover {
    text-decoration:underline;
}

.veja_mais {
    float:right;
    margin-right:20px;
}

.indique {
    float:left;
    margin:15px 0 0 7px;
    background-image:url(../images/site/seta.gif);
    background-repeat:no-repeat;
    background-position:left;
    font-weight:bold;
    font-size:11px;
    padding-left:11px;
    color:#636464;
}

/*
 * Menu Vertical
 */
.top_menu {
    float:left;
    width:186px;
    height:20px;
    background-image:url(../images/site/top_menu.gif);
    margin-left:2px;
    _margin-left:0px;
    color:#004471;
    font-size:13px;
    font-weight:bold;
    padding:13px 0 0 15px;
}
#menu_vertical {
    float:left;
    width:206px;
    margin-left:2px;
}
#menu_vertical ul {
    width:186px;
    margin:0 0 0 5px;
    float:left;
}
#menu_vertical ul li.li_level_0_normal {
    width:179px;    
    list-style:none;
    border-bottom:1px solid #b4cad9;
    padding:3px 0px 3px 10px;
}
#menu_vertical ul li a {
    color:#004471;
    font-size:11px;
}
#menu_vertical ul li a:hover {
    text-decoration:underline;
}

#menu_vertical ul li a.a_level_0_current {
    color:#004471;
    font-size:11px;
    font-weight:bold;
    background-image:url(../images/site/seta_menu.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:8px;
}

#menu_vertical ul li a.a_level_1_normal {
    color:#004471;
    font-size:11px;
    font-weight:normal;    
    padding-left:8px;
}

#menu_vertical ul li.li_level_1_normal { 
    list-style:none;    
    padding-left:10px;    
}

#menu_vertical ul li a.a_level_1_current {
    color:#004471;
    font-size:11px;
    font-weight:bold;    
    padding-left:8px;
}


/*
 * Conteudo
 */
#conteudo {
    width:978px;
    background-color:#fefefe;
    background-image:url(../images/site/bg_conteudo.gif);
    background-repeat:repeat-y;
    background-position:left;
    border:1px solid #d6d4d4;
    margin:0 0 9px 10px;
    float:left;
    _margin-left:5px;
}
#conteudo .texto {
    float:left;
    width:644px;
    margin:18px 0 0 58px;
    _margin-left:29px;
    color:#004471;
    font-size:11px;
    line-height:18px;
}
#conteudo .texto h2 {
    font-size:16px;
    color:#004471;
}
#conteudo .texto p {
    margin-top:10px;
}
#conteudo .texto p a {
    color:#004471;
}
#conteudo .texto p a:hover {
    text-decoration:underline;
}
#conteudo .texto h3 {
    margin:27px 0 46px 0;
    font-size:16px;
    color:#004471;
}
#conteudo .texto h4 {
    font-size:16px;
    margin:30px 0 0 0;
    color:#004471;
}


.voltar {
    float:right;
    width:63px;
    height:24px;
    background-image:url(../images/site/voltar.gif);
    margin:30px 84px 30px 0;
}

/*
 * Contato
 */
.localizacao {
    color:#004471;
    font-size:11px;
    background-image:url(../images/site/veja_mapa.gif);
    background-position:left;
    background-repeat:no-repeat;
    font-weight:bold;
    padding-left:23px;
}
.localizacao:hover {
    text-decoration:underline;
}
 
#contato {
    width:475px;
    margin:15px auto;
}
#quero_mais .campo_contato,
#contato .campo_contato {
    width:401px;
    height:16px;
    border:1px solid #b8c0d5;
    font-size:11px;
    color:#004471;
    background-image:url(../images/site/bg_input.gif);
    background-repeat:repeat-x;
    margin:0 0 8px 5px;
    padding:2px;
}
#quero_mais textarea,
#contato textarea {
    width:401px;
    height:78px;
    border:1px solid #b8c0d5;
    font-size:11px;
    color:#004471;
    background-image:url(../images/site/bg_textarea.gif);
    background-repeat:repeat-x;
    margin:0 0 8px 5px;
    padding:2px;
}
.enviar {
    width:63px;
    height:24px;
    background-image:url(../images/site/enviar.gif);
    background-repeat:no-repeat;
    border:0;
    cursor:pointer;
    margin:4px 0 0 0;
}
.limpar {
    width:63px;
    height:24px;
    background-image:url(../images/site/limpar.gif);
    background-repeat:no-repeat;
    border:0;
    cursor:pointer;
    margin:4px 5px 0 0;
}

.label_erro {
    color:red;
}

#quero_mais {
    width:520px;
    margin:15px auto;
}


/*
 * Rodapé
 */
.rodape {
    float:left;
    margin:0 0 6px 11px;
}
.rodape address {
    width:980px;
    height:25px;
    text-align:center;
    font-size:11px;
    color:#716f6f;
    background-color:#f6f6f6;
    padding-top:12px;
    font-style:normal;
}


/*
 * Sombra inferior
 */
.sombra_inf {
    width:972px;
    background-image:url(../images/site/sombra_inf.gif);
    background-repeat:repeat-x;
    background-position:top;
    text-align:right;
    padding:14px 31px 0 0;
    float:left;
}
.sombra_inf a {
    color:#919191;
    font-size:11px;
}
.sombra_inf a:hover {
    text-decoration:underline;
}
