@charset "utf-8";
img, div, a, li, input {
	behavior: url(js/iepngfix.htc)
}
 @font-face {
 font-family: 'UniversLTStd57Condensed';
 src: url('../font/universltstd-cn-webfont.eot');
 src: local('☺'),  url('../font/universltstd-cn-webfont.woff') format('woff'),  url('../font/universltstd-cn-webfont.ttf') format('truetype'),  url('../font/universltstd-cn-webfont.svg#webfontgmEA4j1l') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	background-color:#252422;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#666;
}
/*começo do topo*/

#areaTopo {
	width:100%;
	height:160px;
	background:#171615 url(../img/bgTopo.jpg) top center no-repeat;
}
#topo {
	position:relative;
	width:960px;
	height:160px;
	left:50%;
	margin-left:-480px;
}
#topoMenu {
	z-index:1;
	text-align:right;
	position:relative;
	float:left;
	width:300px;
	height:60px;
	top:72px;
	left:300px;
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:17px;
	line-height:17px;
	color:#ebe5e0;
}
#topoMenu a {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:17px;
	color:#ebe5e0;
	text-decoration:none;
}
#topoMenu a:hover {
	color:#ffbb3e;
	text-decoration:none;
}
.divMenu {
	height:auto;
	margin-bottom:4px;
}
/*final do topo*/

/*inicio da estrutura central*/

h1 {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:36px;
	color:#fff;
	letter-spacing:-2px;
}

h2 {
	width:50%;
	height:40px;
	margin-top:6px;
	margin-bottom:14px;
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:16px;
	color:#fff;
	line-height:14px;
}

h4 {
	margin-bottom:10px;
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:20px;
	color:#fff;
}

h5 {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:18px;
	color:#ffbb3e;
}

h5 a {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:18px;
	color:#ffbb3e;
	text-decoration:none;
}


#areaCentro {
	width:100%;
	height:auto;
}
/*banner*/
#areaBannerHome {
	width:100%;
	height:220px;
	background:#ff9710 url(../img/bgBanner.jpg) top center no-repeat;
}
#bannerHome {
	position:relative;
	width:960px;
	height:220px;
	left:50%;
	margin-left:-480px;
}
.infoIntro {
	position:absolute;
	z-index:1;
	width:340px;
	height:160px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:20px;
	margin-right:640px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#fff;
	text-align:left;
	line-height:15px;
}
.tituloIntro {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
}
/*fim do banner*/

#areaConteudoHome {
	width:100%;
	height:auto;
	background:#fff url(../img/sombra.jpg) top repeat-x;
}

#areaConteudoInternas {
	width:100%;
	height:auto;
	background:#fff url(../img/bgInternas.jpg) top center no-repeat;
}

#conteudoInternas {
	clear:both;
	position:relative;
	width:920px;
	left:50%;
	margin-left:-460px;
	padding-top:40px;
	padding-bottom:30px;
	height:auto;
}

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

.conteudoProdutosDireita {
	z-index:1;
	position:relative;
	width:500px;
	float:right;
	margin-top:-80px;
	height:auto;
}

.conteudoProdutos {
	position:relative;
	z-index:0;
	margin-top:50px;
	width:400px;
}

.conteudoProdutos a{
color:#000;
font-weight:bold;
text-decoration:none;
}

.conteudoProdutos a{
color:#000;
font-weight:bold;
text-decoration:none;
}

.conteudoProdutos a:hover{
color:#ffbb3e;
font-weight:bold;
text-decoration:none;
}

#conteudoHome {
	clear:both;
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;
	padding-top:25px;
	height:245px;
}
.produtoHome, .produtoHomeEsquerda, .produtoHomeDireita {
	position:relative;
	float:left;
	margin-bottom:20px;
	width:170px;
	height:180px;
	margin-right:20px;
}

.produtoHomeEsquerda {
	padding-left:20px;
	margin-right:20px;
}
.produtoHomeDireita {
	margin-right:0px;
}
.produtoTituloHome {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:16px;
	color:#2c2b28;
	line-height:16px;
	margin-bottom:4px;
}
.produtoListaHome a {
	font-size:10px;
	text-decoration:none;
	color:#2c2b28;
}
.produtoListaHome a:hover {
	font-size:10px;
	text-decoration:none;
	color:#ffbb3e;
}
/*final da estrutura central*/

/*inicio bread crumbs*/
.breadcrumbs {
	width:400px;
	height:12px;
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#fff;
}

.breadcrumbs a{
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

.breadcrumbs a:hover{
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#fff;
	text-decoration:underline;}

.breadcrumbs ul {
display:inline;
height:12px;
}

.breadcrumbs li {
	position:relative;
	background:url(../img/seta.gif) no-repeat 0 4px;
	height:12px;
	display:inline;
	text-align:left;
	padding-left:10px;
	margin-left:5px;

}

.breadcrumbs li a{
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

.breadcrumbs li a:hover{
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}
/*final bread crumbs*/

/*inicio box produtos*/
.boxProdutos {
	width:918px;
	height:auto;
	background-color:#FFF;
	margin-top:20px;
	border: #CCC 1px solid;
}

.tituloBoxProdutos {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:20px;
	color:#2d2c2a;
	letter-spacing:0px;
	margin:20px;
}

.produtoBoxProdutos {
	margin-right:5px;
	width:170px;
	height:auto;
	margin-bottom:20px
}

.produtoBoxProdutos a {
	color:#000;
	text-decoration:none;
}

.produtoBoxProdutos a:hover {
	color:#ffbb3e;
	text-decoration:none;
}


.certificadoHomologacao {
font-size:10px;	
}

/*fim box produtos*/

/* inicio Orçamento e Produtos Relacionados */
#areaOrcamentoRelacionados {
position:relative;
background:url(../img/bgOrcamentoRelacionados.jpg) top center no-repeat;
height:180px;
width:100%px;
}

#orcamentoRelacionados {
	color:#FFF;
	padding-top:46px;
	position:relative;
	left:50%;
	margin-left:-460px;
	width:920px;
	height:180px;
}

.orcamento {
position:relative;
float:left;
width:100%;
height:120px;
text-align:center;
}

.orcamento a {
color:#FFF;
font-weight:bold;
}

.orcamento a:hover {
color:#000;
font-weight:bold;
}

.relacionados {
position:relative;
float:right;
width:480px;
height:120px;

}

.relacionados a {
color:#fff;
text-decoration:none;
}

.relacionados a:hover {
color:#cb6200;
}

/* final Orçamento e Produtos Relacionados */

/*inicio rodapé*/
#areaRodape {
	width:100%;
	height:auto;
	background:#252422 url(../img/bgRodape.jpg) top center no-repeat;
}

#rodape {
	position:relative;
	width:960px;
	height:200px;
	left:50%;
	margin-left:-480px;
}
#rodapeMenu {
	z-index:1;
	position:relative;
	float:left;
	width:200px;
	height:80px;
	top:46px;
	left:360px;
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:14px;
	color:#ebe5e0;
}
#rodapeMenu a {
	font-family: UniversLTStd57Condensed, Helvetica, Arial;
	font-size:14px;
	color:#ebe5e0;
	text-decoration:none;
}
#rodapeMenu a:hover {
	color:#ffbb3e;
	text-decoration:none;
}
.rodapeSelos {
	z-index:2;
	text-align:right;
	position:relative;
	float:right;
	top:30px;
	bottom:50px;
	right:20px;
	height:120px;
	width:340px;
}

.rodapeDedicatorias {
position:relative;
float:right;
width:300px;
height:40px;
margin-top:60px;
font-size:12px;
}

.rodapeDedicatorias a {
color:#ebe5e0;
}

/*fim rodape*/

/*Formulário*/
.cflite {
	background:none;
	margin-top:20px;
	width: 447px;
	font-family: arial;
}

.cflite_td {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

.cflite p {
	padding-top:5px;
	padding-bottom:5px;
}

.cflite label {
	padding-top:5px;
	padding-bottom:5px;
}

label {
	text-align:right;
	padding-right:10px
}

.required {
 font-weight:bold;
}

.required_star {
 font-weight:bold;
 color:#F00;
}

.not-required {
 font-weight:normal
}

.btEnviar {
	background:#f67700 url(../img/bt_enviar.gif) center no-repeat;
	width:69px;
	height:22px;
	border:none;
	cursor:pointer;
}

/* fim formulario */

.frete {
width:144px;
}

.destaque {
font-family:Tahoma, Arial;
font-size:13px;
font-weight:bold;
}

.detalhe {
font-family:Tahoma, Arial;
font-size:10px;
font-weight:bold;
}
