
/*Topo*/
body { margin: 0 }

/* Topo */
#global_topo {
		width: 100%;
		height: 130px;
		background-color: #000;
		text-align:center; /* hack para o IE5 centralizar o div interno */
}
#topo {
		width: 780px;
		background-color: #000;
		height: 130px;
		margin: 0 auto;
		text-align: center; /* complemento do hack para o IE5 centralizar este div */
}
#coluna_direita_topo {
		height: 130px;
		width: 780px;
		float: right;
}
	
#album {
	font:28px Times New Roman, Times, serif;
	color: #fff;
	letter-spacing:.3em;
	padding: 40px 10px 10px 20px;
	text-align:left;
}

/* Menu Auxiliar */
#global_menu_auxiliar {
	width: 100%;
	background-color: #03f;
	height: 30px;
	text-align:center; /* hack para o IE5 centralizar o div interno */
}
#menu_auxiliar {
	width: 780px;
	margin: 0 auto;
	background-color: #03f;
	height: 30px;
	text-align: left; /* complemento do hack para o IE5 centralizar este div */
}
#menu {
	margin: 0 auto;
	height: 30px;
	width:517px; /*para centrarlizar o li link*/
	padding-top:6px;
	text-align: left;  /*usar este div para IE.5*/
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}	
#menu ul li {
	display: block;
	float: left;/*usado para colocar os links na horizontal*/
	height:20px;
	width:80px;
	text-align:center;
	font-size:12px;
	font-family:tahoma;
	font-weight: bold;
	margin: 0 10px 0 10px;
	background:url(im/a_link.gif); /*background do menu*/
}
#menu ul li a {
	height:17px;
	width:80px;
	display:block;
	text-decoration:none;
	color: #fff; /*cor da letra do menu*/
	padding-top:4px;
	
}
#menu ul li a:visited {
	height:20px;
	width:80px;
	display:block;
	text-decoration:none;
	color: #fff;
}
#menu ul li a:hover {
	background: url(im/a_active.gif) left top no-repeat;
	color:#000; 
}
	/*termino do menu*/
	
	/*Inicio do Album*/
#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: 300px;
	background-color: #000;
}
	/*Termino do album*/
	
	/*Inicio do rodape*/
#global_rodape {
	background-color: #000; /*azul marinho*/
	height: 150px;
	width: 100%;
	text-align: center;	/*usar este div para IE.5*/
	border-top: #03f solid 1px;
}
#rodape {
	background-color: #000; /*azul*/
	height: 150px;
	width: 770px;
	margin: 0 auto;    
 	text-align: left;   /*usar este div para IE.5*/
}
#coluna_esquerda_rodape {
	float: left;
	height: 150px;
	width: 49%;
}
#siteInfo{
	clear: both;
	font-size:14px;
	color: #fff;
	padding: 20px 10px 10px 30px;
}
#siteInfo a {
	color: #03f;
	text-decoration:none;
}
#siteInfo a:hover {
	color: #fff;
	text-decoration:none;
}
#copy {
	color: #999;
	text-align: left;
	font:Tahoma;
	font-size:14px;
	padding: 20px 10px 10px 30px;
}

#coluna_direita_rodape {
	float: right;
	height: 150px;
	width: 50%;
	border: px solid #fff; 	/*borda preta*/
}
#pan {
	background: url(../logo_pan1.jpg) top  left  no-repeat;
	height: 143px;
}
                    /*TERMINO DO RODAPE*/

	
	

