* {
	border:0;
	margin:0;
	padding:0;
}

html, body{ height:100%; }

body{
	font-size:11px;
	color:#666; /*#707980; */
	font-family: Tahoma, sans-serif;
	background:#FFF url(../layout/fundo_n1.jpg) top fixed no-repeat;
	/*background:#FFF url(../layout/fundo_n.jpg) top fixed no-repeat;*/
}

a{
	color:#707980;
	text-decoration:none;
}

/* ESTRUTURA DO SITE */
#tudo{
	min-height:100%;
	position:relative;
	border-left:#E1E1E1 solid 1px;
	border-right:#E1E1E1 solid 1px;
	margin:0 auto;
	width:770px;
}

* html #tudo {height: 100%;}

#topo{
	background:#FFF url(../layout/topo.jpg) no-repeat;  
	height:250px;
}

h1.topo{ display:none; }

#menuH{
	height:67px;
}

#menuV{
	float:left;
	width:250px;
	display:block;
	height:100%;
	min-height:100%;
	background:#FFF;
	border-right:#C1C1C1 solid 1px;
}

div#miolo{
	background:#FFF;
	padding-bottom:30px; /* Deixar da mesma altura do rodapé */
	display:block;
}

div#miolo #colunaEsq{
	width:240px;
	float:left;
	padding-top:7px;
}

div#miolo #colunaCentro{
	width:370px;
	float:left;
	color:#666;
}

div#miolo #colunaDir{
	width:150px;
	float:right;
}

div#rodape{
	width:770px;
	color:#FFF; 
	height:30px;
	line-height:30px;
	text-align:center;
	background:#666666;
	position:absolute;
	/*bottom:0;*/
	display:block;
}
div#nfe{
	width:770px;
	color:#FFF; 
	height:30px;
	line-height:30px;
	text-align:center;
	background:#666666;
	position:absolute;
	/*bottom:0;*/
	margin:100px 5px 5px 15px;
	display:block;
}
div#redes{
	width:240px;
	height:50px;
	line-height:50px;
	text-align:left;
	background:#FFFFFF;
	position:absolute;
	bottom:0;
	display:block;
}
/* FIM DA ESTRUTURA DO SITE */


/* COLUNA ESQUERDA */
div .boxLancamento{
	padding:5px;
	width:220px;
	border-right:#E1E1E1 solid 1px;
}
			
div .boxLancamento h4{
	margin:0 5px 5px 15px;
	font-size:14px;
	background:url(../layout/bg_tit_lancamento_n.gif) center repeat-x;
	color:#666666; 
}
div .boxRedes{
	padding:5px;
	width:220px;
	border-right:#E1E1E1 solid 1px;
}
div .boxRedes h4{
	margin:0 5px 5px 15px;
	font-size:14px;
	background:#FFF url(../layout/bg_tit_lancamento_n.gif) center repeat-x;
	color:#666666; 
}

div .boxLancamento h4 span{
	padding-right:10px;
	background-color:#FFF;
}

div .boxLancamento .imgLancamento{
	text-align:center;
}

div .boxLancamento .imgLancamento img{
	width:210px;
}

div .boxLancamento .imgLancamento #dadosBanner{
	display:none;
}
div .boxLancamento .imgLancamento #dadosBanner1{
	display:none;
}

/* FIM DA COLUNA ESQUERDA */


/* COLUNA ESQUERDA DE PRODUTOS */
div .boxBusca{
	/*margin:7px 0 16px;*/
	padding:10px 8px;
	background:url(../layout/bg_box_relacionamento_n.gif);
}

div .boxBusca legend{
	font-weight:bold;
}

.txtBusca{
	width:180px;
	margin:5px 0;
	padding:3px 4px;
	border:#666 1px solid;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

.submitBusca{
	width:40px;
	margin:5px 0;
	padding:2px 4px;
	border:#666 1px solid;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
/* FIM DA COLUNA ESQUERDA DE PRODUTOS */

#galeria {
display:none;
width:210px;
height:210px;
}

/* COLUNA DO MEIO */
div .boxDestaque{
	margin:7px 5px;
	width:360px;
	border-bottom:1px solid #E1E1E1;
}
			
div .boxDestaque h4{
	height:40px;
	color:#666;
	line-height:40px;
	padding-left:15px;
	font-size:14px;
	background:#FFF url(../layout/barraDestaque_n.jpg);
}
			
div .boxDestaque .imgDestaque{
	width:120px;
	float:left;
	text-align:center;
	margin:10px 0;
}

.imgDestaque img{
	width:100px;
	border:#CCC 1px solid;
}
			
div .boxDestaque .textoDestaque{
	width:220px;
	float:right;
	padding:10px;
	text-align:justify;
}

div .boxDestaque .textoDestaque .bordaDestaque{
	width:100%;
	float:right;
	margin:10px 0 0 0;
	border-bottom:1px solid #E1E1E1;

}

.maisDetalhes{
	width:92px;
	height:29px;
	float:right;
	text-decoration:none;
	padding-top:10px;
	text-indent:-999em;
	background:url(../layout/ico_maisdetalhes_n.jpg) right bottom no-repeat;
}

.emBreve{
	width:92px;
	height:29px;
	float:right;
	text-decoration:none;
	padding-top:10px;
	text-indent:-999em;
	background:url(../layout/ico_embreve.jpg) right bottom no-repeat;
}

/* FIM DA COLUNA DO MEIO */


/* COLUNA DIREITA */
div .boxFormulario{
	margin:7px 0 16px;
	padding:10px 8px;
	background: #FFF url(../layout/bg_box_relacionamento.gif);*/
}

div .boxFormulario h4{
	font-size:12px;
}

div .boxFormulario legend{
	padding-top:10px;
	font-weight:bold;
}

.txtLogin,
.txtSenha{
	width:125px;
	margin:5px auto;
	padding:2px 4px;
	border:#666666 1px solid;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666; /*#666  #666666  #666666*/
}
.txtNFe{
	width:300px;
	margin:5px auto;
	padding:2px 4px;
	border:#666666 1px solid;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666; /*#666  #666666  #666666*/
}
.submitFormulario{
	width:135px;
	margin:5px 0;
	padding:2px 5px;
	border:#666 1px solid;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
}
/* FIM DA COLUNA DIREITA */


/* COLUNA ÚNICA */
#colunaUnica{
	display:block;
	background:url(../layout/bg_colunaUnica_n.jpg) right top no-repeat;
}

.boxGrupoProduto{
	padding:0;
	width:505px;
	margin-bottom:10px;
	background:url(../layout/bg_box_titulo_n.gif) top repeat-x;
}

.boxGrupoProduto h4{
	float:left;
	margin:28px 5px 5px 5px;
	padding:2px 10px;
	color:white; /* #FF50AD*/
	font:12px Tahoma;
	font-weight:bold;
	background:#666666;
}

.boxGrupoProduto p{
	float:left;
	width:345px;
	margin:5px;
}

.boxGrupoProduto .imgGrupoProduto{
	float:right;
	width:150px;
	overflow:hidden;
	text-align:right;
	margin-top:10px;
}


.boxSubTitulo{
	padding:0;
	width:505px;
	height:40px;
	line-height:40px;
	background:url(../layout/bg_box_titulo_n.gif) center  repeat-x;
}

.boxSubTitulo h4{
	float:left;
	margin:10px 5px;
	padding:2px 10px;
	color:white; /* #FF50AD*/
	font:12px Tahoma;
	font-weight:bold;
	background:#666; /*#EEE8EA*/
}

#colunaUnica #boxTitulo{
	padding:43px 0 0 50px;
	width:620px;
	height:77px;
	line-height:77px;
	background:url(../layout/bg_box_titulo_n.gif) bottom repeat-x;
}
#boxTitulo #imgTitulo{
	float:left;
	width:75px;
	height:75px;
	overflow:hidden;
	border:#898D90 solid 1px;
	background:#C1C1C1;
	display:none;
}

#boxTitulo h4{
	float:left;
	margin:25px 50px;
	padding:2px 10px;
	color:white; /* #FF50AD*/
	font:18px Tahoma;
	background:#666; /* #EEE8EA*/
}


#colunaUnica1 #boxTitulo1{
	padding:0px 0 0 50px;
	width:620px;
	height:77px;
	line-height:77px;
	background:url(../layout/bg_box_titulo_n.gif) bottom repeat-x;
}

#boxTitulo1 h4{
	float:left;
	margin:25px 50px;
	padding:2px 10px;
	color:white; /* #FF50AD*/
	font:18px Tahoma;
	background:#666666; /* #EEE8EA*/
}

#colunaUnica1 #boxConteudo1{
	top: -1px;
	position:relative;
	margin:0 50px;
	text-align:justify;
}


#colunaUnica #boxConteudo{
	top:-20px;
	position:relative;
	margin:0 50px;
	text-align:justify;
}
#colunaUnica #boxExibicao{
	display: none;
	top:-20px;
	position:relative;
	margin:0 50px;
	text-align:center;
	width:680px;
	height:400px;
	background:url(../layout/bg_box_tecvideos.jpg);	
}
#colunaUnica #boxExibicao #vVideo{
	top:15px;
	position:relative;
	margin:0 20px;
}
#colunaUnica #boxConteudo p,
#colunaUnica #boxConteudo ul,
#colunaUnica #boxConteudoFull ul,
#colunaUnica #boxConteudoFull p.margemLarga,
#colunaUnica #boxConteudoFull h3.margemLarga{
	margin:5px 90px;
}

#colunaUnica #boxConteudo p.margemLarga{
	margin:5px 50px;
}

#colunaUnica #boxConteudoFull{
	width:750px;
	margin:auto;
	text-align:center;
	padding:inherit;
}

#boxConteudoFull p{
	text-align:justify;
}

#boxConteudoFull h3{
	text-align:left;
	color:#4187C8;
}

#colunaUnica .boxLoja{
	float:left;
	width:240px;
	height:150px;
	text-align:center;
	padding:10px 0;
}

#colunaUnica .boxLoja .imgLoja{
	margin:0 auto;
	width:200px;

	height:110px;
	line-height:110px;
	overflow:hidden;
}

#colunaUnica .boxLoja .imgLoja img{ vertical-align:middle; }

#colunaUnica .boxLoja .textoLoja{ vertical-align:bottom; }

#colunaUnica #colunaProdutos{
	width:518px;
	float:right;
}

#colunaProdutos #bannerProduto{
	display:block;
	width:514px;
	height:166px;
	overflow:hidden;

	margin:2px auto;
	border:#666 1px solid; /* #c1c1c1 */
}

#colunaProdutos #bannerPassoPasso{
	display:block;
	width:514px;
	margin:4px auto;
	padding-bottom:5px;
	background:#999; /*#f5f5f5*/
}

#bannerPassoPasso p{
	float:left;
	width:340px;
	margin:0 5px;
	font-size:12px;
	font-weight:bold;
}

#bannerPassoPasso span{
	font-size:11px;
	font-weight:normal;
	display:block;
}

#bannerPassoPasso .imgPassoPasso{
	float:right;
	margin:0 5px;
}

#colunaProdutos #areaProdutos{
	width:514px;
	display:block;
	margin:2px auto;
}

#areaProdutos .boxProduto{
	width:167px;
	height:225px;
	float:left;
	margin:2px 1px;
	text-align:center;
}

.boxProduto img.vert{
	margin:auto;
	height:162px;
	border:#999 1px solid; /*#d7d7d7 */
}

.boxProduto img.horiz{
	margin:auto;
	width:162px;
	border:#999 1px solid; /*#d7d7d7*/
}

.boxProduto span{
	display:block;
	color:white; /* #f12e96  lançamento*/
	text-transform:capitalize;
	background:#666666; /*#f12e96*/ 
}

.boxProduto p{
	text-transform:uppercase;
}

.boxProduto p.infoGrupo{
	font-size:9px;
	font-style:italic;
}

#areaProdutos .paginacao{
	display:block;
	clear:both;
	margin-bottom:10px;
}
.paginacao ul{
	text-align:center;
}

.paginacao ul li{
	display:inline;
	float:left;
	font-weight:bold;	
	margin-left:4px;
	margin-bottom:10px;
	list-style-type: none;
}

.paginacao ul li a{
	color:#FFF;
	padding:2px 5px;
	font-weight:bold;
	background:#666666; /*#f12e96*/
	text-decoration:none;
}

#boxMapaRepr{
	float:left;
	width:360px;
	height:100%;
}

#colRepresentante{
	float:right;
	width:380px;
}

.boxRepresentante{
	float:left;
	width:350px;
	padding:4px;
	background:#FFF;
	margin-bottom:4px;
	border:#c1c1c1 1px solid;
}

#boxInternacional{
	float:left;
	width:500px;
	padding:20px;
	background:#FFF;
	margin-bottom:4px;
	/*border:#c1c1c1 1px solid;*/
}

.boxRepresentante .boxFotoRepr{
	width:85px;
	float:left;
}

.boxFotoRepr img{
	width:80px;
	border:#c1c1c1 1px solid;
}

.boxDadosRepr{
	width:260px;
	text-align:left;
	float:right;
}

.boxDadosRepr h3{
	font-size:14px;
}

.boxDadosRepr p.estado{
	clear:both;
	font-style:italic;
	margin-bottom:10px;
}

.boxIdeia{
	width:570px;
	padding:4px;
	background:#FFF; 
	margin:0 auto;
	margin-bottom:6px;
	/*border:#c1c1c1 1px solid;*/
}

.boxFotoIdeia{
	float:left;
	width:180px;
	overflow:hidden;
	padding:2px;
	margin-right:10px;
	border:#c1c1c1 1px solid; 
}

.boxFotoIdeia img{
	max-width:180px;
}

.boxDadosIdeia{
	float:left;
	width:250px;
	text-align:left;
	margin:25px auto 0 auto;
	padding:2px;
	border:#c1c1c1 1px solid;

}

.boxDadosIdeia h3{
	margin:5px;
	color:#8FB9DE;
	font-size:11px;
	text-transform:uppercase;
}

.boxDadosIdeia p{
	margin:5px;
}

.boxIdeiaPasso{
	width:700px;
	padding:4px;
	background:#FFF;
	margin:0 auto;
	margin-bottom:10px;
	/*border:#c1c1c1 1px solid;*/
}

.boxFotoPasso{
	float:left;
	width:350px;
	min-height:80px;
	overflow:hidden;
	padding:2px;
	margin-right:5px;
	border:#c1c1c1 1px solid;
}

.boxFotoPasso img{
	max-width:350px;
}


.boxDadosPasso{
	float:left;
	width:330px;
	padding:2px;
	text-align:left;
	/*border:#c1c1c1 1px solid;*/
}

.boxDadosPasso h3{
	margin:5px;
	color:#8FB9DE;
	font-size:13px;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:#c1c1c1 1px solid;
}

.boxDadosPasso p{
	margin:5px;
}


#colunaUnica .boxTecMidia{
	float:left;
	margin:12px;
	width:225px;
	height:242px;
	text-align:center;
	background:url(../layout/bg_box_tecmidia.jpg);
}

.boxTecMidia .nmRevista{
	margin:10px 8px 5px 8px;
	height:35px;
	font-size:14px;
	font-style:italic;
	font-family:Arial, sans-serif;
}

.boxTecMidia .nmRevista span{
	font-weight:bold;
}

.boxTecMidia .imgRevista{
	margin:auto;
	width:204px;
	height:124px;
	overflow:hidden;
}

.boxTecMidia .textoRevista{
	margin:10px;
	width:204px;
}

#colunaUnica .boxTecVideo{
	float:left;
	margin:12px;
	width:225px;
	height:242px;
	text-align:center;
	background:url(../layout/bg_box_tecmidia.jpg);
}

.boxTecVideo .nmVideo{
	margin:10px 8px 5px 8px;
	height:35px;
	font-size:11px;
	font-style:italic;
	font-family:Arial, sans-serif;
}

.boxTecVideo .nmVideo span{
	font-weight:bold;
}

.boxTecVideo .imgVideo{
	margin:auto;
	width:204px;
	height:124px;
	overflow:hidden;
}

.boxTecVideo .textoVideo{
	margin:10px;
	width:204px;
}

.boxDadosBusca{
	margin:0 10px 10px;
}

.boxDadosBusca p span{
	font-style:italic;
	font-weight:bold;
}

.boxContato{
	border:#666 1px solid;
	margin:auto;
	padding:10px;
	width:550px;
	/*background:#f0f;*/
}

.boxContato label{
	width:200px;
	display:block;
}

.boxContato input,
.boxContato select,
.boxContato textarea{
	width:540px;
	margin:5px 0 10px;
	padding:3px 4px;
	border:#666 1px solid;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;	
}

.boxContato input:focus,
.boxContato select option:focus,
.boxContato textarea:focus{
	background-color:#9FD9FF;
}

.boxContato input.txtMeioCampo,
.boxContato select.txtMeioCampo{
	width:250px;
}

.boxContato textarea{
	height:200px;
}

.boxContato textarea.txtMeioCampo{
	height:100px;
}

.boxContato #camposLojista{
	display:none;
}

/* FIM DA COLUNA ÚNICA */


/* CLASSES AUXILIARES */
ul{ text-align:left; }
.clearBoth{ clear:both;	}
.imgCentro{ text-align:center; }
.imgCentro img{
	border:#898D90 solid 1px;
	margin:15px 0;
}
img.imgDireita{
	float:right;
	margin:10px;
	border:#898D90 solid 1px;
	padding:2px;
}

img.imgEsquerda{
	float:left;
	margin:5px 15px 5px 0;
	border:#898D90 solid 1px;
	padding:2px;
}
/* FIM DA CLASSES AUXILIARES */
