/* folha de estilo valmai */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: gray;
  min-width: 780px;
}

h1, h2 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  color: #2e2413;
  font-weight: normal;
  margin: 0 8px;
}

#website {
  width: 770px !important;
  margin: 0 auto;
  background-color: white;
  border-left: 4px solid #eee;
  border-right: 4px solid #eee;
} 

#menu {
  height: 28px;
  border-bottom: 1px solid white;
}

#menu span {
  margin: 0 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  vertical-align: -9px;
}

#menu .divmenu {
  vertical-align: top;
}

#menu a {
  color: white;
}

#menu a:hover {
  color: #ff9;
}

#pesquisa_imoveis {
  width: 580px;
  display: inline;
  float: left;
}

div.basica {
  height: 120px;
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: bottom left;
}

div.avancada {
  height: 380px;
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: bottom left;
}

#pesquisa_imoveis .formpesquisa {
  margin: 38px 0 0 8px;
  font-weight: bold;
}

#pesquisa_imoveis form input,
#pesquisa_imoveis form textarea,
#pesquisa_imoveis form select {
  border : 1px solid gray;
}

#pesquisa_imoveis_corner{
  width: 30px;
  display; inline;
  float: left;
  clear: right;
}

#barratopo {
  height: 33px;
}

#conteudo {
}

div.paragrafo, p {
  text-align: justify;
  text-indent: 15px;
  font-size: 11px;
}

p {
  line-height: 14px;
  padding: 0 8px;
  font-size: 11px;
}

a {
  text-decoration: none;
  color: #13385F;
  cursor: pointer;
}

a:hover {
  color: #426B96;
}

tr.odd {
  background-color: #eee;
}

tr.even {
  background-color: #ffd;
}

td.txt_imovel {
  color: #333;
  padding-left: 8px;
  font-size: 11px;
}

table.tb_destaque {
  margin: 0 -5px;
  width: 780px;
}

td.destaque {
  background-color: #e2e2e2;
  text-align: center;
  border: 1px solid #d0d0d0;
  padding: 21px 3px 14px 3px;
  font-size: 11px;
}

img {
  border: 0;
}

#gallery {
  text-align: center;
  margin: 11px 0;
  color: #222;
}

#gallery p {
  margin: 7px 0; 
}

#gallery img {
  margin: 0 2px;
  border: 1px solid gray;
}

#gallery #foto_imovel {
  margin: 8px 0;
  border: 4px solid #ddd;
}

#rodape {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
  text-align: center;
  height: 46px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
} 

div.vendido {
  font-weight: bold;
  text-transform: uppercase;
  color: #900;
  font-size: 14px;
  margin: 5px 0;
}

p.descricao {
  text-transform: uppercase;
}

div.layer_pesquisa {
  float: left;
  margin-top: -15px;
  position: relative;
}

div.linkpesqavancada {
  float: right;
  margin-top: 19px;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center left;
}

div.linkpesqavancada a {
  color: #cb5f00;
}

div.linkpesqavancada a:hover {
  color: #e49046;
}

div.layer_imoveis {
  float: left;
  margin-bottom: -23px;
  position: relative;
}

div.bemvindo {
}

div.conteudocapa {
  padding-top: 130px;
}

div.conteudocapa form th {
  vertical-align: top;
}

#resultado img {
  margin: 4px 0 1px 0;
  border: 0;
}

form input, input {
  border: 1px solid #8e68a4;
  font-size: 11px;
  background-color: white;
}
  
form textarea, form select, 
textarea, select {
  border: 1px solid #8e68a4;
  font-size: 11px;
  background-color: white;
}

input.pesquisar {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center right;
  padding-right: 22px;
  height: 21px;
  width: 85px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 7px;
}

ul.errorlist {
  color: red;
}

td.destaque span.bairro {
  text-transform: uppercase;
  /*font-size: 9px;*/
}

p.mensagemok {
  margin: 5px 8px;
  background-color: #ffdd77;
  line-height: 2em;
  border: 1px dotted gray;
  font-weight: bold;
}
