@charset "UTF-8";

/*------------------------------------*\
  RESET
\*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}


/*-------------Generic styles---------------*/

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, li, adress, td{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*text-shadow:1px 1px 5px #000;*/

}

h1 {
	font-size:1.5em;
	color:#3d8abf;
}


h2 {
	font-size:1em;
	font-weight:bold;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#3d8abf;
}


p, td {
	font-size:.8em;
	/*text-align:justify;*/
}
	
.fontBold {
	font-weight:bold;
	font-size:11px;
	line-height:1.7em;
}


/*--por causa dos bugs do IE, diz que não existe "hand" mas fica a funcionar--*/
a {
	cursor:hand;
}

a:visited, a:link {
	color:#000;
}
a:hover {
	color:#666;
}

/*--por causa dos bugs do IE, que coloca underline a td que é link, assim tira esse underline--*/
div a {
	text-decoration:none;
}

p a {
	text-decoration:underline;
}

img {
	margin:0px 0px;
}

.floatLeft {
	float:left;
}
.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

input, TextField {
	width:400px;
}

/*---- Styles ----*/

#all {
	width:100%;
	min-height:650px;
	height:100%;
	background-image:url(../img/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position: absolute;
	margin: 0px;
}

#container {
	width:960px;
	height:100%;
	position:relative;
	margin: 0px auto;
}

#header {
	height:250px;
}

#sideBar {
	float:left;
	width:240px;
	height:100%;
	margin-left:10px;
}

#mainContent {
	float:left;
	width:620px;
	margin-left:80px;
}

#footer {
	width:620px;
	height:100px;
	margin-top:50px;
}

.buttonArea {
	height:30px;
	text-align:left;
	padding-top:20px;
	padding-left:20px;
}

.buttonArea a p {
	color:#F00;
	text-decoration:none;
}

.buttonArea a:hover {
	background-image:url(../img/botao.png);
	background-color:#FF0000;
	background-repeat:no-repeat;
}
.buttonArea a:vsited {
	color:#FFFFFF;
}

.paginaActual {
	height:30px;
	text-align:left;
	padding-top:20px;
	padding-left:20px;
	background-image:url(../img/botao.png);
	color:#FFFFFF;
	background-repeat:no-repeat;
}



/*----Serviços----*/

.listagemServicos {
	/*float:left;*/
	height:200px;
	width:620px;
	margin-bottom:50px;
}

.listagemServicos .imagem {
	width:220px;
	height:200px;
	margin-right:20px;
	float:left;
}

.listagemServicos .txt {
	width:380px;
	height:200px;
	float:left;
}



/*----Contactos----*/

#googleMap {
	margin-bottom:50px;
}

#formulario {
	margin-bottom:50px;
}

