/************
 CSS Document
 Estrutura Principal 
 ************/
body {
	background-color: #999999;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width:100%;
}

/************
 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 {
	
	width: 100%;
	background: url(imgs/bg_menu.gif) #ffff14 repeat-x;
	height: 31px;
}
#menu img {
	margin: -2px -2px;
}
#menu .espaco {
	margin-left: 0px;
}
#menu .faleconosco {
	margin-left: 230px;
}

/************
 Exclusivo INDEX
 ************/
#ind_corpo {
	background: url(imgs/bg_index.gif) repeat-x #ffffff;
	height: 278px;
    width: 100%;
	
}
#ind_prod {
	background: url(imgs/img_index.jpg) no-repeat;
	height: 278px;
	width: 100%;
	
	}
#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: #666666;
	padding: 45px 0px 55px 190px;
	margin-bottom: -20px;
	width:100%;
	}
#corpo .img {
	position: absolute;
	left: 100%;
}
#corpo p {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
/************
 Rodape
 ************/
#rodape {
	background: url(imgs/bg_rodape.gif) #999999 repeat-x;
}

