/* ==========================================================================
   Reset Cross-browser
   ========================================================================== */

/* 
*   Global Reset
*   http://meyerweb.com/eric/tools/css/reset/ 
*   v2.0 | 20110126
*   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /**
    * Propriedades comentadas do reset original para compatibilidade
    *
    * font-size: 100%;
    * font: inherit;
    * vertical-align: baseline;
    **/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{
    max-width: 100%;
}

/* Adicionando ponteiro nos botões */
input[type="submit"],
button{
    cursor: pointer;
}

/* ==========================================================================
   Estruturas
   ========================================================================== */
html{
    background: #1d1d1d url('../images/fundo.jpg') no-repeat top center;
}
body{
    background: url('../images/fundo-topo.png') repeat-x top;
}
body > div{
    background: url('../images/fundo-rodape.png') repeat-x bottom;
}
#Body{
    min-width: 1001px;
}

    #NavSuperior{
        position: relative;
        z-index: 2;
    }

    #div1bg{
        position: relative;
        z-index: 1;
        background: url('../images/fundo-amarelo.png') repeat-x top;
        padding: 32px 0 0;
    }

            #NavLateralEsquerda{ 
                position: relative;
                z-index: 2;
                width: 161px;
            }

            #NavLateralDireita{
                position: relative;
                z-index: 2;
            }

            #NavCentral{
                display:block;
                margin: 0;
                overflow:hidden;
                position: relative;
                width:auto;
                z-index: 1;
                background: #fff;
            }
            #div1bg .NavCentralHome{
                background: none;
            }
                #Page{
                    display: block;
                    background: none;
                }

           #NavTagCloud, #NavVisitados{
               display: none;
           }
       
         
/* ==========================================================================
   Global classes
   ========================================================================== */

.clear{
    clear:both;
    display:block;
}

.overflow,
.caixa-overflow{
    display:block;
    overflow:hidden;
    clear: right;
}

.left{
    float: left;
}

.right{
    float: right;
}

.inline-block,
.inline-block > ul{
    /* resetando font-size para os navegadores */
    font-size: 0;
}

    .inline-block > li,
    .inline-block > ul > li{
        /* inline-block cross-browser */
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
        vertical-align: top;
        zoom: 1;

        /* adicionando font-size */
        font-size: 11px;
    }

/* ==========================================================================
   Banners
   ========================================================================== */

.banner-home,
.banner-extra1,
.banner-extra2,
.banner-extra3,
.banner-extra4,
.banner-extra5,
.banner-extra6,
.banner-extra7,
.banner-extra8,
.banner-extra9,
.banner-extra10,
.banner-baixo,
.banner-esquerdo{
    display:block;
    clear:both; 
    padding: 5px 0;
    text-align:center;
}


.banner-home, .banner-extra1{
    padding: 0;
}

/* ==========================================================================
   Cabeçalho (cima.php)
   ========================================================================== */

#cabecalho{
    height: 139px;
}

#ferramentas{
    margin: 11px 5px 0 0;
    height: 27px;
}
    #ferramentas a, #ferramentas span{
        font: normal 13px 'Arial Narrow',Arial,Helvetica,sans-serif;
        color: #e2e2e2;
    }
    #ferramentas ul .atendimento{
        font: bold 13px 'Arial Narrow',Arial,Helvetica,sans-serif;
        color: #e2e2e2;
        background: url('../images/icons/atendimento.png') no-repeat 16px 1px;
        margin: 0 0 0 17px;
        padding-left: 40px;
        border-left: 1px solid #4d4d4d;
    }

.saudacao-cliente{
    font: normal 13px 'Arial Narrow',Arial,Helvetica,sans-serif;
    color: #e2e2e2;
    margin: 10px 0 0 8px;
    height: 28px;
}
    .saudacao-cliente a{
        font: bold 13px 'Arial Narrow',Arial,Helvetica,sans-serif;
        color: #e2e2e2;
    }

#logotipo{
    clear: both;
    margin: 30px 0 25px 8px;
}

#carrinho-compras{
    background: url('../images/carrinho.png') no-repeat;
    width: 195px;
    height: 51px;
    margin: 11px 8px 0 0;
}
    #carrinho-compras a{
        font: normal 19px 'Arial Narrow',Arial,Helvetica,sans-serif;
        color: #ffcb05;
        padding: 7px 0 0 38px;
        text-align: center;
        display: block;
    }
    #carrinho-compras span{
        font: normal 19px 'Arial Narrow',Arial,Helvetica,sans-serif;
        color: #fff;
    }

.caixa-busca{
    display: block;
    overflow: hidden;
    height: 29px;
    clear: right;
    width: 375px;
    margin: 0 8px 0 0;
    border: 1px solid #a5a5a5;
}
    .extra-div1{
        display: block;
        width: 6px;
        height: 29px;
        background: url('../images/inicio-busca.png') no-repeat left;
    }
    .busca-botao{
        display: block;
        width: 95px;
        height: 29px;
        border: none;
        background: url('../images/bt-busca.png') no-repeat right;
    }
    .caixa-busca label{
        background: url('../images/fundo-busca.png') repeat-x top;
        height: 29px;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .caixa-busca .busca-palavra{
        font: normal 16px 'Arial Narrow', Arial, Helvetica,sans-serif;
        color: #7f7f7f;
        background: none;
        border: none;
        padding: 3px 0;
        width: 100%;
        margin: 0;
    }
    .busca-palavra:focus{
        outline:none;
    }
    .focu-in{
          border: 1px solid #979797;
    }

/* ==========================================================================
   Lateral Esquerda (esquerdo.php)
   ========================================================================== */

#menu-esquerdo > ul{
    background: #353535;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}
    #menu-esquerdo ul li{
        border-bottom: 1px solid #3c3c3c;
        margin: 0 5px;
    }
    #menu-esquerdo ul li.ultima{
        border-bottom: none;
    }
    #menu-esquerdo h3 a{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 13px;
        color: #bababa;
        display: block;
        padding: 6px;
        text-decoration: none;
    }
    #menu-esquerdo h3:hover a{
        color: #ffcb05;
        background: #292929;
    }
    #menu-esquerdo .categoria-13 h3 a{
        color: #ffcb05;
    }
    #menu-esquerdo h4 a{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #bababa;
        display: block;
        padding: 2px 6px;
    }

#news{
    position: relative;
    width: 161px;
    height: 206px;
    background: url('../images/news.png') no-repeat;
    margin-bottom: 10px;
}
    #news input{
        position: absolute;
        left: 8px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #bababa;
        width: 138px;
        border: none;
        background: none;
        margin: 0;
        padding: 0;
    }
    .news-nome{
        top: 103px;
    }
    .news-email{
        top: 151px;
    }
    .news-botao{
        bottom: 7px;
        height: 20px;
        position: absolute;
        right: 40px;
        width: 81px;
        border: none;
        background: none;
    }

#likebox{
    background: #333;
    border-top: 6px solid #ffcb05;
    width: 161px;
    height: 310px;
    margin-bottom: 10px;
}

/* ==========================================================================
   Lateral Direita (direito.php)
   ========================================================================== */



/* ==========================================================================
   Rodapé (baixo.php)
   ========================================================================== */

#rodape{
    height: 329px;
    width: 1001px;
    margin: 0 auto;
}

#menu-inst{
    padding: 35px 0 0 0;
    height: 240px;
}
    #menu-inst > ul > li{
        border-right: 1px solid #989898;
        min-height: 150px;
        padding: 0 25px 0 15px;
    }
    #menu-inst > ul .ultima{
        border-right: none;
        padding: 0 0 0 30px;
        position: relative;
    }
    #menu-inst > ul .clientes{
        padding: 0 23px 0 26px;
    }
    #menu-inst > ul .atd-baixo{
        padding: 0 27px 0 30px;
        width: 175px;
    }
    #menu-inst > ul .formas-pg{
         padding: 0 27px 0 29px;
    }
    #menu-inst span{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        color: #353535;
        display: block;
        margin-bottom: 18px;
    }
    #menu-inst .fonte-menor{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        color: #353535;
        display: block;
        margin-bottom: 6px;
    }
    #menu-inst a{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        color: #858585;
        display: block;
        margin-bottom: 12px;
    }
    #menu-inst .atendimento{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #858585;
        display: block;
    }
    #menu-inst .telefone{
        background: url('../images/icons/horario.png') no-repeat left top;
        margin: 6px 0 2px;
        padding: 0 0 0 25px;
    }

        #menu-inst .telefone span {
            color: #353535;
            display: block;
            font: 700 16px/18px 'Roboto Condensed', sans-serif;
            margin: 0;
        }

    #menu-inst .espaca-img img{
        padding: 0 4px 4px 0;
    }
    #menu-inst .email a{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #353535;
    }
    #menu-inst .rede-social{
        margin-top: 20px;
    }
    #menu-inst .rede-social li{
        margin-right: 7px;
    }
    #menu-inst .rede-social a{
        width: 32px;
        height: 32px;
        display: block;
    }
    #menu-inst .facebook{
        background: url('../images/icons/facebook.png') no-repeat left top;
    }
    #menu-inst .facebook:hover{
        background: url('../images/icons/facebook-hover.png') no-repeat left top;
    }
    #menu-inst .blog{
        background: url('../images/icons/blog.png') no-repeat left top;
    }
    #menu-inst .blog:hover{
        background: url('../images/icons/blog-hover.png') no-repeat left top;
    }
    #menu-inst .youtube{
        background: url('../images/icons/youtube.png') no-repeat left top;
    }
    #menu-inst .youtube:hover{
        background: url('../images/icons/youtube-hover.png') no-repeat left top;
    }
    #menu-inst .youtube2{
        background: url('../images/icons/youtube.png') no-repeat left top;
    }
    #menu-inst .youtube2:hover{
        background: url('../images/icons/youtube-hover.png') no-repeat left top;
    }

#msg-rodape{
    clear: left;
    font: normal 11px "Arial Narrow", Arial, Helvetica,sans-serif;
    color: #b9b9b9;
    margin-left: 12px;
    width: 355px;
}

#selo-tray {
    float: right;
    position: relative;
    right: 10px;
    top: -25px;
}

.selobf {
    position: absolute;
    top: 72px;
    right: -125px;
}