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

html {
	min-height: 100%;
	height: auto;
	}
body {
	background: #000 url(/imagens/sitebuild/footer.jpg) bottom center no-repeat;
/*	background-color: #000; */
	color: #fff;
	margin: 0;
	}
body, p, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
	}

/* LINKS */
a {
	color: #73FF76;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/* TEXTO */
h1 {
	color: #73FF76;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	}
p.subtitulo {
	color: #c0c0c0;
	}

/* HEADER */
#headercontainer {
	background: #030303 url(/imagens/sitebuild/fundo-header.png) top center repeat-x;
	height: 80px;
	margin: 0;
	}
#header {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	}
#header img.logosilvestre {
	position: absolute;
	width: 341px;
	height: 55px;
	left: 15px;
	top: 11px;
	border: 0;
	}

/* LANGUAGE */
#header img.langpt {
	position: absolute;
	width: 102px;
	height: 18px;
	right: 10px;
	top: 5px;
	border: 0;
	z-index: 100;
	}
#header img.langen {
	position: absolute;
	width: 90px;
	height: 18px;
	right: 10px;
	top: 5px;
	border: 0;
	z-index: 100;
	}
#header img.langes {
	position: absolute;
	width: 90px;
	height: 18px;
	right: 110px;
	top: 5px;
	border: 0;
	z-index: 100;
	}

/* DESTAQUE INDEX */
#idxdestcontainer {
	height: 360px;
	background: url(/imagens/sitebuild/fundo-index.jpg) center top no-repeat;
	margin: 0;
	}
#idxdestaque {
	width: 940px;
	height: 360px;
	background: url(/imagens/sitebuild/fundo-index.jpg) center top no-repeat;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	}

/* DESTAQUES */
#destaques {
	width: 940px;
	margin: 0 auto;
	padding: 62px 10px 0 10px;
	background: url(/imagens/sitebuild/fundo-destaques.png) center top no-repeat;
	}
#destaques img {
	border: 0;
	}
#destaques .dleft {
	width: 300px;
	height: 200px;
	margin-right: 20px;
	float: left;
	}
#destaques .dcenter {
	width: 300px;
	height: 200px;
	margin-right: 20px;
	float: left;
	}
#destaques .dright {
	width: 300px;
	height: 200px;
	float: left;
	}
#destaques .dright p.titulo a {
	color: #fff;
	text-decoration: none;
	}
#destaques .dright p.titulo a:hover {
	color: #73FF76;
	}
#destaques .dright p.linknovidade a {
	color: #fff;
	text-decoration: underline;
	}

#destaques .dright .drighttxt {
	width: 260px;
	padding: 12px 20px 0 20px;
	height: 133px;
	background: #333 url(/imagens/sitebuild/fundo-destaquetxt.png) left top no-repeat;
	}
#destaques .dright .drighttxt p {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	}
#destaques .dright .drightbotao {
	width: 300px;
	height: 55px;
	background: url(/imagens/sitebuild/botao-maisnovidades.png) left top no-repeat;
	}
#destaques .dright .drightbotao a {
	display: block;
	text-decoration: none;
	line-height: 55px;
	height: 55px;
	}

/* TELEFONE */
#telefonebanner {
	width: 940px;
	height: 35px;
	margin: 0 auto;
	background: url(/imagens/sitebuild/telefone.png) top right no-repeat;
	}

/* CONTENT */
#contentcontainer {
	min-height: 360px;
	background: url(/imagens/sitebuild/fundo-content.jpg) center top no-repeat;
	margin: 0;
	}
#contenttop {
	width: 960px;
	height: 65px;
	overflow: hidden;
	margin: 0 auto ;
	position: relative;
	}
#content {
	width: 940px;
	background: url(/imagens/sitebuild/fundo-content.jpg) center -65px no-repeat;
	padding: 40px 10px 0 10px;
	margin: 0 auto;
	}
#maincontent {
	clear: both;
	width: 940px;
	}
#lefttext {
	width: 600px;
	float: left;
	}
#rightctc {
	width: 240px;
	padding-top: 30px;
	float: right;
	background: url(/imagens/titulos/contacto.png) 10px 4px no-repeat;
	}

/* TITULOS */
.pagetitle {
	width: 600px;
	height: 35px;
	position: relative;
	}
.pagetitle h1 {
	z-index: 1;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
	}
.pagetitle .tituloimg {
	width: 600px;
	height: 25px;
	padding-top: 5px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	}
.tituloimg img {
	border: 0;
	margin-left: 4px;
	}
.titulo1sil {
	background: url(/imagens/titulos/silvestrefestas.png) left 4px no-repeat;
	}
.titulo1cli {
	background: url(/imagens/titulos/clientes.png) left 4px no-repeat;
	}
.titulo1res {
	background: url(/imagens/titulos/responsabilidadesocial.png) left 4px no-repeat;
	}
.titulo1spo {
	background: url(/imagens/titulos/sponsoring.png) left 4px no-repeat;
	}
.titulo1con {
	background: url(/imagens/titulos/contactos.png) left 4px no-repeat;
	}
.titulo1ten {
	background: url(/imagens/titulos/tendaseestruturas.png) left 4px no-repeat;
	}
.titulo1vten {
	background: url(/imagens/titulos/vendatendaseestruturas.png) left 4px no-repeat;
	}
.titulo1estc {
	background: url(/imagens/titulos/estruturascat.png) left 4px no-repeat;
	}
.titulo1sta {
	background: url(/imagens/titulos/stands.png) left 4px no-repeat;
	}
.titulo1mob {
	background: url(/imagens/titulos/mobiliario.png) left 1px no-repeat;
	}
.titulo1clim {
	background: url(/imagens/titulos/climatizacao.png) left 1px no-repeat;
	}
.titulo1por {
	background: url(/imagens/titulos/portefolio.png) left 1px no-repeat;
	}
.titulo1nov {
	background: url(/imagens/titulos/novidades.png) left 4px no-repeat;
	}
p.titulotxt {
	font-size: 24px;
	font-weight: normal;
/*	color: #73FF76; */
	color: #c0c0c0;
	margin-bottom: 0;
	}

/* CONTACTOS */
span.titcontacto {
	color: #73FF76;
	}
span.smalltxt {
	font-size: 11px;
	}
span.bigtxt {
	font-size: 16px;
/*	font-weight: bold; */=
	}

a.linkcontacto {
	color: #fff;
	text-decoration: underline;
	}
a:hover.linkcontacto {
	color: #73FF76;
	}

/* RESPONSABILIDADE SOCIAL */
ul.respsocial {
	padding: 0;
	margin: 0 0 0 30px;
	list-style: none;
	}
ul.respsocial li {
	font-size: 15px;
	line-height: 30px;
/*	background: url(/imagens/sitebuild/fundo-listarespsocial.png) left center no-repeat; */
	background: url(/imagens/sitebuild/list-square.gif) left center no-repeat;
	margin: 5px 0;
	padding-left: 15px;
	}
ul.respsocial li a {
	color: #fff;
	text-decoration: none;
	display: block;
	}
ul.respsocial li a span {
	color: #73FF76;
	font-size: 12px;
	}
ul.respsocial li a:hover {
	color: #73FF76;
	text-decoration: underline;
	}
ul.respsocial li a:hover span {
	text-decoration: none;
	}

/* FOOTER */
#footer {
/*	background: #000 url(/imagens/sitebuild/footer.jpg) bottom center no-repeat; */
	padding-top: 100px;
	min-height: 40px
	}
#footer #credits {
	width: 940px;
	margin: 0 auto;
	font-size: 11px;
	color: #a9a9a9;
	}
.adwordsconversion {
	width: 500px;
	padding: 0 20px;
	text-align: center;
	float: left;
	}
#footer #credits .copy {
	float: left;
	width: 450px;
	text-align: left;
	}
#footer #credits .intg {
	float: right;
	width: 450px;
	text-align: right;
	}
#footer #credits .intg a {
	color: #a9a9a9;
	text-decoration: none;
	}
#footer #credits .intg a:hover span {
	color: #73FF76;
	text-decoration: none;
	}