@import url('../fonts/stylesheet.css');
html {
	color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
li {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sup {
	vertical-align:text-top
}
sub {
	vertical-align:text-bottom
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}
input, textarea, select {
*font-size:100%
}
legend {
	color:#000
}
.rounded {
	background: #FFF;
	border: 1px solid #d8d8d2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.clear {
	clear: both;
}
body {
	background-image: url(../../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E5E5E5;
}
.base {
	width: 936px;
	margin: auto;
	background-image: url(../../imagens/bg.jpg);
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
}
.cabecalho {
	position: relative;
	height: 260px;
}
.cabecalho .logo {
	background-image: url(../../imagens/bg_logo.png);
	height: 129px;
	width: 240px;
	position: absolute;
	display: block;
	margin-left: 40px;
	margin-top: 15px;
}
.cabecalho .slogan {
	background-image: url(../../imagens/bg_slogan.png);
	height: 135px;
	width: 547px;
	position: absolute;
	margin-left: 330px;
	margin-top: 15px;
	overflow: hidden;
	text-indent: -1000px;
}

.cabecalho .menu {
	height: 40px;
	width: 920px;
	position: absolute;
	margin-left: 0px;
	margin-top: 196px;
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 31px;
	overflow: hidden;
}
.cabecalho .menu li {
	float: left;
	margin-left: 25px;
}
.cabecalho .menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.cabecalho .menu a:hover {
	color: #FFFF00;
}
.cabecalho .menu .ativo {
	color: #FFFF00;
	text-decoration: none;
}
.cabecalho .menu .ativo:hover {
	color: #FFFF00;
	text-decoration: none;
}
.rodape {
	padding: 30px;
	text-align: center;
	font-family: 'OxygenRegular', Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #ADADAD;
	padding-left: 180px;
	background-image: url(../../imagens/bg_logo_rodape.png);
	background-repeat: no-repeat;
	background-position: 320px center;
}
.banner_capa {
	background-color: #FFF;
	padding: 4px;
}
.conteudo {
	background-color: #FFF;
	padding: 30px;
	font-family: 'OxygenRegular', Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.botoes_capa {
	clear: both;
	overflow: auto;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
}
.botoes_capa a {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 88px;
	display: block;
}
.botoes_capa img {
	width: 144px;
	height: 88px;
}
.botoes_capa li {
	float: left;
	margin-left: 10px;
}
.botoes_capa .primeiro {
	margin-left: 0px;
}
.chamadas_capa {
	clear: both;
	margin-top: 20px;
}
.chamada_capa_1 {
	float: left;
	background-color: #F8F8F8;
	width: 395px;
	padding: 30px;
	height: 140px;
}
.chamada_capa_2 {
	float: right;
	background-color: #fff;
	width: 395px;
	padding: 30px;
	height: 140px;
	background-image: url(../../imagens/bg_noticias_capa.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.chamadas_capa .titulo {
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #A72523;
}
.chamadas_capa .descricao {
	padding-top: 15px;
	font-family: 'OxygenRegular', Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}
.chamadas_capa .descricao_noticia {
	padding-top: 2px;
	font-family: 'OxygenRegular', Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}
.chamadas_capa a {
	color: #A72523;
	text-decoration: underline;
}
.chamadas_capa a:hover {
	text-decoration: underline;
}
.empresa .titulo {
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #A72523;
}
.empresa .detalhes {
	margin-top: 20px;
}
.empresa .imagens {
	margin-top: 25px;
}
.empresa .imagens .primeira {
	margin-left: 0px;
}
.empresa .imagens li {
	float: left;
	margin-left: 15px;
}
.empresa .imagens li a {
	display: block;
}
.empresa .imagens li img {
	height: 90px;
}

.contato .titulo {
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #A72523;
}
.contato .detalhes {
	margin-top: 20px;
}
.contato .formulario {
	float: right;
	width: 382px;
	margin-left: 40px;
	background-color: #F8F8F8;
}
.contato .formulario .label {
	margin: 30px;
}
.contato .formulario .campo {
	margin: 30px;
	margin-top: -30px;
}
.campo_texto {
	outline: none;
	width: 310px;
	font-family: 'OxygenRegular', sans-serif;
	padding: 3px;
	font-size: 14px;
}
.campo_textoarea {
	outline: none;
	width: 310px;
	font-family: 'OxygenRegular', sans-serif;
	resize:none;
	padding: 3px;
	font-size: 14px;
}
.botao_enviar {
	padding: 7px;
	background-color: #A72523;
	color: #FFF;
	outline: none;
	border: none;
	font-family: 'OxygenRegular', sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.botao_enviar:hover {
	background-color: #7C1D1B;
}
.produtos {
}
.produtos .bloco_esquerda {
	float: left;
	width: 230px;
	font-size: 14px;
}
.produtos .menu_produtos .primeiro {
	font-size: 26px;
	color: #A72523;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
}
.produtos .menu_produtos {
	padding: 20px;
	width: 160px;
	background-color: #F8F8F8;
	font-size: 15px;
}
.produtos .menu_produtos a {
	display: block;
	color: #333;
	padding: 5px;
	padding-left: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
}
.produtos .menu_produtos a:hover {
	display: block;
	color: #333;
	text-decoration: underline;
}
.produtos .bloco_direita {
	float: right;
	width: 642px;
}
.produtos .linha_produto {
	float: left;
	width: 304px;
	margin-left: 30px;
	margin-top: 30px;
	height: 275px;
}
.produtos .lancamento {
	margin: -1px;
	position: absolute;
	background-image: url(../../imagens/ico_lancamento.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 94px;
}
.produtos .titulo_produto {
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 48px;
	color: #A72523;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
}
.produtos .primeiro {
	margin-left: 0;
}
.produtos .topos {
	margin-top: 0;
}
.produtos .imagem {
	overflow: hidden;
	width: 250px;
	height: 170px;
	margin: auto;
	padding-top: 25px;
}
.produtos .nome {
	width: 250px;
	margin: auto;
	margin: 25px;
	text-align: center;
}
.produtos .nome a {
	color: #333;
	text-decoration: none;
}
.produtos .nome a:hover {
	text-decoration: underline
}
.produtos .imagens_produto .imagens {
	margin: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 575px;
}
.produtos .imagens_produto .imagens img {
	max-width: 575px;
}
.produtos .imagens_produto .imagens_pequenas {
	display: none;
}
.produtos .imagens_produto .detalhes_produto {
	margin: auto;
	padding-bottom: 30px;
	width: 575px;
	text-align: left;
}







.localizacao .titulo {
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #A72523;
}
.localizacao .detalhes {
	margin-top: 20px;
}



.qualidade { min-height: 200px;}
.qualidade .titulo {
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #A72523;
}
.qualidade .detalhes {
	margin-top: 20px;
}
.qualidade .divisao {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DBDBDB;
	margin-top: 25px;
	margin-bottom: 25px;
}
.qualidade .imagens {
	margin-top: 25px;
}
.qualidade .imagens .primeira {
	margin-left: 0px;
}
.qualidade .imagens li {
	float: left;
	margin-left: 15px;
}
.qualidade .imagens li a {
	display: block;
}
.qualidade .imagens li img {
	height: 90px;
}
.qualidade .bof {
	font-family: 'HelveticaNeueLTStd37ThCn', Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #1C3C71;
	padding-bottom: 100px;
}