@charset "utf-8";
/******************************************
	CSS Document | www.ac-conta.com
	    All Rights Reserved 2009
	   powered by www.pmelink.pt
******************************************/


/******************************************
				LAYOUT
******************************************/

*{
	margin:0;
	padding:0;
}

#page{
	font: 12px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
	background:url(../imagens/bg.jpg) top right no-repeat;
	background-color:#F3F4F8;
}

#contentWrap{
	background:url(../imagens/wrapper.jpg) no-repeat;
	margin:0 auto;
	position:relative;
	width:854px;
	height:575px;
}

#logo{
	position:absolute;
	width:104px;
	height:104px;
	margin:105px 0;
}

#leftBox{
	width:350px;
	height:461px;
	position:absolute;
	margin:71px 0 0 129px;
}
	.leftCont{
	overflow:auto;
	position:relative;
	width:300px;
	height:420px;
	padding-right:10px;
	margin:20px 10px auto 20px;
	}
		
		#mapa{
		overflow:hidden;
		margin-top:10px;
		margin-left:5px;
		width:291px;
		height:370px;		
		}
		
/*		.leftCont #morada{
		margin-top:235px;
		}
*/
		
		.leftCont #morada p{
		color:#666666;
		font-size:11px;		
		text-align:center;
		line-height:12px;
		}

#rightBox{
	width:350px;
	height:461px;
	position:absolute;
	margin:71px 0 0 479px;
}

#credits{
	font-size:10px;
	color:#F27024;
	position:absolute;
	width:200px;
	height:20px;
	margin:540px 0 0 45px;
}

	#credits a,
	#credits a:visited{
		color:#F27024;
		font-weight:bolder;
		text-decoration:none;
	}
	
	#credits a:hover{
		color:#F27024;
		font-weight:bolder;
		text-decoration:underline;
	}
