@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor:default;
}

a
{	
	text-decoration:none;
	cursor:hand;
	color:#000;
}


#header{
	min-width:960px;	
	height:auto;
	background-color:#FFF;
}

#headerContent{
	width:960px;
	height:100px;
	
}

#headerContentLeft{
	width:500px;
	height:100%;
	float:left;
}

#headerContentRight{
	width:460px;
	height:100%;
	float:right;
}

#logo{
	width:355px;
	height:50px;
	padding:0px 0px 0px 0px;
	margin:40px 0px 0px 0px;
}

#language{
	width:auto;
	height:auto;
	padding:5px 0px 0px 0px;
	margin:0px;	
}

#menu{
	width:313px;
	height:20px;
	padding:0px 0px 0px 0px;
	margin:13px 0px 0px 0px;
	border-bottom:#c3c2c3;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#menuOption
{
	font-size:14px;
	font-weight:700;
	float:left;
	margin:0px 0px 0px 0px;
	
}

#menuOption div a
{
	width:auto;
	height:auto;
	color:#999;
}

#menuOption div a:hover
{
	color:#000;
}

#menuOption div.titleCur {
	color:#000;
	border-bottom:#000000;
	border-bottom-style:solid;
	border-bottom-width:medium;
}

#headerBarContent{
	background-image:url(../images/HBC.jpg);
	background-repeat:repeat-x;
	width:960px;
	height:100%;
}

#headerBar{
	min-width:960px;
	background-image:url(../images/HBC.jpg);
	background-repeat:repeat-x;
	height:21px;
}


#contentBody{
	min-width:960px;
	min-height:680px;
	background-color:#f7f7f7;
	padding:0px 0px 30px 0px;
}

#content{
	width:960px;
	height:auto;
}

#contentLeft{
	
	width:620px;
	height:auto;
	float:left;	
}

#contentLine
{
	background-image:url(../images/VL.png);
	background-repeat:no-repeat;
	width:1px;
	height:300px;
	margin:55px 0px 0px 0px;
	float:left;	
}

#contentRight{
	
	width:312px;
	height:auto;
	float:right;	
	padding:40px 0px 0px 26px;
}

#contentPages{
	width:100%;
	min-height:680px;
	float:left;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#special
{
	
	width:100%;
	height:auto;
	
}
	
#special .title{
	font-size:15px;
	font-weight:700;
	text-align:left;
	margin:20px 0px 0px 0px;
}

#special .info{
	font-size:12px;
	font-weight:700;
	text-align:left;
	margin:-2px 0px 5px 0px;
}


#special .photo{
	width:auto;
	height:auto;
	float:left;
	margin:5px 0px 0px 0px;
}

#special .text{
	
	max-width:245px;
	height:auto;
	float:left;
	font-size:10px;
	font-weight:700;
	text-align:left;
	margin:7px 0px 0px 10px;
}

#special .text a:hover{
	color:#06F;
}

#currentProjects
{
	font-size:26px;
	font-weight:bolder;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}

#contentHL{
	background-image:url(../images/HL.png);
	background-repeat:no-repeat;
	width:100%;
	height:4px;
}

#smallcontentHL{
	background-image:url(../images/smallHL.png);
	background-repeat:no-repeat;
	width:100%;
	height:4px;
}

#contentProjectsBanner
{
	width:580px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}

#company
{
	width:578px;
	height:auto;
	margin:30px 0px 0px 10px;
}

#company .title{
	width:100%;
	font-size:20px;
	font-weight:600;
}

#company .text{
	width:100%;
	padding:10px 0px 0px 0px;
	font-size:14px;
	font-weight:500;
	height:60px;
	overflow:hidden;
}

#company .button
{
	width:55px;
	height:26px;
	padding:0px 0px 0px 515px;
}

#bottom
{
	width:100%;
	height:30px;
	background-color:#232323;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

#address
{
	width:760px;
	height:auto;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	color:#FFF;
	float:left;
}

#powered
{
	width:200px;
	height:auto;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	float:left;
	color:#FFF;
}

#powered a
{
	color:#FFF;
}

#powered a:hover
{
	color:#FFF;
}


#morada{
	width:100%;
	height:auto;
	margin:40px 0px 0px 0px; 
	text-align:left;
}

#morada .title{
	padding:0px 0px 10px 0px;
	font-size:20px;
	font-weight:600;
}

#morada a{
	color:#000;
}

#map{
	
	width:960px;
	height:auto;	
}