body {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;;
	background-color: #171717; 
}

#tudo{
	margin: 0 auto;
	width: 895px;
}
	
#header {
    width: 895px;
	float: left;
	height: 330px;
	background-image: url(../imagens/topo.gif);
	background-repeat: no-repeat;
}

#foto-menu {
	height:220px;
	margin-top: 19px;
	padding-left: 51px;
	float: left;
}


#meio {
    width: 895px;
	float: left;
	background-image: url(../imagens/meio.gif);
}

#esquerdo {
	width: 550px;
	float: left;
	margin-top:20px; 
	padding-left: 50px; 
}

#direito {
	width: 190px;
	float: left;
	margin-top: 20px; 
	padding-left: 60px; 
}

#logo_cut {
    width: 895px;
	float: right; 
	background-image: url(../imagens/logo_cut.gif);
	background-repeat: no-repeat;
	background-position: right bottom; 
}

#footer {
	height: 50px;
	clear: both;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../imagens/footer.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 0px;
	text-align: center;
}

#footer a{
	color: #CCCCCC; 
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
	


/* Para os links dos textos pretos*/
a:link {
	color: #663366;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:hover {
	color: #171717;
	text-decoration: underline;
}


/* Menu horizontal no header = top */
#navigation-top {
	float: right;
	font-size: 10px;
	padding-right: 10px;
}

#navigation-top ul{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
}
* html #navigation-top ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
margin-top:0;

}

#navigation-top ul li{
	display: inline;
}


#navigation-top ul li a{
	float: right;
	color: #5C695C;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#navigation-top ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* Menu horizontal principal */
#navigation {
	height:40px;
	margin-top: 10px;
	padding-left: 48px;
	float: left;
}

#navigation ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; 
} 
* html #navigation ul{ /*IE only rule. Delete extra margin-bottom*/
  margin-bottom: 0;
  margin-top:0;

}

#navigation ul li{
	display: inline;
	list-style-type: square;
}

#navigation ul li a{
	float: left;
	color: #DBD9D5;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom:13px;
	padding-right: 21px;
	padding-left:21px;
}

#navigation ul li a:hover{
	text-decoration: none;
	color: #FFFFFF; 
	background-color: #171717;  
}

p {
	line-height: 180%;
	color: #444444;
	text-align:justify;
}

h1 {
	color: #663366;
	font-size: 180%;
}

h2 {
	color: #8F2241;
	font-size: 140%;
}

h3 {
	color: #8F2241;
	font-size: 120%;
}

.mapa {
	border: 1px solid #e7e7e7;
	padding: 4px;
}

.titulo {
	color: #663366;
	font-size: 180%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #663366;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subtitulo {
	color: #663366;
	font-size: 140%;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

strong {
    color: #8F2241;
}

#esquerdo ul {
	margin: 0px;
	padding: 0px;
}

#esquerdo li {
	color: #444444;
	margin-left: 10px;
	padding-left: 25px;
	padding-bottom:5px;
	padding-top:5px;
	line-height: 180%;
	background-image: url(../imagens/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
}

.foto {
	margin-left: 25px;
	border: 1px solid #D8AF9E;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #F4F4F4;
}

.foto_direita {
	border: 1px solid #E2E2E2;
	padding: 15px;
	margin-top: 30px;
	background-color: #F4F4F4;
}

.linha {
	margin-top:30px;
	margin-bottom:30px;
	background-color: #F4F4F4;
	border: 1px solid #D8AF9E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 160%;
	font-style: italic;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px; 
}

form {
	color: #444444;
}

.campo_form {
	border: 1px solid #999999;
	padding: 3px;
	background-color: #F4F4F4;
	color: #663366;
}

table {
	margin-bottom: 30px; 
}

caption {
	color: #8F2241;
	font-size: 130%;
	padding-left:20px;
	padding-bottom:2px;
	margin-bottom: 15px;
	background-image: url(../imagens/add.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	text-align: left;	
}

td {
    padding:5px;
}

select {
	border: 1px solid #999999;
	padding: 3px;
	background-color: #F4F4F4;
	color: #663366;
}

button {
	background-image: url(../imagens/money.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border: 1px solid #999999;
	background-color: #F4F4F4;
	color: #663366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.botao_contact {
	background-image: url(../imagens/email_go.png);
}

input:hover, select:hover {
    background: #E2F9E3;
}

button:hover {
	background-image: url(../imagens/money.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color: #E2F9E3;
	color: #663366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}


.separador {
    padding-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	margin-bottom:30px;
}

.orcamento {
	background-image: url(../imagens/money.png);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	border: 1px solid #999999;
	background-color: #F4F4F4;
	height:20px;
	width:180px;
	color: #663366;
	margin-left: 200px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:28px;
	font-weight: bold;
}

#form_contacto {
    margin-top:30px;
    margin-bottom:30px;
	border: 1px solid #DADADA;
	padding: 10px;
	background-color: #FaFaFa;
}

#form_contacto table {
	margin:0px; 
}

#form_contacto caption {
	color: #8F2241;
	font-size: 130%;
	padding-left:20px;
	padding-bottom:2px;
	margin-bottom: 15px;
    background-image: url(../imagens/email_edit.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	text-align: left;	
}

#form_contacto td {
    padding:5px;
}

#form_contacto select {
	border: 1px solid #999999;
	padding: 3px;
	background-color: #F4F4F4;
	color: #663366;
}

#form_contacto textarea {
	border: 1px solid #999999;
	padding: 3px;
	background-color: #F4F4F4;
	color: #663366;
}

#form_contacto button {
	background-image: url(../imagens/email_go.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border: 1px solid #999999;
	background-color: #F4F4F4;
	color: #663366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#form_contacto input:hover, #form_contacto select:hover, #form_contacto textarea:hover {
    background: #E2F9E3;
}

#form_contacto button:hover {
	background-image: url(../imagens/email_go.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color: #E2F9E3;
	color: #663366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}


#form_contacto .separador {
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.linha_tit_contacto {
	color: #8F2241;
	font-size: 120%; 
	padding-left:25px;
	margin-bottom: 10px;
    background-image: url(../imagens/chart_organisation.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	text-align: left;
	width:300px;	
}

