﻿body 
{
    background-image: url('fundo_imagem.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}

h1
{
    font-family: Tahoma;
    font-size: 20px;
    color: #FFF;
    font-weight: normal;
}

.box h2, .box_p h2
{
    font-family: Tahoma;
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

.box_p h2
{
    margin: 5px;
    padding: 0px;
}


input, textarea
{
    font-family: Arial;
    font-size: 11px;
    color: #333;
    border: solid 1px #555555;
}

a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #346BED;
    text-decoration: none;
}

#site
{
    width: 900px;
    background-color: #1B1B1B;
    margin-left: auto;
    margin-right: auto;
}

#topo
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding-top: 25px;
}

#conteudo
{
    width: 875px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 17px;
}

#interno
{
    width: 875px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-image: url('barra_cinza_topo.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #252525;
}

#internoB
{
    width: 855px;
    padding: 10px;
    background-image: url('barra_cinza_baixo.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}

#rodape
{
    width: 890px;
    height: 50px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('fundo_rodape.jpg');
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 20px;
}

#rodape a
{
    color: #FFF;
}

.box
{
    width: 855px;
    height: 225px;
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-image: url('fundo_cinza.jpg');
    background-repeat: no-repeat;
}

.box #esq
{
    margin-left: 20px;
    width: 424px;
    float: left;
}

.box #dir
{
    margin-top: 20px;
    margin-left: 20px;
    width: 370px;
    float: left;
}

.box_p
{
    float: left;
    width: 405px;
    height: 225px;
    padding-top: 10px;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-image: url('fundo_cinza2.jpg');
    background-repeat: no-repeat;
}

#interno h2
{
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #404040;
    margin-bottom: 10px;
}

.td-categoria
{
    /*border-bottom: solid 1px #C0C0C0;
    margin-bottom: 10px;
    background-color: #c0c0c0;*/
}


/*MENU PRINCIPAL*/
 
#menu 
{
    float: left;
    line-height:normal;
    padding: 0px; 
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

#menu img
{
    border: 0px;
    padding-right: 5px;
}

#menu ul {
    margin :0;
    padding :0px;
    list-style:none;
}

#menu li {
    display:inline;
    margin:0;
    padding: 0;
}

#menu a {
    float:left;
    margin:0px;
    text-decoration:none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
}

#menu a span {
    float:left;
    display:block;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
}
/*Normal*/
#menu a #mhome
{
    width: 117px;
    height: 31px;
    background-image: url('home.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a #mempresa
{
    width: 117px;
    height: 31px;
    background-image: url('empresa.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a #mportifolio
{
    width: 117px;
    height: 31px;
    background-image: url('portifolio.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a #mweb
{
    width: 117px;
    height: 31px;
    background-image: url('web.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a #mlojas_virtuais
{
    width: 168px;
    height: 31px;
    background-image: url('lojas_virtuais.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a #msistemas
{
    width: 117px;
    height: 31px;
    background-image: url('sistemas.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a #mcontato
{
    width: 117px;
    height: 31px;
    background-image: url('contato.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

/* Hover*/     

#menu a:hover #mhome
{
    width: 117px;
    height: 31px;
    background-image: url('home_hover.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a:hover #mempresa
{
    width: 117px;
    height: 31px;
    background-image: url('empresa_hover.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a:hover #mportifolio
{
    width: 117px;
    height: 31px;
    background-image: url('portifolio_hover.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a:hover #mweb
{
    width: 117px;
    height: 31px;
    background-image: url('web_hover.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a:hover #mlojas_virtuais
{
    width: 168px;
    height: 31px;
    background-image: url('lojas_virtuais_hover.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a:hover #msistemas
{
    width: 117px;
    height: 31px;
    background-image: url('sistemas_hover.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

#menu a:hover #mcontato
{
    width: 117px;
    height: 31px;
    background-image: url('contato_hover.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
      
/* FIM MENU PRINCIPAL */