@charset "utf-8";

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	background:#063048;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

.thrColFix #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../images/css/img_fundo.jpg);
	background-repeat:no-repeat;
	border:2px solid white;
}

.thrColFix #Sidebar1_empresa {
	float: left; /* since this element is floated, a width must be given */
	width: 232px;
	height:600px;
	background-image:url(../images/css/img_canto_esq_empresa.jpg);
	background-repeat:no-repeat;
	background-position: 0 300px;
	/*border: 1px solid green;*/
}

.thrColFix #Sidebar1_produtos {
	float: left; /* since this element is floated, a width must be given */
	width: 232px;
	height:600px;
	background-image:url(../images/css/img_canto_esq_prod_serv.jpg);
	background-repeat:no-repeat;
	background-position: 0 300px;
	/*border: 1px solid green;*/
}

.thrColFix #Sidebar1_localizacao {
	float: left; /* since this element is floated, a width must be given */
	width: 232px;
	height:600px;
	background-image:url(../images/css/img_canto_esq_empresa.jpg);
	background-repeat:no-repeat;
	background-position: 0 300px;
	/*border: 1px solid green;*/
}

.thrColFix #Sidebar1_destaques {
	float: left; /* since this element is floated, a width must be given */
	width: 232px;
	height:600px;
	background-image:url(../images/css/img_canto_esq_destaques.jpg);
	background-repeat:no-repeat;
	background-position: 0 300px;
	/*border: 1px solid green;*/
}

.thrColFix #Sidebar1_contactos {
	float: left; /* since this element is floated, a width must be given */
	width: 232px;
	height:600px;
	background-image:url(../images/css/img_canto_esq_contactos.jpg);
	background-repeat:no-repeat;
	background-position: 0 300px;
	/*border: 1px solid green;*/
}

.thrColFix #Sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	height:600px;
	/*border: 1px solid green;*/
}

.thrColFix #mainContent {
	margin: 0 247px 0 234px;
	height:600px;
	padding-right:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border: 1px solid red;*/
}

.linguas {
	margin-top: 10px;
	color: #abb737;
	/*border: 1px solid red;*/
}



/************ Menu *************/

.thrColFix #menu_area {
	margin-top:50px;
	width: 232px;
	/*border: 1px solid green;*/
}

.thrColFix #menu_area_left {
	margin:0;
	padding:0;
	float:left;
	width:161px;
	/*border: 1px solid blue;*/
}

.thrColFix #menu_area_right {
	float:right;
	width:71px;
	height:174px;
	/*border: 1px solid red;*/
}

#menu_area_left ul li {
	margin:0;
	padding:0;
	padding-bottom: 3px;
	list-style-type: none;
	text-align: right;
	font-weight:bold;
	/*border:1px solid yellow;*/
}

#menu_area_left ul li a {
	margin:0;
	padding:0;
	margin-right:5px;
	color: #ffffff;
	text-decoration: none;
	/*border:1px solid blue;*/
}

#menu_area_left ul li img {
	margin:0;
	padding:0;
	/*border: 1px solid red;*/
}

#menu_area_left ul li a:hover {
	/*color: #abb737;*/
	color: #b5cc0c;
	text-decoration: none;
}

#menu_area_left ul li a.active {
	/*color: #abb737;*/
	color: #b5cc0c;
	text-decoration: none;
}

/* Para não aparecer border a picotado nos links no mozilla */
#menu_area_left ul li a:active {
	outline:none;
}

#menu_area_left ul li a:visited {
	outline:none;
}
/*********** Fim Menu ************/

/********* Area de Acesso Restrito *********/

.thrColFix #restrict_access {
	margin-top:25px;
	margin-left:30px;
	width: 150px;
	/*border: 1px solid green;*/
}

#restrict_access .restrict_access_title {
	font-weight:bold;
	/*border: 1px solid red;*/
}

#restrict_access .login_area {
	height:32px;
	margin-top:5px;
	padding-bottom:1px;
	background-image:url(../images/css/fundo_login.jpg);
	background-repeat:no-repeat;
	background-position: 0px 14px;
	/*border: 1px solid red;*/
}

#restrict_access #login_area_IE .login_area {
	background-position: 0px 15px;
}

#restrict_access .login_area span {
	margin-left:1px;
}

#restrict_access .login {
	width:78px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:3px;
	margin-left:7px;
	border: 0;
}

#restrict_access .password_area {
	height:32px;
	margin-top:5px;
	padding-bottom:1px;
	background-image:url(../images/css/fundo_password.jpg);
	background-repeat:no-repeat;
	background-position: 0px 14px;
	/*border: 1px solid red;*/
}

#restrict_access #password_area_IE .password_area {
	background-position: 0px 15px;
}

#restrict_access .password_area span {
	margin-left:1px;
}

#restrict_access .password {
	width:78px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:4px;
	margin-left:7px;
	border:0;	
}

#restrict_access #password_area_IE .password {
	width:78px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:3px;
	margin-bottom:1px;
	margin-left:7px;
}

#restrict_access .password_area .botao {
	margin-top:2px;
	vertical-align: bottom;
	margin-left: 13px;
}

#restrict_access #password_area_IE .password_area .botao {
	margin-top:3px;
	vertical-align: bottom;
	margin-left: 13px;
}
/************* Fim Area de Acesso Restrito ************/

/********* Main Content ***********/

#mainContent .mainContent_menu {
	margin-top:172px;
	font-size:18px;
	font-weight:bold;
	/*border: 1px solid blue;*/
}

.mainContent_menu a {
	color: #FFFFFF;	
	text-decoration: none;
}

.mainContent_menu a:hover {
	/*color: #abb737;*/
	color: #b5cc0c;
	text-decoration: none;
}

.mainContent_menu a.active {
	/*color: #abb737;*/
	color: #b5cc0c;
}

/* Para não aparecer border a picotado nos links no mozilla */
.mainContent_menu a:active {
	outline:none;
}

.mainContent_menu a:visited {
	outline:none;
}

/******* MainContent Página Empresa **********/

#mainContent .mainContent_text {
	font-size:12px;
	margin-top:60px;
	/*padding-right:40px;*/
	text-align:left;
	line-height:11pt;
	/*border: 1px solid blue;*/
}

.mainContent_text .topicos_empresa {
	margin-top:20px;
	padding-left:80px;
	/*color: #abb737;*/
	color: #b5cc0c;
	/*border: 1px solid red;*/
}

.mainContent_text ul li span {
	margin:0;
	padding:0;
	color: #FFFFFF;
	text-decoration:none;
}

.mainContent_text ul li a {
	margin:0;
	padding:0;
	color: #FFFFFF;
	text-decoration:none;
}

.mainContent_text ul a:hover {
	/*color: #abb737;*/
	color: #b5cc0c;
	text-decoration: none;
}

/* Para não aparecer border a picotado nos links no mozilla */
.mainContent_text ul a:active {
	outline: none;
}

.mainContent_text ul a:visited {
	outline: none;
}

.mainContent_text .certificados {
	margin-top:30px;
	/*border: 1px solid red;*/
}

.mainContent_text .certificados img {
	margin:0px;
	margin-right:50px;
	border: 1px solid white;
}

.mainContent_text .certificados a {
	color: #FFFFFF;
	text-decoration:none;
}

.mainContent_text .certificados a:hover {
	color: #b5cc0c;
}

.mainContent_text .certificados .botao_mais {
	margin-left: 10px;
	margin-bottom:30px;
	border:0;	
	/*border:1px solid blue;*/
}
.mainContent_text img {
	margin-top:20px;
	margin-right:30px;
	border: 1px solid white;
}
/***** Fim MainContent Página Empresa ******/

/***** MainContent Página Recursos ********/
.mainContent_text p {
	margin-top:20px;
}

.mainContent_text .paragraph {
	margin-top:5px;
}

#mainContent .navpage_area {
	font-size:12px;
	margin-top:20px;
	padding-left:86px;
	padding-bottom:3px;
	background-image:url(../images/css/border_anterior_proximo.png);
	background-repeat:no-repeat;
	background-position:76px;
	/*border:1px solid blue;*/
}

.navpage_area #navpage_first {
	padding-left:94px;
}
.navpage_area ul li {
	display:inline;
	margin-right:40px;
	/*border:1px solid red;*/
}

.navpage_area ul li a {
	margin:0;
	padding:0;
	color: #FFFFFF;
	text-decoration:none;	
}

.navpage_area ul li a:hover {
	color: #b5cc0c;
	text-decoration: none;
}

/* Para não aparecer border a picotado nos links no mozilla */
.navpage_area ul li a:active {
	outline:none;
}

.navpage_area ul li a:visited {
	outline:none;
}

.navpage_area ul li span {
	color: #b5cc0c;
}
/******* Fim Página Recursos *************/

/******** Caminho ************/
#mainContent .path {
	font-size:12px;
	margin-top:5px;
	padding-left:16px;
	text-align:left;
	color: #b5cc0c;
	/*border: 1px solid red;*/
}

.path ul li a {
	margin:0;
	padding:0;
	color: #FFFFFF;
	text-decoration:none;
}

#mainContent .path .level_1 {
	font-weight:bold;
	/*border:1px solid blue;*/
}

#mainContent .path .level_2 {
	font-size:12px;
	margin-top:5px;
	margin-left:15px;
	text-align:left;
	color: #b5cc0c;
	/*border: 1px solid red;*/
}

.level_2 li a {
	color: #FFFFFF;
	text-decoration:none;	
}
/******** Fim Caminho ************/

/***** MainContent Página Produtos ********/
#mainContent .mainContent_produtos {
	/*margin-top:60px;*/
	margin-top:63px;
	/*border:1px solid red;*/
}

.mainContent_produtos #categoria_produtos {
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	margin-left:3px;
	/*border:1px solid green;*/
}

.mainContent_produtos #categoria_produtos_IE #categoria_produtos {
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	margin-left:0px;
	/*border:1px solid red;*/
}

.mainContent_produtos .column_left {
	/*border: 1px solid red;*/
}

.mainContent_produtos .column_center {
	padding-left:10px;
	/*border: 1px solid red;*/
}

.mainContent_produtos .column_right {
	padding-left:17px;
	/*border: 1px solid red;*/
}

.mainContent_produtos .title_cat {
	margin-top:8px;
	margin-bottom:29px;
	/*border:1px solid red;*/
}

.mainContent_produtos #categoria_produtos a {
	text-decoration:none;
	color:#FFFFFF;
	/*border:1px solid red;*/
}
/******** Fim mainContent Página Produtos *********/

/******** Página Links Produto ************/
#mainContent .links{
	margin-top:44px;
	/*border:1px solid blue;*/
}

#mainContent .links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border: 1px solid red;*/
}

#mainContent .links ul li {
	margin: 0 0 5px 0px;
}

#mainContent .links li a {
	display: block;
	width: 33em;
	height:18px;
	text-decoration: none;
	padding: 4px 2px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #05a1c7;
}

#mainContent .links li a:hover {
	background: #b5cc0c;
	text-decoration: none;
}

#mainContent .botao_voltar {
	font-size:12px;
	/*margin-top:18px;*/
	margin-top: 25px;
	padding-left:176px;
	padding-bottom:3px;
	background-image:url(../images/css/border_botao_voltar.png);
	background-repeat:no-repeat;
	background-position:166px;
	/*border:1px solid blue;*/
}

.botao_voltar a {
	color: #FFFFFF;
	text-decoration:none;
}

.botao_voltar a:hover {
	color: #b5cc0c;
	text-decoration: none;
}

/* Para não aparecer border a picotado nos links no mozilla */
.botao_voltar a:active {
	outline:none;
}

.botao_voltar a:visited {
	outline:none;
}
/******** Fim Página Links Produto ************/

/******* MainContent Página Destaques **********/

.thrColFix #mainContent2_destaques {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	height:600px;
	/*border: 1px solid green;*/
}

.thrColFix #mainContent_destaques {
	margin: 0 332px 0 234px;
	height:600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border: 1px solid red;*/
}
#mainContent_destaques .mainContent_menu {
	margin-top:172px;
	font-size:18px;
	font-weight:bold;
	/*border: 1px solid blue;*/
}
#mainContent_destaques .mainContent_text {
	font-size:12px;
	margin-top:60px;	
	padding-right:5px;
	text-align:left;
	line-height:11pt;
	/*border: 1px solid blue;*/
}
/******* Fim Página Destaques ***********/

/****** Página Localização **********/
#mainContent #map {
	width: 370px;
	height: 300px;
	margin-top:60px;
	text-align:left;
	border: 1px solid white;
	color:#000;
}
/****** End Página Localização ******/

/******* MainContent Página Contactos **********/

.thrColFix #mainContent2_contactos {
	float: right; /* since this element is floated, a width must be given */
	width: 340px;
	height:600px;
	/*border: 1px solid green;*/
}

.thrColFix #mainContent_contactos {
	margin: 0 332px 0 234px;
	height:600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11pt;
	/*border: 1px solid red;*/
}

#mainContent2_contactos .mainContent_text {
	font-size:12px;
	margin-top:200px;	
	padding-right:5px;
	text-align:left;
	line-height:11pt;
	/*border: 1px solid blue;*/
}

#mainContent_contactos .mainContent_menu {
	margin-top:176px;
	font-size:18px;
	font-weight:bold;
	/*border: 1px solid blue;*/
}

.mainContent_menu a {
	color: #FFFFFF;	
	text-decoration: none;
}

.mainContent_menu a:hover {
	/*color: #abb737;*/
	color: #b5cc0c;
	text-decoration: none;
}

.mainContent_menu a.active {
	/*color: #abb737;*/
	color: #b5cc0c;
}

.mainContent_text span.topicos {
	font-weight:bold;
}

.mainContent_text p.endereco {
	margin-top:5px;
}

/******* Formulário Contactos *******/
#infoForm {
	width: 290px;
	margin-top:60px;
	/*border: 1px solid red;*/
}

#infoForm .form_contact {
	margin-top:5px;
	/*border:1px solid blue;*/
}
#infoForm .form_contact label {
	float:left;
	padding:1px 5px 0px 0px;
	/*font-size:12px;*/
	text-align:right;
	width:85px;
	/*border:1px solid red;*/
}

#infoForm .form_contact input {
	width:180px;
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:1px;
	border: solid 1px #666666;
}

#infoForm .form_contact textarea {
	width:180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:1px;
	border: solid 1px #666666;
	height:82px;
}

#infoForm #form_checkbox {
	margin-top:10px;
	margin-left:90px;
	/*font-size:12px;*/
}

#infoForm #buttons {
	margin-top:15px;
	margin-left:90px;
}

#infoForm input.button {
	height:23px;
	width: 65px;
	background-color:#99cc00;
	color: #FFFFFF;
	cursor:pointer;
	border: solid 1px #666666;
}

#mainContent_contactos .nota_atencao {
	margin-top:20px;
	width:290px;
	/*border: 1px solid red;*/
}

#mainContent2_contactos #content_errors {
	margin-top:5px;
	font-size:11px;
	/*border:1px solid red;*/
}
#content_errors .infoError {
	text-align:left;
	color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	/*border:1px solid #656565;*/
}

#content_errors .success_message {
	text-align:left;
	/*color: #b5cc0c;*/
	color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFF;
	font-weight:bold;
	/*border:1px solid #656565;*/
}
/***** Fim Formulário Contactos ********/
/***** Fim MainContent Página Contactos ******/

/******** Fim Main Content **********/

/******** Etiqueta Lado Inferior Direito *********/

#Sidebar2 #etiqueta {
	/*height:282px;
	margin-top:287px;*/
	height:341px;
	margin-top:228px;
	background-image:url(../images/css/img_fundo_etiq_direit.jpg);
	background-repeat:no-repeat;
	padding-top:31px;
	/*border: 1px solid red;*/
}

#etiqueta .titulo_etiqueta {
	font-size:14px;
	font-weight:bold;
	/*margin-top:31px;*/
	padding-left: 60px;
	/*border: 1px solid red;*/
}

#etiqueta #container_destaque {
	height:237px;
	margin-top:12px;
	margin-left:7px;
	margin-right:24px;
	margin-bottom:12px;
	padding-left:15px;
	padding-right:15px;
	/*border: 1px solid blue;*/
}

#container_destaque .foto_container {
	width:180px;
	height:100px;
	border: 1px solid #acacac;
}

.foto_container img {
	margin-left:74px;
}

#container_destaque .noticia_container {
	width:180px;
	height:128px;
	margin-top:5px;
	/*border: 1px solid red;*/
}

.noticia_container .noticia_container_titulo {
	font-size:15px;
	font-weight:bold;
	color: #b5cc0c;
	/*border:1px solid green;*/
}

.noticia_container .noticia_container_subtitulo {
	font-size:12px;
	font-weight:bold;
	color:#05a5bf;
	/*border:1px solid green;*/
}

.noticia_container .noticia_container_text {
	max-height:235px;
	margin-top:10px;
	font-size:9px;	
	color:#999999;
	/*border:1px solid blue;*/
}

.noticia_container .noticia_container_text p {
	margin-top:4px;
}

/********* Footer ************/

#footer {
	width: 902px;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	margin-top:2px;
	/*border: 1px solid red;*/
}

#footer .leftCtr {
	float: left;
	text-align:left;
	font-size:10px;
	/*border: 1px solid blue;*/
}

#footer .rightCtr {
	float: right;
	text-align:right;
	/*border: 1px solid blue;*/
}

/******** End Footer ************/

#close {
	text-align: center;
}
#close a {
	color: #686868;
	text-decoration: underline;
}
#close a:hover {
	color: #EA4E28;
}
#lingua a {
	margin:0;
	padding:0px;
	margin-right:5px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	/*border:1px solid blue;*/
}
#lingua a:hover {
	/*color: #abb737;*/
	color: #b5cc0c;
	text-decoration: none;
}
