@charset "utf-8";
/* CSS Document */
/*********************PÁGINA CONTACTOS******************************/

#conteudo_contactos{
background-image:url(images/contactos_content.png);
width:600px;
height:190px;
z-index:1;
position:absolute;
top:290px;
left:200px;
background-repeat:no-repeat;
}

#contactos_titulo{
background-image:url(images/contactos_titulo.png);
width:600px;
height:65px;
z-index:1;
position:relative;
top:480px;
left:100px;
text-indent: 35px;
line-height:70px;
font-family: Trebuchet MS;
color: #959484;
font-size:15px;
font-weight:bold;
background-repeat:no-repeat;
}

#contactos_assunto{
background-image:url(images/contactos_assunto.png);
width:372px;
height:24px;
z-index:1;
position:absolute;
top:545px;
left:200px;
font-family: Trebuchet MS;
color: #959484;
font-size:15px;
font-style:italic;
text-indent: 210px;
line-height:26px;
background-repeat:no-repeat;
}

#contactos_botao{
width:15px;
height:24px;
z-index:3;
position:absolute;
top:545px;
left:572px;
background-image:url(images/contacto_botao.png);
background-repeat:no-repeat;
}

#contactos_barra{
background-image:url(images/contactos_barra.png);
width: 599px;
height: 5px;
z-index:1;
position:absolute;
top: 569px;
left: 200px;
background-repeat:no-repeat;
}

#contactos_nome{
background-image:url(images/contactos_nome.png);
width: 372px;
height: 24px;
z-index:1;
position:absolute;
top: 574px;
left: 200px;
font-family: Trebuchet MS;
color: #959484;
font-size:15px;
font-style:italic;
text-indent: 184px;
line-height:26px;
background-repeat:no-repeat;
}

#contactos_2barra{
background-image:url(images/contactos_2barra.png);
width: 599px;
height: 5px;
z-index:1;
position:absolute;
top: 598px;
left: 200px;
background-repeat:no-repeat;
}

#contactos_left_assunto{
background-image:url(images/contactos_left_assunto.png);
width:135px;
height: 174px;
z-index:1;
position:absolute;
top: 603px;
left: 200px;
font-family: Trebuchet MS;
color: #959484;
font-size:15px;
font-style:italic;
text-indent: 42px;
line-height:24px;
}

#contactos_picotado{
background-image:url(images/picotado_contactos.png);
width:459px;
height:3px;
z-index:1;
position:absolute;
top:756px;
left:335px;
background-repeat:no-repeat;
}

/*-------------------Morada e telefones-------------------*/
#morada{
width:467px;
height:15px;
position:absolute;
top:765px;
left:330px;
z-index:1;
text-align:left;
font-weight:bold;
}

#telef_mail{
width:467px;
height:15px;
position:absolute;
top:780px;
left:330px;
z-index:1;
text-align:left;
font-size:9px;
}

#telemovel{
width:467px;
height:15px;
position:absolute;
top:795px;
left:330px;
z-index:1;
text-align:left;
}
/*---------------Fim Morada e telefones-------------------*/

#assunto2 {
width:500px;
height:20px;
position: absolute;
top:548px;
left:442px;
}

#assunto2 input{
border: 0px;
width: 210px;
}

#nome {
width:500px;
height:15px;
position: absolute;
top:577px;
left:436px;
}

#nome input{
border: 0px;
width: 225px;
}

#mensagem2 {
width:500px;
height:130px;
position: absolute;
top:604px;
left:316px;
}

textarea{
border:0px;
width:462px;
}

#botao_contactos{
position:absolute;
top: 733px;
left: 717px;
}

input#enviar{
width:80px;
height:20px;
border:0px;
background-color:#eeeee5;
color:#767662;
font:11px Verdana;
font-weight:bold;
padding-bottom:4px;
cursor:pointer;
}

#img_bot{
background-image:url(contacto_botao.png);
width:15px;
height:24px;
}

#contactos_botao li {
list-style:none;
}

#contactos_botao ul li {
	position:relative;
	}
	
#contactos_botao li ul {
	position:absolute;
	left:0px;
	top:20px;
	display:none;
	}
	
#contactos_botao ul li a {
	display:block;
	text-decoration:none;
	text-align:left;
	text-indent:15px;
	font:11px Verdana; 
	color:#777662;
	background:#e1e0d0;
	height:25px;
	border:1px solid #e1e0d0;
	line-height:25px;
	}
	
#contactos_botao ul li a:hover {
border-bottom: 1px solid #777662;
border-top: 1px solid #777662;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#contactos_botao ul {
	margin:0;
	padding:0;
	list-style:none;
	width:110px;
	height:25px;
	}
	
#contactos_botao li:hover ul { display: block; }

#contactos_botao li:hover ul, li.over ul { 
	display:block; 
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

