
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */


/* importar fontes */
* {margin:0;padding:0;} 

::-moz-selection{background:#d36323;color:#fff;text-shadow:none;}
::selection{background:#d36323;color:#fff;text-shadow:none;}
a:link, a:visited{color:#000; text-decoration:underline;}
a:hover,a:active{outline:0;}

html, body {height:100%; width:100%; margin:0;padding:0; font:11px arial; line-height:1.5}

body{background:url(../images/background.gif) repeat-x;}

.balao {width:164px; height:206px; position:fixed; bottom:35px;  left:50%;  margin-left:-475px; display:none;}
.balao1 {width:164px; height:206px; position:absolute; bottom:35px;  left:7px;  display:block;}




/*.mascote_1{position:absolute; left:120px; top:54px}
.mascote_2{position:absolute; left:99px; top:54px}
.avalie {position:absolute; left:0px; top:18px;}
.duvidas {position:absolute; right:0px; top:0px;}*/

.mascote_1{position:absolute; left:0px; top:72px; z-index:20;}
.mascote_2{position:absolute; left:0px; top:58px; opacity:0;  filter:alpha(opacity=0);}
.avalie {position:absolute; right:-70px; top:38px; opacity:0;  filter:alpha(opacity=0);
	background: transparent; border:none; cursor:pointer;
 }
.duvidas {position:absolute; left:0px; top:20px; opacity:0; filter:alpha(opacity=0); border:none; cursor:pointer}

.balao .form_1{width:295px; height:auto; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color:#f2f1f1; padding-bottom:40px;  
	box-shadow:         0 0 7px #c0bfbf;
    -moz-box-shadow:    0 0 7px #c0bfbf;
    -webkit-box-shadow: 0 0 7px #c0bfbf;}
.balao .form_1 form{width:285px; margin:0 auto;}
.balao .form_1 label{width:100%; display:inline-block; margin:5px; color:#666666}
.balao .form_1 input[type=text], .balao .form_1 input[type=submit],  .balao .form_1 textarea {width:100%; background:#cccccc; border:none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font:11px arial;}

.balao .form_1 textarea{height:50px; overflow:auto;}
.balao .form_1 input[type=submit] {width:auto; padding:3px; float:right; margin-top: 10px; color:#666666; cursor:pointer }

#wrap {
		margin:0;padding:0;
	}

#main {

	padding-bottom: 166px;
	width:990px;
	height:auto;
	margin:0 auto;
	
	}  
	
/* must be same height as the footer */
	
	
/* areas de negócio */

#areas_negocio{
		position: absolute;
		z-index:50;
		right:5px;
		margin:	0;
		padding:0;
		list-style:none;
		right:11px;
		bottom:-50px;
	}
	.tit_areas {
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	padding: 2px 0px 3px 10px;
	font:10px arial;
	color: #494949;
	background:#ffffff url(../../../plugins/radio_btn/seta.gif) 150px 8px no-repeat;
	border:1px solid #e5e5e5;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	cursor:pointer; 
	position: absolute;
	z-index:50;
	right:11px;
	bottom:15px;
	
	}
	.bloco_areas{display:none;list-style:none;background-color:#e2e2e2; position: absolute;
		z-index:50; width:158px;
		right:11px;
		bottom:-60px;
		padding: 2px 0px 3px 10px;
		border:1px solid #908f8f;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
		}
	.bloco_areas a {font:10px arial; color:#494949; display:inline-block; margin-top:3px; text-decoration:none; }	

	
	
	ul.bloco_fichas_tecnicas{display:none;list-style:none;background-color:#e2e2e2; width:192px;
		padding: 2px 0px 3px 10px;
		border:1px solid #908f8f;
		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
		}
	ul.bloco_fichas_tecnicas li {list-style:none;}	
	ul.bloco_fichas_tecnicas a {font:10px arial; color:#494949; display:inline-block; margin-top:3px; text-decoration:none; width:90%; }		
	
	
	
/* fim de areas de negócio */	
	

#cabecalho{ height:126px; position:relative; z-index:3}
.logotipo{margin:20px 0px 16px 10px; float:left;}

#pesquisa{position:relative; float:right; width:270px; margin:10px 8px 0px 0px; clear:both; height:90px;  z-index:99;}

.rightTop {background:#ededed; float:right; color:#fff}
.rightTop ul{list-style:none}
.rightTop li {float:left; border-left:1px solid #fff; padding:0 5px;}
.rightTop li img {float:left; margin:5px 5px 4px; border:0;}
.rightTop li.active {background:#d77701}
.rightTop > div {background:#d77701; position:absolute; top:24px; right:0; width:169px; padding:10px;}
.rightTop input {border:0; background:#fff; font-size:10px; color:#555; height:18px; padding:0 4px 0; float:left;}

#txpesquisa {width:147px; }
.lupa_pesquisa{cursor:pointer; float:right;}

#tabN {padding-top:2px; padding-bottom:4px; font-size:11px;}
.tabN input[type="text"] {width:161px; margin-bottom:5px;}
.tabN input[type="submit"] {width:40px; height:15px; float:right; color:#d77600; cursor:pointer; padding-bottom:2px; margin:0}

.input_text {border: 1px solid #e2e2e2;clear:both; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background:#ffffff; font:10px arial; float:left; padding:2px; width:177px}
.input_pesquisar {border: 1px solid #e2e2e2;clear:both; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background:#ffffff; font:10px arial; padding:2px; width:105%; margin-left:-8px;}



 /* pesquisa tabs
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/* Interaction states
----------------------------------*/


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #e2e2e2; background: #ececec; color:#666666; font:11px arial;  -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #666666; text-decoration: none; width:93px;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #e2e2e2; font:11px arial; color:#666666}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {border: 1px solid #e2e2e2; background: #ececec;  font:11px arial; color:#666666;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #666666; background: #ececec; text-decoration: none;}

/* pesquisa */

#tabs-1 {border: 1px solid #e2e2e2; clear:both;-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;  background:#ececec; positon:relative; width:232px; height:21px;}
#tabs-2 {border: 1px solid #e2e2e2; clear:both; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; background:#ececec; padding:3px; width:256px; float:left}

.butao_tabs {border:none; background-color:#cccccc; color:#494949; padding:2px 7px 2px 7px; cursor:pointer; float:right; margin:0px 0px 0px 0px;
	border-radius:          3px;
    -moz-border-radius:     3px;
    -khtml-border-radius:   3px;
    -webkit-border-radius:  3px;
}


#tabs ul {margin:0px;}
#tabs ul li {margin:0px;}

#idioma a:link, #idioma a:visited, #idioma a:hover {text-decoration:none; color:#666666; font:10px arial; float:left; margin:5px 5px 0px 4px; border:none; display:inline-block;  }
#idioma a:hover {color:#000000;}

#menu{float:left; width:770px; margin-top:-10px; margin-left:2px}


#banner {width:970px; height:180px; margin:0 auto; clear:both; overflow:hidden;}
#breadcumb{width:970px; height:15px; margin:0 auto; margin-top:5px; text-align:right; clear:both; overflow:hidden; font:10px arial; color:#999;}
#breadcumb a:link, #breadcumb a:visited, #breadcumb a:hover {text-decoration:none; color:#999; font:10px arial;}
#breadcumb a:hover {text-decoration:none; color:#666;}
#conteudo{width:970px; margin:0 auto; display:table; text-align:justify; color:#666; position:relative }
#conteudo li {list-style:inside; margin-left:10px; list-style-type:square}


/* -------------  Rodape  -----------------  */
#footer {
	background:#ccc;
	margin:0;padding:0;
	width:100%;
	position:fixed;
	bottom: 0; /* negative value of footer height */
	height: 50px;
	clear:both;
	background:#ffffff;
	/*background:url(../images/background_footer.png) repeat-x bottom fixed;*/
	z-index:999;

	} 
	
#footer1 {
	margin:0;padding:0;
	width:100%;
	position:relative;
	clear:both;
	z-index:999;
	height:135px;
	visibility:hidden;
	
	}	
#telha_so1 {
	width:665px;
	display:block;
	left:130px;
	position:absolute;
	height:100px;
	z-index:1000;
	margin-top:-10px
	}


#telha_so {
	width:1000px;
	margin:0 auto;
	display:none;
/*	margin-top:75px;
*/	position:relative;
	top:-76px;
	/*background:url(../images/fundo_rodape_telhas.png) no-repeat;
	background:url(../images/fundo_rodape_2_pt.png);*/
	height:128px;
	}

.seta{position:relative; left:490px; top:25px; cursor:pointer}

.flash_rodape{width:630px; margin:0 auto; margin-top:30px; }
.telhas_rodape {float:left; margin-right:35px; height:100%; color:#666666}
.telhas_rodape img{border:none;}
.telhas_rodape img:link{margin-top:-0;}
.telhas_rodape img:hover{margin-top:-5px;}
.telhas_rodape *:link, .telhas_rodape *:hover, .telhas_rodape *:visited, .telhas_rodape *:active{text-decoration:none;color:#666666}


#links_so1{
		position:absolute;
		bottom:0;
		width:990px;
		font:10px arial;
		color:#999;
		/*background-color:#fff;
		border-top:1px solid #eaeaea;*/
		background:url(../images/etex-group-logo-new.jpg) 20px 5px no-repeat;
		margin-top:10px;
		padding-bottom:10px;
}


#links_so1 a:link, #links_so a:visited, #links_so a:hover {text-decoration:none; color:#999; font:10px arial;}
#links_so1 a:hover {text-decoration:none; color:#666;}
	
#links_so{
		position:fixed;
		bottom:0;
		width:1000px;
		left:50%;
		margin-left:-500px;
		font:10px arial;
		color:#999;
		background-color:#fff;
		/*border-top:1px solid #eaeaea;*/
		background:#fff url(../images/etex-group-logo-new.jpg) 20px 5px no-repeat;
		padding-bottom:10px;
		
}


#links_so a:link, #links_so a:visited, #links_so a:hover {text-decoration:none; color:#999; font:10px arial;}
#links_so a:hover {text-decoration:none; color:#666;}
#menu_rodape{width:459px; float:left; height:30px; margin:0px 0px 0px 10px; line-height:20px;}
#logos_rodape{float:right; width:200px;  height:58px;}

/* ------------- Fim Rodape  ----------------  */



/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/* destaques */
.texto_destaque {
    overflow: auto;
	width: 500px;
	height: 100px;
	background-color: #FDFDFD;
	
}

#wrap .texto_destaque{
	display: none;
}



/* home */

#esquerda{width:770px; float:left; min-height:265px; margin:15px 0px 0px 0px; color:#666; text-align:justify}

#meio{width:245px; float:left; height:auto; margin:30px 0px 0px 20px; color:#666; font-size:11px; display:none}
#meio a:link, #meio a:visited, #meio a:hover {color:#eb8e02;}
#meio a:hover {text-decoration:none;}


#direita_destaques{width:183px; float:right; margin-top:23px; border:1px solid #dbdbdb;}
#direita_destaques ul, #direita_destaques li {list-style:none; margin:0; padding:0px; display:block; width:100%; float:left; list-style-position:outside; width:100%;}
#direita_destaques li {height:191px;}
#direita_destaques img {float:left; margin-bottom:10px; display:block; border:0} 
#direita_destaques a:link, #direita_destaques a:visited, #direita_destaques a:hover {color:#eb8e02; margin:0; padding:0; display:inline-block; margin-bottom:10px; }
#direita_destaques a:hover {text-decoration:none;}

#direita{width:465px; float:right; height:auto; margin:15px 0px 0px 0px; color:#666; font-size:11px;}
#direita a:link, #direita a:visited, #direita a:hover {color:#eb8e02;}
#direita a:hover {text-decoration:none;}


/* geral */
.h4 {font-family:Arial; font-size:16px; color:#000; margin:12px 0;}


/* links */
.link_titulo{font:11px arial; color:#000; font-weight:bold;}
a.link_link, a:hover.link_link, a:visited.link_link, a:active.link_link {color:#000;}
a:hover.link_link{text-decoration:none;}

/* faqs */
.faq_titulo{font:11px arial; color:#666; font-weight:bold; text-decoration:underline}
a.faq_link, a:hover.faq_link, a:visited.faq_link, a:active.faq_link {color:#000; text-decoration:none;}

/* newsletter */
.newsletter_bloco{background-color:#000000; float:left; margin:5px; width:184px; height:auto; color:#fff;}
.newsletter_imagem {width:184px; height:150px; overflow:hidden; border-bottom:1px solid #fff}

a.newsletter_link, a:hover.newsletter_link, a:visited.newsletter_link, a:active.newsletter_link {color:#fff; text-decoration:underline; margin-right:2px;}
a:hover.newsletter_link{text-decoration:none;}

/* Downloads */
.download_bloco_principal {display:table; height:auto; width:50%; margin-bottom:10px; float:left}
.download_bloco{width:170px; height:103px; float:left; color:#fff; padding:2px; border:1px solid #000000}
.download_imagem {width:170px; height:103px; overflow:hidden; }

.galeria_bloco{float:left; margin:4px; width:175px; height:103px;  border:1px solid #00618b; padding:2px; color:#fff;}
.galeria_imagem {width:175px; height:103px; overflow:hidden; position:relative; z-index:1;}


.download_bloco_texto{margin-bottom:10px; float:left; width:280px; margin-left:10px;}
.download_bloco_texto .titulo{color:#000; text-decoration:underline; font-weight:bold;}
a.download_link, a:hover.download_link, a:visited.download_link, a:active.download_link {color:#000; text-decoration:underline; }





/* portolio */
.portfolio_bloco_principal {display:table; height:auto; width:100%;}
.portfolio_bloco{ float:left; margin-bottom:5px; width:173px; height:auto; color:#fff; padding-bottom:7px;}
.portfolio_imagem {width:175px; height:105px; overflow:hidden; padding:2px; border:1px solid #000000; }

.portfolio_bloco_texto{width:780px; float:right; margin-bottom:10px;}
.portfolio_bloco_texto .titulo{color:#000; text-decoration:underline; font-weight:bold;}
a.portfolio_link, a:hover.portfolio_link, a:visited.portfolio_link, a:active.portfolio_link {color:#000; text-decoration:underline; }
a:hover.newsletter_link{text-decoration:none;}




/* galeria */
.galeria_bloco_principal {display:table; height:auto; width:100%;}
.galeria_bloco{float:left; margin:4px; width:175px; height:103px;  border:1px solid #000000; padding:2px; color:#fff;}
.galeria_imagem {width:175px; height:103px; overflow:hidden; position:relative; z-index:1;}

#galeria-title { text-align: left; background-color:#000000;  
/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8; }
#galeria-title b { display: block; margin-right: 80px;}


.galeria_video_bloco_principal {display:table; height:auto; width:50%; margin-bottom:10px; float:left;}
.galeria_video_bloco{width:175px; height:103px; float:left; color:#fff; padding:2px; border:1px solid #000000}
.galeria_video_imagem {width:175px; height:103px; overflow:hidden; }
.galeria_video_bloco_texto{margin-bottom:10px; float:left; width:280px; margin-left:10px;}
.galeria_video_bloco_texto .titulo{color:#000; text-decoration:underline; font-weight:bold;}
a.galeria_video_link, a:hover.galeria_video_link, a:visited.galeria_video_link, a:active.galeria_video_link {color:#000; text-decoration:underline; }
a:hover.newsletter_link{text-decoration:none;}

.seta_video{width:16px; height:30px; position:relative; left:80px; top:40px; background:url(../images/seta_video.png); cursor:pointer;}



/* Noticias */
a.titulo_link, a:hover.titulo_link, a:visited.titulo_link, a:active.titulo_link {color:#666; text-decoration:underline; font-weight:bold; }
a:hover.titulo_link{text-decoration:none;}


/* Contactos */
.iframe {width:300px; height:245px; overflow:hidden; float:left; margin-right:5px;}
.contactos_separador {width:19px; height:245px; float:left; background:url(../images/separador_contactos.png) no-repeat;}
.contactos_conteudo {width:130px; float:left;}
.div_formulario {width:485px; height:auto; float:right;}
.formulario{padding:0; margin:0;}


/* areas */
#areas_direito {width:200px; float:right; height:100%; display:table; margin-top:10px;}
#areas_esquerdo {width:720px; float:left;  height:100%; display:table}

#destaques{width:350px; float:left;}
#destaques_separador {width:19px; height:245px; float:left; background:url(../images/separador_contactos.png) no-repeat; margin:0px 10px 0px 10px }

a.areas_link, a:hover.areas_link, a:visited.areas_link, a:active.areas_link {color:#494949; text-decoration:none; font-weight:bold}
a:hover.areas_link{text-decoration:none;}

#testemunhos {width:335px; float:left;}

#banner_pequeno{ width:230px; height:171px; margin:0px 0px 10px 0px; display:none;}
#banner_medio { width:365px; height:170px; float:left; margin:0px 0px 15px 0px}
#banner_grande { width:605px; height:170px; float:right; margin:0px 0px 15px 0px}

/* comprar */
a.comprar_link, a:hover.comprar_link, a:visited.comprar_link, a:active.comprar_link {color:#666; text-decoration:none;}
a:hover.comprar_link{text-decoration:none;}

.zona {font:11px arial; width:150px}


/* Produtos */
#pro_direito {width:185px; float:right; height:100%; display:table;}
#logo_telha {width:205px; height:145px; background:url(../images/fundo_logo_telha.jpg); overflow:hidden; float:left; margin-bottom:10px; display:table}
.menu_area{clear:left; margin-top:10px;}
#pro_esquerdo {width:760px; float:left;  height:100%; display:table;}
.bloco_produto {background:url(../images/bg_produtos_titulo.gif) 30px 0px no-repeat; min-height:135px; margin:20px 0px 45px 0px; clear:both; display:table;}
.titulo_produto {float:left; width:30px; height:135px; margin-right:20px;}
.logotipo_telha{width:170px; margin:0 auto; margin-top:15px;}
.btn_telha {margin-top:10px; float:right; cursor:pointer; font:11px arial; color:#666666; font-weight:bold}


.tabela_info{font:11px arial; border-collapse:collapse; color:#666666}
.tabela_info td {padding:2px 0px 2px 5px; vertical-align:top}
.titulo_pequeno {font:10px arial;}
.linha_2 {background-color:#ededed}
.titulos {font:12px arial; color:#000; font-weight:bold}

.esconde_combos, .mostra_combos{
	height:140px; 
	border:1px solid #aaa;
	display:none; 
	padding:5px 0px 5px 0px; 
	background:#e8e8e8 url('../images/bg_filtro_videos.jpg') repeat-x;
	border-radius:          5px;
	-moz-border-radius:     5px;
	-khtml-border-radius:   5px;
	-webkit-border-radius:  5px;
	margin:0px 0px 3px 0px;
	width:203px;
}


.esconde_combos1, .mostra_combos1{
	height:140px; 
	border:1px solid #aaa;
	display:none; 
	padding:5px 0px 5px 0px; 
	background:#e8e8e8 url('../images/bg_filtro_videos.jpg') repeat-x;
	border-radius:          5px;
	-moz-border-radius:     5px;
	-khtml-border-radius:   5px;
	-webkit-border-radius:  5px;
	margin:0px 0px 3px 0px;
	width:203px;
}

.mostra_combos{display:block}
.mostra_combos1{display:block}



.form_filtro1 {width:180px; margin:0 auto; padding:0;}
.combo_filtro1 {width:180px; margin:0 auto; padding:0; font:11px arial; color:#666; margin-bottom:5px}

.form_filtro {width:100px; margin:0 auto; padding:0;}
.combo_filtro {width:100px; margin:0 auto; padding:0; font:11px arial; color:#666; margin-bottom:5px}
.preto {color:#000; font-weight:bold;}

/* paginação */

.paginator {clear:both; display:table; padding:20px 0px 20px 0px;}

.paginator .active
		{
			color:#000000;
			border: solid 1px #c7c7c7;
			padding:3px 6px;
			margin:2px;
			text-decoration:none;
			cursor:pointer;
			
		}
		
		.paginator .active:hover
		{
			color:#000000;
			cursor:pointer;
			text-decoration:none;
			border: solid 1px #c7c7c7;
			background-color:#d6d6d6;
			padding:3px 6px;
			margin:2px;
			
		}
		
		.paginator .inactive
		{
			color:#000000;
			cursor:default;
			text-decoration:none;
			border: solid 1px #c7c7c7;
			background-color:#d6d6d6;
			padding:3px 6px;
			margin:2px;
			
		}
		
		


/* fckeditor */
.titulo1 {font-family:Arial; font-size:20px; color:#000;}
.titulo2 {font-family:Arial; font-size:20px; color:#666;}
.titulo5 {font-family:Arial; font-size:15px; color:#666;}

.titulo1_home{font-family:Arial; font-size:18px; color:#e87d1e;}
.titulo2_home{font-family:Arial; font-size:24px; color:#e87d1e;}