@charset "utf-8";
/* CSS Document */
html, body{
	color:#615223;
	line-height:15px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:100%;
	background-image:url(../imgs/canavial.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#7d6433;
}

body{
	margin:0 auto;
}
#conteudo_iframe {
    width: 540px;
    height: 450px;
}

#conteudo{
	background-image:url(../imgs/textura.jpg);
	margin:0 auto;
	width:770px;
	
}
#topo{
	height:115px;
	width:770px;
}
#div_esquerda{
	float:left;
	width:210px;
}
.lateral_esquerda {
    margin-left: 15px;
}
#menu_lateral {
    margin-left: 03px;
    margin-top: 5px;
    font-size: 11px;
    font-weight: bolder;
    color: #993300;
}
#flash_lateral {
    margin-top:5px;
}
#texto_lateral {
    width:180px;
    font-size: 9px;
}
#menu_top{
    height:40px;
    width:750px;
    margin-left: 10px;
    background-position: left;
    background-image:url(../imgs/bkg02.png);
}
.menu{
	width:190px;
	margin:0px;
	padding:10px;
	padding-top:0px;
}
.menu li{
	background-image:url(../imgs/li_back.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	list-style:none;
	padding:7px;
}
.menu li a, #div_direita a{
	text-decoration:none;
	color:#615223;
}
.menu li a:hover, #div_direita a:hover{
	text-decoration:underline;
	
}
#div_direita a:link{
	font-weight:bold;
}
#div_direita{
    float:right;
    width:545px;
    padding:15px;
    padding-left:0px;
}
.clear{
	clear:both;
}
.menu_selecionado{
	background:#D2BF86;
}
h1{
	padding:0;
	margin:0;
	padding-bottom:18px;
	margin-bottom:10px;
	font-size:18px;
	text-align:center;
	background-image:url(../imgs/title_decoration.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}
.img_section{
	border:1px solid #BEA350;
	padding:5px;
	margin:5px;
	float:right;
	background:#FFFFFF;
}
#rodape{
	font-size:10px;
	background-image:url(../imgs/rodape.jpg);
	height:20px;
	text-align:center;
	padding:10px;
}
#rodape a{
	color:#615223;
	text-decoration:none;
}
#rodape a:link{
	font-weight:bold;
}
#rodape a:hover{
	text-decoration:underline;
}
.submenu{
	margin:0;
	padding:0px 10px 0px 10px;
}
.submenu li {
	padding:4px;
	border-bottom:1px dashed #E0D093;
	background:none;
}
.submenu li a{
	font-weight:normal;
}
li.noborder{
	border:0px;
}
.ponto_venda{
	padding:10px;
	border-top:1px dashed #E0D093;
}
.ponto_venda_2{
	padding:10px;
	border-top:1px dashed #E0D093;
	background:#FFFFCC;
}
.listagem{
	border-top:1px dashed #E0D093;
	padding:10px;
	text-align:center;
}
.listagem a{
	padding:3px;
	font-size:10px;
	color:#615223;
	font-weight:bold;
	text-decoration:none;
}
.listagem a:hover{
	text-decoration:underline;
}
.listagem font{
	font-weight:normal;
	font-size:10px;
	padding:3px;
	border:1px solid #E0D093;
	
}
.campos, .botoes, select, textarea{
	border:2px solid #E0D093;
	background:white;
	padding:3px;
	font-size:11px;
}
.botoes{
	font-weight:bold;
	color:#615223;
}