body {
    background-color:#CCCCCC;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
    text-align:justify;
    margin:0;
    float:left;
}

div {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:justify;
}

a {
    color:#CC0000;
    text-decoration:none;
}

a:hover {
    color:#CC0000;
    text-decoration:underline;
}

#site {
    margin-top: 0px;
    margin-left:-390px;
    left:50%;
    position:absolute;
    text-align:left;
    width:780px;
}

#topo {
    display:block;
    float:left;
    top:0px;
    margin-top:0px;
    width:100%;
    height:95px;
}

.marca{
    width:215px;
    height:95px;
    float:left;
    top:0;
}

.bannerTopo{
    width:400px;
    height:95px;
    float:right;
    background:transparent;
}

.bgPrincipal {
    background: #c42b2b url(../img/bg_05.png) repeat-x;
}

.ladoEsq{
    width:220px;
    top:0px;
    margin-left:0px;
    float:left;
    position:relative;
}

#menu{
    background-image:url(../img/menu.png);
    background-repeat:no-repeat;
    width:214px;
    height:206px;
    margin-left:10px;
    float:left;
    font:13px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#000000;
}

#menu ul { /* remove bullets and list indents */
    list-style: none;
    padding: 0;
}

#menu li { /* make the list elements a containing block for the nested lists */
    margin-left:0px;
}

#publicidade{
    width:215px;
    height:167px;
    margin-top:75px;
    margin-left:10px;
    float:left;
}

.ladoDir{
    width:530px;
    margin-left:10px;
    float:left;
    top:0px;
}

#brancoSuperior{
    width:530px;
    height:11px;
    top:0px;
    float:left;
}

#brancoConteudo{
    background-color:#FFFFFF;
    width:530px;
    margin:auto;
    top:0px;
    float:left;
}

#brancoInferior{
    width:530px;
    height:11px;
    margin:0px;
    top:0px;
    float:left;
}

#rodape{
    margin-left:0px;
    top:10px;
    left:0px;
    float:left;
    position:relative;
}

.txt_rodape{
    width:430px;
    left:0px;
    float:left;
    font: 9px Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-align:center;
    color:#FFFFFF;
}

.stock{
    width:100px;
    float:left;
    font:9px Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    text-align:center;
}

#assunto{
    width:490px;
    margin-left:20px;
    float:left;
    color:#000000;
}

#assunto .colEsq{
    width:485px;
    margin:0;
    float:left;
}

.titulo{
    font:14px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#CC0000;
    text-decoration:none;
}

.subtitulo{
    font:11px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

#nav {
    margin-top: 5px;
    margin-right: 10px;
    float:right;
}

#nav .numbers a{
    margin: 5px;
    text-decoration: underline;
}

#nav .numbers a.activeSlide {
    text-decoration:none;
}

.textoDestaque {
    font-weight:bold;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000;
  display:none;
}

#boxSimulador .window {
  position:absolute;
  left:0;
  top:0;
  margin: 0 auto;
  width:790px;
  height: 540px;
  display:none;
  z-index:9999;
  padding:2px;
}

.close {
    display:block;
    text-align:right;
}

.formulario td {
    padding: 3px;
    vertical-align:top;
}

.formulario td input {
    text-align: left;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.formulario_texto_nome {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.formulario_texto_valor	{
    text-align: left;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.formulario td.label {
    text-align: right;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}