BODY {
  color: #000000;
  margin: 0px;
  font-family: arial, sans-serif, Tahoma, helvetica;
  font-size: 12px;
  font-weight: normal;
}


.texto 					{FONT-SIZE: 14px; color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;}
.texto a:link 			{FONT-SIZE: 14px; color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;}
.texto a:visited 		{FONT-SIZE: 14px; color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;}
.texto a:hover 			{FONT-SIZE: 14px; color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; text-decoration: underline;}

.texto2					{FONT-SIZE: 15px; color: #D3D3D3; font-family: arial; text-decoration: none;}
.texto3					{FONT-SIZE: 15px; color: #FFFFFF; font-family: arial; text-decoration: none;}

.efeito_menu:hover {filter:alpha(opacity:70); -moz-opacity:.70; -khtml-opacity: 0.7; opacity: 0.7; }

.rodape					{FONT-SIZE: 11px; color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;}

.titulo 			{FONT-SIZE: 25px; color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; text-decoration: none;}

.tabela 	{float: left; border-collapse: collapse; border-spacing: 0 0;  }

.form  		 {BORDER: #939393 1px solid; BACKGROUND: #FFFFFF; COLOR: #000000; FONT-FAMILY: arial; FONT-SIZE: 12px;}
.form2 		 {BORDER: #939393 1px solid; BACKGROUND: #FFFFFF; COLOR: #000000; FONT-FAMILY: arial; FONT-SIZE: 14px; }
.botao  	 {BORDER: #000000 1px solid; BACKGROUND: #FFFFFF; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana; FONT-SIZE: 12px; font-weight:bold;}

.borda 	  {BORDER: #D0D0D0 1px solid;}
.nome 	  {background:#99CC33; BORDER: #99CC33 1px solid;}
.email 	  {background:#CC6633; BORDER: #CC6633 1px solid;}
.tel  	  {background:#FFCC00; BORDER: #FFCC00 1px solid;}
.cidade   {background:#FFFF66; BORDER: #FFFF66 1px solid;}
.uf  	  {background:#FFFF99; BORDER: #FFFF99 1px solid;}


div.logo1 {
position: absolute;
Z-index: 1;
width: 247px;
height: 124px;
margin-top: -120px;
margin-left: -2px;
}

div.logo2 {
position: absolute;
Z-index: 1;
width: 247px;
height: 124px;
margin-top: -30px;
margin-left: 800px;
}


#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(imagens/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, 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;
	}
