
/* ------------------------------| Geral |----------------------------------- */

*{
    background-color: white;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    outline: none;
}

body {
    background-color: white;
    text-align: center;
}

#all{
    width: 750px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

#tudo{
    /*background-image: url(background/bg.jpg);*/
    background-image: url(background/topo.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 779px;
    margin: 0 auto;
    text-align: center;
}

/* ------------------------------| Topo |------------------------------------ */

#topo{
    /*margin: auto;*/
    text-align: center;
    width: 748px;
    height: 150px;
    background-color: transparent;
    float: left;
}

/* ------------------------------| Menu |------------------------------------ */

#menu{
    width: 748px;
    height: 50px;
    margin: 5px auto;
    background-color: transparent;
    float: left;

    border-top: 2px solid #F77100;
    border-bottom: 2px solid #F77100;

}

#menu ul{
    list-style-type: none;
    display: inline;
    float: left;
    background-color: transparent;
}

#menu li{
    display: inline;
    float: left;
    text-align: center;
    background-color: transparent;
}

#menu li:hover{
    margin-top: 0px;
    font-size: 50px;
}

/* ------------------------------| Menu Index |------------------------------ */

#menu a.inicio {
  display: inline;
  float: left;
  background-image: url(menu/inicio1.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

#menu a.inicio:hover {
  display: inline;
  float: left;
  background-image: url(menu/inicio2.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

/* ------------------------------| Menu Sobre |------------------------------ */

#menu a.sobre {
  display: inline;
  float: left;
  background-image: url(menu/sobre1.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

#menu a.sobre:hover {
  display: inline;
  float: left;
  background-image: url(menu/sobre2.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

/* ------------------------------| Menu Trabalhos |-------------------------- */

#menu a.trabalhos {
  display: inline;
  float: left;
  background-image: url(menu/trabalhos1.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

#menu a.trabalhos:hover {
  display: inline;
  float: left;
  background-image: url(menu/trabalhos2.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

/* ------------------------------| Menu Contato |---------------------------- */

#menu a.contato {
  display: inline;
  float: left;
  background-image: url(menu/contato1.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

#menu a.contato:hover {
  display: inline;
  float: left;
  background-image: url(menu/contato2.gif);
  background-color: transparent;
  width: 180px;
  height: 50px;
}

/* ------------------------------| Links |----------------------------------- */

a.link:link, a.link:active, a.link:visited{
    color: black;
    font-size: 12px;
}

a.link:hover{
    color: blue;
    text-decoration: underline;
    font-size: 12px;
}

a.contato:link, a.contato:active, a.contato:visited{
    color: black;
    text-decoration: none;
    font-size: 12px;
}

a.contato:hover{
    color: blue;
    text-decoration: none;
    font-size: 12px;
}

a.menu:link, a.menu:active, a.menu:visited{
    background-color: transparent;
    text-decoration: none;
    color: black;
}

a.menu:hover{
    background-color: transparent;
    color: black;
    margin-top: 5px;
}

/* ------------------------------| Centro |---------------------------------- */

#centro{
    width: 748px;
    height: auto !important;
    height: 570px;
    min-height: 570px;
    margin: auto;
    text-align: center;
    background-color: transparent;
}

#meio{
    margin: auto;
    text-align: center;
    background-color: transparent;
    float: left;
    width: 460px;                /* ff =510 */
    height: auto !important;
    height: 550px;
    min-height: 550px;
}

#servicos{
    background-color: transparent;
    text-align: center;
    float: right;
    width: 220px;
    height: 450px;
    margin-right: 10px;
    /*margin-left: 10px;
    _margin-left: 0px;
    *margin-left: 0px;*/
}

#titulo{
    width: 440px;
    height: 70px;
    background-color: transparent;
    margin-top: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 25px;
}

#texto{
    float: left;
    width: 440px;
}


#texto, #texto p{
    width: 440px;
    margin: 10px;
    background-color: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-indent: 40px;
    text-align: justify;
}

#texto p.titulo{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#banners{
    background-image: url(background/quadrado.jpg);
    background-repeat: no-repeat;
    background-color: white;
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 220px;
    height: 230px;
}

#sites{
    background-image: url(background/quadrado.jpg);
    background-repeat: no-repeat;
    background-color: white;
    margin: 20px auto 0 auto;
    /*margin: 5px auto;*/
    text-align: center;
    float: left;
    width: 220px;
    height: 230px;
}

#sites p, #banners p{
    margin: 10px auto 0 auto;
    background-color: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}


/*#google{
    width: 210px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    float: right;
}*/


img.sites{
    margin-top: 30px;
    margin-left: -3px;
}

/* ------------------------------| Tabela |---------------------------------- */

table{
    width: 440px;
    text-align: center;
    margin: 0 auto;
}

table.borda{
    border: 1px solid silver;
    margin-bottom: 20px;
    padding: 10px;
}

th{
    margin: 20px auto 20px auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

/* ------------------------------| Rodapé |---------------------------------- */

#rodape{
    margin: 5px auto;
    border-top: 2px solid #F77100;
    padding-top: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    width: 750px;
    height: 30px;
    float: left;
}


