@CHARSET "ISO-8859-1";

* {
	margin:0;
	padding:0;
}

body {
width:100%;
font-family:"Geneva", Arial, Helvetica, sans-serif;
background-color:#003c1f;
background-position:top;
background-repeat:repeat-x;
}

a:link,a,a:hover{
text-decoration:none;
}

h1, h2, h3, h4, h5 {
font-family:"Helvetica",Arial,sans-serif;
font-weight:bold;
margin:0;
padding:0;
}

#layout{
width:940px;
margin-left:auto;
margin-right:auto;
background-position:top;
background-repeat:no-repeat;
text-align:left;
background-color:#FFF;
padding:10px;
}

#topo{
width:auto;
height:88px;
text-align:left;
width:100%; height:70px; 
margin:10px 0 10px 0;
background:url(../img/bg-topo.png) top repeat-x;
}

#conteudo-topo{
	width:960px;
	margin:0 auto 0 auto;
}

.logo {width:137px;float:left;}

#busca{
width:auto;
width:190px;
height:33px;
text-align:left;
margin:18px 10px 5px 0;
float:right;
background:url(../img/bg_busca.png) no-repeat;
}

#busca input{height:32px; vertical-align:middle; border:none;}
.input_text {padding:2px 0 0 10px; font:14px "Trebuchet MS"; width:147px; color:#2c411d; background:none; }
.botao_verde{width:27px; padding-top:1px; padding-bottom:3px; background:url(../img/botao_verde_busca.png) center no-repeat; font: 18px "Trebuchet MS"; color:#FFF; font-weight:bold; }

.aba{
margin-top:10px;
}

#form{
width:auto;
height:auto;
}

#form input, select, textarea{
vertical-align:middle;
border:none;
}

.form_text {
padding:3px 0 0 10px;
font:12px "Trebuchet MS";
width:300px;
height:23px;
background:url(../img/bg_field_form.gif) #fff top repeat-x;
color:#2c411d;
}

.form_msg {
padding:3px 0 0 10px;
font:12px "Trebuchet MS";
width:300px;
height:150px;
background:url(../img/bg_field_form.gif) #fff top repeat-x;
color:#2c411d;
}

.botao_enviar {
width:70px;
padding:1px 0 3px 0;
background:url(../img/bg_submit_verde.gif) top repeat-x;
font:bold 16px "Trebuchet MS";
color:#FFF;
}

.texto {
color:#372303;
line-height:17px;
font-size:13px;
padding-bottom:5px;
}

h2 {
font-size:14px;
color:#bc7a33;
line-height:15px;
padding: 5px 0;
text-transform:uppercase;
}

h2 a, h2 a:visited {
color:#bc7a33;
}

h2 a:hover {
color:#738e39;
}

h6 {
color:#305414;
line-height:18px;
font-size:12px;
padding-bottom:5px;
}

h6 a, h6 a:visited {
color:#305414;
}

h6 a:hover {
color:#000000;
}

#coluna_esquerda{
width:625px;
float:left;
}

#coluna_direita{
width:300px;
float:right;
}

#publicidade{
width:310px;
float:right;
padding-bottom:15px;
border-bottom:1px solid #3c5827;
margin:20px 0 5px 0;
}

.publicidade{
color:#537a37;
font:bold 12px "Geneva", Arial, Helvetica, sans-serif;
padding-bottom:20px;
}

#bg_rodape{
height:369px;
background-image:url(../img/bg-rodape.png);
background-repeat:repeat-x;
background-position:top;
clear:both;
background-color:#273919;
}

#rodape{

width:950px;
margin: 30px auto 0 auto;
padding:10px;
text-align:left;
}

#links_rodape{
width:630px;
height:277px;
border-right:1px solid #284328;
float:left;
font-weight:bold;
font-size:14px;
}

#links_rodape h2{ font-weight:lighter; text-transform:none; font-size:18px}
#links_rodape a, #links_rodape a:visited{color:#c8d98d; border:none; text-shadow:none;}
#links_rodape a:hover{color:#d8c14f;}

#direita-rodape { width:300px; float:right;}
#busca-rodape {width:300px; float:left;}
.titulo-buscar { float:left; color:#2ca16d; margin:20px 0 0; font-weight:bold;}

.marca-rodape { margin-top:10px;}

#rodape h6{
width:830px;
float:right;
font-weight:bold;
font-style:normal;
color:#fff;
font-weight:lighter;
padding-top:40px;
}

.menu-lista-rodape { list-style:none; color:#FFF; float: left; margin-left:10px; margin-right:10px;}

.menu-lista-rodape li {
	display: list-item;
	list-style:none;
	color:#2ca16d;
	float:none;
}

.menu-lista-rodape li a { height:20px; padding:0; margin:4px;}

#barra-rodape { width:960px; height:60px; margin:10px auto 0 auto; float:left;}


#mensagem {
	display: none;
	width:99%;
	margin-bottom:25px;
	padding:6px 0;
	text-align:center;
	color: #FFF;
	font:bold 14px verdana, Helvetica, sans-serif;
}

.success_message {
	border:2px #a18447 solid;
	background-color: #bda061;

}

.error_message {
	border:2px #58582C solid;
	background-color: #6F6F37;
}

