body {
    font-family: "Trebuchet MS","Verdana",sans-serif;
    font-size: 10pt;
    background: #bdbdbd url('img/bg-body.png') repeat;
    margin: 0px;
}

#container {
    width: 778px;
    margin: 0px auto;
    min-height: 600px;
    position: relative;
    background: #f0f0f0 url('img/bg-container.png') repeat-y;
}
#header {
    position: relative;
    z-index: 20;
}
#header #date {
    margin-right: 30px;
    margin-top: -30px;
    font-size: 8pt;
    text-align: right;
}

#menu {
    width: 173px;
    min-height: 211px;
    margin: 0px;
    padding: 0px;
    padding-top: 130px;
    position: absolute;
    z-index: 10;
    border-top: 90px solid #f0f0f0;
    top: 0px;
    left: 0px;
    background: url('img/bg-menu.png') no-repeat;
}
#menu li {
    list-style: none;
    height: 22px;
    width: 150px;
    margin: 5px 5px;
    padding: 2px 5px;
    text-indent: 10px;
    background: url('img/menu-item.png') no-repeat;
}
#menu li a {
    text-decoration: none;
    color: #18447A;
    font-weight: bold;
}
#menu li a:hover {
    color: #3D6392;
}
#menu #address {
    background: none;
    text-indent: 0px;
    font-size: 8pt;
    margin-top: 0px;
}


#text {
    margin-left: 200px;
    padding-right: 30px;
    line-height: 25px;
    text-align: justify;
    min-height: 330px;
}
#text h2 {
    color: #1E4681;
    font-size: 14pt;
    text-align: right;
    padding-bottom: 3px;
    background: url('img/bar.png') bottom right no-repeat;
}
#text h3 {
    color: #1E4681;
    font-size: 13pt;
}
#text h4 {
    margin-bottom: -15px;
}

.home {
    font-family: "Verdana",sans-serif;
    font-size: 8pt;
    color: #24437C;
    line-height: normal !important;
    text-align: left !important;
    padding-top: 40px;
    background: url('img/home2.jpg') right 40px no-repeat;
    
}
.home1 {
    margin-right: 200px;
}
.home2 {
    margin-top: 60px;
    margin-right: 400px;
}
.home2 a {
    color: #4A94E9;
    text-decoration: none;
}
.home3 {
    margin-top: 40px;
    text-align: center;
}
.home3 img {
    vertical-align: middle;
    margin: 0px 5px;
}
.hometitle {
    font-size: 12pt;
    margin: 0px;
}
.hometitle span {
    color: #4A94E9;
}

form {
    width: 450px;
    margin: 0px auto;
}
form input, textarea {
    border: 1px solid gray;
    width: 400px;
}
form #ddd {
    width: 30px;
    margin-right: 10px;
}
form #telefone {
    width: 360px;
}
form #btok {
    width: auto !important;
    margin-left: 170px;
}

#produtos {
    height: 550px;
    position: relative;
}
#produtos div {
    text-align: center;
    position: absolute;
}
#acessorios {
    left: 200px;
}
#monitores {
    left: 400px;
}
#impressoras {
    top: 180px;
}
#racks {
    top: 180px;
    left: 460px;
}
#softwares {
    top: 380px;
}
#pcs {
    top: 280px;
    left: 320px;
}
#contato {
    top: 480px;
    left: 320px;
}

#footer {
    width: 778px;
    height: 59px;
    clear: both;
    background: url('img/bg-footer.png') no-repeat;
}


/* #### IE6 #### */
* html #container {
    height: 600px;
}
* html .text {
    height: 330px;
}
