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

/* Alpha PNG support for IE 
------------------------------ 
\*/  
* 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="blank.png").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}  

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img { border: none; }
fieldset { border: none; }
legend{display: none;}
input{
border:1px #CCCCCC solid;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea{
border:1px #CCCCCC solid;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
hr { display: none; }
address{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style: normal;
clear:both;
padding-top:15px;
padding-bottom:15px;
}

#geral{
background-image:url(../imagens/fundo.jpg);
background-repeat:no-repeat;
}

#site{
width:778px;
margin:0 auto;
}
#logo{
width:327px;
height:111px;
float:left;
margin-right:72px;
padding-top:40px;
}
#slogan{
padding-top:40px;
width:379px;
height:92px;
float:left;
}
#menu{
clear:both;
padding-top:15px;
height:38px;
padding-left:0px;
}
#menu ul li {
	float:left;
	margin:10px;
	list-style:none;
}

#menu ul li a {
	color:#fff;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	letter-spacing:-1px;
	padding:6px 7px;
	text-decoration:none;
	background:url(../imagens/fundo_link_menu.jpg) repeat;
}

#menu ul li a:hover {
	background:url(../imagens/fundo_link_menu.jpg) repeat;
	color:#fff;
	display:block;
}





#foto_topo{
margin-top:0px;
}

#conteudo{
width:748px;
height:503px;
background-image:url(../imagens/fundo_listra.jpg);
background-repeat:repeat-x;
*margin-top:-05px;
padding:15px;
}
#muda_fonte{
text-align:right;
}
#esq{
width:419px;
float:left;
text-align:center;
}
#esq h2{
font-size:18px;
color:#666666;
}
#dir h2{
font-size:18px;
color:#666666;
}
#dir{
width:328px;
float:left;
}
#rolagem_not{
font-size:11px;
color:#666666;
line-height:20px;
text-align:justify;
overflow:auto;
height:300px;
}
#texto_not{
margin:7px;
}
#rolagem_not img{
float:left;
}


#mandioca{
padding-top:9px;
*padding-top:20px;
clear:both;
}


#rodape{
background-color:#00863A;
font-size:12px;
color:#FFFFFF;
*margin-top:-31px;
margin-top:-30px;
}
#rodape_texto{
width:778px;
margin:0 auto;
}
#direitos{
text-align:center;
}



#rodape p{
float:left;
}

.logo_casa a {
width:28px; 
height:26px;
background: url(../imagens/logo_casa.jpg) no-repeat;
text-indent: -5000px;
display: block;
margin-left:710px;
margin-top:-35px;
position:absolute;
}

.logo_casa a:hover{
width:28px; 
height:26px;
background: url(../imagens/logo_casa.jpg) no-repeat;
text-indent: -5000px;
margin-left:710px;
margin-top:-35px;
background-position:bottom;
display: block;
}
