/*###################################

	Energy Profiler
		
	
	Code by:
	http://exotrik.net
	
	For:
	http://kriacao.pt
		
####################################*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4a433a;
	margin: 0;
	padding: 0;
	overflow: auto;
	background: #e6e3df url('images/bg.png') repeat-x top center;
}

#all {
	position: relative;
	margin: 0 auto;
	width: 967px;
	background: url('images/bg_all.png') repeat-y top center;
}


/* HEADER
-----------------------------------------*/

#header {
	width: 963px;
	height: 115px;
	background: url('images/header.png') no-repeat top left;
	margin: 0 auto;
}
#header h1 {
	margin: 0;
}

#header a {
	width: 963px;
	height: 115px;
	display: block;
	float: left;
	background: none;
	text-indent: -10000px;
}

/* FOOTER
-----------------------------------------*/

#footer {
	position: relative;
	display: block;
	width: 913px;
	clear: both;
	margin: 10px auto;	
	font-size: 10px;
	color: #4a433a;
}
#footer ul, #footer li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#footer img {
	vertical-align: middle;
}
#footer .alignRight {
	float: right;
}

#footer a:link,  #footer a:visited { color: #4a433a; text-decoration: none; }
#footer a:hover, #footer a:active  { color: #F15A24; }

#footer hr { display: none; }

#footer_erse {
	position: relative;
	margin: 0 auto;
	width: 967px;
}

#footer_erse a {
	width: 967px;
	height: 46px;
	background: url('images/erse.png') no-repeat;
	display: block;
	float: left;
	text-indent: -10000px;
	margin-bottom: 8px !important;
}

/* MENU
-----------------------------------------*/

#menu {
	margin: 0 auto;
	margin-top: 1px;
	width: 963px;
	height: 35px;
	position: relative;
}
#menu ul {
	
}
#menu ul, #menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul a {
	margin: 0;
	padding: 0;
	width: 90px;
	height: 35px;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
}
#menu li {
	float: left;
	position: relative;
}

#menu li a:link { background-position: top; }
#menu li a:hover, #menu li .selected { background-position: bottom !important; }

#menu #menu_01 { background: url('images/menu_01.png') no-repeat; width: 160px; }
#menu #menu_02 { background: url('images/menu_02.png') no-repeat; width: 210px; }
#menu #menu_03 { background: url('images/menu_03.png') no-repeat; width: 184px; }
#menu #menu_04 { background: url('images/menu_04.png') no-repeat; width: 074px; }
#menu #menu_05 { background: url('images/menu_05.png') no-repeat; width: 107px; }
#menu #menu_06 { background: url('images/menu_06.png') no-repeat; width: 107px; }
#menu #menu_07 { background: url('images/menu_07.png') no-repeat; width: 121px; }


#preloadRolloverImages {
	width: 0px;
	height: 0px;
	display: inline;
	background: url('images/menu_01.png');
}



/* CONTENT
-----------------------------------------*/
img {
	text-decoration: none;
	border: none;
}

::-moz-selection { 	/* selected-text */
	background: #4a433a;
	color: #FFF;
}
::selection { 		/* selected-text */
	background: #4a433a;
	color: #FFF;
}


#content_top {
	width: 953px;
	float: left;
	background: #FFFFFF;
	padding: 20px 0px 10px 10px;
}
#content_main {
	width: 943px;
	float: left;
	background: #D9D5D0;
	padding: 10px 0px 10px 20px;
}
#content_top li,
#content_main li{
	margin-bottom:3px;
}
.leftDiv {
	width: 600px;
	float: left;
	position: relative;
	display: block;
}
.rightDiv {
	width: 310px;
	float: right;
	position: relative;
	display: block;
	margin-left: 20px;
}

#content_main_menu {
	width 963px;
	height: 25px;
	background: #565147;
	margin: 0 0 1px 0;
}
#content_main_menu a {
	width: 120px;
	height: 25px;
	display: block;
	text-indent: -10000px;
	float: left;
	margin-right: 25px;
}
#contentMainMenu_resultados {  		 background: url('images/contentMainMenu_resultados.png'); margin-left: 20px; }
#contentMainMenu_resultados:hover {  background: url('images/contentMainMenu_resultados_hover.png'); }

#contentMainMenu_publicacoes { 	width: 200px !important;	 background: url('images/contentMainMenu_publicacoes.png'); }
#contentMainMenu_publicacoes:hover { width: 200px;	background: url('images/contentMainMenu_publicacoes_hover.png'); }

#contentMainMenu_objectivos { 		 background: url('images/contentMainMenu_objectivos.png'); margin-left: 20px; }
#contentMainMenu_objectivos:hover {  background: url('images/contentMainMenu_objectivos_hover.png'); }

#contentMainMenu_metodologia { 	 	 background: url('images/contentMainMenu_metodologia.png'); }
#contentMainMenu_metodologia:hover { background: url('images/contentMainMenu_metodologia_hover.png'); }

/* Coluna Direita
-----------------------------*/

.contact {
}
.contact h2 {
	display: none;
}
.contact fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.contact textarea {
	height: 100px;
	overflow: auto;
}
.contact input[type="text"], 
.contact textarea, 
.contact input[type="submit"] {
    width: 280px;
    max-width: 280px;
	color: #565147;
	font-family: Arial, Sans-Serif;
    border: 1px solid #837666;
    font-size: 11px;
    margin-bottom: 4px;
    padding: 3px 10px;
}
.contact textarea {
	height: 47px;
	max-height: 47px;
}
.contact input[type="submit"] {
    width: 280px;
    max-width: 280px;
	height: 15px;
	background: transparent url('images/contact_submit_btn.png');
	border: none;
	text-indent: -10000px;
	/* IE text-indent fix */
	font-size: 0px;
	line-height: 0px;
	/*text-transform: capitalize; /* another solution */
}
p{
	line-height:1.5;
}
.contact input[type="submit"]:hover, .contact input[type="submit"]:focus {
	background: transparent url('images/contact_submit_btn_hover.png') no-repeat;
	border: none;
}
.contact input[type="text"]:focus, .contact textarea:focus {
	border: 1px solid #4A433A;
	color: #4A433A;
}

/* Coluna Conteúdo
-----------------------------*/
#content {
	position: relative;
	margin: 0 auto;
	width: 963px;
}
#content hr {
	width: 963px;
	height: 1px;
	border: 0;
	background: #837666;
	margin: 1px 0;
	display: block;
	clear: both;
}
#content hr.hr_mini {
	width: 100%;
	height: 3px;
	border: 0;
	background: url('images/hr_dotted.png') repeat-x left bottom;
	margin: 1px 0 0 0;
	display: block;
	clear: both;
}


.leftDiv h2.h2_ultimasnov {   background: url('images/h2_ultimas_novidades.png') no-repeat; text-indent: -10000px; }
#leftDiv h2.h2_apresentacao { background: url('images/h2_apresentacao.html') no-repeat; }
#leftDiv h2.h2_descricao { 	  background: url('images/h2_descricao.html') no-repeat; }
#leftDiv h2.h2_tipologias {   background: url('images/h2_tipologias.html') no-repeat; }
#leftDiv h2.h2_materiais {	  background: url('images/h2_materiais.html') no-repeat; }
#leftDiv h2.h2_localizacao {  background: url('images/h2_localizacao.html') no-repeat; }
#leftDiv h2.h2_entidades {    background: url('images/h2_entidades.html') no-repeat; }
#leftDiv h2.h2_contactos { 	  background: url('images/h2_contactos.html') no-repeat; }


.leftDiv p.pB {
	margin: 0;
	background: url('images/bullet_arrow02.png') no-repeat left 12px;
	padding: 10px 0 10px 15px;
}
.leftDiv p.pBd {
	margin: 0;
	background: #E1DDD9 url('images/bullet_arrow02.png') no-repeat left 12px;
	padding: 10px 0 10px 15px;
}

.leftDiv h2 {
	font-size: 12pt;
	font-weight: normal;
	colorcolor: #312D27;
	margin: 0;
	text-indent: 12px;
	background: url('images/bullet_arrow03.png') no-repeat 0px 5px;
}
.leftDiv h3 {
	font-size: 8pt;
	color: #565147;
	margin: 0;
}
.leftDiv h3 a:link,  .leftDiv h3 a:visited { color: #565147; text-decoration: none; }
.leftDiv h3 a:hover, .leftDiv h3 a:active  { color: #F15A24; }

.leftDiv h3.h3_green {
	font-size: 9pt;
	color: #526D00;
	margin: 0 0 -10px 0;
}
.leftDiv h3.h3_greenBig {
	font-size: 11pt;
	font-weight: normal;
	color: #526D00;
	margin: 0 0 -10px 0;
}

.leftDiv h4 {
	font-size: 11pt;
	font-weight: normal;
	color: #565147;
	margin: 0;
	background: url('images/bullet_arrow02.png') no-repeat 190px 4px;
	text-indent: 10px;
}
.leftDiv h4.h4_parceiros {
	background: url('images/bullet_arrow02.png') no-repeat 30% 4px;
	text-indent: 33%;
}

#content li {
	margin-left: -28px !important;
	list-style: url('images/bullet_arrow.png');
}

.leftDiv a:link,  .leftDiv a:visited { color: #526D00; }
.leftDiv a:hover, .leftDiv a:active  { color: #F15A24; }

.thumbLinks {
	border: 1px solid #A19589;
	vertical-align: top;
	float: left;
	margin: 0 20px 20px 0;
}
.thumbLinksUrl {
	margin: 0 0 0 10px;
}
.thumbDiv {
	height: 95px;
	clear: both;
	margin: 0 0 10px 0;
	background: url('images/hr_dotted.png') repeat-x left bottom;
}

.thumbParceiros {
	border: 0px solid #A19589;
	margin: 0 20px 20px 0;
}
.thumbParceirosDiv {
	height: 150px;
	clear: both;
	margin: 20px 0 20px 0;
}
.thumbParceirosDivImg {
	text-align: center;
	height: 95px;
	clear: both;
	margin: 0 0 20px 0;
}
.thumbParceirosUrl {
	margin: 0 0 0 26%;
	text-align: left;
}

.voltarTopo {
	width: 99px;
	height: 9px;
	margin: 10px 0 10px 0;
	background: url('images/voltar-topo.png') no-repeat;
	display: block;
	text-indent: -10000px;
}
.voltarNovidades {
	width: 139px;
	height: 11px;
	margin: 10px 0 10px 0;
	background: url('images/voltar-novidades.png') no-repeat;
	display: block;
	text-indent: -10000px;
}
.selOutraNovidade {
	width: 237px;
	height: 11px;
	margin: 10px 0 10px 0;
	background: url('images/seleccione-outra-novidade.png') no-repeat;
	display: block;
	text-indent: -10000px;
}