/************
 CSS Document
 Estrutura Principal 
 ************/
body {
	background-color: #999999;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

/************
 Topo 
 ************/
#topo {
	width: 100%;
	background: url(../imgs/bg_topo.gif) #ffffff repeat-x;
	height: 95px;
}
#topo .logo, #topo .news {
	position: absolute;
	top: 18px;
	left: 0px;
}
#topo .news {
	left: 222px;
}

#topo ul {
	position: absolute;
	top: 40px;
	left: 350px;
	font-size: 10px;
	color: #999999;
	margin: 0px 20px;
}
#topo li {
	margin: 0px 30px;
	list-style-type: disc;
}
html>body #topo ul, html>body #topo li {
	margin: 0px;
}
/************
 Menu de navegao
 ************/
#menu {
	position: static;
	width: 100%;
	background: url(../imgs/bg_menu.gif) #ffff14 repeat-x;
	height: 31px;
}
#menu img {
	margin: -2px -2px;
}
#menu .espaco {
	margin-left: 24px;
}
#menu .faleconosco {
	margin-left: 245px;
}

/************
 Exclusivo INDEX
 ************/
#ind_corpo {
	background: url(../imgs/bg_index.gif) repeat-x #ffffff;
	height: 278px;
}
#ind_prod {
	background: url(../imgs/img_index.jpg) no-repeat;
	width: 790px;
	height: 278px;
}
#ind_prod .txt {
	position: absolute;
	left: 0px;
	top: 310px; 
}	
#ind_prod .img {
	position: absolute;
	left: 317px;
	top: 259px; 
}	
/************
 Interna
 ************/
#titulo {
	background: url(../imgs/bg_int_tit.gif) #ffffff repeat-x;
	height: 48px;
}
#corpo {
	background-color: #FFFFFF;
	padding: 40px 0px 80px 185px;
	margin-bottom: -20px;
}
#corpo .img {
	position: absolute;
	left: 504px;
	top: 175px;
}
#corpo p {
	width: 400px;
	margin-top: 0px;
	margin-bottom: 20px;
}
/************
 Rodape
 ************/
#rodape {
	background: url(../imgs/bg_rodape.gif) #999999 repeat-x;
}
#menulateral {
   position:absolute;
   width:150px;
   height:101px;
   top:180px;
   left:10px;
   }
.texto {
	color: #666666!important};
	a:visited { text-decoration: none }
	a:hover   { text-decoration: underline }
	a:active  { text-decoration: none }

	}
