/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0px;
	background: #3D5C6B url(imagens/bgSite.jpg) center top no-repeat;
}
td {
	font-size: 13px;
	text-align: justify;
	vertical-align: top;
}
.bordaSite {
	background: #FFFFFF;	
}
.rodape {
	border-bottom: 1px solid #536F7E;
	border-left: 1px solid #536F7E;
}
.texto {
	font-size: 12px;
	color: #3D5C6B;
}
.prodTitulo {
	font-size: 11px;
	font-weight: bold;
	color: #C1A25F;
	text-align: left;
}
.prod {
	font-size: 11px;
	color: #3D5C6B;
	text-align: left;
}
.prodObs {
	font-size: 10px;
	color: #3D5C6B;
	text-align: right;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

.form {
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formItem {
	padding-right: 5px;
	font-size: 10px;
	text-align: right;
	color: #3D5C6B;
}
.button {
	border: 1px solid #3D5C6B;
	font-size: 11px;
	font-weight: normal;
	background: #FFFFFF;
	color: #3D5C6B;
	padding: 0px 6px;
}
/* fundos */
.bgHome {
	background: url(imagens/bg_qualityoflife.jpg) no-repeat left top;
	height: 394px;
}
.bgConctats {
	background: url(imagens/bg_technology.jpg) no-repeat left top;
	height: 394px;
}
.bgInfraStructure {
	background: url(imagens/bg_infrastructure.jpg) no-repeat left top;
	height: 394px;
}
.bgProdutionQuality {
	background: url(imagens/bg_productionquality.jpg) no-repeat left top;
	height: 394px;
}
.bgQuality {
	background: url(imagens/bg_quality.jpg) no-repeat left top;
	height: 394px;
}
.bgQualityControl {
	background: url(imagens/bg_qualitycontrol.jpg) no-repeat left top;
	height: 394px;
}
.bgProducts {
	background: url(imagens/bg_products.jpg) no-repeat left top;
	height: 394px;
}
.bgQualityOfLife {
	background: url(imagens/bg_qualityoflife.jpg) no-repeat left top;
	height: 394px;
}
.bgTechnology {
	background: url(imagens/bg_technology.jpg) no-repeat left top;
	height: 394px;
}
#layer1 {
	position: absolute;
	width: 555;
	height: 297px;
	z-index: 0;
	overflow: auto;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #FFFFFF; 	/* fundo */
	scrollbar-shadow-color: #DDDDDD;		/* contorno direito */
	scrollbar-3dlight-color: #DDDDDD;		/* contorno esquerdo */
	scrollbar-arrow-color: #666666; 		/* seta */	
	scrollbar-darkshadow-color: #DDDDDD;	/* contorno direito 2 */
}
.noticiaData {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}
.noticiaTexto {
	font-size: 11px;
	text-align: justify;
}
.noticiaTitulo {
	font-size: 13px;
	font-weight: bold;
	color: #C1A25F;
	text-align: left;
}
