@charset "utf-8";
/* CSS Document */

/*The overflow is clipped, but a scroll-bar is added to see the rest of the content*/
html {
	overflow: scroll;
}
/*the browser will request the image files and save them locally, but will not display them on the home page as long as the DISPLAY property is set to none*/
.preload {
	display: none;
}
/*clearing floats - The problem happens when a floated element is within a container box, that element does not automatically force the container's height adjust to the floated element. When an element is floated, its parent no longer contains it because the float is removed from the flow.*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
}
body {
	background-image:url(imgs/bg.jpg);
	background-repeat:no-repeat;
	background-color: #333;
	margin:0 auto;
	display:block;
	font-size: 100%;
	background-position: left top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 0px;
}
p.textoRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.9em;
	color: #666;
	padding-bottom: 25px;
}
p.textoBold {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.9em;
	color: #666;
}
p.descrGaleria {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666;
}

/*SECTION 001*/

/*Wrapper that holds all the elements on your page*/
#wrapper {
	width:990px;
	margin:0 auto;
	display:block;
	position: relative;
}
#logotipo {
	width:990px;
	background-image: url(imgs/logo.png);
	height:144px;
	background-repeat: no-repeat;
}
/*menus Wrapper, menus images, link states */
.menusWrapper {
	width:990px;
	height:42px;
	background-position:top;
	background-repeat: no-repeat;
	background-image: url(imgs/menubg.png);
	float:left;
}
#menus {
	width: 600px;
	height: 27px;
	float: left;
	padding-top: 15px;
}
#menus ul {
	padding:0;
	margin: 0;
}
#menus li {
	list-style:none;
	float:left;
	padding:0;
}
#menus .home {
	width:129px;
	height:20px;
}
#menus .home a {
	width:129px;
	height:20px;
	margin:0px;
	background-image: url("imgsmenus/home.png");
	background-repeat:no-repeat;
	display:block;
}
#menus .home a:hover {
	margin:0px;
	background-image: url("imgsmenus/home_over.png");
	background-repeat:no-repeat;
	display:block;
}
#menus .empresa {
	width:118px;
	height:20px;
}
#menus .empresa a {
	width:118px;
	height:20px;
	margin:0px;
	background-image: url("imgsmenus/empresa.png");
	background-repeat:no-repeat;
	display:block;
}
#menus .empresa a:hover {
	margin:0px;
	background-image: url("imgsmenus/empresa_over.png");
	background-repeat:no-repeat;
	display:block;
}
#menus .servicos {
	width:121px;
	height:20px;
}
#menus .servicos a {
	width:121px;
	height:20px;
	margin:0px;
	background-image: url("imgsmenus/servicos.png");
	background-repeat:no-repeat;
	display:block;
}
#menus .servicos a:hover {
	margin:0px;
	background-image: url("imgsmenus/servicos_over.png");
	background-repeat:no-repeat;
	display:block;
}
#menus .contactos {
	width:100px;
	height:20px;
}
#menus .contactos a {
	width:100px;
	height:20px;
	margin:0px;
	background-image: url("imgsmenus/contactos.png");
	background-repeat:no-repeat;
	display:block;
}
#menus .contactos a:hover {
	margin:0px;
	background-image: url("imgsmenus/contactos_over.png");
	background-repeat:no-repeat;
	display:block;
}
/*link states*/
a {
	outline:none;
}
a:focus {
	outline:none;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #FFF;
}
/*slider*/
.sliderWrapper {
	width:690px;
	height:250px;
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	background-image:url("imgs/bgslider.png");
}
/* Easy Slider */
#slider {
	width:640px;
	height: 240px;
	margin-left: 43px;
	margin-top: 10px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
#slider li {
	width:637px;
	height:220px;
	overflow:hidden;
}
/*SECTION 001 END*/
/*SECTION 002*/


/*menuDireitaWrapper, menus images, link states */
.menuDireitaWrapper {
	width:300px;
	height:250px;
	margin: 0 auto;
	background-position:top;
	background-repeat: no-repeat;
	background-image: url(imgs/bgmenudireita.png);
	float:left;
}
#menuDireita {
	width: 270px;
	height: 250px;
	float: left;
}
#menuDireita ul {
	padding:0;
	margin: 0;
}
#menuDireita li {
	list-style:none;
	float:left;
	padding:0;
}
#menuDireita .cortantes {
	width: 270px;
	height:55px;
}
#menuDireita .cortantes a {
	width:270px;
	height:55px;
	margin:0px;
	background-image: url("imgsmenus/cortantes.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .cortantes a:hover {
	margin:0px;
	background-image: url("imgsmenus/cortantes_over.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .gravuras {
	width: 270px;
	height:50px;
}
#menuDireita .gravuras a {
	width:270px;
	height:50px;
	margin:0px;
	background-image: url("imgsmenus/gravuras.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .gravuras a:hover {
	margin:0px;
	background-image: url("imgsmenus/gravuras_over.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .acabamentos {
	width: 270px;
	height:36px;
}
#menuDireita .acabamentos a {
	width:270px;
	height:36px;
	margin:0px;
	background-image: url("imgsmenus/acabamentos.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .acabamentos a:hover {
	margin:0px;
	background-image: url("imgsmenus/acabamentos_over.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .impressao {
	width:270px;
	height:40px;
}
#menuDireita .impressao a {
	width:270px;
	height:40px;
	margin:0px;
	background-image: url("imgsmenus/impressao.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .impressao a:hover {
	margin:0px;
	background-image: url("imgsmenus/impressao_over.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .afiacao {
	width:270px;
	height:65px;
}
#menuDireita .afiacao a {
	width:270px;
	height:65px;
	margin:0px;
	background-image: url("imgsmenus/afiacao.png");
	background-repeat:no-repeat;
	display:block;
}
#menuDireita .afiacao a:hover {
	margin:0px;
	background-image: url("imgsmenus/afiacao_over.png");
	background-repeat:no-repeat;
	display:block;
}
/*SECTION 002 END*/
/*SECTION 003*/


.textoWrapper {
	width:690px;
	background-position:top;
	background-repeat: no-repeat;
	background-image: url("imgs/textowrapperbg.png");
	float:left;
}
#textoBgWrapper {
	width:690px;
	float:left;
	background-repeat: repeat-y;
}
.pad {
	width:667px;
	float:left;
	padding-left: 23px;
	background-image: url(imgs/linhabranca.png);
	background-repeat: repeat-y;
	padding-bottom: 230px;
}
.titulos {
	width:647px;
	height:41px;
	padding-top:24px;
	background-position:top;
	float:left;
	padding-left: 10px;
}
.titulos2 {
	width:647px;
	height:20px;
	padding-top:24px;
	background-position:top;
	float:left;
	padding-left: 10px;
}
.textoContainer {
	width:637px;
	float:left;
	padding-left: 20px;
	padding-top: 26px;
}
.imageBoxWrapper {
	float:left;
	width:667px;
	height: 312px;
}
.imageBox {
	float:left;
	width:647px;
	padding-right:10px;
	padding-left:10px;
}
.imageBox p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#666;
}
.imageBoxServicos1 {
	width:647px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(imgs/imagem000.jpg);
}
.imageBoxServicos2 {
	width:647px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(imgs/imagem001.jpg);
	margin-top: 28px;
}
.imageBoxServicos3 {
	width:647px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(imgs/imagem002.jpg);
	margin-top: 56px;
}
.imageBoxLft {
	width:270px;
	height:122px;
	float:left;
	padding-left: 20px;
	padding-top: 190px;
	padding-right: 20px;
	overflow: hidden;
}
.imageBoxRgt {
	width:262px;
	height:122px;
	float:left;
	padding-top: 190px;
	padding-left: 20px;
}
.descricaoWrapper {
	width:270px;
	padding-top: 190px;
	overflow: hidden;
	padding-top: 0px;
	height: 54px;
}
.lermaisBtn {
	width:102px;
	height:30px;
	overflow: hidden;
	padding-top: 15px;
}
.lermaisBtn a {
	display:block;
	height:30px;
	width:102px;
	overflow:hidden;
}
.lermaisBtn a:hover {
	display:block;
	text-indent:-102px;
}
/*icones e texto contactos*/

.iconesContactosWrapper {
	width:647px;
	padding-left: 10px;
	float:left;
}
.leftBoxWrapper {
	width:364px;
	float:left;
}
.leftBoxTop {
	width:364px;
	float:left;
}
.leftBoxBottom {
	width:364px;
	float:left;
}
.rightBoxWrapper {
	width:283px;
	float:left;
}
.rightBoxTop {
	width:283px;
	float:left;
	height: 102px;
}
.rightBoxBottom {
	width:283px;
	float:left;
}
.b1Texto {
	width:260px;
	float:left;
	padding-top: 36px;
}
.b2Texto {
	width:260px;
	float: left;
	padding-top: 20px;
}
.b3Texto {
	width:200px;
	float: left;
	padding-top: 36px;
}
.b4Texto {
	width:200px;
	float: left;
	padding-top: 10px;
}
.b1Texto, .b2Texto, .b3Texto, .b4Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
}
.imageFloatLeft {
	float:left;
}
/*icones e texto contactos*/




/*GALERIA*/
.galeriaWrapper {
	width:662px;
	float:left;
	padding-top: 26px;
}
.pic1 {
	width:156px;
	float:left;
	padding-right: 8px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.pic2 {
	width:156px;
	height:100px;
	float:left;
	padding-right: 8px;
	background-image: url(imgs/thumb.jpg);
	background-repeat: no-repeat;
}
.pic3 {
	width:156px;
	height:100px;
	float:left;
	padding-right: 7px;
	background-image: url(imgs/thumb.jpg);
	background-repeat: no-repeat;
}
.pic4 {
	width:156px;
	height:100px;
	float:left;
}
.descr_Wrapper {
	width:156px;
	float: left;
	margin-top:10px;
}
.descr_galeria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.9em;
	margin: 0px;
	padding-bottom: 0px;
}
#linhaGaleria {
	width:650px;
	float:left;
	background-image:url(imgs/linhagaleria.png);
	background-repeat:no-repeat;
	height:24px;
	margin-left:10px;
}
/*GALERIA*/










/*SECTION 003 END*/
/*SECTION 004*/


#maisContactosWrapper {
	width:300px;
	height:440px;
	float:left;
	background-image: url(imgs/maiscontactosbg.png);
	background-repeat: no-repeat;
}
.download_lista {
	width:300px;
	height:226px;
	float:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.contactosMoveis {
	width:240px;
	height:78px;
	float:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666;
}
.contactosMoveisTexto {
	color: #666;
	font-weight: bold;
}
.setamaisCont {
	width:182px;
	float:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
.setamaisCont a {
	display:block;
	height:33px;
	width:182px;
	overflow:hidden;
}
.setamaisCont a:hover {
	display:block;
	text-indent:-161px;
}
/*SECTION 004 END*/
/*SECTION 005*/


.footer {
	width:990px;
	height:150px;
	clear: both;
	margin: 0 auto;
	float: left;
	padding-bottom: 100px;
}
/* FORMULÁRIO */ 

#formWrapper {
	width:632px;
	float:left;
	margin-left: 20px;
	padding-top: 16px;
}
#formLeft {
	width:434px;
	float:left;
}
#formRight {
	width:175px;
	float:left;
	padding-left: 10px;
}
#formMensagem {
	width:609px;
	float:left;
	margin-top: 27px;
}
.formTextoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.9em;
	color:#666;
}
.enviarBtn {
	width:102px;
	height:30px;
	float: left;
	padding-top: 27px;
}
.enviarBtn a {
	display:block;
	width:102px;
}
.enviarBtn a:hover {
	display:block;
	text-indent:-102px;
}
.voltarBtn {
	width:102px;
	height:30px;
	float: left;
}
INPUT#empresa, INPUT#nome, INPUT#morada, INPUT#email, INPUT#localidade, INPUT#cpostal, INPUT#telfax, INPUT#telm, INPUT#mensagem, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.9em;
	border: 0px;
	color:#666;
	/* [disabled]margin: 0px;
*/
}
INPUT#empresa {
	background-image: url(imgs/input_big.png);
	background-repeat: no-repeat;
	width:434px;
	height:23px;
}
INPUT#nome {
	background-image: url(imgs/input_big.png);
	background-repeat: no-repeat;
	width:434px;
	height:23px;
}
INPUT#morada {
	background-image: url(imgs/input_big.png);
	background-repeat: no-repeat;
	width:434px;
	height:23px;
}
INPUT#email {
	background-image: url(imgs/input_big.png);
	background-repeat: no-repeat;
	width:434px;
	height:23px;
}
INPUT#localidade {
	background-image: url(imgs/input_small.png);
	background-repeat: no-repeat;
	width:170px;
	height:23px;
}
INPUT#cpostal {
	background-image: url(imgs/input_small.png);
	background-repeat: no-repeat;
	width:170px;
	height:23px;
}
INPUT#telfax {
	background-image: url(imgs/input_small.png);
	background-repeat: no-repeat;
	width:170px;
	height:23px;
}
INPUT#telm {
	background-image: url(imgs/input_small.png);
	background-repeat: no-repeat;
	width:170px;
	height:23px;
}
INPUT#mensagem {
	background-image: url(imgs/input_mensagem.png);
	background-repeat: no-repeat;
	width:290px;
	height:123px;
}
textarea {
	background-image: url(imgs/input_mensagem.png);
	background-repeat: no-repeat;
	width:290px;
	height:123px;
}

/*FIM DE FORMULARIO*/
