body {
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
}

hr {
  border: solid #efefef 1px;
  width: 855px;
}

ul {
  list-style-image: url(../imagens/img_bullet.gif)
}

div.barra_hr {
  left: 20px;
  position: absolute;
  float: left;
}

.bandeira {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.td_vazio {
    height: 5px;
    background-color: #ffffff;
}

input {
    font-size: 8pt;
    font-family: verdana, helvetica, sans-serif;
}

textarea {
    font-size: 8pt;
    font-family: verdana, helvetica, sans-serif;
}

div.div_barra_superior {
  float: left;
  width: 875px;
  text-align: left;
}

table.barra_superior {
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  background: #ffffff;
  text-align: center;
  width: 875px;
  font-size: 8pt;
  text-transform: uppercase;
}

table.barra_superior a:visited {
  cursor:pointer;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

table.barra_superior a:link {
  cursor:pointer;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

table.barra_superior a:hover {
  cursor:pointer;
  font-weight: bold;
  text-decoration: none;
  color: #a61e12;
}

div.div_menu_esquerdo {
  position: absolute;
  left: 20px;
  top: 145px;
  width: 175px;
}

table.menu_esquerdo {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 8pt;
  width: 100%;
  background-color: #f6f6f6;
  line-height: 18px;
}

table.menu_esquerdo a:visited {
  cursor:pointer;
  text-decoration: none;
  color: #333333;
}

table.menu_esquerdo a:link {
  cursor:pointer;
  text-decoration: none;
  color: #333333;
}

table.menu_esquerdo a:hover {
  cursor:pointer;
  font-weight: bold;
  text-decoration: none;
  color: #a61e12;
}

table.menu_esquerdo b {
  font-weight: bold;
  text-decoration: none;
  color: #a61e12;
}

div.div_principal {
  position: absolute;
  left: 20px;
  top: 145px;
  width: 855px;
  margin-left: 0px;
  background-color: #ffffff;
}

table.principal {
  width: 100%;
  background-color: #ffffff;
  font-size: 8pt;
  text-align: center;  
}

div.div_conteudo {
  position: absolute;
  left: 185px;
  top: 145px;
  width: 670px;
  margin-left: 20px;
  background-color: ffffff;
}

table.conteudo {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 8pt;
  width: 100%;
  background-color: #ffffff;
}

table.cerveja {
  font-size: 8pt;
  width: 100%;
  background-color: #ffffff;
}

table.cerveja td {
  text-align: center;
  font-size: 6pt;
  width: 33%;
}

table.cerveja_detalhe {
  font-size: 8pt;
  width: 100%;
  background-color: #ffffff;
}

table.cerveja_detalhe th {
  text-align: center;
  font-size: 10pt;
  text-align: center;
  color: #a61e12;
}

table.cerveja_detalhe td {
  text-align: left;
  font-size: 8pt;
}

table.contato {
  background-color: #ffffff;
  font-size: 8pt;
  text-align: center;
}

table.contato td {
  text-align: left;
  font-size: 8pt;
}

table.busca_rapida {
  font-size: 8pt;
  width: 100%;
  background-color: #ffffff;
}

table.busca_rapida th {
  text-align: center;
  font-size: 12pt;
  text-align: center;
  color: #a61e12;
}

table.busca_rapida td {
  text-align: left;
  font-size: 8pt;
}

table.manutencao {
  font-size: 8pt;
  text-align: left;
  width: 90%;
}

table.manutencao th {
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-size: 8pt;
  background: #ffde00;
  color: #333333;
  vertical-align: top;
}

table.manutencao td {
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-size: 8pt;
}

table.link {
  font-size: 8pt;
  width: 100%;
  line-height: 18px;
}

table.link a:visited {
  cursor:pointer;
  text-decoration: none;
  color: #333333;
}

table.link a:link {
  cursor:pointer;
  text-decoration: none;
  color: #333333;
}

table.link a:hover {
  cursor:pointer;
  font-weight: bold;
  text-decoration: none;
  color: #a61e12;
}


