@charset "utf-8";
/* Definições Gerais */
body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #685928;
	font-weight: normal;
	margin:0px;
	padding:0px;
	background: #4f4531;
}
html, body {
	height: 100%;
	overflow-x:hidden;
	overflow-y:auto;
}
* html #geral {
	height: 100%; /* hack para IE6 q trata height como min-height */
}
div, p, h1, h2, h3, ul, img{
	padding:0;
	margin:0;
	border:0;
}
a:link {
	color: #690707; 
	text-decoration: none;
}
a:active {
	color: #690707; 
	text-decoration: none;
}
a:hover {
	color: #674703; 
	text-decoration: underline;
}
a:visited {
	color: #690707; 
	text-decoration: none;
}

h2 {
	background:url(imagens/arrow.png) no-repeat left;
	font-size:16px;
	text-indent:16px;
	margin-top:3px;
	color:#685928;
	text-transform:uppercase;
	clear:both;
}
h2 a:link{
	color:#685928;
}
h2 a:hover{
	color:#690707;
}
h3 {
	background:url(imagens/bullet.png) no-repeat left;
	font-size:11px;
	text-indent:10px;
	margin-top:1px;
	color:#685928;
	clear:both;
}
ul li {
	list-style: url(imagens/bullet.png);
	margin-left:15px;
}

table{
	border-collapse:collapse;
	border:1px solid #bcb189;
}
td {
	padding-left:5px;
}
th {
	background-color: #e2dbaf;
}
/* Estrutura */
#geral {
	width: 100%;
	padding: 0px 0px 0px 0px;
	height: auto;
	min-height: 100%;
	position:relative;
}
#topo{
	background:url(imagens/bg_glow_up.jpg) no-repeat bottom;
	height:350px;
	text-align:center;
}
#meio{
	background:url(imagens/bg_glow_middle.jpg) repeat-y center;
	clear:both;
	height:100%;
	padding-bottom:404px;
}
#meio02{
	background:url(imagens/bg_glow_middle.jpg) repeat-y center;
	clear:both;
	height:100%;
	padding-bottom:20px;
}
#rodape{
	width:100%;
	background:url(imagens/bg_glow_down.jpg) no-repeat top;
	height:404px;
	clear:both;
	float:left;
	position:absolute;
	bottom:0px;
	text-align:center;
}

/* Central */
.box{
	width:760px;
	margin:auto;
}
#menu{
	width:210px;
	float:right;
}
#conteudo{
	width:490px;
	padding:10px 50px 10px 10px;
	float:left;
	text-align:justify;
}
#conteudo02{
	padding:10px 50px 10px 10px;
	float:left;
	text-align:justify;
}
.bullet{
	width:30px;
	float:left;
	padding:5px 10px 0 0;
}
#header{
	padding:5px 0 10px 0;
}
.titulo{
	font-size:21px;
	color:#800f0f;
	text-transform:uppercase;
	font-weight:bold;
}
.subtitulo{
	font-size:11px;
	color:#800f0f;
	text-transform:none;
	font-weight:normal;
	line-height:12px;
}
.fotos {
	padding:10px 0px 5px 0px;
}
.boxtexto{
	width:180px;
	padding:0 32px 0 32px;
	line-height:14px;
	float:left;
}
.boxtexto a:link{
	color: #4b3e14;
}
.boxtexto a:hover{
	color: #690707;
	text-decoration:underline;
}
.clearfloat{
	clear:both
}
.modalidades{
	width:115px;
	padding:3px;
	text-align:center;
	font-size:11px;
	float:left;
	line-height:12px;
}
.tabelahorario{
	width:75px;
	float:left;
	padding-right:20px;
	text-align:right;
}
.destaque{
	font-size:14px;
	font-weight:bold;
}

/* Formulário Contato */
#contato{
	width:445px;
	height:270px;
	padding-right:50px;
	font-size:14px;
	font-weight:bold;
	color:#685928;
	line-height:32px;
}
.botao{
	width:88px;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(imagens/bg_botao.png) no-repeat;
	color:#e2dbaf;
	font-size:14px;
	font-weight:bold;
	border:none;
}
.labelscontato{
	width:280px;
	height:25px;
	background-color:#e2dbaf;
	border:1px solid #bcb189;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#908150;
	padding-left:2px;
	margin-top:7px;
}
.labelscontatoform{
	height:20px;
	background-color:#e2dbaf;
	border:1px solid #bcb189;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#908150;
	padding-left:2px;
}
.labelscontatomsg{
	width:280px;
	height:90px;
	background-color:#e2dbaf;
	border:1px solid #bcb189;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#908150;
	padding-left:2px;
	margin-top:7px;
}
.labeljumpmenu{
	width:150px;
	background-color:#f4efd2;
	border:1px solid #bcb189;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#908150;
	padding-left:2px;
}
.meiatela{
	width:50%;
	float:right;
}
