body {
	margin:0px;
	background-color: #E3D9CF;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body,td,th{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#000000;
	text-decoration: nome;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}
a:visited{
	color:#000000;
}
.fnd_meio{
	background-image: url(images/fnd_meio.jpg);
	background-repeat: repeat-y;
}
.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}
#texto{
	font-size:12px;
	line-height:120%;
	text-align:justify;
	margin-right:40px;
	line-height:130%
}
#texto a{
	color:#000000;
	text-decoration: underline;
	font-style: italic;
}
#texto a:hover{
	color:#666666;
}
#rodape_geral{
	background-image: url(images/rodape.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#rodape a{
	text-decoration:none;
}
#rodape a:hover{
	text-decoration:underline;
}
.fnd_table_menu{
	background-image: url(images/fnd_table_menu.jpg);
	background-repeat: repeat-y;
	background-position: top;
	color:#FFFFFF;
}
/* MENU */
a.linkMenu{
	color:#FFFFFF;
	text-decoration:none;
}
a.linkMenu:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a.linkSubMenu{
	color:#FFFFFF;
	text-decoration:none;
}
a.linkSubMenu:hover{
	color:#FFFFFF;
	text-decoration:none;
}
ul#menu{
	padding:0px;
	margin:0px;
	list-style:none;
}

ul#menu li a{
	display:block;
	padding: 5px;
	padding-bottom: 7px;
	padding-right:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/linha_menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#menu li a:hover{
	background-color:#666666;
}

ul#submenu{
	padding:0px;
	margin:0px;
	list-style:none;
}
ul#submenu li a{
	display:block;
	padding: 5px;
	padding-bottom: 7px;
	padding-right:45px;
	color:#B9B9B9;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/linha_menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#submenu li a:hover{
	background-color:#666666;
	color:#FFFFFF;
}

.lateral_fnd{
	background-image: url(images/fnd_table_lateral.jpg);
	background-repeat: repeat-y;
}

img {
	border:0;
}

input, textarea{
	width:300px;
	border: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.botao_formulario{
	width:80px;
	height:25px;
	border:0px;
	background-color:#000000;
	color:#FFFFFF;
}



#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: 10%;
	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;
}

#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;
}
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}
* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
}
* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
}
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	