@charset "utf-8";
/* CSS Document */

img, div, a, a:hover, a:active, ul, li, p, ul li a:hover { behavior: url(css/iepngfix.htc) }
 
/* master reset */
* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	background: url(../imagens/background_cinzaescuro.jpg) repeat;
}

#geral {
	width: 900px;
	margin: 0 auto;
	background: url(../imagens/background_cinzaclaro.jpg) repeat;
}

/* Header */

#header_left {
	width: 20px;
	height: 140px;
	margin-left: -20px;
	margin-top: 40px;
	margin-bottom: -20px;
	float: left;
	background: url(../imagens/bg_left_header.png)
}

#header {
	width: 900px;
	height: 120px;
	background-color: #cc0000;
	margin-top: 40px;
	float: left;
}

#header #marca a {
	width: 120px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
	float: left;
	border: none;
}

#header #marca a img {
	border: none;
}


#header #textoapoio {
	height: 60px;
	width: 230px;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 30px;
	float: left;
	margin: 0;
	}

#header #textoapoio p{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fcc;
	line-height: 140%;
}

#header #textoapoio #titulosite {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

#header #menu {
	width: 480px;
	height: 85px;
	margin: 35px 0px 0px 0px;
	padding: 0;
	background-color:#cc0000;
	float: right;
}

#header #menu .itens_menu a {
	width: 100px;
	height: 61px;
	background: url(../imagens/bg_menu.jpg) no-repeat 0 0;
	display: inline;
	float: left;
	padding-top: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#header #menu .itens_menu a:hover {
	background: url(../imagens/bg_menu.jpg) no-repeat 0 -85px;
}

#header #menu .itens_menu a.item_produto {
	width: 100px;
	height: 61px;
	background: url(../imagens/bg_menu.jpg) no-repeat -120px 0;
	display: inline;
	float: left;
	padding-top: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#header #menu .itens_menu a.item_produto:hover {
	background: url(../imagens/bg_menu.jpg) no-repeat -120px -85px;
}


#header #menu .itens_menu .menu_textoprincipal {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	color: #fff;
}

#header #menu .itens_menu .menu_textosecundario {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #fcc;
}

#header_right {
	width: 20px;
	height: 140px;
	background: url(../imagens/bg_right_header.png) no-repeat;
	margin-right: -20px;
	margin-top: 40px;
	margin-bottom: -20px;
	float: right;
}

/* Menu de Produtos */

#vertical_slide {
	width: 840px;
	height: 320px;
	background: url(../imagens/bg_menu_produtos.jpg) repeat-x;
	clear: both;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 20px;
	display: none;
}

#vertical_slide .thumb_menu {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	width: 100px;
	height: 60px;
	border: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#vertical_slide .thumb_menu a {
	text-decoration: none;
}

#vertical_slide .thumb_menu a:hover {
	cursor: pointer;
}

#vertical_slide .thumb_menu a img{
	text-decoration: none;
	margin: 0;
	border: none;
}

#vertical_slide .thumb_menu a .desc {
	display: none;
}

#vertical_slide .thumb_menu a:hover .desc{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 10px;
	text-align: center;
	background: #c00;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	color: #fff;
	width: 80px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}

/* Area Conceitual da Home */


#areaconceitual {
	width: 640px;
	height: 240px;
	padding: 40px 30px 0px 40px;
	float: left;
	position: relative;
}

#areaconceitual #menuconceitual {
	background: url(../imagens/bg_branco_170x310.gif) no-repeat;
	width: 210px;
	height: 290px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	z-index: 2;
	position: absolute;
}

#areaconceitual #menuconceitual #itens ul li a {
	width: 200px;
	height: 41px;
	background: url(../imagens/bg_botao_menuconceitual.png) no-repeat 0 0;
	display: block;
	margin-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.06em;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 40px;
	cursor: pointer;
}

#areaconceitual #menuconceitual #itens ul li a:hover {
	background: url(../imagens/bg_botao_menuconceitual.png) no-repeat 0 -50px;
}

#areaconceitual #menuconceitual #itens ul li a.active {
	background: url(../imagens/bg_botao_menuconceitual.png) no-repeat 0 -50px;
}

#areaconceitual #menuconceitual #itens ul li a p {
	width: 110px;
}


#areaconceitual .foto {
	width: 500px;
	height: 290px;
	background-color:#fff;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	z-index: 1;
	position: absolute;
	left: 170px;
}

#areaconceitual .foto img{
	border: none;
	float: right;
}

#areaconceitual #destaque_2, #destaque_3, #destaque_4, #destaque_5 {
	display: none;
}

#areaconceitual .foto .box_conceitual {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 190px;
	height: 70px;
	background: #fff;
	bottom: 20px;
	right: 10px;
	padding: 10px;
}

#areaconceitual .foto .box_conceitual .titulo a {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	line-height: 110%;
	letter-spacing: -0.6px;
	text-decoration: none;
}

#areaconceitual .foto .box_conceitual .titulo a:hover {
	color: #900;
	text-decoration: underline;
}

#areaconceitual .foto .box_conceitual .detalhe {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 130%;
}

/* Chamadas Laterais da Home */

#chamadas {
	width: 160px;
	height: 300px;
	float: left;
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 80px;
	padding: 0px;
}

#chamadas .chamada_home {
	clear: both;
	widht: 160px;
	height: 140px;
	background: url(../imagens/bg_chamada_home.png) no-repeat;
	margin-bottom: 30px;
}

#chamadas .chamada_home .titulo_chamada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 100%;
	letter-spacing: -0.6px;
	padding: 16px 10px 10px 13px;
}

#chamadas .chamada_home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 140%;
	padding: 0px 20px 2px 23px;
}

#chamadas .chamada_home p a {
	color: #c00;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
}

#chamadas .chamada_home p a:hover {
	color: #900;
	text-decoration: underline;
}

/* Rodape */

#footer {
	width: auto;
	height: 100px;
	background-color: #666666;
	padding: 25px 0px 0px 40px;
	clear: both;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	line-height: 160%;
}

#footer p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	line-height: 160%;
}

/* Detalhe Produto */

#produto {
	width: 820px;
	height: auto;
	padding: 40px 40px 0px 40px;
	margin: 0px 0px 80px 0px;
	float: left;
	position: relative;
}

#produto h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c00;
	letter-spacing: -0.6px;
	margin-bottom: 10px;
}

#produto #foto_principal {
	width: 500px;
	height: 280px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}

#produto #area_descricao {
	width: 280px;
	height: auto;
	float: right;
}

#produto #area_descricao h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 140%;
	margin: 0px 0px 5px 0px;
}

#produto #area_descricao img {
	float: right;
	margin: 0px 0px 5px 10px;
}

#produto #area_descricao hr {
	height: 1px;
	color: #CCCCCC;
	border: 1px solid #ccc;
}

#produto #area_descricao p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 140%;
	margin: 5px 0px 0px 0px;
}

#produto #area_descricao p a {
	color: #c00;
	text-decoration: none;
}

#produto #area_descricao p a:hover {
	color: #900;
	text-decoration: underline;
}

#produto #area_descricao .pdf {
	background: url(../imagens/icon_PDF.gif) no-repeat;
	padding: 1px 0px 1px 24px;
	height: 16px;
	color: #c00;
	text-decoration: none;
}

#produto #area_descricao .pdf:hover {
	color: #900;
	text-decoration: underline;
}

#produto h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.6px;
	padding: 20px 0px 10px 0px;
	clear: both;
}

#produto #foto_montagem {
	width: 500px;
	height: 280px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #ccc;
	float: left;
}

#produto #pecas {
	width: 260px;
	height: 280px;
	border: 10px solid #ccc;
	background: #fff;
	float: right;
}

#produto #pecas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 10px 10px 10px 10px;
}

#produto #pecas ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	list-style-type: disc;
	list-style-position: inside;
	color: #c00;
	padding: 0px 10px 0px 10px;
}

/* Empresa */

#empresa {
	width: 820px;
	height: auto;
	padding: 40px 40px 0px 40px;
	margin: 0px 0px 80px 0px;
	float: left;
	position: relative;
}

#empresa #empresa_apresentacao {
	width: 520px;
	height: auto;
	float: left;
}

#empresa #empresa_apresentacao h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c00;
	letter-spacing: -0.6px;
	margin-bottom: 10px;
}

#empresa #empresa_apresentacao .empresa_foto {
	width: 520px;
	height: 230px;
}

#empresa #empresa_apresentacao h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 160%;
	margin: 20px 0px 0px 0px;
}

#empresa #empresa_apresentacao p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 160%;
	margin: 20px 0px 0px 0px;
}

#empresa #empresa_conceitos {
	width: 280px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-top: 36px;
}

#empresa #empresa_conceitos .box {
	height: 100%;
	padding-left: 20px;
	margin-bottom: 30px;	
	border-left-color:#aaa;
	border-left-style:solid;
	border-left-width: thin;
}

#empresa #empresa_conceitos .box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 160%;
	padding-bottom: 10px;
}

#empresa #empresa_conceitos .box .texto_conceito {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	color: #c00;
	line-height: 140%;
}

/* Comprar */

#comprar {
	width: 840px;
	height: auto;
	padding: 40px 20px 0px 40px;
	margin: 0px 0px 80px 0px;
	float: left;
	position: relative;
}

#comprar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c00;
	letter-spacing: -0.6px;
	margin-bottom: 10px;
}

#comprar #menu_interno {
	width: 210px;
	height: 225px;
	float: left;
}

#comprar #menu_interno #itens ul li a {
	width: 200px;
	height: 35px;
	background: url(../imagens/bg_botao_menuconceitual.png) no-repeat 0 0;
	display: block;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.06em;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
	padding-top: 15px;
}

#comprar #menu_interno #itens ul li a:hover {
	background: url(../imagens/bg_botao_menuconceitual.png) no-repeat 0 -50px;
}

#comprar #menu_interno #itens ul li a.active {
	background: url(../imagens/bg_botao_menuconceitual.png) no-repeat 0 -50px;
}

#comprar #menu_interno #itens ul li .texto_apoio_ativo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c00;
	width: 150px;
	margin-bottom: 20px;
}

#comprar #menu_interno #itens ul li .texto_apoio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 150px;
	margin-bottom: 20px;
}

#comprar #lojas {
	width: 600px;
	height: auto;
	float: right;
}

/* Estados */

#geral_lojas {
	width: 617px;
	height: auto;
	background: url(../imagens/fundo_mapa.jpg) repeat-y;
}

#geral_lojas #titlemapa {
	width: 617px;
	height: 45px;
	background: url(../imagens/topo_mapa.jpg) no-repeat;
	clear: both;
	padding-bottom: 50px;
}

#geral_lojas #titleestado {
	width: 617px;
	height: 45px;
	background: url(../imagens/topo_mapa.jpg) no-repeat;
	clear: both;
	padding-bottom: 0px;
}

#geral_lojas #titleestado .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -0.06px;
	color: #fff;
	padding: 15px 20px 0px 20px;
	border: none;
	float: left;
}


#geral_lojas #titlemapa .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -0.06px;
	color: #fff;
	padding: 15px 20px 0px 20px;
	border: none;
	float: left;
}

#geral_lojas .voltar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fcc;
	padding: 15px 40px 0px 20px;
	float: right;
	text-decoration: none;
}

#geral_lojas .voltar a {
	text-decoration: none;
}


#geral_lojas .voltar a:hover {
	color: #fff;
}


#geral_lojas #titlemapa p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 140%;
	padding: 15px 20px 15px 20px;
	clear: both;
}

#geral_lojas .cidade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	line-height: 140%;
	padding: 15px 20px 0px 20px;
}

#geral_lojas .loja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	line-height: 140%;
	padding: 10px 20px 0px 20px;
}

#geral_lojas .endereco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 140%;
	padding: 0px 20px 0px 20px;
}

#geral_lojas #form_representantes form {
	width: 550px;
	padding: 0px 25px;
}

#geral_lojas #form_representantes form fieldset {
	border: none;
	padding: 0 0 10px 0;
}

#geral_lojas #form_representantes form legend {
	display: none;
}

#geral_lojas #form_representantes form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#geral_lojas #form_representantes form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 5px 0;
	display: block;
	clear: both;
}

#geral_lojas #form_representantes form ol li {
	margin: 2px 0;
}

#geral_lojas #form_representantes form input {
	width: 100%;
	clear: both;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 0px 5px;
	background-color:#eee;
	border-bottom: #CCCCCC dashed 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

#geral_lojas #form_representantes form .telefone{
	width: auto;
}


#geral_lojas #form_representantes form input#send {
	width: 60px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	color: #fff;
	background-color:#666;
	border: #CCCCCC solid 1px;
	cursor: pointer;
}

#geral_lojas #form_representantes form input#send:hover {
	color: #fff;
	background-color:#333;
	border: #CCCCCC solid 1px;
}


#geral_lojas #form_representantes form textarea {
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 0px 5px;
	margin: 0 0 10px 0;
	background-color:#eee;
	border-bottom: #CCCCCC dashed 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

#comprar #contato {
	width: 600px;
	height: auto;
	float: left;
	padding-right: 20px;
}

#comprar #endereco {
	width: 220px;
	height: auto;
	float: left;
	background: url(../imagens/fundo_box_endereco.jpg) repeat-y;
	padding: 0 0 15px 0;
	}

#comprar #endereco #topo .chapeu {
	width: 220px;
	height: 30px;
	background: url(../imagens/topo_boxendereco.jpg) no-repeat;
	clear: both;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -0.06px;
	color: #fff;
	padding: 15px 20px 0px 20px;
	border: none;
}

#comprar #endereco #topo .titulo {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	color: #cc0000;
	padding: 0px 20px 0px 20px;
}

#comprar #endereco #topo .correspondencia {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #333;
	padding: 15px 40px 0px 20px;
	margin-left: 20px;
	background: url(../imagens/icon_carta.gif) no-repeat left 17px;
}

#comprar #endereco #topo .telefone {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #333;
	padding: 15px 40px 0px 20px;
	margin-left: 20px;
	background: url(../imagens/icon_telefone.gif) no-repeat left 17px;
}

#comprar #endereco #topo .geral {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #333;
	padding: 0px 40px 0px 20px;
	margin-left: 20px;
}

#resposta {
	width: 840px;
	height: auto;
	padding: 40px 20px 0px 40px;
	margin: 0px 0px 80px 0px;
	float: left;
	position: relative;
}

#resposta h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c00;
	letter-spacing: -0.6px;
	margin-bottom: 10px;
}

#resposta h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}

#resposta a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	text-decoration: none;
}

#resposta a:hover {
	color: #900;
	text-decoration: underline;
}

#lista-produtos h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 180px 0px 10px 10px;
}

#lista-produtos  ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 105px;
	height: 100px;
	padding: 10px;
}

#lista-produtos ul li a {
	color: #c00;
	text-decoration: none;
}

#lista-produtos ul li a:hover  p{
	color: #900;
	text-decoration: underline;
}

#lista-produtos ul li img {
	border: 2px solid #fff;
	margin-bottom: 5px;
}

#lista-produtos ul li a:hover img {
	border: 2px solid #900;
}

