/*************************************************************************/
/** CORPO ****************************************************************/
/*************************************************************************/
#corpo div#areaesquerda{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 252px;
	height: 456px;
}

#container #corpo div.areaesquerda_novidades{
	background-color: #F7FAF1;
}

#corpo div#conteudo{
	position: absolute;
	top: 0px;
	left: 277px;
	width: 666px;
	height: 462px;
	border: #96C9E6 solid 1px;
}

/*************************************************************************/
/** AREA ESQUERDA ********************************************************/
/*************************************************************************/
#areaesquerda h1,
#areaesquerda h2,
#areaesquerda p{
	position: relative;
	float: left;
}

#areaesquerda h1{
	width: 245px;
	height: 40px;
	margin: 12px 0 0 7px;
	font-size: 24px;
	line-height: 24px;
}

#areaesquerda h2{
	width: 232px;
	margin: 12px 0 0 20px;
	font-size: 12px;
	font-weight: normal;
	color: #4C4C4C;
}

#areaesquerda p{
	width: 212px;
	margin: 10px 0 0 20px;
	color: #4C4C4C;
}

#areaesquerda div.menu_esquerdo{
	float: left;
	clear: both;
	margin: 6px 0 0 0;
}

#areaesquerda img.mn1{
	float: left;
	clear: both;
	margin: 0 0 0 7px;
}

#areaesquerda img.mn2{
	float: left;
	clear: both;
	margin: 1px 0 0 115px;
}

#areaesquerda img.ultimo{
	margin-bottom: 10px;
}

/*************************************************************************/
/** CONTEUDOS ************************************************************/
/*************************************************************************/
#conteudo div#empresa_info{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 448px;
	padding-top: 8px;
}

#conteudo div#empresa_info_conteudo{
	position:absolute;
	width: 234px;
	height: 448px;
	padding-right:8px;
	overflow: hidden;
}

#conteudo div#empresa_imagem{
	position: absolute;
	top: 0;
	right: 0;
	width: 416px;
	height: 462px;
}

/*************************************************************************/
/** NOVIDADES ************************************************************/
/*************************************************************************/
#conteudo div#novidades {
	position:absolute;
	width: 666px;
	height: 454px;
	padding-top:8px;
	background-color:#FFF;
	z-index:0;
}

#novidades div#novidades_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#novidades_conteudo div{
	position: relative;
	float: left;
	clear: none;
	width: 197px;
	height: 129px;
	margin: 11px 11px 8px 0px;
}

#novidades_conteudo div div.caption{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 187px;
	height: 22px;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 22px;
	background-image: url(../imagens/bg_caption_novidades.png);
}

#novidades_conteudo .caption a:link,
#novidades_conteudo .caption a:visited,
#novidades_conteudo .caption a:active,
#novidades_conteudo .caption a:hover{
	display: block;
	text-decoration: none;
}

/*************************************************************************/
/** CERTIFICADOS DE CONFORMIDADE *****************************************/
/*************************************************************************/
#conteudo div#certificados {
	position:absolute;
	width: 666px;
	height: 454px;
	padding-top:8px;
	background-color:#FFF;
	z-index:0;
}

#certificados div#certificados_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#certificados_conteudo div{
	position: relative;
	float: left;
	clear: none;
	width: 140px;
	height: 212px;
	margin: 11px 30px 2px 30px;
}

#certificados_conteudo div.texto{
	height: auto;
}

#certificados_conteudo div img{
	display: block;
	margin: 0 auto;
}

#certificados_conteudo div span.caption{
	position: absolute;
	float: left;
	width: 140px;
	height: 18px;
	bottom: 0;
	padding: 0;
	margin: 0;
	line-height: 18px;
	text-align: center;
}

#certificados_conteudo div span.caption a,
#certificados_conteudo div span.caption a:visited,
#certificados_conteudo div span.caption a:active,
#certificados_conteudo div span.caption a:hover{
	text-decoration: none;
}

/*************************************************************************/
/** EQUIPA ***************************************************************/
/*************************************************************************/
#corpo div#equipa_menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 154px;
	height: 462px;
}

#equipa_menu ul{
	float: left;
	clear: both;
	width: 141px;
	margin: 0;
	padding: 10px 0 0 11px;
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
}

#equipa_menu ul li{
	float: left;
	clear: both;
	width: 141px;
	margin: 0 0 5px 0;
	padding: 0;
}

#equipa_menu ul li.active a,
#equipa_menu ul li.active ul li.active a{
	color: #F29324;
}

#equipa_menu ul li.active ul li a{
	color: #4C4C4C;
}

#equipa_menu ul li a:link,
#equipa_menu ul li a:visited,
#equipa_menu ul li a:active,
#equipa_menu ul li a:hover{
	text-decoration: none;
}

#equipa_menu ul ul{
	float: left;
	clear: both;
	width: 130px;
	padding-top: 2px;
	margin: 0;
}

#equipa_menu ul ul li{
	float: left;
	width: 130px;
	margin: 2px 0 0 0;
	padding: 0;
}

#corpo div#equipa_info{
	position: absolute;
	top: 0;
	right: 0;
	width: 512px;
	background-color: #FFF;
	z-index: 0;
	height: 454px;
	padding-top: 8px;
	border-left: 1px solid #96C9E6;
}

#corpo div#equipa_imagem{
	position: absolute;
	top: 0;
	right: 0;
	width: 512px;
	background-color: #FFF;
	z-index: 0;
	height: 462px;
	border-left: 1px solid #FFF;
}

#corpo div#equipa_info_conteudo{
	position: absolute;
	float: left;
	width: 440px;
	height: 450px;
	padding-left: 35px;
	padding-right: 25px;
	overflow: hidden;
}

#equipa_info_conteudo h1{
	float: left;
	height: 14px;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 1px 5px;
	background-color:#F29324;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

#equipa_info_conteudo h1.marketing{
	background-color:#666666;
}

#equipa_info_conteudo p{
	padding-left: 5px;
}

#equipa_info_conteudo p.direccao{
	padding-top: 30px;
	line-height: 14px;
}

#equipa_info_conteudo p.equipa{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#equipa_info_conteudo h1.primeiro,
#equipa_info_conteudo p.primeiro{
	margin-top: 15px;
}

/*************************************************************************/
/** GALERIA * ************************************************************/
/*************************************************************************/
#conteudo div#galeria{
	position:absolute;
	width: 666px;
	height: 454px;
	padding-top:8px;
	background-color:#FFF;
	z-index:0;
}

#galeria div#galeria_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#galeria_conteudo div{
	position: relative;
	float: left;
	clear: none;
	width: 197px;
	height: 170px;
	margin: 11px 11px 8px 0px;
}

#galeria_conteudo div div.caption{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 187px;
	height: 37px;
	padding: 5px 0 0 10px;
	margin: 0;
	line-height: 12px;
	background-image: url(../imagens/bg_caption_novidades.png);
}

#galeria_conteudo .caption span{
	position: relative;
	float: left;
	width: 110px;
}

#galeria_conteudo .caption img.botao_72,
#galeria_conteudo .caption img.botao_300{
	position: absolute;
	top: 6px;
}

#galeria_conteudo .caption img.botao_72{
	right: 44px;
}

#galeria_conteudo .caption img.botao_300{
	right: 6px;
}


/*************************************************************************/
/** PRESS RELEASES *******************************************************/
/*************************************************************************/
#corpo div.pressrelease{
	float: left;
	clear: none;
	width: 150px;
	padding: 20px 0 0 20px;
}

#corpo .pressrelease span.item{
	float: left;
	clear: both;
	width: 235px;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 15px;
	background-image: url(../imagens/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#conteudo div#pressarquivo{
	position:absolute;
	width: 666px;
	height: 454px;
	padding-top:8px;
	background-color:#FFF;
	z-index:0;
}

#pressarquivo div#pressarquivo_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#pressarquivo h1{
	font-size: 12px;
	margin-bottom: 2px;
}

#pressarquivo h1.primeiro{
	margin-top: 15px;
}

#pressarquivo a{
	color:#F29324;
	text-decoration: none;
}

/*************************************************************************/
/** LOGOS ****************************************************************/
/*************************************************************************/
#corpo div#logos,
#corpo div#manual{
	position: relative;
	float:left;
	clear: none;
	margin: 30px 30px 2px 30px;
}

#logos span.caption,
#manual span.caption{
	float: left;
	clear: both;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 15px;
	background-image: url(../imagens/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#logos div img,
#manual div img{
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

/*************************************************************************/
/** DOWNLOADS ************************************************************/
/*************************************************************************/
#conteudo div#downloads{
	position:absolute;
	width: 666px;
	height: 454px;
	padding-top:8px;
	background-color:#FFF;
	z-index:0;
}

#downloads div#downloads_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#downloads_conteudo div{
	position: relative;
	float: left;
	clear: none;
	width: 140px;
	height: 212px;
	margin: 11px 30px 2px 30px;
}

#downloads_conteudo div.desenhos{
	height: 135px;
}

#downloads_conteudo div img{
	display: block;
	margin: 0 auto;
}

#downloads_conteudo div span.caption{
	position: absolute;
	float: left;
	width: 140px;
	height: 32px;
	bottom: 0;
	padding: 0;
	margin: 0;
	line-height: 14px;
	text-align: center;
}

#downloads_conteudo div span.caption a, 
#downloads_conteudo div span.caption a:visited, 
#downloads_conteudo div span.caption a:active, 
#downloads_conteudo div span.caption a:hover {
	text-decoration:none;
}

#downloads_conteudo div span.caption a:hover {
	color: #F29324;
}

#downloads_conteudo div.desenhos span.caption{
	height: 18px;
	line-height: 18px;
	text-align: center;
}

/** DOWNLOADS - MANUAIS **************************************************/
#downloads_conteudo div.familia{
	float: left;
	clear: both;
	width: 499px;
	height: auto;
	display: inline;
}

#downloads_conteudo span.titulo{
	float: left;
	clear: both;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 20px;
	background-image: url(../imagens/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}



#downloads_conteudo div.subfamilia{
	float: left;
	clear: both;
	width: 459px;
	height: auto;
	margin: 0;
	padding:  10px 0 0 40px;
	display: inline;
}

#downloads_conteudo .subfamilia div{
	float: left;
	clear: both;
	width: 459px;
	height: auto;
	margin:  5px 0;
	padding:  5px 0;
	display: inline;
	background-color: #EFEFEF;
}

#downloads_conteudo .subfamilia div.subfamilia_cabecalho{
	padding:  0;
	background-color: #FFF;
}

div.subfamilia_cabecalho span{
	height: 35px;
}

span.nome,
span.instalacao,
span.utilizacao,
span.garantia{
	float: left;
	clear: none;
	width: 81px;
	text-align: center;
}

span.nome{
	width: 160px;
}

span.instalacao,
span.utilizacao,
span.garantia{
	border-left: 1px solid #7F7F7F;
}

/** Estado invisivel para JQuery **/

#downloads_conteudo div.subfamilia,
#downloads_conteudo div.subfamilia_cabecalho,
#downloads_conteudo div.subfamilia_linha{
	display: none;
}


/*************************************************************************/
/** CONTACTOS ************************************************************/
/*************************************************************************/
#conteudo div#contactos{
	position:absolute;
	width: 666px;
	height: 454px;
	padding-top:8px;
	background-color:#FFF;
	z-index:0;
}

#contactos div#contactos_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#conteudo div#info_contactos{
	float: left;
	clear: none;
	width: 230px;
	margin-top: 20px;
	margin-left: 30px;
}

#info_contactos div#contactos_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#info_contactos h1{
	margin-bottom: 8px;
	font-size: 9px;
	font-weight: normal;
}

#info_contactos p{
	line-height: 13px;
	margin-bottom: 20px;
}

#contactos_conteudo div#seleccao_distrito,
#contactos_conteudo div#prospectores,
#contactos_conteudo div#distribuidores{
	float: left;
	clear: both;
	margin: 20px 0 0 30px;
}

#seleccao_distrito span{
	float: left;
	margin-top: 5px;
}

#seleccao_distrito select{
	width: 200px;
}

#contactos_conteudo h1{
	font-size: 12px;
	font-weight: bold;
}

/*************************************************************************/
/** FORMULARIO DE CONTACTOS **********************************************/
/*************************************************************************/
form#formulario_contactos{
	float: left;
	clear: none;
	width: 370px;
	padding: 20px 0 0 20px;
}

#formulario_contactos div{
	float: left;
	clear: both;
	width: 370px;
	margin: 0;
	padding: 0;
	background-image: url(../imagens/bg_form_corpo.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#formulario_contactos div div.form_topo{
	float: left;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 13px;
	background-image: url(../imagens/bg_form_topo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#formulario_contactos div div.form_fundo{
	float: left;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 15px;
	background-image: url(../imagens/bg_form_fundo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#formulario_contactos div div.separador{
	position: relative;
	left: 10px;
	float: left;
	clear: both;
	width: 341px;
	height: 1px;
	padding: 5px 0;
	background-image: url(../imagens/form_separador.gif);
	background-position: left center;
	background-repeat: repeat-x;
	line-height: 0;
	font-size: 0;
}

#formulario_contactos div#form_destino,
#formulario_contactos div#form_mensagem{
	margin-bottom: 10px;
}

#formulario_contactos label{
	width: 110px;
}

select#assunto,
select#profissao{
	width: 221px;
}

input#assunto,
input#nome,
input#email,
input#telefone{
	width: 215px;
}

textarea#mensagem{
	width: 215px;
	height: 95px;
}

input#ficheiro{
	width: 220px;
	border: 1px solid #C5C7C8;
}

input#enviar{
	float: right;
	margin: 0px 10px 5px 0;
	padding: 0;
	border: none;
}

img#contactos{
	position: absolute;
	top: 395px;
	left: 50px;
}

/*************************************************************************/
/** FORMULARIO DE PRESS RELEASES *****************************************/
/*************************************************************************/
form#formulario_pressrelease{
	float: left;
	clear: both;
	width: 350px;
	padding: 20px 0 0 20px;
}

#formulario_pressrelease div{
	float: left;
	clear: both;
	width: 330px;
	margin: 0;
	padding: 0;
	background-image: url(../imagens/bg_formpressrelease_corpo.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#formulario_pressrelease div div.form_topo{
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
	height: 13px;
	background-image: url(../imagens/bg_formpressrelease_topo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#formulario_pressrelease div div.form_fundo{
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
	height: 15px;
	background-image: url(../imagens/bg_formpressrelease_fundo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#formulario_pressrelease div div.separador{
	position: relative;
	left: 10px;
	float: left;
	clear: both;
	width: 301px;
	height: 1px;
	padding: 5px 0;
	background-image: url(../imagens/form_separador.gif);
	background-position: left center;
	background-repeat: repeat-x;
	line-height: 0;
	font-size: 0;
}

#formulario_pressrelease label{
	width: 90px;
}

#formulario_pressrelease input#nome,
#formulario_pressrelease input#email,
#formulario_pressrelease input#morada,
#formulario_pressrelease input#meio{
	width: 195px;
}

#formulario_pressrelease input#enviar{
	float: right;
	margin: 0px 25px 5px 0;
	padding: 0;
	border: none;
}

/*************************************************************************/
/** FORMULARIO DE NEWSLETTERS ********************************************/
/*************************************************************************/
form#formulario_newsletters{
	position: relative;
	width: 370px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#formulario_newsletters div{
	float: left;
	clear: both;
	width: 370px;
	margin: 0;
	padding: 0;
	background-image: url(../imagens/bg_form_corpo.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#formulario_newsletters div div.form_topo{
	float: left;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 13px;
	background-image: url(../imagens/bg_form_topo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#formulario_newsletters div div.form_fundo{
	float: left;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 15px;
	background-image: url(../imagens/bg_form_fundo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#formulario_newsletters div div.separador{
	position: relative;
	left: 10px;
	float: left;
	clear: both;
	width: 341px;
	height: 1px;
	padding: 5px 0;
	background-image: url(../imagens/form_separador.gif);
	background-position: left center;
	background-repeat: repeat-x;
	line-height: 0;
	font-size: 0;
}

#formulario_newsletters label{
	width: 110px;
}

input#nome,
input#email,
input#localidade,
input#confemail{
	width: 215px;
}

input#enviar{
	float: right;
	margin: 0px 10px 5px 0;
	padding: 0;
	border: none;
}

/*************************************************************************/
/** POLITICA DE PRIVACIDADE **********************************************/
/*************************************************************************/
#conteudo div#politica{
	position:absolute;
	width: 666px;
	height: 454px;
	padding-top:8px;
	background-color:#FFF;
	z-index:0;
}

#conteudo div#politica_conteudo {
	position:absolute;
	width: 639px;
	height: 450px;
	left:0px;
	overflow:hidden;
	padding-left:15px;
}

#politica_conteudo p.com_margem{
	margin-top: 25px;
}

/*************************************************************************/
/** OUTROS ***************************************************************/
/*************************************************************************/
label.error{
	float: left;
	width: auto;
	margin-left: 130px;
	font-size: 9px;
	color:#F29324;
	text-align: left;
}

a.link_ficha,
a.link_ficha:visited,
a.link_ficha:active,
a.link_ficha:hover{
	text-decoration: none;
	color: #999;
}

