body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#424251;
	background-repeat: repeat-x repeat-y;
}
/* Popup */
#lean_overlay {
    position: fixed; 
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
} 
#signup, #recomendar {
	width: 405px;
    padding-bottom: 2px;
	display:none;
	background: #FFF;
    border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);   
}
/* LINKS */
a:link {
	color: #036;
	text-decoration:none;
}
a:visited {
	color: #036;
	text-decoration:none;
}
a:hover {
	color: #036;
	text-decoration:none;
}
a:active {
	color: #036;
	text-decoration:none;	
}
a topmenu:link {
	color: #333;
}
a topmenu:visited {
	color: #333;
	text-decoration:none;
}
a topmenu:hover {
	color: #333;
	text-decoration:underline;
}
a topmenu:active {
	color: #333;
	text-decoration:none;	
}



/* Gerais */
.picture
{
	margin-left: 20px;
	margin-top: 20px; 
	margin-right: 20px;
}

.footer 
{
	bottom:0px;
	margin:0px;
	width:100%;
	vertical-align:bottom;
	z-index: 9999; 
	float:left;
	position:fixed;
}

.assinatura
{
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	color: #000;
}


.titulos 
{
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.form_titulos
{
	font-family: Arial;
	font-size: 16px;
	font-variant: normal;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: bold;
}
.form_titulos_small
{
	font-family: Arial;
	font-size: 11px;
	font-variant: normal;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: bold;
}
.conteudos_produtos {
	color: #404040;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
}
.conteudos {
	color: #404040;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}
.sublinhados {
	color: #404040;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
.cabecalhomouse {
	color: #404040;
	font-family: Arial; 
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}
.conteudospequenos {
	font-family: "Century Gothic";
	font-size: 9px;
	font-style: normal;
	color: #000;
}
.subtitulospequenos {
	font-family: "Century Gothic";
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}
.subtitulos {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.erros 
{
	font-family:Arial;
	color: #FFF;
	font-size: 10px;
	font-style: italic;
}

table.tabela_servicos
{
	background-position:right;
	background-image:url(../Imagens/Servicos/servicos.png);
	background-repeat:no-repeat;
}
table.tabela_contactos
{
	background-image:url(../Imagens/Contactos/back.png);
	background-repeat:no-repeat;
}

table.tabela
{ 
font-family: Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border: 1px #CCC solid;
border-collapse: collapse;
border-spacing: 0px; 
margin-top: 0px;
}


table.tabela td.servHd
{ 
border-bottom: 2px solid #6699CC;
text-align: center;
font-family: Arial;
font-weight: bold;
font-size: 11px;
color: #404040;
}



table.tabela td
{ 
font-family: Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
text-align: left;
padding-left: 3px;
} 

