@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.twoColFixRtHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:520px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
} 
a:link, a:hover, a:visited, a:active {
	color:#7a68ae;
}
.index {
	background-image: url(imgs/back_home.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.empresa {
	background-image: url(imgs/back_empresa.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.servicos {
	background-image: url(imgs/back_servicos.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.contactos {
	background-image: url(imgs/back_contactos.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.mnCol1 {
	display: block;
	float: right;
	width: 204px;
	margin-right: 20px;
	margin-left: 350px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 30px;
}
.mnCol2 {
	display: block;
	width: 205px;
	float: right;
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636466;
	margin-right: 40px;
}
.mnCol3 {
	display: block;
	float: right;
	width: 600px;
	margin-right: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 30px;
	vertical-align: bottom;
	border: 1px solid red;
}
.mnCol4 {
	display: block;
	width: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	position: relative;
	left: -420px;
	top: -86px;
	clear: both;
}
#flasher2 {
	left: -85px;
	width: 560px;
	top: 45px;
	display: none;
	z-index: 5;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 25px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:486px;
	background-image: url(imgs/fundo_sidebar.png);
	background-repeat: repeat-y;
}

.twoColFixRtHdr #mainContent {
	margin: 0 30px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:486px;
} 
.twoColFixRtHdr #mainContent2 {
	margin: 0 30px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:486px;
	border: 4px solid red;
}

.twoColFixRtHdr #footer {
	position:relative;
	top:-1px;
	margin-left:20px;
	padding:0 10px 0 0;
} 

#footer #inner {
	height:34px;
	display: block;
	background-image: url(imgs/foot_bg.gif);
	margin-right: 15px;
	/*padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;*/
	padding:0 10px 0 5px;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #footer #inner #menu {
	text-align: right;
	vertical-align: top;
	display: block;
	height: 34px;
	width: auto;
	padding-top: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
#menu a:active {
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px;
}
#menu a:link {
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px;
}
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px;
}
#menu a:hover {
	/*color:#7a68ae;*/
	color:#c1badc;
	text-decoration:none;
	padding-left: 10px;
}
.mnCol1 a:active, .mnCol1 a:link, .mnCol1 a:visited, .mnCol1 a:hover {
	color: #636466;
	text-decoration:none;	
}
.sele a:active , .sele a:link, .sele a:visited, .sele a:hover {
	color: #7a68ae;
	font-weight:bold;
	text-decoration:none;	
}
.msala a:active, .msala a:link, .msala a:visited, .msala a:hover {
	text-decoration:none;
	font-size: 12px;
}
.EQnome {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a68ae;
	font-weight: bold;
}
.EQfunc {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9c9e9f;

}
.EQdesc {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636466;
}
#posic {
	position: relative;
}
.portMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #646567;
	display: block;
	margin-bottom: 14px;
	text-align: right;
}
.cliportMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #646567;
	display: block;
	margin-bottom: 2px;
}

#pInfoTit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9c9e9f;
	width: 55%;
	float: left;
	display: block;
	clear: both;
}
#pImagem {
	width: 636px;
	height: 400px;
	padding-left: 8px;
}
#pInfoTit .pInfoBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#pInfoTit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9c9e9f;
	width: 35%;
	display: block;
	float: right;
	margin-right: 10px;
	text-align: right;
}
#portServicos, #portClientes  {
	display: block;
	color: #9c9e9f;
}
.mm {
	text-align: right;
	width: 488px;
	position: relative;
	left: -400px;
}
.mm img {
	display:none;
}
.mm object {
	display:none;
}

#inner1 {
	display:block;
	float:right;
	padding-top:1px;	
}
#elmapa {
	display: none;
}
#elcontacto {
	display: none;
	background-color: #c7c8ca;
	width:270px;
	height:260px;
}
#elcontacto2 {
	display: block;
	background-color: #c7c8ca;
	width:auto;
	height:auto;
	padding-top:26px;
	padding-bottom:7px;
	padding-right:7px;
	padding-left:7px;	
}

#elcontacto2 form {
	background-color: #ffffff;
	padding:13px;
	margin-right:0px;
	margin-left:0px;
}

#elcontacto2 span {
	font-size:9px;
	font-weight:bold;
	width:49%;
	float:left;
}

#elcontacto2 label {
	display: block;
	color: #636466;
	font-size: 9px;
	font-weight: bold;
}
#elcontacto2 input {
	margin-top:3px;
	margin-bottom:3px;		
	background-image: url(imgs/controlos3.gif);
	font-size: 14px;
	color: #000000;
	border: 1px solid #333333;
	width: 100%;
}
#elcontacto2 textarea {
	margin-top:3px;
	margin-bottom:3px;	
	background-image: url(imgs/controlos3.gif);
	font-size: 14px;
	color: #000000;
	border: 1px solid #333333;
	width: 100%;
}
#elmapa iframe {
	border: 5px solid #f9f9f9;
}
.portHold {
	background-color: #dedfe0;
	width: 73px;
	height: 73px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 8px;
}
#paginacao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7a68ae;
	width: 25px;
	height: 18px;
	text-align: center;
	display: none;
	float: right;
	position: relative;
	top: -20px;
	left: -20px;
}
#mais {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	display: none;
	cursor: pointer;
	position: relative;
	top: -20px;
	left: -20px;
	float: right;
}

#paginacao span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7a68ae;
	display: block;
	width: auto;
}
.setas {
	display: none;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
