.globalContentContainer h2{
	margin: 14px 0px 8px 0px;
}

.globalContentContainer h2 span{
	display: block;
	font-size: 18px;
}

.globalContentContainer > ul > li{
	padding-bottom: 6px;
}

.globalContentContainer > ul > li >ul{
	list-style-type: circle;
	list-style-position: inside;
}


#content-header{
	display: block;
	border-bottom: 1px #e4edd3 solid;
	margin-bottom: 30px;
}

#header-testesSaude-img{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 216px;
	height: 196px;
	background: url('/images/semana.jpg') no-repeat center;
	margin: 30px 30px 0px 20px;
	vertical-align: top;	
}

#header-manipulados-img{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 216px;
	height: 196px;
	background: url('/images/manipulados.jpg') no-repeat center;
	margin: 30px 30px 0px 20px;
	vertical-align: top;	
}

#header-testesSaude-text{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 610px;
	vertical-align: top;
	padding-top: 30px;
}


/* Contactos */
div#contactosMorada, div#telefones, div#redes{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align: top;
	padding-bottom: 40px;
	
}

div#contactosMorada{
	width: 350px;
}
div#telefones{
	width: 200px;
}
div#redes{
	width: 250px;
}