/* CSS Document */
html, body { font-family: "arial"; text-align: center; margin: 0px; padding: 0px; font-size: 12px;
	background-color: #ad523d;  }
#Centraliza { width: 900px; margin-right: auto; margin-left: auto; }
#FundoPrincipal { width: auto; margin-right: auto; margin-left: auto; background-color: #bca233; float:left; }

a:link, a:active, a:visited{ text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; font-weight: bold; }
h1 { margin-left:4px; color:#9d0000; font-size: 22px; border-bottom-width: 1px; border-bottom-style: dashed;
	border-bottom-color: #6C3326;  padding: 0px 0px 10px 0px; }
h2 {margin-left:4px; color:#313131;  font-size: 18px; }



/* Menu */
#Menu {
	width:170px;
	float:left;
	list-style-type: none;
	text-align: left;
	font-family: arial;
	font-weight: bold;
}
#Menu li { width:auto; padding-left: 15px; }
.Historico { width:35px; background-color: #974635; padding:5px 0px; }
.Colecao {  width:35px; background-color: #b97c2b; padding:5px 0px; }
.Clipping { width:35px; background-color: #A78E2E;  padding:5px 0px; }
.Localizacao { width:35px; background-color: #996600; padding:5px 0px;  }
.FaleConosco { width:35px; background-color: #974635; padding:5px 0px;  }
.Blog { width:35px; background-color: #b97c2b; padding:5px 0px; }
.SubCategorias { list-style-type: none; margin-left:-18px; background-repeat: no-repeat; background-position: left center; }
.SubCategorias li {  background-image: url(layout/bullet.gif); background-repeat: no-repeat; background-position: left center; }
.SubCategorias #Ativo a {color: #9d0000; font-weight:bold;}
.SubCategorias #Ativo  {color: #9d0000; font-weight:bold;}


#FundoCabecalho { padding: 15px; height: 125px; background-image: url(layout/fundo-cabecalho.png); background-repeat: repeat-x;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #974635; }
#Cabecalho { width: 900px; text-align: left; padding: 10px; margin-right: auto; margin-left: auto;
	list-style-type: none; }
#Conteudo { width:655px; float:left; text-align: justify; line-height: 20px; padding: 10px 10px 10px 20px;
	margin-right: 20px; margin-left: 20px; border-left-width: 1px; border-left-style: dashed; border-left-color: #6C3326;
	margin-top: auto; margin-bottom: 20px; }

#Conteudo ul { 	list-style-type: none; }


.Logo { width:200px; margin-left:40px; }
.Nome { width:170px;  }

#foto { float: right; margin-right: 0px; margin-bottom: 0px; padding: 0px; margin-top: 0px; margin-left: 10px; }




/*-- Formulario --*/
.BotaoEnviar { width: 90px; font-size: 11px; color: #FFFFFF; border: 0px; padding: 2px; background-image: url(layout/fundo-botao.jpg);
	background-repeat: repeat; }
.ColunaFormulario { width: 300px; display: table-cell; float: left; border: 1px solid #ccc; }
.form { width: 500px; border: 1.8px solid #ad523d; margin-bottom: 2px;}
.textoform { font-family: Verdana; font-size: 12px; color: #fff; text-align: left; line-height: 18px; letter-spacing: 1px; 
font-weight: bold; right: 0px; }






/*-- Rodape --*/
#RodapeConteudo { float: left; margin: 0px; padding: 30px 0px; width: 100%; height: auto; background-image: url(layout/fundo.jpg);
	background-repeat: repeat-x; background-position: 50px;  }
#RodapeConteudo li { display: inline; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; }
#RodapeConteudo li a:link { display: inline; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 0px; }
