/* =========== ESTRUTURA ============ */

*{margin:0; padding:0;border:0;}

body{
	background:url(../img/bg.jpg) repeat-x #cc9933;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#000;
}

#container {
	width:960px;
	margin:0 auto;
}
.menu {
	background:url(../img/bg-menu.jpg);
	width:960px;
	height:337px;
	float:left;
}
.conteudo {
	background:#0FF;
}
.coluna-simples {
	float:left;
	width:960px;
	height:233px;
	background:url(../img/bg-colunasimples.jpg);
}
.coluna-esquerda-conteudo {
	float:left;
	width:369px;
	height:233px;
	background:url(../img/bg-coluna-esquerda-conteudo.jpg);
}
.coluna-direita-imagens{
	float:left;
	width:591px;
	height:233px;
	background:url(../img/bg-imagens-home.jpg);
}
.coluna-tripla {
	width:45%;
	float:left;
}




/* =========== GALERIA ============ */
.galeria {
	width:102%;
	float:left;
}
.thumb{
	float: left;
	margin: 5px;
}
.thumb img{	
	border:solid 2px #684705;
}
.thumb img:hover{
	border:solid 2px #c93;
}

/* =========== POSIÇÃO ============ */

.posicao-conteudo {
	padding:15px;
}
.posicao-esquerda-conteudo {
	float:left;
	width:300px;
	margin:20px 0 0 35px;
}
.posicao-simples{
	margin:20px 0 0 35px;
}
.posicao-menu {
	float:left;
	width:80%;
	height:30px;
	margin:155px 0 0 10px;
	padding-left:30px;
}
.posicao-colunasuperior{
	float:left;
	width:330px;
	height:100px;
	margin:45px 0 0 70px;
}
.posicao-menu  a{
	font:normal 14px Times, serif;
	color:#FFF;
	padding:10px 15px;
	text-transform:uppercase;
	text-decoration:none;
}
.posicao-menu a:hover {
	text-decoration:underline;
}
.posicao-menu li{
	list-style:none;
	display:inline;
}

.titulo {
	font:normal 18px Times, serif;
	color:#Fc0;
}
.subtitulo {

}

input, textarea {
	padding:5px;
	
}

/* =========== RODAPÉ ============ */

.rodape {	float:left;
	background:url(../img/bg-rodape.jpg) #ccc;
	width:960px;
	height:81px;
	color:#663300;
	font-size:12px;
}
	.rodape img {
		vertical-align:sub;
	}
	.texto-rodape {
		text-align:center;
		margin-top:30px;
	}
	.link-mkt {
		text-decoration:none;
		color:#663300;
	}
	.link-mkt:hover {
		text-decoration:underline;
	}
	
	
/* =========== CHAMADA ============ */

.chamada {
	width:380px;
	float:left;
	position:absolute;
	margin:128px 27px;
	font-family:"Century Gothic";
	color:#532900;
	font-size:27px;
	text-decoration:underline;
	/*font-weight:bold;*/
	}