@charset "UTF-8";

body, div, h1, h2, h3, h4, h5, h6, a, img, ul, li
{
	padding:0;
	margin:0;
}

div
{
	/*position: relative;*/
}

body
{
	color: #99AE6B;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
}

a
{
	text-decoration: none;
	color: #82935c;
}

a:hover
{
	text-decoration: none;
}

address
{
	text-align: center;
	font-style: normal;
	padding: 6px;
}

p
{
	text-align: justify;
}

td
{
	vertical-align: top;
}

#conteiner
{
	width: 1000px;
	/*margin: 0 auto;*/
	border: 1px dotted #000;
	background-color: #fff;
	position: absolute;
	padding-bottom: 60px;
}


#cabecalho
{
	top: 0px;
	height: 318px;
	background-color: #fff;
	position: relative;
}


#cabecalhoLingua
{
	left: 85%;
	position: absolute;
	line-height: 22px;
	width: 140px;
}
#cabecalhoLingua a
{
	color: white;
} 

#cabecalhoLogo
{
	background:url('/img/logoTopo.jpg');
	width: 187px;
	height: 114px;
	left: 82px;
	border: 0px solid green; /*REMOVER*/
	position: relative;
}

#cabecalhoBannerSuperior
{
	position: absolute;
	left: 0;
	height: 180px;
	width: 100%;
	border: 0px solid red; /*REMOVER*/
}


#conteudo
{
	position: relative;
	width: 100%;;
	border: 0px solid blue; /*REMOVER*/
}

#rodape
{
	height: 16px;
	width: 99%;
	/*background-color: #82935c;*/
	border: 0px solid black;
	position: absolute;
	bottom: 0px;
	text-align: right;
	font-size: 12px;
	color: #82935c;
}

#rodape a
{
	color: #82935c;	
}

#inicialFoto
{
	background:url('/img/rioAmazonia1.jpg') #ddd;
	width: 425px;
	height: 284px;
	float: left;
	top: 0px;
	left: 10px;
}

#inicialTexto
{
	width: 350px;
	height: 250px;
	float: left;
	padding: 0px;
	margin: 40px 55px;
	border: 0px solid black;
}

#inicialTexto p
{
	font-size: 18px;
	color: #99AE6B;
	text-align: center;
}

#inicialTexto h1
{
	font-size: 32px;
}


#internasTexto, #internasTextoExpandida
{
	width: 600px;
	padding: 0px;
	margin: 0px 40px;
	border: 0px solid black;
}

#internasTextoExpandida
{
	width: 800px;
}

#internasTexto p
{
	color: black;
	text-align: justify;
	line-height: 1.5em;
}

#internasTexto li
{
	color: black;
	padding: 1px;
	margin: 2px 12px;
	line-height: 1.5em;
	text-align: justify;
}


#internasTexto h1
{
	font-size: 32px;
	padding: 20px 0 0;
}

#internasTexto h2
{
	font-size: 20px;
	padding: 20px 0 0;
}

#internasTexto h3
{
	font-size: 16px;
	padding: 20px 0 0;
}

#internasTexto h4
{
	font-size: 14px;
	padding: 20px 0 0;
}


#menuSuperior
{
	top: 0px;
	left: 0px;
	background-color:  #82935c;
	padding: 0px 92px;
	height: 22px;
	position: relative;
}

#menuSuperior a
{
	color: white;
} 
	


.itemMenu
{
	background: url("-/img/fundoMenuSuperior.png") no-repeat;
	list-style: none;
	color: white;
	padding: 3px 15px;
	height: 22px;
	float: left;
}

#menuSuperior li:hover
{
	background-color: #647146;
}

.foto
{
	width: 100%;
	text-align: center;
	padding: 20px;
}


#produtosMoveisFoto, #produtosFotoLateral, #produtosGuaranaFoto
{
	position: absolute;
	top: 75px;
	left: 700px;
	width: 300px;
	/*height: 1000px;*/
	border: 0px solid black;
	overflow: hidden;
}

.desenvolvimento
{
	font-size: 18px;
	display: block;
	padding: 30px;
}

.fotoAoLado
{
	border:0px solid black;
	clear:both;
	float:right;
	left:700px;
	position:absolute;
	text-align:right;
	width:260px;
}