/* CSS Strutural Vidros */

* {
	margin: 0;
	padding: 0;
}

/*alinhar a site ao centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}

body {
	margin: 0 auto;
	text-align: center;
	background-image: url(imagens/bg.jpg);
	background-repeat: repeat-x;
	/*background-color: #F7F7F7;*/
}

/*fundo do conteúdo*/
.bg_conteudo {
	margin: 0 auto;
	background-image: url(imagens/bg_conteudo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 772px;
}

/*Fundo do 1° Flash*/
.bg_conteudo2 {
	margin: 0 auto;
	background-image: url(imagens/bg_conteudo2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 772px;
}

/*Fundo do 2° Flash*/
.bg_conteudo3 {
	margin: 0 auto;
	background-image: url(imagens/bg_conteudo3.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 772px;
}



/*chamada flash*/
.chamada_flash {
	margin: 0 auto;
	background-image: url(imagens/bg_chamada_flash.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 741px;
	height: 230px;
}

/***formatação das fontes***/

/*texto cinza*/
.texto_cinza {
	font-family: Arial; font-size: 11px; color: #666666; line-height:20px;
}

.texto_cinza a {
	font-family: Arial; font-size: 11px; color: #666666; text-decoration: none;
}

.texto_cinza a:hover {
	font-family: Arial; font-size: 11px; color: #666666; text-decoration: underline;
}

<!--formatação do ul-->
ul {
 list-style-type : none;
}
#lista {
 list-style-image : url("imagens/img_marcacao.jpg");
}
#lista li {
 margin : 5px 0 5px 40px;
 padding-left:5px;
}

/* Formulário */

.formulario {	
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.formulario input {
	background-image: url(imagens/bg_input.jpg);
	background-repeat: repeat-x;
	height: 16px;
	width: 220px;
	border: 1px solid #7F7F7F;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.formulario select {
	/*background-image: url(imagens/bg_input.jpg);
	background-repeat: repeat-x;*/
	height: 17px;
	width: 222px;
	border: 1px solid #7F7F7F;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.formulario textarea {
	background-image: url(imagens/bg_textarea.jpg);
	background-repeat: repeat-x;
	height: 105px;
	width: 220px;
	border: 1px solid #7F7F7F;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.formulario .botao {
	height: 25px;
	width: 60px;
	border: 0;
}

/* Rodapé */

.links_rodape {
	margin: 0 auto;
	background-image: url(imagens/bg_menu_rodape.jpg);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	width: 772px;
	padding: 25px 0 20px 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.links_rodape a {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.links_rodape a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}

.rodape {
	margin: 0 auto;
	background-color: #F7F7F7;
	width: 772px;
}

.rodape img {
	margin: 0 10px 0 10px;;
}

.rodape a {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.rodape address {
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}

.rodape p {
	font-family: Tahoma;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	font-style: normal;
}

/*ddd formulario*/

.ddd {	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.ddd input {
	background-image: url(imagens/bg_input.jpg);
	background-repeat: repeat-x;
	height: 16px;
	width: 20px;
	border: 1px solid #7F7F7F;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.ddd select {
	/*background-image: url(imagens/bg_input.jpg);
	background-repeat: repeat-x;*/
	height: 17px;
	width: 20px;
	border: 1px solid #7F7F7F;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.ddd textarea {
	background-image: url(imagens/bg_textarea.jpg);
	background-repeat: repeat-x;
	height: 105px;
	width: 20px;
	border: 1px solid #7F7F7F;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*javascript para lightbox*/
#lightbox{position:absolute; left:0; width:100%; z-index:100; text-align:center; line-height:0;}
#lightbox a img{ border: none; }
#outerImageContainer{position:relative; background-color:#fff; width:250px; height:250px; margin:0 auto;}
#imageContainer{padding: 10px;}
#loading{position:absolute; top:40%; left:0%; height:25%; width:100%; text-align:center; line-height:0;}
#hoverNav{position:absolute; top:0; left:0; height:100%; width:100%; z-index:10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width:49%; height:100%; background:transparent url(lightbox2.03.3/images/blank.gif) no-repeat; display:block;}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background:url(imagens/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(imagens/nextlabel.gif) right 100% no-repeat; }
#imageDataContainer{font:10px Arial, arial, tahoma, Helvetica, sans-serif; background-color:#fff; margin:0 auto; line-height:1.4em; overflow:auto; width:100%	}
#imageData{	padding:0 10px; color:#666; }
#imageData #imageDetails{ width:70%; float:left; text-align:left; }	
#imageData #caption{ font-weight:bold;	}
#imageData #numberDisplay{ display:block; clear:left; padding-bottom:1.0em;	}			
#imageData #bottomNavClose{ width:66px; float:right;  padding-bottom:0.7em; }		
#overlay{position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; background-color:#000;}
#overlay{position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; background-color:#000;}