﻿body 
{
    background: url('imagem/bkd-site.jpg') left top repeat-x;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana;
    color: #000;
}

.site-centro
{
    margin: auto;
    width: 897px;    
}
.fundo-conteudo
{
    background-color: #ffffff;
    margin-top: 20px;
}

.imagem-conteudo
{
    margin-top: 11px;
    margin-bottom: 10px;    
    width: 895px;
    height: 255px;
}

/*Engrenagens*/

.engrenagem-superior
{
    background: url('imagem/engrenagem-superior.png') top right no-repeat;
}

.site-rodape
{
    background: url('imagem/engrenagem-inferior.png') left bottom no-repeat;   
    width: 100%;
}

/*Topo*/

.topo-bkd
{
    background: url('imagem/bkd-logo-new.jpg') left top no-repeat;   
    width: 895px;
    height: 100px;
}
.topo-logo
{
    padding-top: 20px;
    padding-left: 46px;
}
.topo-menu-bkd
{
    background: url('imagem/bkd-menu-new.png') left top no-repeat;
    width: 895px;
    height: 34px;
}
.topo-menu-flash
{
    padding-top: 10px;
    width: 890px;
    height: 60px;
}

/*Menu*/
.menu
{
    min-width: 150px;
}

/*Rodape*/

.rodape-bkd
{
    margin-top: 10px;
    background: url('imagem/bkd-rodape.png') center bottom no-repeat;  
    width: 897px;
    height: 62px; 
}
.rodape-endereco
{   
    padding-top: 11px;
    padding-left: 20px;
    color: #ffffff;
    font-family: Verdana, Times New Roman;
}
.rodape-direitos
{
    background-position: right;
    padding-top: 11px;
    padding-right: 20px;   
    color: #ffffff;
    font-family: Verdana, Times New Roman;
}
/*Quem somos*/
.quemsomos
{
    margin-left: 22px;
    }
.titulo
{
    background: url('imagem/bkd-titulo-new.jpg') repeat-y;
    width: 259px;
    height: 41px;
    padding-top: 5px;
    padding-left: 25px;
    font-family: Verdana, Times New Roman;
    color: #012b56;
    font-weight: bold;
    font-size: medium;
}
.quemsomos-texto
{
    width: 50%;
    color: #000;
    font-family: Verdana, Times New Roman;
    font-size: larger;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    text-align: justify;
}

/* Produto */
.produto-titulo
{
    background: url('imagem/bkd-titulo-produto.jpg') repeat-y;
    height: 34px;
    padding-left: 10px;
    color: #dddedf;
    font-family: Verdana, Times New Roman;
    font-size: medium;
    font-weight: bold;
}
.produto-menu
{    
    padding-top: 10px;
    background: url('imagem/bkd-menu-produto-new.jpg') repeat-y;
    min-height: 350px;
}

.produto-link-menu
{
    
    text-decoration: none;
    
}

.produto-menu-items a
{
    text-decoration: none; 
    padding-left: 10px; 
    color: #000; 
}

.produto-menu-items a:hover
{
    text-decoration: none; 
    padding-left: 10px; 
    color: #000;
    font-weight: bold;    
}

.produto-menu-selecionado a
{
    text-decoration: none; 
    padding-left: 10px; 
    color: #000;
    font-weight: bold;        
}

/* Vendas */
.titulo-categoria
{
    margin-left: 17px;
    font-weight: bold;
    padding-bottom: 5px;
}

.produto-menu-items-venda a
{
    text-decoration: none; 
    padding-left: 17px; 
    color: #000; 
}

.produto-menu-items-venda a:hover
{
    text-decoration: none; 
    padding-left: 17px; 
    color: #000;
    text-decoration: underline;
}

.produto-menu-items-venda-current a
{
    text-decoration: none; 
    padding-left: 34px; 
    color: #000;
    font-style: italic;
    text-decoration: underline;
}

