﻿/* geral */

html
{
    overflow: hidden;
    background: url(../img/back_full.png) no-repeat left top;
}
body
{
    padding-left: 15px;
    width: 100%;
    height: 100%;
}
div
{
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

img
{
    border: 0px;
}

/* empresa */

#empresa
{
    height: 190px;
    width: 404px;
    background: url(../img/back_empresa.png) no-repeat;
    margin: 0px auto;
    position: absolute;
    padding: 50px 0px 20px 20px;
    bottom: 0px;
    right: 10px;
    z-index: 10;
}
.conteudo_empresa
{
    width: 365px;
}

/* servicos */

#servicos
{
    height: 190px;
    width: 820px;
    background: url(../img/back_servicos.png) no-repeat;
    margin: 0px auto;
    position: absolute;
    padding: 50px 0px 20px 20px;
    top: 50px;
    left: 50px;
}
.conteudo_servicos
{
    width: 150px;
}

/* sistemas */

#sistemas
{
    height: 190px;
    width: 494px;
    background: url(../img/back_sistemas.png) no-repeat;
    margin: 0px auto;
    position: absolute;
    padding: 45px 0px 20px 20px;
    top: 20px;
    right: 30px;
}
.conteudo_sistemas
{
    width: 470px;
}

/* websites */

#websites
{
    height: 190px;
    width: 584px;
    background: url(../img/back_websites.png) no-repeat;
    margin: 0px auto;
    margin-top: -85px;
    margin-left: -100px;
    position: absolute;
    padding: 50px 0px 20px 20px;
    top: 30%;
    right: 150px;
}
.conteudo_websites
{
    width: 350px;
}

/* clientes */

#clientes
{
    height: 190px;
    width: 820px;
    background: url(../img/back_clientes.png) no-repeat;
    margin: 0px auto;
    margin-top: -85px;
    margin-left: -410px;
    position: absolute;
    padding: 60px 0px 20px 50px;
    top: 50%;
    left: 50%;
}
.conteudo_clientes
{
    width: 600px;
}

/* contato */

#contato
{
    height: 190px;
    width: 444px;
    background: url(../img/back_contato.png) no-repeat;
    margin: 0px auto;
    position: absolute;
    padding: 45px 0px 20px 20px;
    bottom: 50px;
    left: 350px;
}
.conteudo_contato
{
    background: url(../img/form.gif) no-repeat;
    height: 180px;
    width: 365px;
    padding: 5px 0px 0px 5px;
}

.dados_contato
{
    margin: 0px auto;
    margin-left: -150px;
    position: absolute;
    padding: 0px 0px 5px 0px;
    bottom: 0px;
    left: 50%;
}


.borda_form
{
    padding-left: 7px;
    border: 0px;
    background-color: Transparent;
    font-size: 11px;
}

/* menu */

#menu
{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 275px;
    z-index: 1;
}

#menu a
{
    text-decoration: none;
    font-family: arial, helvetica, verdana, sans-serif;
    white-space: nowrap;
    display: block;
    padding: 0px 0px 0px 20px;
}

#menu a:hover
{
    background: url(../img/back_menu.png) no-repeat;
    padding: 0px 0px 0px 20px;
}

a menu:hover {}

/* logo */

#logo
{
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 0px 10px 10px 0px;
    z-index: 2;
}

/* flash */

#flash
{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
}
