@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	font-family: Lucida Sans, Trebuchet MS;
	font-size: 12px;
	color: #5d5f5e;
}
body{
	background-image: url(../images/background/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
ol, ul{
	list-style: none;
}
p{
	text-align: justify;
	line-height: 20px;
	margin-bottom: 14px;
}
h1.titulo{
	display: none;
}
h2{
	color: #074502;
	font-size: 18px;
	padding-bottom: 15px;
}
h3{
	color: #5d5f5e;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div#geral{
	width: 960px;
	/*centraliza o layout em qualquer browser, menos Internet Explorer*/
	margin: 0 auto;
	/*alinha texto a esquerda*/
	text-align: left;

}
div#cabecalho{
	width: 960px;
	height: 300px;
	margin-bottom: 1px;
}

div#cabecalho h1{
	width: 300px;
	height: 170px;
	display: block;
	text-indent: -99999px;
}

div#cabecalho h1 a{
	width:  100%;
	height: 100%;
	display: block;

}

div#main{
	width: 958px;
	border: thin #bdbdbf solid;
	background-color: #fff;
	height: auto !important;
	min-height: 1730px;
	height: 1730px;
}

/*Menu*/
div#menu{
	width: 160px;
	float: left;
	height: auto !important;
	min-height: 1730px;
	height: 1730px;
	background-color: #529200;
}
div#menu ul li{
	border-bottom: dotted thin #90c400;
}
div#menu ul li a{
	display: block;
	width: 150px;
	height: 25px;
	padding-top: 13px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
}
div#menu ul li a:hover{
	background-color: #90c400;
	text-decoration: none;
}

/*Conteúdo*/
div#conteudo{
	width: 798px;
	float: left;	
}
div#conteudo_left{
	width: 578px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
div#conteudo_right{
	width: 140px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: auto !important;
	min-height: 1710px;
	height: 1710px;
	background-color: #e8e8e8;
}


div#conteudo_left_second{
	padding-top: 15px;
}
div#conteudo_left_address{
	padding-top: 25px;
	padding-bottom: 25px;
}
div#conteudo_left_address p{
	line-height: 5px;
}
div.itens_right{
	padding-bottom: 45px;
	line-height: 20px;
}
div.itens_right ul li{
	padding-bottom: 8px;
}
#historia_img{
	margin-right: 53px;
	margin-left: 13px;
}
.img_right{
	float: right;
	margin-top: 5px;
	margin-left: 25px;
}

/*Album*/
ul#album li{
	float: left;
	margin: 10px 35px 5px 0px;
	height: 200px;
}
/*Rodape*/
div#rodape{
	clear: both;
	width: 960px;
	height: 120px;
	margin-top: 1px;
	background: url(../images/background/rodape.jpg);
	background-repeat: repeat-x;

}
div#rodape_cita{
	color: #5d5f5e;
	font-size: 11px;
	text-align: center;
	width: 960px;
	padding-top: 25px;
}

div#rodape_f2{
	color: #5d5f5e;
	font-size: 11px;
	text-align: center;
	width: 960px;
	padding-top: 25px;
}

div#rodape ul{
	padding-top: 25px;
}
div#rodape ul li{
	display: inline;
	padding-left: 13px;
	
}
div#rodape ul li a{
	display: inline;
	color: #5d5f5e;
	font-size: 11px;
	text-decoration: none;
}
div#rodape ul li a:hover{
	text-decoration: underline;
}

/* Formulario */
/* Fale Conosco */
#estiloform{
	color: #fff;
	float: left;
	font-family: Lucida Sans, Trebuchet MS;
}

#estiloform label{
	width: 128px;
	float: left;
	line-height: 20px;
	padding-bottom: 5px;
}

#estiloform input{
	width: 350px;
	height: 16px;
	float: left;
	padding: 4px 2px;
	border: 1px solid #e8e8e8;
	margin: 0 0 10px 0;
	color: #5d5f5e;
}

#estiloform textarea{
	width: 349px;
	height: 143px;
	display: block;
	border: 1px solid #e8e8e8;
	padding: 4px 2px;
	font-family: Lucida Sans, Trebuchet MS;
	color: #5d5f5e;
	overflow: hidden;
}

#estiloform button{
	width: 130px;
	color: #fff;
	height: 26px;
	background: #5d5f5e;
	text-align: center;
	padding-bottom: 2px;
	border: 1px solid #e8e8e8;
	margin: 15px 10px 0 0;
	cursor: pointer;
}

#estiloform button:hover{
	background: #e8e8e8;
	color: #5d5f5e;
	border: 1px solid #5d5f5e;
	cursor: pointer;
}

#fieldesquerda{
	float: left;
	width: 45%;
	margin-right: 19px;
	border: 0;
}

#fielddireita{
	float: left;
	width: 45%;
	border: 0;
}

#sel_categoria{
	width: 356px;
	border: 1px solid #e8e8e8;
	color: #5d5f5e;
	float: left;
	padding-top: 2px;
	margin: 0 0 10px 0;
	height: 27px;
}

.message{
	padding: 0px 0px 25px 0px;
	color: #ff0000;
}

.message-erro{
	padding: 0px 0px 25px 0px;
	color: #ff0000;
}

#opcaocontato{
	float: left;
	margin-top: 25px;
}

/* Trabalhe Conosco */
#estiloform #dados_pessoais, #estiloform #experiencias, #estiloform #referencias, #estiloform #cnh{
	width: 350px;
	margin-bottom: 10px;
}