.clear{
	clear:both;
}
.entry{
	clear:both;
	padding-bottom:20px;
}
#centerMap{
	width:920px;
	background:url(images/bg_body.gif);
	margin:30px auto;
}
#overlayMenu{
	position:absolute;
	float:left;
	width:200px;
	height:277px;
	background:url(images/postit.png) no-repeat;
	top:300px;
}
#overlayMenu ul{
	margin-left:5px;
	list-style-type:none;
	margin-top:17px;
width:115px;
}
#overlayMenu ul li{
	background:url(images/flag_small.png) no-repeat left;
	padding-left:25px;
	padding-top:5px;
	cursor:pointer;
}
#overlayMenu ul li:hover{
	background:url(images/flag_small_hover.png) no-repeat left;
}
#map{
	background:url(images/map.png) no-repeat;
	width:600px;
	height:850px;
	position:relative;
	margin: 0 auto;
}
.pin{
	background:url(images/flag.png) no-repeat;
	width:37px;
	height:36px;
	display:block;
	border:medium none;
	position:absolute;
	cursor:pointer;
}
.pin:hover{
	background:url(images/flag_hover.png) no-repeat;
}
.caldas{
	left:249px;
	top:400px;
}
.guarda{
	left:424px;
	top:282px;
}
.lisboa{
	left:243px;
	top:481px;
}
.alcanena{
	left:284px;
	top:400px;
}
.santarem{
	left:295px;
	top:423px;
}
.ramada{
	left:233px;
	top:476px;
}
.tnovas{
	left:307px;
	top:403px;
}
.tvedras{
	left:237px;
	top:440px;
}
.portalegre{
	left:408px;
	top:419px;
}
/* tooltip styling */
#tooltips {
	display:none;
	background:url(images/black_arrow_big.png);
	height:163px;
	padding:30px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}.tooltip_caldas{	background:url(images/black_arrow_big_caldas.png) !important;	height:490px !important;	padding:30px 30px 10px 30px;	width:310px;	font-size:11px;	color:#fff;}.tooltip_caldas .inner_caldas{	height:163px;	display:block;}

/* a .label element inside tooltip */
#tooltips .label {
	color:red;
	font-weight:bold;
	width:35px;
}

#tooltips a {
	color:#4890C8;
	font-size:11px;
	font-weight:bold;
}
