/* - - - - - Topbar ( logo + banner + topmenu ) - - - - - */

div#banner {
	background: #AA5F0F url(../imgs/bgtop_fale.jpg) no-repeat;
}

div#topmenu {
	background: #E5BB99 url(../imgs/bgtop01_ie5_fale.gif) no-repeat right;
/* - - - Hack para  IE5 - - -  */
	voice-family: "\"}\""; 
	voice-family:inherit;
	background : #E5BB99;
} 
div#topmenu {
}

div#topmenu a.english {
	color: #000;
/* - - - Hack para  IE5 - - -  */
	voice-family: "\"}\""; 
	voice-family:inherit;
	background : #CB7733;
} 
div#topmenu a.english {
}

div#topmenu a.faleconosco {
	color: #FFF;
/* - - - Hack para  IE5 - - -  */
	voice-family: "\"}\""; 
	voice-family:inherit;
	background : #AA5F0F;
	border-left : 1px solid #FFF;
} 
div#topmenu a.faleconosco {
}

/* - - - - - Navbar ( menu ) - - - - - */

div#navbar {
	border-top: 1px solid #8E5324;
	border-bottom: 1px solid #8E5324;
} 

div#navbar a {
	color: #8E5324;
}

/* - - - - - Layout 3 colunas ( esquerda + conteudo + direita ) - - - - - */

div#bgconteudo {
	background :  url(../imgs/bgconteudo01_fale.gif) repeat-y right;
}

/* - - - - - Formatação dos textos - - - - - */

div#conteudo h2{
	color: #000;
}

/* - - - - - Submenu (coluna da esquerda) - - - - - */

div#esquerda ul {
	color: #8E5324;
}

div#esquerda a {
	color: #8E5324;
}

/* - - - - - Links - - - - - */

div#conteudo a:link{
	color:  #8E5324;
	font-weight : bold;
	text-decoration : underline;
}
div#conteudo a:visited{
	color: #8E5324;
	text-decoration : underline;
}
div#conteudo a:hover{
	color: #000;
	text-decoration : none;
}