* { margin: 0px; padding: 0px; background-repeat: no-repeat; background-position: top left; list-style: none; border: 0px; /*letter-spacing:0.5px;*/}
body { background-color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000; }

h2 { font-size: 24px; font-weight:normal; margin-bottom: 10px; }
h3 { font-size: 16px; margin-bottom: 5px; font-weight:normal } 
h4 { font-size: 14px; margin-bottom: 5px; font-weight:normal}

p { letter-spacing:0.5px; line-height:16px; padding-bottom: 15px;}
a { color: #575757; text-decoration: none; }
a:hover { text-decoration: underline; }




#global { position: relative; margin: 0px auto; width: 920px; }

#logo { padding-top: 20px; margin-bottom: 20px; height: 76px; }
#logo h1 { display: none; }
#logo .logo { position: absolute; z-index: 1; }

#conteudo { position: relative; min-height: 200px; }

#menu { position: absolute; left: 0px; width: 200px; height: 400px; z-index: 2; margin-left:89px; margin-top:65px; }

#interna { position: absolute; left: 285px; right: 0px; }

#breadcrumb { margin-bottom: 12px; font-size: 11px; font-family: Tahoma, "Trebuchet MS", sans-serif; color: #999; text-transform: lowercase; margin-top:-2px; }
#breadcrumb a { text-transform:lowercase; }
#breadcrumb a.ativo { color: #999; }

#pagina { overflow: hidden; /*min-height: 355px;*/ }

.flash-home { height:468px; }


#rodape { font-size: 10px; color: #e1e1e1; overflow: hidden; clear: left; }
#rodape h5 { font-size: 10px; margin-bottom: -12px; }
#rodape #twitter { float:left; padding:12px 20px 0 0; }
#rodape .coluna { float:left; padding:20px 0 30px; }
#rodape .saopaulo { padding-right:0px; padding-left:12px; } 





#pagina .erro { color: #000000; /*text-transform: uppercase;*/ }



/* PNG Transparente */
* html img {  
	filter:expression(  
	this.alphaxLoaded ? "" :  
	(  
	this.src.substr(this.src.length-4)==".png"  
	?  
	(  
	(!this.complete)  
	? "" :  
	this.runtimeStyle.filter=  
	("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
	(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
	String(this.alphaxLoaded=true).substr(0,0)+  
	(this.src="imagens/blank.gif").substr(0,0)  
	)  
	:  
	this.runtimeStyle.filter=""  
	)  
	);  
}  
