@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
p {
	margin:10px 0;
}
ul, li{
	margin-left:5px;
	list-style-position:inside;
	list-style-type:square;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tudo {
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#000;
	padding-bottom:5px;
	
}
#banner {
	width:770px;
	height:150px;
	margin:0 auto;
	background:url(images/banner.jpg) top center no-repeat;
}
.txtBanner {
	width:420px;
	height:30px;
	font-weight:bold;
	font-style:italic;
	float:right;
	margin-top:50px;
}
#menu {
	clear:both;
	position:relative;
	width:737px;
	height:40px;
	top:30px;
	padding-left:23px;
	font-size:10px;
	text-transform:uppercase;
	margin:0 auto;
	background:url(images/bg_menu01.jpg) top left repeat-x;
}
#menu ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	min-height:30px;
	height: auto !important;
	height: 30px;
	border-left:solid 1px #999;
}
#menu ul li {
	display:inline;
	text-align:center;
}
#menu ul li a {
	float:left;
	display:block;
	line-height:30px;
	color:#FFF;
	padding:0 5px;
	font-weight:bold;
	text-decoration:none;
	border-right:solid 1px #999;
	background:url(images/bg_menu01.jpg) top left repeat-x;
}
#menu ul li a:hover, .ativo {
	color:#FFF !important;
	background:url(images/bg_menu02.jpg) top left repeat-x !important;
}
#boxConteudo {
	background:#FFF;
	width:770px;
	margin:0 auto;
	display:table;
}
#boxEsq {
	width:265px;
	float:left;
	margin-left:5px;
	_margin:0;
	_padding-left:5px;
}
#boxDir {
	background:#EEE url(images/bg_conteudo.jpg) bottom left repeat-x ;
	width:480px;
	min-height:505px;
	height: auto !important;
	height: 505px;
	float:right;
	margin-right:5px;
	_margin:0;
	_padding-right:5px;
	padding:5px;
	text-align:justify;
}

#contatos {
	background:url(images/contatos.jpg) top center no-repeat;
	width:255px;
	height:160px;
	padding:40px 5px 0 5px;
	margin:30px 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#contatos img {
	border:none;
}
#contatos a {
	color:#008000;
	text-decoration:none;
	font-size:10px;
}
#bottom {
	width:770px;
	line-height:20px;
	background:#FFF;
	margin:0 auto;
	text-align:right;
}
#bottom a{
	padding-right:10px;
	color:#000000;
	font-size:10px;
	font-weight:bold;
}
#galeria{
	height:500px;
	overflow:auto;
}
#galeria{
	scrollbar-face-color: #E4E4E4;
	scrollbar-shadow-color: #E4E4E4;
	scrollbar-highlight-color: #E4E4E4;
	scrollbar-3dlight-color: #EEE;
	scrollbar-darkshadow-color: #EEE;
	scrollbar-track-color:#EEE;
	scrollbar-arrow-color: #000;
}
#galeria img{
	border:groove 2px #999;
	display:block;
	margin-top:10px;
}
.tbl_galeria{
	width:95%;
	margin:0 auto;
	border-collapse:collapse;
	border:none;
	margin-top:10px;
}
.tbl_galeria tr, .tbl_galeria td{
	border:none;
	text-align:center;
}
.titulo{
	font-weight:bold;
	text-transform:uppercase;
	color:#008000;
}
.descr{
	font-weight:bold;
	margin:5px 0;
}
fieldset {
	border:solid 1px #E4E4E4;
	padding-left:5px;
}
legend, .contato {
	font-weight:bold;
	margin-bottom:10px;
}
.contato{
	width:75%;
	margin:0 auto;
}
.btSubmit {
	clear:both;
	text-align:center;
	padding:5px 0 5px 65px;
}
.btSubmit input {
	float:none;
	margin:0 auto;
	width:40px;
	text-align:center;
}
#formulario {
	margin:0 auto;
	width:450px;
	padding-top:10px;
}


input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:solid 1px #000;
}
textarea, #mensagem {
	width:173px;
	overflow:auto;
}
#mensagem{
	width:274px;
}
label, input, textarea, select {
	display: block;
	float: left;
	font-size:11px;
}
label {
	text-align: left;
	width: 65px;
	margin:0 10px 10px 0;
}
.data{
	width:25px;
	margin:0 5px 10px 5px;
}
br {
	clear: left;
}
.estilo{
	font-weight:bold;
}
.estilo2{
	font-style:italic;
	font-size:10px;
}
.estilo3{
	text-align:center;
	font-weight:bold;
}
.center{
	text-align:center;
}
