body {
	background-color: #313131;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

a {
	outline: none;
}

img {
border:none;
}

form {
	display:inline; 
	margin-top:0; 
	margin-bottom:0;
}

a:link {
	color: #59b0d8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #59b0d8;
}
a:hover {
	text-decoration: none;
	color: #70bcde;
}
a:active {
	text-decoration: underline;
	color: #70bcde;
}

h1 {
	padding: 0px;
	color: #cbcbcb;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#wrapper {
	width:780px;
	margin: 0 auto;
	background-image:url(../gfx/bg_wrapper.gif);
	background-repeat:repeat-y;
}

#header {
	background-image:url(../gfx/bg_header.gif);
	background-repeat:repeat-x;
	height:92px;
	width:760px;
	margin: 0 auto;
}

#menu_big {
	background-image:url(../gfx/bg_menu_big.gif);
	background-repeat:repeat-x;
	height:203px;
	width:760px;
	margin: 0 auto;
}

#logo {
	height:90px;
	width:153px;
	background:url(../gfx/logo_als.gif) no-repeat;
	margin:0 auto;
	float:left;
	
	}

#checkbox {
	width: 20px;
}
a.logo {
	display:block;
    width:153px;
    height:90px;
    background:url(../gfx/logo_als.gif) 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.logo {
	background-position:0 -90px;
}

a.ler_noticia {
	display:block;
	width:52px;
	height:15px;
	text-decoration: none;
	background-image: url(../gfx/ler.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
a:hover.ler_noticia {
	background-position:0 -15px;
}

#body {
	background-color:#303030;
	width:760px;
	margin: 0 auto;
}

#left_col {
	
	margin-left: 15px;
	width:210px;
	
}

a.sobre_nos {
	display:block;
	width:180px;
	height:21px;
	text-decoration: none;
	background-image: url(../gfx/teste.gif);
	background-repeat: no-repeat;
}

a:hover.sobre_nos {
	background-position:0px -21px;
}


a.pedidos_cotacao {
	display:block;
	width:180px;
	height:21px;
	text-decoration: none;
	background-image: url(../gfx/teste.gif);
	background-repeat: no-repeat;
}

a:hover.pedidos_cotacao {
	background-position:0px -21px;
}

#items_menu {
	width: 210px;
	margin-top: 10px;
	height: 291px;
	margin-bottom: 0px;

}

a.servicos {
	display:block;
	width:180px;
	height:21px;
	text-decoration: none;
	background-image: url(../gfx/servicos.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-top: 15px;
	}
a:hover.servicos {
	background-position:0 -21px;
}

a.seguros {
	display:block;
	width:180px;
	height:21px;
	text-decoration: none;
	background-image: url(../gfx/items_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -42px;
	margin-top: 15px;
	}
a:hover.seguros {
	background-position:-180px -42px;
}

a.condominios {
	display:block;
	width:180px;
	height:21px;
	text-decoration: none;
	background-image: url(../gfx/items_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -63px;
	margin-top: 15px;
	}
a:hover.condominios {
	background-position:-180px -63px;
}

a.noticias {
	display:block;
	width:180px;
	height:21px;
	text-decoration: none;
	background-image: url(../gfx/items_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -84px;
	margin-top: 15px;
	}
a:hover.noticias {
	background-position:-180px -84px;
}

a.contactos {
	display:block;
	width:180px;
	height:21px;
	text-decoration: none;
	background-image: url(../gfx/items_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -105px;
	margin-top: 15px;
	}
a:hover.contactos {
	background-position:-180px -105px;
}

.bottom_menu {
	background-image:url(../gfx/fundo_menu.gif);
	background-repeat:no-repeat;
	width:210px;
	height:10px;
	margin-left: -1px;
	
}



#ultimas_noticias {
	margin-top: 20px;
	margin-left:5px;
	background-image:url(../gfx/ultimas_noticias.gif);
	background-repeat:no-repeat;
	padding-top:25px;

}

.titulo_noticia {
	color:#59b0d8;
	font-size: 12px;
	margin:0;
	padding: 0px;

}

.data_noticia {
	color: #666666;
	font-size:10px;
	margin:0;
	padding: 0px;
}

.texto_noticia {
	font-size: 11px;
	color: #CCCCCC;
	text-align:justify;
	padding-top: 10px;

}

.linha_sep {
	background-image: url(../gfx/linha_sep_noticia.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	padding: 0px;
	margin: 0px;

}

.linha_sep_main {
	background-image: url(../gfx/linha_sep_main.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	margin-bottom:15px;
	margin-top:15px;

}

.linha_sep_main2 {
	background-image: url(../gfx/linha_sep_main.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	margin-top:10px;

}

.linha_sep_main3 {
	background-image: url(../gfx/linha_sep_main.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	margin:0;
	padding:0;

}

#main {
	background-color: #3e3f40;
	float: right;
	width: 500px;
	margin-right:10px;
	clear: left;
	margin-top:10px;
	margin-bottom: 10px;
	
}

.topo_main {
	background-image: url(../gfx/bg_main_top.gif);
	height: 5px;
	float: right;
	width: 500px;
	background-repeat: no-repeat;
	margin-right:20px;
}

.bottom_main {
	background-image: url(../gfx/bg_main_bottom.gif);
	height: 5px;
	float: right;
	width: 500px;
	background-repeat: no-repeat;
	margin-right:20px;
}

.calendario {
	background-image: url(../gfx/calendario.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 37px;
	float: left;
	margin-right: 10px;

}

.calendario .mes {
	color: #333333;
	font-size: 12px;
	text-align: center;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.calendario .dia {
	color: #5c5c5c;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.noticia {
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;

}

.contactos_form {
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;
}

.contactos_form input {
	width: 300px;
	margin-left: 20px;
	background-color: #47494a;
	border: 1px solid #313131;
	padding: 3px;
	color: #CCCCCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.contactos_form textarea {
	width: 300px;
	margin-left: 20px;
	background-color: #47494a;
	border: 1px solid #313131;
	padding: 3px;
	color: #CCCCCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.contactos_form label {
	width: 9em;
	float: left;
	display: block;
	margin-top: 5px;

}

 .submit input
{
	width: 100px;
	padding: 0px;
	background-image: url(../gfx/bt_submit.gif);
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border:0;
	margin-left: 130px;
}

.noticia p {
	margin: 0px;

}

h2 {
	margin: 0px;
	color: #59b0d8;
	font-size: 16px;
	font-weight: normal;

}

small {
	color: #a2a2a2;
	font-size: 10px;

}

.noticia p {
	margin-top: 20px;
	text-align: justify;
	color: #CCCCCC;

}

.right {
	text-align: right;
	margin-right: 10px;

}

#footer {
	background-image: url(../gfx/bg_footer.gif);
	background-repeat: repeat-x;
	height: 79px;
	margin-top: 10px;
	clear:right;
	

}

.creditos {
	color: #5c5c5c;
	font-size: 11px;
	float: left;
	margin-top: 12px;
	clear: right;
	padding-left: 20px;

}


.creditos a {
	color: #007cc3;
	text-decoration: none;

}

.visitantes {
	background-image: url(../gfx/visitantes.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 205px;
	float: left;
	margin-top: 10px;
	clear: right;
	margin-left: 76px;

}

.visitantes p {
	margin-left: 105px;
	color: #5c5c5c;
	margin-top: 11px;

}

.topo {
	height: 30px;
	width: 55px;
	float: right;
	clear: right;
	margin-top: 10px;
	padding-right: 19px;

}

a.link_topo {
	display:block;
	text-decoration: none;
	background-image: url(../gfx/topo.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 55px;
	}
a:hover.link_topo {
	background-position:0px -30px;
}


a.contabilidade_menu {
	display:block;
	text-decoration: none;
	background-image: url(../gfx/contabilidade.gif);
	background-repeat: no-repeat;
	height: 171px;
	width: 207px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	}
a:hover.contabilidade_menu {
	background-position:0px -342px;
}

a:active.contabilidade_menu {
	background-position:0px -171px;
}

a:hover.seguros_menu {
	background-position:0px -342px;
}

a:active.seguros_menu {
	background-position:0px -171px;
}
a.seguros_menu {
	display:block;
	text-decoration: none;
	background-image: url(../gfx/seguros.gif);
	background-repeat: no-repeat;
	height: 171px;
	width: 207px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	}
	
a:hover.condominios_menu {
	background-position:0px -342px;
}

a:active.condominios_menu {
	background-position:0px -171px;
}
a.condominios_menu {
	display:block;
	text-decoration: none;
	background-image: url(../gfx/condominios.gif);
	background-repeat: no-repeat;
	height: 171px;
	width: 207px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	}
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

.menu_contabilidade {
	padding-top:10px;
	padding-left:42px;
	float: left;
	clear: left;
}

.menu_seguros {
	float: left;
	clear: right;
	padding-top: 10px;
	padding-left: 30px;

}

.menu_condominios {
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 30px;

}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#menu {
	width: 210px;
	margin-top: 5px;
	background-image: url(../gfx/bg_menu.gif);
	background-repeat: no-repeat;

}

	
#menu li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
	text-decoration: none;

	}	

	

#menu li a:link, #menu li a:visited {
	color: #b2e7ff;
	display: block;
	padding: 8px 0 0 25px;
	font-size: 14px;
	background-image: url(../gfx/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 15px 13px;
	}

	

#menu li a:hover {
	color: #FFFFFF;
	padding: 8px 0 0 25px;
	background-image: url(../gfx/bg_menu_over.gif);
	background-position: 11px -3px;
	}

.menu_activo {
	color: #FFFFFF;
	background-image: url(../gfx/bg_menu_over.gif);
	background-position: 11px -3px;
	height: 21px;
	font-size: 14px;
	}


#submenu_servicos li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
	text-decoration: none;

	}	

	

#submenu_servicos li a:link, #submenu_servicos li a:visited {
	color: #cccccc;
	font-size: 12px;
	background:none;
	padding-left: 40px;
	}

	

#submenu_servicos li a:hover {
	color: #ffffff;
	background:none;
	padding-left: 40px;
	}


#submenu_sobrenos li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
	text-decoration: none;

	}	

	

#submenu_sobrenos li a:link, #submenu_sobrenos li a:visited {
	color: #cccccc;
	font-size: 12px;
	background:none;
	padding-left: 40px;
}

	

#submenu_sobrenos li a:hover {
	color: #ffffff;
	background:none;
	padding-left: 40px;
	}

.p_noticia {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}



.mail {
	background-image: url(../gfx/mail.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 48px;
	padding-top: 13px;
	margin: 0px;
}

.morada {
	background-image: url(../gfx/morada.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 48px;
	padding-top: 5px;
}

.telefone {
	background-image: url(../gfx/telefone.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 48px;
	padding-top: 13px;
}

#contactos p {
padding:0;
margin:0;
}



.link_esq {
	float: left;
	padding-right: 100px;
	padding-left: 35px;

}


#conteudo p {
	margin-bottom:10px;
	margin-top:0;
	padding:0;
}

#submenu_pedidos_cotacao li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
	text-decoration: none;

	}	

	

#submenu_pedidos_cotacao li a:link, #submenu_pedidos_cotacao li a:visited {
	color: #cccccc;
	font-size: 12px;
	background:none;
	padding-left: 40px;
	}

	

#submenu_pedidos_cotacao li a:hover {
	color: #ffffff;
	background:none;
	padding-left: 40px;
	}

.h2 {
	padding: 0;
	color: #70bcde;
	font-size: 14px;
	margin:0;
	
}


