/* ESTILOS GERAIS */
* { 
	margin: 0px;
	/*font-family: Geneva, Tahoma, sans-serif;*/
	font-family: 'Inika', Georgia, Palatino, Times, serif;
}

body { background-color: #3C3C3C; }  

h2 { 
	font-family: 'Inika', Georgia, Palatino, Times, serif;
	padding-bottom: 30px;
}
h4 { padding-bottom: 16px; }

p { 
	font-size: 14px;
	padding-bottom: 20px;	
	color: #333;
}

.idiomas, .fone, .endereco, .rodape {
	font-family: Geneva, Tahoma, sans-serif;
}

.idiomas { font-size: 10px; color: white; }
.fone {	font-size: 22px; color: black; }
.endereco { font-size: 11px; color: black; }

a:link { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

a.lang { color: #FFF; text-decoration: none; }
a:hover.lang { color: #FFF; text-decoration: underline; }

a.bot_voltar, a:hover.bot_voltar {
	padding: 4px; 
	text-decoration: none;
}
a.bot_voltar { background-color: #FFF; color: #333;  }
a:hover.bot_voltar { background-color: #333; color: #FFF; }

.campo_longo { width: 400px; }
.btcancelar { background-color: #999; color: white; }
.btenviar { background-color: #C00; color: white; }

/* CAMADAS DO SITE */
.principal {
	position: relative;
	width: 980px;
	min-height: 550px;
	background-color: #7F7F7F;
	margin: 0 auto;
}

.cab_left {
	position: absolute;
	left: 10px;
	min-width: 100px;
	padding-top: 15px;
}

.cab_right {
	position: absolute;
	right: 10px;
	min-width: 280px;
	padding-top: 15px;
	text-align: right;
}

.banner {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 110px;
}

.menu {
	position: relative;
	width: 100%;
	top: 340px;
	margin: 0 auto;
}

div.container {
	position: relative;
	width: 100%;
	top: 278px;
	margin: 0 auto;
}

ul.container {
	width: 100%;
	list-style: none;
	padding: 0px;
}

ul.container li {
	width: 960px;
	float: left; 
	margin: 0;
}

ul.container li.textpage,
ul.container li.contato_left,
ul.container li.contato_right {	
	background-color: #CCC;
	padding: 10px;
}

ul.container li.contato_left,
ul.container li.contato_right {	
	height: 660px;
	text-align: left;
}

ul.container li.textpage { padding: 10px; }
ul.container li.contato_left { width: 440px; }
ul.container li.contato_right {	width: 500px; }

ul.container li.rodape {
	width: 100%;
	padding: 10px 0px;
	font-size: 11px;
	color: white;
	text-align: center;
	background-color: #7F7F7F;	
}