@charset "utf-8";
/* CSS Document */

/* NEO */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
#main {
	width: 800px;
	background: #FFFFFF;
}
ul#menu_principal li {
	text-align: right;
	background: url(img/backgrounds/seta_menu.jpg) no-repeat right;
	list-style-image: none;
	list-style-type: none;
}
ul#menu_principal a {
	margin-right: 15px;
	text-decoration: none;
}
ul#menu_principal a:visited {
	color: #333; 
}
.lista_laranja {
	list-style-image: url(img/backgrounds/seta_menu.jpg);
	padding: 0 0 0 20px;
}
li {
	list-style-image: url(img/backgrounds/seta_menu.jpg);
}
#lista1 li {
	list-style-image: url(img/backgrounds/seta_menu-cinza.jpg);
	padding: 0 0 0 5px;
}
#lista2 li {
	list-style-image: url(img/backgrounds/seta_menu-cinza.jpg);
	padding: 0 0 0 5px;
}
.lista_cinza {
	list-style-image: url(img/backgrounds/seta_menu-cinza.jpg);
	padding: 0 0 0 20px;
}
.linha_divisora {
	background: url(img/backgrounds/linha-divisoria.gif);
	width: 350px;
	height: 2px;
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
#topo {
	width: 800px;
	height: 170px;
	background: url(img/backgrounds/cabecalho-home.jpg) no-repeat;
	margin: 0 0 3px;
}
#breadcrumbs {
	width: 800px;
	text-align: right;
	margin: 0 0 5px;
	font-size: 10px;
}
#login {
	width: 795px;
	text-align: right;
	color: #FFF;
	height: 15px;
	font-size: 9px;
}
#login a{
	color: #FFF;
	text-decoration: none;
}
#conteudo {
	width: 410px;
	text-align: justify;
	float: left;
	margin: 0 0 10px 10px;
}
#menu{
	width: 150px;
	float: left;
	margin: 0 0 10px;
}
ul#menu_principal {
	float: left;
}
#producao {
	width: 200px;
	float: right;
	margin: 0 5px 10px;
	text-align: center;
}
#imagem_telefone{
	margin: 15px 0;
}
#produzindo {
	text-align: justify;
}
#rodape {
	width: 800px;
	clear: both;
}
.texto_azul {
	color: #6699CC;
}
#menu_rodape {
	text-align: center;
}
#contato_rodape {
	width: 800px;
	border-top: 1px solid #000;
	margin: 20px 0 0;
	font-style: normal;
	padding: 5px;
	color: #000;
}

/* PRE */
a:link {
	text-decoration: underline;
	color: #333;
}
a:visited {
	color: #999
}
h1 {
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;

}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
}
table {
	font-size: 12px;
}