/* CSS Document */

#fundo{
	height:1030px;
}
#header{
	height:370px;
}

#body{
	background-color:#836C5B;
	height:600px;
	background-image:url(../images/hdegrade_body.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:13px;
}

#body1{
	width:320px;
	height:580px;
	border-right: 1px solid #A8988D;
	float:left;
}
#body2{
	width:452px;
	height:330px;
	float:left;
}
#body3{
	float:left;
	margin-left:5px;
	margin-top:70px;
	
}
#boxsaibamais{
	width:280px;
	margin-left:17px;
	margin-top:5px;
	height:124px;
}

.boxconteudo{
	width:100%;
	background:url(../images/degrade_box.gif) repeat-x;
	margin-top:2px;
	_margin-top:-2px;
}

.boxconteudo #image{
	margin-top:22px;
}

.boxconteudo #saibamaislinks li{
	list-style:none;
	width:100%;
	border-bottom:1px solid #A8988D;
	line-height:25px;
	margin-bottom:5px;
}
.boxconteudo #saibamaislinks{
	padding-top:20px;
}
span{
	display:block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


.texto{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
	padding-left:22px;
}

.titulo{
	width:380px;
	height:22px;
	margin-top:-2px;
	background-image:url(../images/caption-reserva.gif);
	text-indent:-9999em;
	background-position:top left;
	background-repeat:no-repeat;
}


/* LIGHTBOX ABAIXO! A NAO SER QUE VOCE CHEGA MACHO, NAO MECHA SEU MERDA! */


#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 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity:0.50;
	}
#prevLink { left: 5px; float: left; visibility:visible;background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink { right: 15px; float: right;visibility:visible;background: url(../images/next.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);-moz-opacity:0.95; background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);-moz-opacity:0.95;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
                color:#000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; color: #000; }	
#imageData #caption{ font-weight: bold;color:#000;font-size:9px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	 color: #999999}			
#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: #8D334D;
	}





a:link .link{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

a:visited .link{
	color:#FFFFFF;
}

a:hover .link{
	color:#CCCCCC;
	text-decoration:underline;	
}

a:active .link{
	color:#FFFFFF;
}



