* {
    font-size: 12px;
    font-family: 'Trebuchet MS';
    color: #FFF;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, textarea,
fieldset, form, label, legend, select, input,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    float: left;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
html{
    width: 100%;
}
:focus {
    outline: 0;
}
body {
    background-color: black;
    width: 100%;
    text-align: center;
    background-image: url("../imagens/bg.jpg");
    background-repeat: repeat-x;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
br, strong{
    float: none;
}
strong{
    color: inherit;
    font-weight: bold;
}
.hidden{
    display: none;
}
/**/
.agrupaSite {
    width: 1000px;
    margin: 0 auto;
    float: none;
}
.agrupaTopo{
    width: 1000px;
}
.topo {
    width: 1000px;
    background-image: url("../imagens/fundoMenu.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.topoDireita{
    padding: 114px 0 0 152px;
}
.conteudo {
    width: 1000px;
    background-image: url("../imagens/fundoConteudo.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 360px;
    height: auto !important;
    height: 360px;
}
.menuOpcoes{
    height: 36px;
    width: 1000px;
    padding: 0 0 0 68px;
}
.opcaoMenu{
    padding: 0 71px 0 0;
}
.englobaMiolo{
    min-height: 300px;
    height: auto !important;
    height: 300px;
    width: 1000px;
}
.englobaTudoRodape{
    width: 910px;
    text-align: center;
}
.englobaRodape{
    padding: 35px 0 0 120px;
    width: 880px;
    font-weight: bold;
    text-align: center;
}
a.textoRodape{
    margin: 0 89px 5px 0;
    display: inline;
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    float: none
}
a.textoRodape:hover {
    color: gray;
}
.agrupaImagemRodape{
    width: 1000px;
}
.baixoRodape{
    width: 882px;
    font-weight: bold;
}
a.imagemLogo{
    float: right;
    width: 57px;
    height: 14px;
    background-image: url("../imagens/logoSisdado.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1px;
    text-decoration: none;
}
a.imagemLogo:hover {
    background-position: left bottom;
}
#erro {
    padding-left: 5px;
}
.error, .success {
    padding-left: 10px;
}
.error_message, .success_message {
    text-align: left;
    padding-bottom: 10px;
    clear: both;
	width: 300px
}
.error_message strong, .error_message {
    color: #F00;
}
.success_message {
    color: #090;
}
ul.menu{
    width: 1000px;
    float: left;
    padding-bottom: 22px;
}
ul.menu li{
    width: 200px;
    text-align: center;
}
ul.menu a{
    float: none;
    display: block;
}
#localizacao{
    background-image: url('../imagens/btLocalizacao.png');
    background-position: top center;
    background-repeat:  no-repeat;
    height: 16px;
    width: 92px;
}
#localizacao:hover{
    background-position: bottom center;
}
#moveisMoraes{
    background-image: url('../imagens/btMoveis.png');
    background-repeat:  no-repeat;
    height: 11px;
    width: 117px;
    margin-top: 1px;
    background-position: top center;
}
#moveisMoraes:hover{
    background-position: bottom center;
}

#representantes{
    background-image: url('../imagens/btRepresentantes.png');
    background-repeat:  no-repeat;
    height: 14px;
    width: 118px;
    background-position: top center;
}
#representantes:hover{
    background-position: bottom center;
}
#showroom{
    background-image: url('../imagens/btShowroom.png');
    background-repeat:  no-repeat;
    height: 14px;
    width: 93px;
    background-position: top center;
}
#showroom:hover{
    background-position: bottom center;
}
#faleConosco{
    background-image: url('../imagens/btFaleConosco.png');
    background-repeat:  no-repeat;
    height: 14px;
    width: 109px;
    background-position: top center;
}
#faleConosco:hover{
    background-position: bottom center;
}
.esquerdaTopo{
    padding-top: 6px;
}
.atualizacao{
    width: 100%;
    padding: 50px 0 40px 0;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}
.atualizacaoTexto{
    font-size: 11px;
    padding: 50px 0 40px 0;
    font-weight: bold;
    text-align: center;
}
