html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font: 11px Arial;
	background:url('../img/fundo/pattern.png') repeat;
}

img{
	border:none;
}

img.imagens {
	padding:6px;
	border:1px solid #e0e0e0;
}

a {
	text-decoration:none;
	color:#000;
	color:#666;
}

a:hover{
	text-decoration:none;
}

/* div { border:1px solid red; } */

.clear{
	clear:both;
}

/* PÃ¡gina Principal */
	#principal{
		position:absolute;
		width:937px;
		margin-left:-468px;
		left:50%;
		border:none;
		border-left:6px solid #5A5A5A;
		border-right:6px solid #5A5A5A;

	}

	#principal #topo{
		background:url('../img/fundo/topo-corpo.png') repeat-x;
		width:937px;
		height:300px;
		font-size:0px;
	}

	#principal #topo #bandeiras{

	}

	#principal #topo #bandeiras img{
		margin-right:5px;
	}

	#principal #topo #menu-simples{
	
		font-size:0px;
	}

	#principal #topo #menu-simples ul{
		float:right;
		list-style:none;
		margin:0px;
		padding:0px;
		height:20px;
		font-size:0px;
	}

	#principal #topo #menu-simples ul li{
		float:left;
		font:11px Arial;
		height:20px;
    }

	#principal #topo #menu-simples ul li.divisor{
		padding-right:7px;
		line-height:20px;
    }

	#principal #topo #menu-simples ul li a,
	#principal #topo #menu-simples ul li a:visited{
		font:11px Arial;
		display:block;
		padding-right:7px;
		color:#000;
		text-decoration:none;
		line-height:20px;
    }
	

	#principal #topo #menu{
		width:910px;
		margin:auto;
	}

	#principal #topo #menu #menu-lateral-esquerda{
		background:url('../img/fundo/menu_principal-lateral-esquerda.png') no-repeat;
		width:11px;
		height:30px;
		float:left;
    }

	#principal #topo #menu #menu-lateral-direita{
		background:url('../img/fundo/menu_principal-lateral-direita.png') no-repeat;
		width:11px;
		height:30px;
		float:left;
    }

	#principal #topo #menu #menu-itens{
		background:url('../img/fundo/menu_principal-corpo.png') repeat-x;
		width:888px; /* 910px - #menu-lateral-esquerda - #menu-lateral-direita */
		height:30px;
		float:left;
		text-align:center;
    }

	#principal #topo #menu #menu-itens xxxul{
		margin:0px;
		padding:0px;
		list-style:none;
		height:30px;
		text-align:center;
	}

	#principal #topo #menu #menu-itens xxxul li:hover ul{
		  left: auto;
		  top: auto;
		  display:block;
		  z-index:100;
	}

	#principal #topo #menu #menu-itens xxxul li ul{
		/*left: -999em;*/
		z-index:-100;
		border:1px solid #AAA;
		position:absolute;
		display:block;
		left:0;
	}

	#principal #topo #menu #menu-itens xxxul li ul li{
		display:block;
		border:1px solid red;
	}

	#principal #topo #menu #menu-itens xxxul li ul li a,
	#principal #topo #menu #menu-itens xxxul li ul li a:visited{
		color:#000;
		display:block;
		border:1px solid green;
	}

	#principal #topo #menu #menu-itens xxxul li{
		height:30px;
		width:50px;
		display:inline;
	}

	#principal #topo #menu #menu-itens xxxul li a,
	#principal #topo #menu #menu-itens xxxul li a:visited{
		font:bold 12px Arial;
		color:#FFF;
		text-decoration:none;
		line-height:30px;
		white-space: nowrap;
		letter-spacing:1px;
	}

	#principal #topo #menu #menu-itens xxxul li a:hover{
		color:#b4c4dc;
	}

	#principal #topo #menu #menu-itens xxxul li a.selecionado,
	#principal #topo #menu #menu-itens xxxul li a.selecionado:visited{
		color:#FF0;
	}

	#principal #topo #menu #menu-itens .menu-item-divisor{
		background:url('../img/fundo/menu_principal-menu-item-divisor.png') no-repeat center;
		width:2px;
		line-height:30px;
		padding-left:10px;
		padding-right:10px;
	}

	#principal #topo #banner{
		margin:auto;
		width:914px;
		height:190px;
		background:url('../img/fundo/banner-corpo-vazio.png') no-repeat;
	}

	#principal #topo-divisor{
		width:937px;
		height:13px;
		background:url('../img/fundo/fundo-divisor-topo.png') repeat-x #FCFDFE;
	}

	#principal #painel-conteudo{
		padding-right:5px;
		padding-left:5px;
		width:927px;
		background:#FCFDFE;
	}

/* fim PÃ¡gina Principal */

/* Componente: Caixa A */

/* fim Componente: Caixa A */

.byksys,
.byksys:link{
	text-decoration:none;
	font-weight:bold;
	color:#000;
	color:#666;
	float:right;
	padding-right:10px;
	font:11px Arial;
}

.byksys:hover{
	text-decoration:underline;
}

/* fim ÃƒÂrea ConteÃƒÂºdo */



input, textarea, radio, select{
	border:1px solid #DDD;
}

.button_submit{
	background:#002061;
	color:#FFF;
	font:12px Tahoma;
}

.borda_cinza {
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}




/* xxx */
/* -- Form Styles ------------------------------- */
form {
	margin: 0;
	padding: 0;
}

div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}


div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */



#btnSubmit { margin: 0 0 0 155px ; }

.swfupload {
	position:absolute;
	z-index:1;
}

.progressWrapper {
 width: 357px;
 overflow: hidden;
}

.progressContainer {
 margin: 5px;
 padding: 4px;
 border: solid 1px #E8E8E8;
 background-color: #F7F7F7;
 overflow: hidden;
}

/* Complete */
.blue {
 border: solid 1px #CEE2F2;
 background-color: #F0F5FF;
}

/* Current */

.green {

	border: solid 1px #DDF0DD;

	background-color: #EBFFEB;

}


/* Complete */

.progressName {
 font-size: 8pt;
 font-weight: 700;
 color: #555;
 width: 323px;
 height: 14px;
 text-align: left;
 white-space: nowrap;
 overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
 font-size: 0;
 width: 0%;
 height: 2px;
 background-color: blue;
 margin-top: 2px;
}

.progressBarComplete {
 width: 100%;
 background-color: green;
 visibility: hidden;
}

.progressBarError {
 width: 100%;
 background-color: red;
 visibility: hidden;
}

.progressBarStatus {
 margin-top: 2px;
 width: 337px;
 font-size: 7pt;
 font-family: Arial;
 text-align: left;
 white-space: nowrap;
}

a.progressCancel {
	 font-size: 0;
	 display: block;
	 height: 14px;
	 width: 14px;
	 background-image: url(../images/swfupload/cancelbutton.gif);
	 background-repeat: no-repeat;
	 background-position: -14px 0px;
	 float: right;
}

a.progressCancel:hover {
 background-position: 0px 0px;
}


/* xxx */
#submenu-categoria{
	padding:0px;
	padding-left:15px;
	margin:0px;
	list-style:none;
}

#submenu-categoria li{
	padding-top:5px;
}

#submenu-categoria li a,
#submenu-categoria li a:visited{
	font:11px Arial;
	color:#000;
	text-decoration:none;
}

#submenu-categoria li a:hover{
	text-decoration:underline;
}

/* Produto */
.produto{
	/*border:1px solid #AAA;*/
	width:140px;
	height:220px;
	text-align:center;
	float:left;
	padding-top:25px;
	padding-right:25px;
	font-size:0px;
}

.produto img{
	padding:5px;
	/*border:1px solid #DDD;*/
	border:none !important;
}

.produto h1{
	font:bold 12px Tahoma;
	color:#656161;
}

.produto a,
.produto a:visited{
	color:#000;
	text-decoration:none;
	font:11px Arial;
}

.produto a:hover{
	text-decoration:underline;
}
/* fim Produto */

/* overlay */
/* Autor: http://www.huddletogether.com/projects/lightbox/ */
#overlay{ background-image: url(../js/lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../images/iepngfix_v2/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../js/lightbox/overlay.png", sizingMethod="scale");
	}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

/* fim Overlay */

/* Erros */
.errors {
	color:#F00;
	margin:0px;
	padding:0px;
}


.msg_erro{
	height:60px;
}

.msg_erro h1{
	font:bold 12px Tahoma;
	color:#F00;
	margin:0px;
	padding:5px;
}

.msg_erro .linha_horizontal{
	height:2px;
	background:#F00;
	font-size:0px;
}

.msg_erro p{
	font:12px Tahoma;
	color:#F00;
	margin:0px;
}
/* fim Erros */

/* Mensagem de OK */
.msg_ok{
	height:80px;
}

.msg_ok h1{
	font:bold 12px Tahoma;
	color:#2C8436;
	margin:0px;
	padding:5px;
}

.msg_ok .linha_horizontal{
	height:2px;
	background:#2C8436;
	font-size:0px;
}

.msg_ok p{
	font:12px Tahoma;
	color:#2C8436;
	margin:0px;
}
/* fim Mensagem de OK */

/* FormulÃƒÂ¡rio de contato */
.formContato{}

.formContato fieldset{
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	padding:5px;
}

.formContato legend{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}
/* fim FormulÃƒÂ¡rio de contato */

/* Mapa do site */

	#tabela-mapasite{
	}

	#tabela-mapasite tr td{
		padding:0px;
	}

	
	#tabela-mapasite tr td{
		list-style-type:disc;
		color:#002061;
	}

	#tabela-mapasite tr td fieldset{
		border:1px solid #666;
		width:300px;
		margin-bottom:20px;
	}


/* fim Mapa do site */


/* Caixa produto descriÃ§Ã£o, utiliza o componente caixa-a */

	/* Representa o texto do conteÃºdo dentro do componente caixa-a */
	#caixa-produto-descricao{
		font:bold 12px Arial;
		height:30px;
		padding:0px 0px 0px 0px;
		margin:0px;
		text-align:center;
	}

	#caixa-produto-imagem{
		width:235px;
		height:130px;
		margin:0px;
		padding:0px 0px 0px 0px;
		text-align:center;
		/*vertical-align: middle;*/
		
	}

	#caixa-produto-imagem img{
		/*border:1px solid #AAA;*/

		border:none !important;
		/*padding:2px;*/
	}

/* fim Caixa produto descriÃ§Ã£o */

/* NotÃ­cia lista: Usa o componente caixa-a */
	#caixa-a-noticia-lista{
		height:160px;
	}

	#caixa-a-noticia-lista .noticia{
		/*height:57px;*/
		width:270px;
		padding-top:9px;
		padding-bottom:9px;
		text-align:left;
	}

	#caixa-a-noticia-lista .noticia img{
		padding:2px;
		border:1px solid #AAA;
		/*float:left;*/
		margin-right:10px;
	}

	#caixa-a-noticia-lista .noticia p{
		margin:0px;
		margin-top:5px;
	}

	#caixa-a-noticia-lista .noticia a,
	#caixa-a-noticia-lista .noticia a:visited{
		margin:0px;
		font:11px Arial;
		text-decoration:none;
		color:#000;
	}

	#caixa-a-noticia-lista .noticia p a:hover{
		text-decoration:underline;
	}
/* fim NotÃ­cia lista */

/* Mapa mundi */
	#mapa-mundi{
		padding-top:10px;
	}
/* fim Mapa mundi */


/* alinhador de 3 caixas */
	/* SÃ³ serve mesmo para alinhar as 3 caixas */
	#alinhador-3-caixas{
		width:100%;
	}
/* fim alinhador de 3 caixas */


/* Caixa-a: Segmentos de mercado */
	#menu-segmentos-de-mercado{
		margin:0px auto;
		padding:0px 0px 15px 0px;
		list-style:none;
		height:62px;
		width:880px;
	}

	#menu-segmentos-de-mercado li{
		float:left;
		text-align:center;
		padding-right:5px;
		_padding-right:0px;
	}

	#menu-segmentos-de-mercado li a,
	#menu-segmentos-de-mercado li a:hover{
		display:block;
		width:61px;
		height:62px;
	}

	#menu-segmentos-de-mercado li a img{
		border:none;
	}

	#menu-segmentos-de-mercado li a label{
		font:10px Arial; 
		font-style:italic;
    }

	#tabela-segmentos-de-mercado{
		width:890px;
	}

	#tabela-segmentos-de-mercado tr td img{
		border:none;
	}

	#tabela-segmentos-de-mercado a label,
	#tabela-segmentos-de-mercado a:visited label{
		font:10px Arial; 
		font-style:italic;
	}

	#tabela-segmentos-de-mercado tr td{
		padding-top:5px;
		text-align:center;
	}

/* fim Caixa-a: Segmentos de mercado */

/* Caixa-a: Destaques */
	#destaques{}

	#destaques .destaque{
		width:277px;
		float:left;
		padding:10px;
		padding-bottom:0px;
	}

	#destaques .destaque h2{
		font:bold 11px Arial;
		margin:0px;
		padding:0px 0px 10px 0px;
	}

	#destaques .destaque h2 a,
	#destaques .destaque h2 a:visited{
		color:#000;
	}

	#destaques .destaque h2 a:hover{
		text-decoration:underline;
	}

	#destaques .destaque p{
		margin:0px;
		padding:0px;		
	}
/* fim Caixa-a: Destaques */

/* Rodapé */
	#rodape{
		padding-bottom:30px;
	}

	#rodape tr td{
		padding:0px;
	}

	#rodape #rodape-lateral-esquerda{
		background:url('../img/fundo/rodape-lateral-esquerda.png') no-repeat;
		width:11px;
		height:33px;
	}

	#rodape #rodape-corpo{
		background:url('../img/fundo/rodape-corpo-fundo.png') repeat-x;
		height:33px;
		width:905px;
	}

	#rodape #rodape-corpo span{
		font:12px Tahoma;
		padding-left:10px;
		color:#666;
		float:left;
	}

	#rodape #rodape-corpo .byksys,
	#rodape #rodape-corpo .byksys:visited{
		text-decoration:none;
		font-weight:bold;
		color:#666;
		float:right;
		padding-right:10px;
	}

	#rodape #rodape-lateral-direita{
		background:url('../img/fundo/rodape-lateral-direita.png') no-repeat;
		width:11px;
		height:33px;
	}


/* fim Rodapé */

/* Consulta rápida */
#acesso-rapido{
	width:890px;
	padding-top:5px;
	font:11px Arial;
	padding-top:10px;
}

#acesso-rapido ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#acesso-rapido ul li{
	float:left;
	width:215px;
	padding:3px 0px 3px 0px;
}

#acesso-rapido a,
#acesso-rapido a:visited{
	text-decoration:none;
	color:#000;
}

#acesso-rapido a:hover{
	text-decoration:underline;
}
/* fim Consulta rápida */

/***/
#menux{
}

#menux tr td{
	padding:0px 5px 0px 5px;
	height:30px;
}

#menux tr td.divisor{
	background:url('../img/fundo/menu_principal-menu-item-divisor.png') no-repeat center;
	width:2px;
	padding-left:10px;
	padding-right:10px;
}

/* NÃ­vel 0 */
#menux tr td ul{
	position: relative;
	list-style:none;
	padding:0px;
	margin:0px;
	border:none;
}

#menux tr td ul ul{
	background:#FFF;
	display:none;
	position:absolute;
	border:1px solid #CCC;
	padding:5px 10px 10px 10px;
	width:230px;
	left:0px;
	_top:15px;
	*top:15px;

}

#menux tr td ul ul ul{
	color:#002d89;
	list-style:square;
	padding-left:20px;
	border:none;
	position:relative;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	display:block; /* tirar o none herdado */
	_top:0px;
	*top:0px;
}

#menux tr td ul li a.selecionado,
#menux tr td ul li a:visited.selecionado{
	color:#FF0;
}

/* NÃ­vel 1 */
#menux tr td ul li,
#menux tr td ul li a,
#menux tr td ul li a:visited{
	font:bold 12px Arial;
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
}

#menux tr td ul li a:hover{
	text-decoration:underline;
}


/* NÃ­vel 2 */
#menux tr td ul ul li{
	text-align:left;
	padding-bottom:0px;
}

#menux tr td ul ul li a,
#menux tr td ul ul li a:visited{
	font:bold 11px Arial;
	list-style:square;
	color:#002d89;
}

/* NÃ­vel 3 */
#menux tr td ul ul ul li{
	list-style:square;
	color:#002d89;
	list-style-position:inside;
}

#menux tr td ul ul ul li a,
#menux tr td ul ul ul li a:visited{
	font:11px Arial;
}

#menux tr td a:hover{
	color:#b4c4dc;
}

#menux tr td a.selecionado{
	color:#FF0;
}

#menux tr td ul li:hover ul{
	display:block;
}

/***/

/* Home Institucional, alinhadores dos paineis de conteÃºdo */
#alinhador-painel-esquerdo{
	float:left;
	width:204px;
}

#alinhador-painel-direito{
	float:left;
	margin-left:10px;
	width:710px;
}
/* fim Home Institucional, alinhadores dos paineis de conteÃºdo */


/* Listagem de notícias */
	#noticia-listagem{
		list-style:square;
		color:#666;
	}

	#noticia-listagem li{
		padding:5px 0px 5px 0px;
	}

	#noticia-listagem li a,
	#noticia-listagem li a:visited{
		text-decoration:none;
	}

	#noticia-listagem li a:hover{
		text-decoration:underline;
	}
/* fim Listagem de notícias */

/**/
	.msg-ok{
		border:2px solid #008000;
		color:#008000;
		font-size:14px;
		font-weight:bold;
		padding:10px;
		text-align:center;
		background:#FFDFDF url('../img/li-ok-bg.png') repeat;
	}

	.msg-erro{
		border:2px solid #E00000;
		color:#E00000;
		font-size:14px;
		font-weight:bold;
		padding:10px;
		text-align:center;

		background:#FFDFDF url('../img/li-err-bg.png') repeat;

	}
/**/

/* Submenu */
	#submenu{}

	#submenu ul{
		padding:0px;
		padding-top:10px;
		margin:0px;
		list-style:none;
	}

	#submenu ul li{
		padding-bottom:5px;
	}

	#submenu ul li a,
	#submenu ul li a:visited{
		font-size:11px;
		color:#000;
	}

	#submenu ul li a:hover{
		text-decoration:underline;
	}

	#submenu ul ul{
		padding:5px 0px 0px 20px;
	}

	#submenu{}
/* fim Submenu */

/* Borda nas imagens dentro do componente caixa-a */
	#painel-conteudo img{
		padding:2px;
		border:1px solid #AAA;
		margin:1px;
	}
/* fim Borda nas imagens dentro do componente caixa-a */


/* SwfUpload */
	.swfupload {
		position:absolute;
		z-index:1;
	}

	.progressWrapper {
		width: 357px;
		overflow: hidden;
	}

	.progressContainer {
		 margin: 5px;
		 padding: 4px;
		 border: solid 1px #E8E8E8;
		 background-color: #F7F7F7;
		 overflow: hidden;
	}
/* fim SwfUpload */

#feedback{
	border:2px solid #E00000;
	color:#E00000;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	text-align:left;

	background:#FFDFDF url('../img/li-err-bg.png') repeat;
}

#feedback h1{
	text-align:center;
	padding:0px;
	margin:0px;
}


/* Representantes */
	#representante-caixa{

	}

	#representante-caixa div.cabecalho{
		width:340px;
		height:24px;
		background:url('../img/fundo/aba-pais-2.png') no-repeat;
		padding:0px;
		padding-left:10px;
		padding-top:7px;
		margin:0px;
		color:#002061;
		font-size:12px;
	}

	#representante-caixa div.cabecalho h2{
		padding:0px;
		margin:0px;
		width:75%;
		float:left;
		font-size:16px;
	}

	#representante-caixa div img{
		border:none;
		float:right;
		padding-right:20px;
	}

	#representante-caixa #representante-conteudo{
		width:328px;
		padding:10px;
		height:265px;
		overflow-y:scroll;
		border:1px solid #CCC;
		background:#F7F5F6;
	}

	#representante-caixa #representante-conteudo .representante-estado{
	}

	#representante-caixa #representante-conteudo .representante-estado h3{
		color:#002061;
		margin:0px;
		font-size:16px;
		text-align:center;
	}

	#representante-caixa #representante-conteudo .representante-estado h4{
		color:#002061;
		margin:0px;
		padding-bottom:5px;
		font-size:12px;
	}

	#representante-caixa #representante-conteudo .representante-estado .divisor{
		background:url('../img/fundo/aba-pais-divisor.png') no-repeat center;
		height:2px;
		padding-top:10px;
		padding-bottom:10px;
	}

/* fim Representantes */


#lista-paises{
	width:489px;
}

#lista-paises .linha{
	width:489px;
	height:29px;
	background:url('../img/fundo/aba-pais.png') no-repeat center;
}

a.link-pais,
a.link-pais:visited{
	font:bold 14px Arial;
	color:#002061;
	padding:0px 0px 4px 20px;
	background:url('../img/fundo/aba-pais-seta.png') no-repeat 10px;
}

a.link-pais:hover{
	text-decoration:underline;
}


#coluna-pais{
	width:500px;
	float:left;
	/*border:1px solid red;*/
}

#coluna-representante{
	width:350px;
	float:left;
	/*border:1px solid green;*/
}

#midias{
}

#midias .divisor{
	height:2px;
	background:url('../img/fundo/midia-divisor.png') no-repeat;
	float:left;
	width:660px;
	margin-bottom:10px;
}

#midias .midia{
	width:330px;
	float:left;
}

#midias .midia .resumo{
	width:230px;
	float:left;
	margin:0px;
	padding:0px;
}

#midias .midia .opcoes{
	width:100px;
	float:left;
}

#midias .midia .opcoes .botao,
#midias .midia .opcoes .botao:visited{
	display:block;
	width:83px;
	height:18px;
	background:url('../img/fundo/botao.png') no-repeat;
	color:#002061;
	font:bold 11px Arial;
	line-height:18px;
	text-align:center;
	margin-bottom:5px;
	text-decoration:none;
}

#midias .midia .opcoes .botao:hover{
	text-decoration:underline;
}