@charset "utf-8";
/* CSS Document */

html
{
	padding: 0;
	margin: 0;
}


body
{
	padding: 0;
	margin: 0;
	background: url(../images/fundo.jpg);
	background-position: top center;
	font-family: Arial,sans-serif;
	font-size:11px;
	color: #ffffff;
	line-height:1.3em;
}

#container
{
	padding: 0;
	margin: auto;
	width: 745px;
}

h1
{
display: none;
}

#home_a
{
display: block;
width: 159px;
height: 85px;
text-indent: -1000000px;
overflow:hidden;
}

h2
{
font-family: Arial,sans-serif;
font-size:18px;
line-height: 1.1;
}

h3
{
font-family: Arial,sans-serif;
font-size:14px;
line-height: 1.1em;
}

#logo
{
display: block;
width: 159px; height: 85px;
margin: 40px 0 35px 0; position: relative; right: 69px; /* com margem negativa o logo é truncado */
background: url(../images/logo.png);
overflow: hidden;
}

#logo_preintro
{
display: block;
width: 159px;
height: 85px;
margin: 40px 0 35px -69px;
}



/*   -------- menu ----------   */


#menu {
clear:both;
position:relative;
z-index:10000;
}
#nav {
height: 34px;
}
#nav a
{
background-position:0 0;
text-indent: -1000000px;
overflow:hidden; 
display:block;
width: 149px;
height: 34px;
}

#nav a:hover
{
background-position:0 34px;
}

#nav a:active
{
background-position:0 68px;
}

#subnav a
{
background-position:0 0;
text-indent: -1000000px;
overflow:hidden; 
display:block;
width: 149px;
height: 44px;
}

#subnav a:hover
{
background-position:0 44px;
}

#subnav a:active 
{
background-position:0 88px;
}

#nav li
{
float:left;
width: 149px;
margin: 0; padding: 0;
}

#subnav{
display:none;
position:absolute;
overflow: hidden;
}

#subnav li
{
float:none;
height: 44px;
}

#nav li ul {
position: absolute;
}
#nav li:hover ul {
display: none;
height: 0;
}
#nav li:hover ul 
{ 
display: block; 
height: auto;
}

#home
{
background: url(../images/menu_home.png);
}

#quem
{
background: url(../images/menu_quemsomos.png);
}

#missao
{
background: url(../images/menu_missao.png);
}

#servicos
{
background: url(../images/menu_servicos.png);
}

#contactos
{
background: url(../images/menu_contactos.png);
}

#eap
{
background: url(../images/submenu_eap.png);
}
#a_pessoal
{
background: url(../images/submennu_apoiopessoal.png);
}
#a_domestico
{
background: url(../images/submenu_apoiodomestico.png);
}
#a_quotidiano
{
background: url(../images/submenu_apoioquotidiano.png);
}


/*   -------- conteudo ----------   */

#content
{
	padding: 0;
	margin: 0;
	width: 745px;
	clear: both;
	height:388px;
	position: relative;
}

content_intro
{
	padding: 0;
	margin: 0;
	width: 745px;
	clear:both;
	height:417px;
}


#img
{
padding: 0;
margin: 0;
float:left;
width: 298px;
height: 382px;
background: #fff url(../images/ajax-loader.gif) no-repeat scroll center center;
}


#text_contactos {
width:744px; height:350px;
margin-top:30px;
overflow:hidden;
padding:110px 0 0 0;
display: block;
}

#tit_contactos{
margin-bottom:15px;
}

#conteudo_contactos{
clear:both;
margin-left:-44px;
}

#contactos_info {
overflow: hidden;
}
#contactos_info li {
margin: 0 0 1em 38px;
display: table; padding: 0 8px;
}
#contacto_apoio .lb, #contacto_apoio .val { display: block; }
a.val { color: #fff; }
.val { line-height: 1.4; }
#contactos_info #contacto_apoio {
font-size: 1.2em; padding: 12px;
background: transparent url(../images/fundo_branco.png);
}
#contacto_apoio .email, .lb { font-weight: bold; }
#contactos_info #contactos_mail { margin-top: 5em; }


/*   -------- scroll text ----------   */

#text {
position: absolute; top: 0; right: 0;
height:350px;
margin-top:30px;
padding:0 10px 0 30px;
width:407px;
}

#scroll {
float:right;
height:350px;
margin-right: 7px;
position: relative;
}

#sliderDiv1 {
height: 350px; width: 35px;
position: relative;
/*overflow: hidden;*/
width: 17px;
}

#posliderDiv1 {
padding: 10px 3px; margin: 0;
position: absolute; top: 0; left: 0;
}

#divContainer_1 {
float:left;
height:340px;
overflow:hidden;
position:relative;
width:377px;
}



#divContent_1 {
position:absolute;
}

#divContent_1 div { padding: 0.5em; margin-bottom: 1em; }
#divContent_1 h2 { margin-bottom: 1em; }
#divContent_1 h3 { margin-bottom: 0.3em; font-size: 1.1em; }
#divContent_1 p { margin: 1em 0 0.5em 0; }
#divContent_1 ul {
	margin: 0 0 1em 2em;
	list-style: square;
	padding-left:12px;
	}
#divContent_1 li { margin-bottom: 0.2em; }

/*   -------- footer ----------   */

#footer {
clear:both;
width:742px;
position:absolute;
margin-top: 35px;
}

#copyright
{
float: left;
display: block;
height: 15px;
overflow:hidden;
}

#mensagem
{
float: right;
display: block;
height: 15px;
overflow:hidden;
}
