/*CORES
	LARANJA = #de5e21
	MARROM CLARO = #643823
	MARROM ESCURO = #2b0e05
	CINZA CLARO = #f4f4f4
	VERDE = #bab03f
*/
/***********************************************************************
	GENERICO - Define os principais elementos bloco do site
************************************************************************/
* {
	padding:0;
	margin:0;
	border:0;
	list-style:none;	
}
html, body {
	height:100%;
}
* html div#containner {
	height:100%;
}
body {
	background:#fffff7 repeat-x;
	font:11px Arial, Helvetica, Verdana, sans-serif;
	color:#2b0e05;
}
/*
body#home div#containner{
	min-height:100%;
	position:relative;
	background:none;
	border-top:1px solid white;
}
*/
body#index div#containner div#menu{
	margin-bottom:20px;
}
body#index div#containner div#conteudo h1{
	margin-bottom:10px;
}
div#containner{
	min-height:100%;
	position:relative;
	/*border-top:1px solid white;*/
	background: url(../images/bg_ornamento.jpg) repeat-x;
}
div#site{
	margin-left:-388px;
	left:50%;
	width:776px;
	position:relative;
}
div#topo{
	width:776px;
	height:115px;
}
div#topo img.logo{
	width:220px;
	height:72px;
	/*float:left;*/
	margin:22px 0 0 20px;
	/*clear:both;*/
}
div#conteudo{
	width:736px;
	padding:5px 20px 30px 20px;
	background:#FAF9F2;
	float:left;
	background: url(../images/sombra.jpg) repeat-y;
}
h1{
	font-weight:bold;
	font-size:20px;
	color:#2b0e05;
	border-bottom:1px solid #2b0e05;
	margin-bottom:20px;
	clear:both;
}
h2{
	font-weight:bold;
	font-size:16px;
	color:#af440c;
	margin:10px 0;
}
h3{
	font-weight:bold;
	font-size:14px;
	color:#af440c;
	margin-bottom:5px;
}
div#rodape{
	width:736px;
	height:45px;
	float:left;
	padding:0 20px;
	background: url(../images/bg_rodape.jpg) no-repeat;
	position:relative;
	margin-bottom:80px !important;
	margin-bottom:180px;
	/*text-align:center;*/
}
div#fechamento{
	height:125px;
	margin-top:-125px;
	height:150px;
	margin-top:-20px;
	background: url(../../../img/bg_rodape.gif) center top no-repeat;
	position:relative;
	clear:both
}
address{
	padding-top:10px;
	font-style:normal;
}
.column {
	position:absolute;
	z-index:0;
	bottom:0;
	text-align:left;
}
.left{
	width:51%;
	left:0;
}
.right{
	width:49%;
	right:0;
}
#leftcol{
	/*margin:0 388px 0 0;*/
	height:125px;
	background: url(../images/feijao_esquerda.jpg) right bottom repeat-x;
	/*background:#edecbe;
	height:20px;*/
}
#rightcol{
	/*margin:0 0 0 388px;*/
	height:125px;
	background: url(../images/feijao_direita.jpg) left bottom repeat-x;
	/*background:#edecbe;
	height:20px;*/
}
.escondido{
	display:none;
}
.justify {
	text-align:justify;
}
/***********************************************************************
	MENU PRINCIPAL HORIZONTAL
************************************************************************/
div#menu{
	position:relative;
	left:-10px;
	display:inline;
	background: url(../images/bg_menu.jpg) repeat-x;
	float:left;
}
ul#navegacao{
	width:756px;
	display:inline;
	float:left;
	height:39px;
}
ul#navegacao li{
	float:left;
}
ul#navegacao li a{
	display:block;
	float:left;
	padding:10px 19px;
	color:#2b0e05;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
ul#navegacao li a:hover{
	color:black;
	text-decoration:underline;
}
/***********************************************************************
	FLAGS PARA IDIOMA
************************************************************************/
div#divFlags {
	float: right;
	margin-right: 10px;
}
div#divFlags a{
	margin-left: 5px;
}
