@import url(form.css); /** CSS do formulário **/
*{ 
	margin:0; 
	padding:0;
	text-decoration: none;
	list-style-type: none;
}

html{
	background:#D5D6D7 url(img/bg-html-medio.jpg) repeat-x left top;
}

body{
	background:  url(img/bg-body.gif) repeat-y center ;
	text-align:center;
	font:normal 10px Verdana, Arial;
}
#geral{
	margin:0 auto;
	width:760px;
	display:table;
	text-align:left;
}
#geral h1 a {
	width:199px;
	height:66px;
	display:block;
	margin:0 auto;
	text-indent:-99999px;
	overflow:hidden;
}

#barra{
	width:240px;
	height:521px;
	display: table;
	background:url(img/menu.jpg) no-repeat 0 0;
	padding-top:7px;
	float:left;
	text-align:left;
}

#barra #menu{
/*	width:182px;*/
	/*margin:0 auto;*/
/*	margin-left: 31px;*/
width:181px;
margin:0 auto;
	padding-top:7px;
	display:table;
	position:relative;
}


#barra #menu ul{
	position:relative;
}


#barra #menu li{
	padding-bottom:2px;
	padding-left:5px;
}

html>body #barra #menu li{
	padding-bottom:2px;
}

#barra #menu li a{
	width:169px;
	height:25px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3B3B4;
	padding-left:15px;
}
#barra #menu li a.espanhol{
	width:80px;
	height:21px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-image:url(img/espanhol.gif);
	background-position:15px bottom;
	background-repeat:no-repeat;
	float:left;
}

#barra #menu li a.espanholAtivo{
	width:80px;
	height:21px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-image:url(img/espanhol.gif);
	background-position:15px top;
	background-repeat:no-repeat;
	float:left;
}
#barra #menu li a:hover.espanholAtivo{
	background-image:url(img/espanhol.gif);
	background-position:15px top;
	background-repeat:no-repeat;
	float:left;
}
#barra #menu li a:hover.espanhol{
	background-image:url(img/espanhol.gif);
	background-position:15px top;
	background-repeat:no-repeat;
}
#barra #menu li a.portugues{
	width:93px;
	height:21px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-image:url(img/portugues.gif);
	background-position:15px bottom;
	background-repeat:no-repeat;
	float:left;
}
#barra #menu li a:hover.portugues{
	background-image:url(img/portugues.gif);
	background-position:15px top;
	background-repeat:no-repeat;
}
#barra #menu li a.portuguesAtivo{
	width:93px;
	height:21px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-image:url(img/portugues.gif);
	background-position:15px top;
	background-repeat:no-repeat;
	float:left;
}
#barra #menu li a:hover.portuguesAtivo{
	background-image:url(img/portugues.gif);
	background-position:15px top;
	background-repeat:no-repeat;
}
#barra #menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F48926;
	background-image: url(img/seta.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/* CSS para o SUB-MENU */
#barra #menu #subProdutos{
	position: absolute;
	width:220px;
	background-color: #393939;
	left: 40px;
	top: 110px;
	display:none;
	z-index:20;
			
}
#barra #menu ul li #subProdutos ul {
	list-style-type: none;
	width:210px;
	padding:0 1px;
	margin-left:-5px;
}
#barra #menu ul li #subProdutos ul li a {
	text-decoration: none;
	font:normal 11px Arial, Helvetica, sans-serif;
	color: #B3B3B4;
	padding: 3px 15px;
	border: 1px solid #666;
	height:13px;
	margin:0;
	width:185px;

}
#barra #menu ul li #subProdutos ul li a:hover{
	background:#5A5A5A url(img/seta.gif) no-repeat 3px center;
	color:#FE9426;
}
/* Final do CSS para o SUB-MENÚ */
#barra address{
/*	width:182px;*/
width:190px;
	display:block;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-style: normal;
	padding-top:20px;
	line-height: 12px;
	text-align: right;

}

#conteudo{
	display:table;
	float:right;
	width:500px;
	padding:0 10px;
	background:url(img/foto.jpg) no-repeat top center ;
	text-align:left;
	/*position: relative;*/
}
#conteudo .caixaDistribuidores{
	width:250px;
	padding-left:20px;
	padding-top:20px;
	border-bottom:#333333 solid 2px;
}
#conteudo #flash{
	width:492px;
	height:99px;
	margin:0 4px 20px 4px;
	background:#e2e2e2;
}
#conteudo p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333;
	padding:10px 0;
}
#conteudo a.mais{
	background:url(img/mais.gif) no-repeat 0 top;
	width:35px;
	height:12px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	float:right;
}
#conteudo a.mais:hover{
	background: url(img/mais.gif) no-repeat 0 -13px;
}
#conteudo a{
	color: #5E2020;
	text-decoration:none;
	font-weight:600;
}
#conteudo a:hover{
	color: #A67A01;
	text-decoration:underline;
}
#conteudo #direita{
	width:229px;
	float:left;
	padding-right:3px;
}
#conteudo h2{
	height:19px;
	display:block;
	text-indent:-99999px;
}
#conteudo h3{
	font:bold 14px Arial, Helvetica, sans-serif;
	margin-top:8px;
	color:#A67A01;
}
#conteudo #direita h2.historia{
	background:url(img/historia.gif) no-repeat 0 0;
	width:236px;
}
#conteudo h2.empresa{
	background:url(img/empresa.gif) no-repeat 0 0;
	width:236px;
}
#conteudo h2.estatica{
	background:url(img/estatica.gif) no-repeat 0 0;
	width:236px;
}
#conteudo h2.duvidas{
	background:url(img/duvidas.gif) no-repeat 0 0;
	width:236px;
}
#conteudo h2.contato{
	background:url(img/contato.gif) no-repeat 0 0;
	width:236px;
}
#conteudo h2.produtos{
	background:url(img/produtos.gif) no-repeat 0 0;
	width:236px;
}
#conteudo h2.distribuidores{
	background:url(img/distribuidores.gif) no-repeat 0 0;
	width:144px;
}
#conteudo img.direita{
	margin:0 0 15px 15px;
	float:right;
}
#conteudo img.left{
	margin:10px 5px;
	float:left;
}
#conteudo #direita .controle{
	background:url(img/controle.gif) no-repeat 0 bottom;
	width:192px;
	height:40px;
	display:block;
	text-indent:-99999px;
}
#mapa{ float:right; width:164px;  text-align:center}
#mapa img{border:1px solid #000}
#mapa a{font:bold 14px Arial, Helvetica, sans-serif; color:#A67A01; }
#mapa a:hover{ text-decoration:underline;}
#conteudo #direita .imgmargemd{
padding-top:20px;
}
#conteudo .paginacao{
	border-bottom:solid 1px #999;
	height:15px;
	text-align:right;
	margin:4px 0;
}
#conteudo .paginacao_inf{
	border-top:solid 1px #999;
	/*height:15px;*/
	height:25px;
	text-align:right;
	margin:4px 0;
	clear:both;
	display:block;
}
#conteudo .prods{
	width:46%;
	float:left;
	display:table;
	background: url(img/bg_prods.jpg) repeat-x bottom left;
	/*height:200px;*/
	height:220px;	
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;

}
#conteudo .prods img{
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #A67A01;
}
#conteudo .prods h4 a{
	font:bold 11px Verdana, Arial;
	margin-bottom:5px;
	clear: both;
	display: block;
	margin-left: 2px;
}
#conteudo .prods h4 {

}

#conteudo .prods p{
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	display: block;
}

#conteudo .prods a.detalhe{
	display:block;
	width:60px;
	height:20px;
	text-align:center;
	color:#BA8902;
	background: url(img/bg_detalhes.gif) no-repeat center center;
	float:right;
	padding-top:7px;
	margin-right: 5px;

}
#conteudo .prods span.preco {
	float: left;
	padding: 7px;
	font-weight: bold;
	display: block;
}
.valor{color:#2F5775; font-weight:600}


#conteudo #esquerda{
width:210px;
float: left;
padding-left:25px;
background: url(img/barra.gif) no-repeat left 200px;

}
#conteudo #esquerda .imgmargem{

width:235px;
height:155px;
padding-top:9px;
}/*
html>body #conteudo #esquerda .imgmargem{

width:235px;
height:144px;
padding-top:20pxc
}*/
#conteudo #esquerda .duvidas{
background:url(img/duvidas.gif) no-repeat 0 bottom;
width:164px;
height:25px;
display:block;
text-indent:-99999px;
}
#conteudo #esquerda .imgmargeme{
padding-top:18px;
height:61px;
}
#conteudo #esquerda .margem{
height:75px;
}
#conteudo #questions dl{
	margin-bottom:10px;
	display: none;
}
#conteudo #questions a{
	font-weight:600;
	color:#A67A01;
	font-size:12px;
	padding-left:10px;
	background:url(img/seta.gif) no-repeat left 4px;
	
}
#conteudo #questions dt{
	margin-bottom:5px;
	margin-left:10px;
}
#conteudo #questions dt a{
	font:normal 10px Verdana, Arial;
	color:#000;
	background:none;
}
#conteudo #questions dd{
	margin-bottom:5px;
	margin-left:40px;
	padding-left:3px;
	color: #333;
	display: none;
	border-left:1px solid #666;
}
#conteudo #link_video{
	width: 500px;
	display: block;
	float: left;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#conteudo #link_video a{
	width: 455px;
	height: 125px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	background: url(img/btn_link_video.gif) left top no-repeat;
}
#conteudo #link_video a:hover{
	background-position: left bottom;
}
#rodape{
	clear:both;
	height:20px;
	width:494px;
	margin-left:250px;
	display:table;

}
#rodape .si{
	margin:0px 7px 0 12px;
	height: 15px;
	width: 130px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	background: url(img/rodape_selo_gd.gif) no-repeat top right;
}
#rodape .w3c{
	height: 15px;
	width: 80px;
	margin:0 3px 0 0;
	overflow:hidden;
	float:right;
	text-indent:-9999px;
	background: url(img/rodape_selo_xhtml.gif) no-repeat;
}
#rodape .direitos{
	float:left;
	color:#666;
	font:normal 10px Verdana, Arial;
	width:257px;
	height:20px;
	text-align:center;
}
