body {
    min-width:745px;
	padding: 0px; margin: 20px; border: none;
	font-size: 11px; font-family: Tahoma, sans-serif; color: #000000;
}

.AllWeb{
 background: url("imagens/topo.jpg") no-repeat left top;
 width: 745px;

}
.title{
  color:#191970;
}


.logo {
 background: url("imagens/logo.jpg") no-repeat;
 width: 126px;
 height: 128px;
}

.embalagem {
 position:absolute;
 background: url("imagens/embalagem.jpg") no-repeat;
 width: 360px;
 height:125px;
 top: 45px;
 left: 395px;
}
.linktopoA{
	position: absolute;
	top: 917px;
	left:339px;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.linktopoB{
	position: absolute;
	top: 125px;
	left:510px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
}

.linewhite{
  position:absolute;
  top:148px;
  width:360px;
  left:395px;

}


.Menu{
	background: url("imagens/fmenu.gif") repeat-y;
	width:160px;
	min-height: 500px;
	float: left;
	border-right: solid 2px #006400;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

.oMenu{
	padding: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 30px 0px 0px;

}


.oMenu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.oMenu li{
  font-weight: bold;
  color: #000000;
  margin-left:  10px;
  padding: 0px;
  height: 32px;
  background: url(imagens/fitem.jpg) no-repeat;
  background-position: top;
}

.oMenu li a{
	text-decoration: none;
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.oMenu li a:hover{
  text-decoration: underline;
}

.clear { clear: both; }

.Conteudo{
  min-height:  600px;
  margin-top:  30px;
}

.xCon{
  margin-left: 10px;
}

.Conteudo hr {
      background-color: #006400;
      height: 2px;
      width: 570px;
    }


.Rodape{
  clear: left;
  width: 745px;
  min-height: 30px;
}

