  /*** CABEÇALHO ***/

#cabecalho {
   width: 778px;
   height: 447px;
   position: absolute;
   top: 0px;
   left: 50%;
   margin-left: -390px;
   background: url("../imagens/topo1.jpg") no-repeat left top;
   padding-left: 146px;
}

  
#cabecalho h1 {
   text-indent: -5000px;
   overflow: hidden;
   width: 0;
   height: 0;
}

#cabecalho #publicidade {
  clear: both;
}

/*** CABEÇALHO - COMPARTIMENTOS ***/

#cabecalho #compartimentos {
  margin-left: 18px;
  width: 615px;
  background-color: #E5E5E5;
  height: 204px;
}

#cabecalho #compartimentos ul li{display: inline;}

#cabecalho #compartimentos ul li a {
  float: left;
  display:block;
  width: 303px;
  height: 100px;
}

#cabecalho #compartimentos h2 {
  font: bold 100% "Trebuchet MS", Helvetica, Verdana, Arial, serif; 
  color: #000;
  margin-left: 130px;
  margin-top: 10px;
}

#cabecalho #compartimentos p {
  font:normal 80% "Trebuchet MS", Helvetica, Verdana, Arial, serif; 
  color: #000;
  margin-left: 130px;
}

#cabecalho #compartimentos ul li a.cozinha {
  background: url('../imagens/cozinha.jpg') no-repeat 17px center;
}

#cabecalho #compartimentos ul li a.quarto {
  background: url('../imagens/quarto.jpg') no-repeat 17px center;
}

#cabecalho #compartimentos ul li a.sala {
  background: url('../imagens/sala.jpg') no-repeat 17px center;
}

#cabecalho #compartimentos ul li a.escritorio {
  background: url('../imagens/escritorio.jpg') no-repeat 17px center;
}
/*
/*** FIM DE CABEÇALHO - COMPARTIMENTOS ***/

/*** FIM DE CABEÇALHO ***/

/*****************************************/

/*** CORPO ***/

#corpo {
  margin-top: 445px;
  border-top: 2px solid #000;
  background-color:#FFF;
}

#corpo h3 {
  background: url('../imagens/titulo1.jpg') no-repeat top left;
  text-indent: -5000px;
  overflow: hidden;
  margin: 12px;
  height: 27px;
}
/* antiga formatação
#corpo h3 {
  font: bold 170% "Trebuchet MS", Helvetica, Verdana, Arial, serif;
  color: #663333;
  margin: 12px;
}
*/

#corpo #produtos ul {
  width: 733px;
  margin: 0 auto;
}
#corpo #produtos ul li {display:inline;}

#corpo #produtos ul li a {
  float: left;
  display: block;
  width: 169px;
  height: 190px;
/*  background: #FFF url('../imagens/fundo_produtos.jpg') no-repeat center center;*/
  border: 1px solid #E5E5E5;
  text-align: center;
  color: #000;
  margin: 0px 5px 12px 7px;
  padding-top: 7px;
}

#corpo #produtos ul li a h4 {
  font: bold 80% Verdana, Arial, serif;
  padding: 3px 5px;
  height: 50px;
}

#corpo #produtos ul li .info-produto {
  background-color: #FBFBFB;
  display: table;
  width: 169px;
  height: 50px;
}

#corpo #produtos ul li a p.vista {
  font: bold 105% "Trebuchet MS", Helvetica, Verdana, Arial, serif;
  color: red;
  margin-left: 7px;
}

#corpo #produtos ul li a p.prazo {
  font: normal 65% "Trebuchet MS", Helvetica, Verdana, Arial, serif;
  color: red;
  margin-left: 10px;
}

#corpo #produtos ul li span {
  text-align: left;
}

#corpo #produtos ul li span.preco {
  float: left;
  width: 110px;
}

#corpo #produtos ul li span.fornecedor {
  float: left;
  text-align: right;
  margin: 15px 0;
}

#corpo #produtos ul li a:hover {
  border: 1px solid #CCC;
}
/*** FIM DE CORPO ***/

