﻿body, html
{
    background: #f5f5f5;
    color: #666;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	margin:0px;
}
a 
{
    outline: none;
    color:#e76204;
}
p 
{
    line-height: 18px;
    margin-bottom: 14px;
    text-align: justify;
}
.centraliza
{
    margin: 0 auto;
}
.w-1000 
{
    width: 980px;
}
header
{
    z-index: 61;
}
header, section, footer 
{
    display: block;
}
h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    text-transform: uppercase;
}
strong 
{
    font-weight: bold;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
    font-size: 0.7em;
}
.branco 
{
    color: #fff;
}
.preto 
{
    color: #000;
}
.cb 
{
    clear: both;
}
/* INICIO CABECALHO */
header
{
    background: #373737;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#373737), to(#161616));
    background: -webkit-linear-gradient(#373737, #161616);
    background: -moz-linear-gradient(#373737, #161616);
    background: -ms-linear-gradient(#373737, #161616);
    background: -o-linear-gradient(#373737, #161616);
    background: linear-gradient(#373737, #161616);
    -pie-background: linear-gradient(#373737, #161616);
    behavior: url(/css/PIE.htc);
    border-bottom: 5px solid #fff;
    height: 170px;
    position: relative;
}
header > div 
{
    position: relative;
}
#logo 
{
    left: 0px;
    position: absolute;
    top: 10px
}
#atendimento
{
    float: left;
    position: relative;
    left: 580px;
    top: 50px;
}
.atendimento-titulo
{
    background: #ddd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ddd), to(#666565));
    background: -webkit-linear-gradient(#ddd, #666565);
    background: -moz-linear-gradient(#ddd, #666565);
    background: -ms-linear-gradient(#ddd, #666565);
    background: -o-linear-gradient(#ddd, #666565);
    background: linear-gradient(#ddd, #666565);
    -pie-background: linear-gradient(#ddd, #666565);
    -webkit-box-shadow: #000 1px 2px 3px;
    -moz-box-shadow: #000 1px 2px 3px;
    box-shadow: #000 1px 2px 3px;
    behavior: url(/css/PIE.htc);
    border-radius: 13px;
    color: #000;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px 0 0;
    text-align: right;
    text-shadow: 1px 1px #a2a0a0;
    position: relative;
    width: 200px;
}
#atendimento .icone
{
    background: url('../img/icones-cabecalho.png') 0 0 no-repeat;
    height: 44px;
    left: -10px;
    position: absolute;
    top: -9px;
    width: 45px;
    z-index: 7;
}
.atendimento-subtitulo
{
    color: #ddd;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    padding: 5px 10px 0 0;
    text-align: right;
    width: 205px;
}
#telefone
{
    float: right;
    position: relative;
    top: 50px;
}
.telefone-titulo
{
    background: #ddd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ddd), to(#666565));
    background: -webkit-linear-gradient(#ddd, #666565);
    background: -moz-linear-gradient(#ddd, #666565);
    background: -ms-linear-gradient(#ddd, #666565);
    background: -o-linear-gradient(#ddd, #666565);
    background: linear-gradient(#ddd, #666565);
    -pie-background: linear-gradient(#ddd, #666565);
    behavior: url(/css/PIE.htc);
    border-radius: 13px;
    color: #000;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px 0 0;
    text-align: right;
    text-shadow: 1px 1px #a2a0a0;
    -webkit-box-shadow: #000 1px 2px 3px;
    -moz-box-shadow: #000 1px 2px 3px;
    box-shadow: #000 1px 2px 3px;
    position: relative;
    width: 145px;
}
#telefone .icone
{
    background: url('../img/icones-cabecalho.png') 0 -45px no-repeat;
    height: 44px;
    left: -10px;
    position: absolute;
    top: -9px;
    width: 45px;
    z-index: 7;
}
.telefone-subtitulo
{
    color: #ddd;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    padding: 5px 10px 0 0;
    text-align: right;
    width: 150px;
}
#menu-principal
{
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-size: 16px;
    height: 45px;
    left: 362px;
    position: absolute;
    text-align: center;
    top: 147px;
    width: 640px;
}
#menu-principal > li
{
    display: block;
    float: left;
    margin-left: 2px;
    width: 158px
}
#menu-principal > li > a
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 5px 5px 0 0;
    color: #191919;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-decoration: none;
    width: 158px
}
#menu-principal > li > a:hover, #menu-principal > li > a.ativo
{
    background: #ddd;
}
.submenu 
{
    background: #dedede;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#fff));
    background: -webkit-linear-gradient(#dedede, #fff);
    background: -moz-linear-gradient(#dedede, #fff);
    background: -ms-linear-gradient(#dedede, #fff);
    background: -o-linear-gradient(#dedede, #fff);
    background: linear-gradient(#dedede, #fff);
    -pie-background: linear-gradient(#dedede, #fff);
    behavior: url(/css/PIE.htc);
    border: 1px solid #c9c9c9;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    display: none;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    left: 322px;
    line-height: 29px;
    text-align: left;
    padding: 10px 8px 5px;
    position: absolute;
    top: 45px;
    z-index: 8;
}
.submenu li
{
    border-top: 1px dashed #999;
}
.submenu li:first-child
{
    border-top: 0;
}
.submenu a
{
    color: #333;
    text-decoration: none;
}
.submenu a:hover
{
    color: #e86504;
}
/* FIM CABECALHO */
#faixa-cinza 
{
    background: #ddd;
    height: 248px;
    padding: 10px 0;
}
#faixa-cinza-interna
{
    background: #ddd;
    height: 82px;
    padding: 10px 0;
}
#faixa-cinza-interna > div
{
    margin: 0 auto;
    width: 980px;
}
#faixa-cinza-interna h2
{
    font-size: 28px;
    line-height: 50px;
}
#faixa-cinza-interna h2 span
{
    color: #ff7c12;
    font-size: 28px;
}
#faixa-cinza-interna h2 span.preto
{
    color: #000;
    font-size: 0.7em;
}
#faixa-cinza-interna h2 span span
{
    font-size: 0.7em;
}
/* INICIO BANNER */
#banner 
{
    height: 220px;
    margin: 0 auto;
    width: 980px;
}
#banner #conteudo-banner > div
{
    display: none;
}
#menu-banner 
{
    color: #fff;
    float: left;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-size: 14px;
    height: 165px;
    margin: 30px 0 0 5px;
}
#menu-banner li
{
    background: #f08507;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f08507), to(#e76204));
    background: -webkit-linear-gradient(#f08507, #e76204);
    background: -moz-linear-gradient(#f08507, #e76204);
    background: -ms-linear-gradient(#f08507, #e76204);
    background: -o-linear-gradient(#f08507, #e76204);
    background: linear-gradient(#f08507, #e76204);
    -pie-background: linear-gradient(#f08507, #e76204);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    padding: 0 15px 0 43px;
    position: relative;
    cursor:pointer;
    width: 174px;
}
#menu-banner li span
{
    background: #ddd;
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #666;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    height: 28px;
    left: -5px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 38px;
}
#menu-banner li.ativo, #menu-banner li:hover
{
    background: #9c9a9a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9c9a9a), to(#5e5d5d));
    background: -webkit-linear-gradient(#9c9a9a, #5e5d5d);
    background: -moz-linear-gradient(#9c9a9a, #5e5d5d);
    background: -ms-linear-gradient(#9c9a9a, #5e5d5d);
    background: -o-linear-gradient(#9c9a9a, #5e5d5d);
    background: linear-gradient(#9c9a9a, #5e5d5d);
    -pie-background: linear-gradient(#9c9a9a, #5e5d5d);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    padding: 0 15px 0 43px;
    position: relative;
    width: 174px;
}
#conteudo-banner 
{
    float: right;
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 733px;
}
/* INICIO BANNER 1 */
#b1c
{
    background:transparent url(/img/manutencao-de-notebook.png) right bottom no-repeat;
    height: 190px;
    padding: 30px 0 0 25px;
}
#b1c h2
{
    color: #000;
    font-size: 28px;
    line-height: 28px;
}
#b1c p
{
    margin-bottom: 16px;
    width: 380px;
}
#b1c a
{
    background: #9c9a9a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9c9a9a), to(#5e5d5d));
    background: -webkit-linear-gradient(#9c9a9a, #5e5d5d);
    background: -moz-linear-gradient(#9c9a9a, #5e5d5d);
    background: -ms-linear-gradient(#9c9a9a, #5e5d5d);
    background: -o-linear-gradient(#9c9a9a, #5e5d5d);
    background: linear-gradient(#9c9a9a, #5e5d5d);
    -pie-background: linear-gradient(#9c9a9a, #5e5d5d);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 120px;
}
#b1c a span
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #282828;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    height: 28px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 38px;
}
/* FIM BANNER 1 */
/* INICIO BANNER 2 */
#b2c
{
    background:transparent url(/img/manutencao-de-computador.png) right bottom no-repeat;
    height: 190px;
    padding: 30px 0 0 25px;
}
#b2c h2
{
    color: #000;
    font-size: 28px;
    line-height: 28px;
}
#b2c p
{
    margin-bottom: 16px;
    width: 380px;
}
#b2c a
{
    background: #9c9a9a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9c9a9a), to(#5e5d5d));
    background: -webkit-linear-gradient(#9c9a9a, #5e5d5d);
    background: -moz-linear-gradient(#9c9a9a, #5e5d5d);
    background: -ms-linear-gradient(#9c9a9a, #5e5d5d);
    background: -o-linear-gradient(#9c9a9a, #5e5d5d);
    background: linear-gradient(#9c9a9a, #5e5d5d);
    -pie-background: linear-gradient(#9c9a9a, #5e5d5d);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 120px;
}
#b2c a span
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #282828;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    height: 28px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 38px;
}
/* FIM BANNER 2 */

/* INICIO BANNER 3 */
#b3c
{
    background:transparent url(/img/manutencao-de-monitor.png) right bottom no-repeat;
    height: 190px;
    padding: 30px 0 0 25px;
}
#b3c h2
{
    color: #000;
    font-size: 28px;
    line-height: 28px;
}
#b3c p
{
    margin-bottom: 16px;
    width: 380px;
}
#b3c a
{
    background: #9c9a9a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9c9a9a), to(#5e5d5d));
    background: -webkit-linear-gradient(#9c9a9a, #5e5d5d);
    background: -moz-linear-gradient(#9c9a9a, #5e5d5d);
    background: -ms-linear-gradient(#9c9a9a, #5e5d5d);
    background: -o-linear-gradient(#9c9a9a, #5e5d5d);
    background: linear-gradient(#9c9a9a, #5e5d5d);
    -pie-background: linear-gradient(#9c9a9a, #5e5d5d);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 120px;
}
#b3c a span
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #282828;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    height: 28px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 38px;
}
/* FIM BANNER 3 */

/* INICIO BANNER 4 */
#b4c
{
    background:transparent url(/img/manutencao-de-impressoras.png) right bottom no-repeat;
    height: 190px;
    padding: 30px 0 0 25px;
}
#b4c h2
{
    color: #000;
    font-size: 28px;
    line-height: 28px;
}
#b4c p
{
    margin-bottom: 16px;
    width: 380px;
}
#b4c a
{
    background: #9c9a9a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9c9a9a), to(#5e5d5d));
    background: -webkit-linear-gradient(#9c9a9a, #5e5d5d);
    background: -moz-linear-gradient(#9c9a9a, #5e5d5d);
    background: -ms-linear-gradient(#9c9a9a, #5e5d5d);
    background: -o-linear-gradient(#9c9a9a, #5e5d5d);
    background: linear-gradient(#9c9a9a, #5e5d5d);
    -pie-background: linear-gradient(#9c9a9a, #5e5d5d);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 120px;
}
#b4c a span
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #282828;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    height: 28px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 38px;
}
/* FIM BANNER 4 */

/* INICIO BANNER 5 */
#b5c
{
    background:transparent url(/img/publicidade-digital.png) right bottom no-repeat;
    height: 190px;
    padding: 30px 0 0 25px;
}
#b5c h2
{
    color: #000;
    font-size: 28px;
    line-height: 28px;
}
#b5c p
{
    margin-bottom: 16px;
    width: 380px;
}
#b5c a
{
    background: #9c9a9a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9c9a9a), to(#5e5d5d));
    background: -webkit-linear-gradient(#9c9a9a, #5e5d5d);
    background: -moz-linear-gradient(#9c9a9a, #5e5d5d);
    background: -ms-linear-gradient(#9c9a9a, #5e5d5d);
    background: -o-linear-gradient(#9c9a9a, #5e5d5d);
    background: linear-gradient(#9c9a9a, #5e5d5d);
    -pie-background: linear-gradient(#9c9a9a, #5e5d5d);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 120px;
}
#b5c a span
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #282828;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    height: 28px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 38px;
}
/* FIM BANNER 5 */
/* FIM BANNER */
#conteudo 
{
    background: #f5f5f5;
    behavior: url(/css/PIE.htc);
    border-radius: 5px;
    margin: 0 auto 0;
    min-height:500px;
    padding: 10px;
    position: relative;
    top: -28px;
    width: 980px;
    z-index: 7;
}
#boxes 
{
    height: 153px;
}
.box-laranja 
{
    background: #f08507;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f08507), to(#e76204));
    background: -webkit-linear-gradient(#f08507, #e76204);
    background: -moz-linear-gradient(#f08507, #e76204);
    background: -ms-linear-gradient(#f08507, #e76204);
    background: -o-linear-gradient(#f08507, #e76204);
    background: linear-gradient(#f08507, #e76204);
    -pie-background: linear-gradient(#f08507, #e76204);
    behavior: url(/css/PIE.htc);
    border-radius: 5px;
    color: #282828;
    float: left;
    height: 140px;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 300px;
}
.box-laranja p
{    
    text-align: left;
}
.mais 
{
    background: #f5f5f5;
    behavior: url(/css/PIE.htc);
    border-radius: 35px;
    bottom: -40px;
    color: #999;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 24px;
    height: 80px;
    line-height: 40px;
    padding-left: 13px;
    position: absolute;
    right: -40px;
    text-align: left;
    text-decoration: none;
    width: 67px;
}
.box-laranja h2 
{
    color: #282828;
    font-size: 22px;
    line-height: 22px;
}
.box-laranja h2 span
{
    font-size: 17px;
}
.box-laranja h2 span span
{
    font-size: 0.7em;
}
.box-laranja p
{
    margin-bottom: 10px;
}
#box-laranja-1 .icone
{
    background: url(/img/icones-caixa-laranja.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 76px;
    margin: -5px 5px 0 0;
    width: 73px;
}
#box-laranja-2 .icone
{
    background: url(/img/icones-caixa-laranja.png) 0 -77px no-repeat;
    display: block;
    float: left;
    height: 76px;
    margin: -5px 5px 0 0;
    width: 73px;
}
#box-laranja-3 .icone
{
    background: url(/img/icones-caixa-laranja.png) 0 -154px no-repeat;
    display: block;
    float: left;
    height: 76px;
    margin: -5px 5px 0 0;
    width: 73px;
}
#sobre 
{
    float: left;
    height: 170px;
    padding: 20px 0 0 0;
    width: 635px;
}
#sobre h2
{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}
#sobre p
{
    margin-bottom: 10px;
}
.leia-mais, .bt-pequeno 
{
    background: #f08507;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f08507), to(#e76204));
    background: -webkit-linear-gradient(#f08507, #e76204);
    background: -moz-linear-gradient(#f08507, #e76204);
    background: -ms-linear-gradient(#f08507, #e76204);
    background: -o-linear-gradient(#f08507, #e76204);
    background: linear-gradient(#f08507, #e76204);
    -pie-background: linear-gradient(#f08507, #e76204);
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 100px;
}
.leia-mais span
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 14px;
    color: #e76204;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 16px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 28px;
}
#box-contato 
{
    behavior: url(../css/PIE.htc);
    border-radius: 5px;
    background: url(../img/caixa-de-correio.png) 260px 10px no-repeat #333;
    color: #fff;
    float: right;
    font-size: 16px;
    height: 359px;
    margin-left: 10px;
    padding: 10px;
    width: 300px;
	margin-top: 21px;
}
#box-contato h2
{
    color: #fff;
    font-size: 22px;
    line-height: 25px;
}
#box-contato ul li
{
    border-top: 1px dashed #666;
    line-height: 30px;
    margin-top: 10px;
    padding-top: 9px;
}
#box-contato ul li span
{
    display: block;
    float: left;
    height: 33px;
    margin-right: 5px;
    width: 33px;
}
#skype span
{
    background: url(/img/icones-caixa-cinza.png) 0 -33px no-repeat;
}
#msn span
{
    background: url(/img/icones-caixa-cinza.png) 0 -65px no-repeat;
}
#msn
{
    font-size: 15px;
}
#facebook span
{
    background: url(/img/icones-caixa-cinza.png) 0 -98px no-repeat;
}
#telefones span
{
    background: url(/img/icones-caixa-cinza.png) 0 -131px no-repeat;
}
#telefones
{
    font-size: 12px;
}
#celular span
{
    background: url(/img/icones-caixa-cinza.png) 0 -164px no-repeat;
}
#nextel span
{
    background: url(/img/icones-caixa-cinza.png) 0 0 no-repeat;
}
#nextel
{
    font-size: 13px;
}
#suporte 
{
    float: left;
}
#suporte h2, #onde-estamos h2
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
#suporte div
{
    background: #fff;
    behavior: url(/css/PIE.htc);
    border-radius: 5px;
    height: 135px;
    padding: 10px;
    width: 175px;
}
#suporte img
{
    display: block;
    margin-top: 15px;
}
#suporte img:first-child
{
    margin-top: 0;
}
#onde-estamos 
{
    float: left;
    margin-left: 10px;
}
#onde-estamos div
{
    background: #ddd;
    behavior: url(/css/PIE.htc);
    border-radius: 5px;
    height: 135px;
    padding: 10px;
    position: relative;
    width: 425px;
}
#onde-estamos #mapa
{
    height: 100px;
    position: absolute;
    right: 5px;
    top: 50px;
    width: 180px;
}
#onde-estamos #mapa img
{
    height: 100px;
    width: 180px;
}
/* INICIO RODAPE */
footer 
{
    background: #ddd;
    clear: both;
    height: 216px;
    margin-bottom: -48px;
    top: -48px;
    padding-top: 35px;
    position: relative;
}
footer > div
{
    font-size: 11px;
    height: 183px;
    padding: 0 10px;
    width: 980px;
}
footer h3 
{
    color: #e76304;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 4px;
}
footer nav a 
{
    color: #666;
    line-height: 10px;
    text-decoration: none;
}
footer nav a:hover, footer nav a.ativo 
{
    color: #ff7c12;
}
footer nav
{
    float: left;
    width: 240px;
}
footer section
{
    float: left;
    margin-left: 30px;
    width: 530px;
}
footer article
{
    margin-top: 15px;
}
footer article strong
{
    color: #ff7c12;
}
footer article p
{
    font-style: italic;
    margin: 10px 0 5px;
}
footer article a
{
    color: #ff7c12;
}
footer section .leia-mais
{
    float: right;
}
#copyright 
{
    background: #e76304;
    color: #fff;
    font-family: Arial, Verdana, Sans-Serif;
    height: 33px;
    line-height: 33px;
    margin: 0;
    text-align: center;
}
#copyright a
{
    color: #000;
}
/* FIM RODAPE */
#coluna-esquerda 
{
    float: left;
    padding: 17px 0 0 0;
    width: 690px;
}
#coluna-esquerda p
{
    line-height: 16px;
}
#coluna-esquerda h3
{
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 17px;
    text-transform: none;
}
.w-430 
{
    width: 430px;
}
.bg-notebook 
{
    background: url(/img/notebooks.jpg) right 0 no-repeat;
}
.bg-computador
{
    background: url(/img/computador.jpg) right 0 no-repeat;
}
.bg-monitor
{
    background: url(/img/monitor.jpg) right 0 no-repeat;
}
.bg-impressora
{
    background: url(/img/impressoras.jpg) right 0 no-repeat;
}
.hr 
{
    clear: both;
    border-left: 0;
    border-bottom: 2px dashed #ddd;
    border-right: 0;
    border-top: 0;
    height: 1px;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}
.listagem 
{
    margin-bottom: 15px;
}
.listagem span 
{
    color: #f77912;
}
.listagem li 
{
    float: left;
    line-height: 20px;
    width: 330px;
}
#h-200 
{
    height: 200px;
}
#box-marcas 
{
    behavior: url(/css/PIE.htc);
    border-radius: 5px;
    background: #ddd;
    float: right;
    height: 390px;
    margin-left: 10px;
    padding: 10px 10px 0 0;
    width: 261px;
}
#box-marcas h2
{
    color: #666;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 10px;
    text-transform: none;
}
#box-marcas ul li
{
    float: left;
    height: 40px;
    margin: 0 0 10px 10px;
    width: 77px;
}
#box-marcas ul li img
{
    height: 40px;
    width: 77px;
}

/* Formulários */
input[type="text"], input[type="password"], select, textarea
{
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #CCC;
    background-color: #FFF;
    font: normal 14px 'Courier New';
    color: #333;
    outline: none;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus
{
    border: 1px solid #E76304;
}
input[type="submit"], input[type="button"], button, .excluir, a.btAddOrc
{
    background: #f08507;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f08507), to(#e76204));
    background: -webkit-linear-gradient(#f08507, #e76204);
    background: -moz-linear-gradient(#f08507, #e76204);
    background: -ms-linear-gradient(#f08507, #e76204);
    background: -o-linear-gradient(#f08507, #e76204);
    background: linear-gradient(#f08507, #e76204);
    -pie-background: linear-gradient(#f08507, #e76204);
    behavior: url(/css/PIE.htc);
    border: 0;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Lucida Sans Unicode', Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}
.file
{
    margin: 0 5px 0 0;
}
.excluir
{
    display: block;
}
input[type="submit"].cinza, input[type="button"].cinza
{
    background: #c0c0c0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c0c0c0), to(#999999));
    background: -moz-linear-gradient(#c0c0c0, #999999);
    background: linear-gradient(#c0c0c0, #999999);
    -pie-background: linear-gradient(#c0c0c0, #999999);
    behavior: url(/PIE.htc);
    position: relative;
}
button
{
    font-size: 14px !important;
    width: 60px;
}
input[type="submit"].bt-pequeno, input[type="button"].bt-pequeno, .excluir.bt-pequeno
{
    width: 80px;
}
input[type="submit"].bt-medio, input[type="button"].bt-medio
{
    width: 130px;
}
input[type="submit"].bt-grande, input[type="button"].bt-grande
{
    width: 190px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
select.select-pedidos-nao-liberados
{
    height: 140px;
    width: 90%;
}
.file-upload
{
    border: solid 1px #c0c0c0;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
}
fieldset
{
    border: 0px;
    margin: 10px 0 0 0;
    padding: 0;
}
.fieldset-adm
{
    background: #eeeeee;
    border: 1px dashed #CCC;
    margin: 0;
    padding: 10px;
    margin: 20px 0;
}
fieldset legend
{
    font: normal 14px 'Arial Black';
    color: #3a699e;
}
fieldset label
{
    line-height: 20px;
    margin-top: 5px;
}

fieldset .obrigatorio
{
    font: normal 14px verdana;
    color: #ff0000 !important;
}

fieldset .radio-checkbox label
{
    display: inline;
    line-height: 20px;
    margin-top: 0;
}
.formulario-esquerda
{
    margin: 10px 10px 0 0;
    float: left;
    width: 305px;
    line-height: 16px;
}
.formulario-esquerda .coluna-inline
{
    float: left;
    margin-right: 3px;
}
.formulario-direita
{
    float: left;
    margin: 10px 0 0 0;
    width: 365px;
    line-height: 16px;
}
.margin-box-radio-checkbox
{
    margin: 10px 0;
}
#boleto-bancario-popup /* Boleto Bancario Pop UP */
{
    padding-top: 20px;
}
#boleto-bancario-popup img
{
    border: 1px solid #CCC;
    margin: 30px 0;
}
/* 14- Fale Conosco */
#atendimento-fc
{
    behavior: url(/css/PIE.htc);
    border-radius: 5px;
    background: #ddd;
    float: right;
    padding: 10px;
    width: 360px;
}
#atendimento-fc h3
{
    color: #666;
    font-size: 18px;
    border-bottom: 1px dashed #666;
    padding-bottom: 5px;
    font-weight: normal;
}
#atendimento-fc p
{
    margin-top: 5px;
    text-align: left;
}
/* INICIO NOTICIAS */
/* NOTICIAS */
.interna p
{
    line-height: 20px;
    margin-bottom: 15px;
}
p.post-data
{
    color: #929292;
    font-size: 10px;
    line-height: normal;
    margin: 5px 0 10px 0;
}
.interna.artigo h3
{
    color: #333;
    font-size: 2.6em;
    margin: 0 0 5px 0;
}
.interna.artigo h4
{
    color: #929292;
    font-size: 1.3em;
    margin: 0 0 15px 0;
}
#conteudo-noticia
{
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    margin-bottom: 10px;
    padding: 15px 0;
}
#noticia-fonte
{
    color: #333;
    font-size: 10px;
    margin: 0 0 10px 0;
}
#imagem-botao-lateral
{
    float: left;
    margin: 0;
}
#imagem-botao-lateral > div
{
    margin-right: 20px;
}
#imagem-botao-lateral > a
{
    margin-right: 20px;
}
#noticia-img
{
    background: #f0f0f0;
}
.botao-galeria
{
    margin: 0 0 5px 0;
}
#noticia-img img
{
    display: block;
    min-width: 240px;
}
#noticia-img p
{
    color: #333;
    font-size: 11px;
    display: block;
    padding: 5px;
}
#mais-noticias
{
    list-style: none;
    margin: -20px 0 10px 0;
    padding: 0;
}
#mais-noticias li
{
    background: url('/img/tst/news.gif') left center no-repeat;
    color: #333;
    border-bottom: dashed 1px #ccc;
    padding: 20px 0 20px 35px;
}
#mais-noticias li a
{
    color: #D91010;
}
#compartilhe
{
    border: dashed 1px #ebebeb;
    float: right;
    height: 20px;
    padding: 5px;
    width: 428px;
}
#compartilhe p
{
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin: 0 5px 0 0;
}
#compartilhe #google, #compartilhe #twittar, #compartilhe #likebt
{
    float: left;
    height: 20px;
    overflow: hidden;
}
#compartilhe #google
{
    margin-right: 5px;
    width: 32px;
}
#compartilhe #twittar
{
    margin-right: 5px;
    width: 105px;
}
#compartilhe #likebt
{
    margin-right: 5px;
    width: 85px;
}
#compartilhe #likebt iframe
{
    border: none;
    height: 21px;
    overflow: hidden;
    width: 85px;
}
hr
{
    border: none;
    clear: both;
    display: block;
    border-bottom: 3px dashed #e9e9e9;
    margin: 0 0 15px;
    padding-top: 15px;
}
#artigos
{
    float: right;
    font-size: 11px;
    margin-right: 15px;
    width: 233px;
}
#artigos.artigos-interna
{
    float: none;
    font-size: 12px;
    margin-right: 0;
    width: auto;
}
#artigos div article:first-child
{
    border-top: 0;
    padding-top: 10px;
}
#artigos div article
{
    border-top: 1px solid #e9e9e9;
    padding: 20px 0;
}
.data-noticia-home
{
    font-weight: bold;
}
.titulo-noticia-home
{
    color: #E76304;
    font-size: 16px;
    margin-bottom: 5px;
}
.texto-noticia-home
{
    font-style: italic;
    margin-bottom: 10px;
}
/* FIM NOTICIAS */