* {
	 margin:0;
	 padding:0;
	 text-decoration:none;
	 border:none;
	 list-style:none;
}

/* ESTRUTURA */

body { background:#ECECE4 url('imagens/fundo.jpg') repeat-x; }

#estrutura { width:836px; margin:0 auto; }

#topo #logotipo {
	clear:both;
	display:block;
	width:836px;
	height:166px;
	background:url('imagens/topo.jpg') no-repeat;
	overflow:hidden;
	text-indent:-3000em;
}

#topo #menu li { margin-left:5px; display:block; float:left; }
#topo #menu li a {
	display:block;
	width:155px;
	padding:9px 0 9px 0;
	text-align:center;
	font:18px 'Arial Narrow';
	color:#FFFFFF;
}
#topo #menu li a:hover { color:#FFCECE; }

#geral {
	width:836px;
	background:#FFFFFF;
	padding-top:15px;
}

	#geral #produtos {
		width:180px;
		_width:172px;
		margin-right:20px;
		border-right:1px solid #EFEFE7;
	}
		#geral #produtos h2 { font:21px Arial Narrow; color:#7F8069; text-align:center; }
		#geral #produtos ul li { position: relative; text-align:center; padding:10px 0 10px 0; }
		
		#geral #produtos ul li ul{
			height:210px;
			overflow:auto;
			display:none;
			position: absolute;
			width:240px;
			top:0;
			left:165px;
			padding:10px;
			background:#FFFFFF;
			border:1px solid #CCCCCC;
			-moz-border-radius: 7px;
		}
		
		#geral #produtos ul li div { filter: Alpha(Opacity=80, FinishOpacity=90, Style=20, StartX=20, StartY=20, FinishX=20, FinishY=20); }
		
		#geral #produtos ul li:hover ul{ display:block; }
		
		#geral #produtos ul li ul li { text-align:left; padding:2px 0 2px 0; border-bottom:1px solid #F4F4F4; }
		#geral #produtos ul li ul li a {
			font:75% arial;
			color:#999999;
		}
		#geral #produtos ul li ul li a:hover { font-weight:bold; color:#993300; }
		
		
	#geral #conteudo {
		width:613px;
		background:#FFFFFF;
		float:right;
		margin-right:22px;
	}
	
/*PRODUTOS*/
#geral #conteudo h2 { margin:15px 0 15px 0; font:bold 17px arial; color:#990000; }
#geral #conteudo h3 { margin:5px 0 5px 0; font:bold 13px arial; color:#000000; }
#geral #conteudo h4 { margin:10px 0 10px 0; font:75% arial; text-decoration:underline; }
#geral #conteudo p { margin:10px 0 10px 0; text-align:justify; font:12px arial; }
#geral #conteudo p a, #geral #conteudo ul li a { color:#993300; text-decoration:underline; }
	#geral #conteudo p a:hover, #geral #conteudo ul li a:hover { text-decoration:none; }

#geral #conteudo ul { margin-left:15px; }
#geral #conteudo ul li { padding:3px 0 3px 0; list-style:circle; font:12px arial; }
#geral #conteudo ol { margin-left:30px; } #geral #conteudo ol li { padding:3px 0 3px 0; list-style:decimal; font:12px arial; }

.tabela-produtos { margin:20px 0 20px 0; border:1px solid #993300; }
.tabela-produtos tr th{ background:#993300; padding:4px; text-align:center; font:75% arial; color:#FFFFFF; }
.tabela-produtos tr td{ background:#F8F1F1; padding:4px; text-align:center; font:75% arial; }
		
#rodape {
	width:836px;
	clear:both;
	background:url(imagens/rodape.jpg) top no-repeat;
	padding-top:25px;
	font:70% arial;
	color:#707070;
}
	#rodape p a {
		float:right;
		display:block;
		width:125px;
		height:25px;
		background:url(imagens/webla.jpg) no-repeat;
	}
	
	
/*Formulario*/
#formulario label {
	display:block;
	margin-top:10px;
	font:65% arial;
}
#formulario .campo, #formulario textarea {
	width:250px;
	padding:5px;
	border:1px solid #CCCCCC;
	font:75% arial;
	color:#666666;
}

#formulario .botao {
	display:block;
	margin-top:5px;
	padding:5px;
	background:#993300;
	font:70% arial;
	color:#FFFFFF;
}