﻿html
{
	height: 100%;
}
body
{
	background-color:#53481F;	
	height: 100%;
}
html, body, #wrapper, #wrapper2
{
	margin:0px;	
	padding: 0px;
	text-align: center;

}

#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: top;
      width:925px;
      height: 100%;
   }

#wrapper2 {
      margin: 0 auto;
      text-align: left;
      vertical-align: top;
      width:775px;
      height: 80%;
   }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A836F;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A836F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.formfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A836F;
	text-decoration: none;
	border: 1px solid #8A836F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.border_menu_esquerdo
{
	background-color:#DCD6BD;
}
.border_menu_direito
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEB493;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEB493;
}
.div_menu_esquerdo
{
	padding-top: 5px;	
	text-align: center;
	height:100%;
}

.div_ofertas
{
	padding-top: 5px;	
	text-align: center;
}
.menu_direito_separator
{
	background-color: #BEB493;
	border: solid 0px;
	height:1px;
	width:85%;
	
}

.div_produtos
{
	text-align: center;
}
.hr_separator
{
	background-color: #BEB493;
	border: solid 0px;
	height:1px;
	width:98%;
	
}

.botao{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  width: 91px;
  height: 21px;
  background: transparent url(../images/btn_bg.gif) no-repeat;
  border:0px;
}
.div_menu_busca
{
	border-bottom: solid 1px #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}