@charset "iso-8859-1";
@import url('reset.css'); 

/* Tag's ------------------------------------------------------- */

body {
	background:#163144;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:18px;
}

h1 {font-size:30px;}
h2 {font-size:26px; margin-bottom:10px;}
h3 {font-size:20px;}
h4 {font-size:22px;}
h5 {font-size:20px;}
h6 {font-size:18px;}

h2.tematicas {
	margin-top:50px;
}


h3.tematicas {
	margin-bottom:10px;
}

h4.tematicas {
	margin-bottom:10px;
}

p.links {
	margin-top:10px;
} 

input, textarea, select { 
	font-family:Arial, Helvetica, sans-serif; 
	margin-bottom:5px;
	font-size:16px;
	color:#163044;
	text-transform:uppercase;
}

/* Ordem hier�rquica ------------------------------------------- */

/* GLOBAL */
div#global {
	background:#377ba6 url(../imagens/layout/fd_body.jpg) repeat-x top left;
}

/* PRINCIPAL */
div#principal {
	width:900px;
	margin:0px auto;
	padding:0px 45px;
	text-align:left;
	
}
	div#principal:after {
		clear: both;
		content: ".";
		display: block;
		height: 0px;
		visibility: hidden;
	}

/* HEADER */
div#header {
	height:130px;
	padding:35px 0px;
	overflow:hidden;
}
	div#header h1 { float:left; margin:15px 30px 0px 0px; }
	div#header div.slogan { float:left; margin:35px 30px 0px 0px; }
	div#header div.atendimento { width:371; height:93px; float:left; margin:15px 0px 0px; }

/* BARRA ESQUERDA */
div#barra_esq {
	width:210px;
	float:left;
	clear:right;
}

div#catalogo {
	width:200px;
	height:150px;
	top:600px;
	float:left;
	position:fixed;
	z-index:2;
}


/* CONTEUDO */
div#conteudo {
	width:675px;
	padding-bottom:50px;
	float:right;
}
	div#conteudo:after {
		clear: both;
		content: ".";
		display: block;
		height: 0px;
		visibility: hidden;
	}
	
	div#conteudo .destaque_home { 
		width:430px;
		float:left;
		margin-top:50px;
	}
		div#conteudo .destaque_home p { margin:2px 0px 15px; }

	div#conteudo .promocoes_home { width:185px; height:151px; padding:0px 0px 0px 20px; float:right; background:url(../imagens/layout/fd_promocao_home.png) no-repeat top left; margin-top:50px;}
	div#conteudo .promocoes_home fieldset { width:430px; }
	div#conteudo .promocoes_home legend { margin-bottom:3px; }
	div#conteudo .promocoes_home input.image { margin-top:3px; }
	div#conteudo .promocoes_home input {  }

	div#conteudo.institucional {
		width:668px;
		padding-left:7px;
		background:url(../imagens/layout/fd_institucional.png) no-repeat top left;
	}
		div#conteudo.institucional .box_50 { margin-top:0px; }
		div#conteudo.institucional h2 { margin:20px 0px 30px 15px; }
		div#conteudo.institucional p { font-size:12px; margin-bottom:15px; }
		div#conteudo.institucional hr { width:100%; margin-bottom:20px; clear:both; border:none; border-bottom:solid 1px #6aacc9; }
		
		
		
		
		div#conteudo ul.valores li { margin:0px 0px 10px 0px; }
		
		div#conteudo ul.galeria { width:320px; float:right; }
		div#conteudo ul.galeria li { float:left; margin:0px 12px 12px 0px; }

		.contato input.text,
		.contato select,
		.contato textarea { width:100%; }
		
		.contato textarea { height:80px; }

/* GLOBAL RODAPE */
div#global_rodape {
	height:182px;
	background:url(../imagens/layout/fd_rodape_global.jpg) repeat-x top left;
	border-top:1px solid #FFD700;
}

/* RODAPE */
div#rodape {
	width:900px;
	margin:25px auto;
	text-align:left;
}
	div#rodape .creditos { margin-left:35px; }

/* Itens genericos ------------------------------------------------ */

.clear { clear:both; }

.box_100 { clear:both; }

.box_50 { width:48%; margin-top:50px; }

.box_50_f { width:48%; margin-top:50px; background:url(../imagens/layout/decoracao_imagens.png) no-repeat top left;}

.mr_pdr { margin-right:35px; }
.mb_pdr { margin-bottom:20px; }

.fl { float:left; }
.fr { float:right; }