ï»¿/* CSS File */

body, table {
	background: rgb(0,41,101);
	color: rgb(255,218,188);

	font-family: Arial, sans-serif;
	font-size: 12px;
}

table td {
	vertical-align: top;
	padding-bottom: 5px;
}

a {
	color: rgb(163,215,236);
}

#menu {
	position: absolute;
	top: 30px;
	left: 20px;
	width: auto;

	margin: 0;
	padding: 0;
	margin-top: 3em;

	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight: bold;
}

#menu li {
	list-style: none;

	margin-bottom: 7px;

	padding-top: 3px;
	padding-bottom: 3px;
}

#menu a {
	text-decoration: none;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}

#menu a:hover {
	color: white;
}

#curriculo {
	background-image: url(../imgs/curriculo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#servicos {
	background-image: url(../imgs/servicos.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#criticas {
	background-image: url(../imgs/criticas.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#galeria {
	background-image: url(../imgs/galeria.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contactos {
	background-image: url(../imgs/contactos.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#clientes {
	background-image: url(../imgs/clientes.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content {
	margin-left: 250px;
	width: 55%;
}

h1, h2 {
	font-size: 1.1em;
}

h1 {
	color: rgb(163,215,236);

	font-weight: normal;
	letter-spacing: 0.1em;

	margin-bottom: 35px;
}

h2 {
/*	color: rgb(252,232,216);*/

	margin-top: 30px;
	border-bottom: 1px solid rgb(75,91,151);
	padding-bottom: 3px;
	letter-spacing: 0.1em;
}

h3 {
	color: rgb(252,232,216);
	font-size: 1.1em;
	letter-spacing: -0.05em;
	margin-top: 20px;
	margin-bottom: 5px;
}

p {
	margin: 0;
	text-align: justify;
	line-height: 1.4em;
	margin-bottom: 1em;
}

p.destaque {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: right;
}

#content ul {
	margin-top: 5px;
}

#content li {
	line-height: 1.4em;
}

dt {
	margin-top: 15px;
}

dd {
	margin-top: 2px;
	margin-left: 10px;
}

/* Link (do menu) activo */
body.curriculo li#curriculo a,
body.clientes li#clientes a,
body.servicos li#servicos a,
body.criticas li#criticas a,
body.galeria li#galeria a,
body.contactos li#contactos a {
	color: white;
}

/* Configurações página a página */

body.curriculo {
	background-image: url(../imgs/curriculo_big.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
}

body.servicos {
	background-image: url(../imgs/servicos_big.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
}

body.criticas {
	background-image: url(../imgs/criticas_big.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
}

body.galeria {
	background-image: url(../imgs/galeria_big.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}

body.contactos {
	background-image: url(../imgs/contactos_big.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
}

body.clientes {
	background-image: url(../imgs/clientes_big.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}