body {
	background: #FA9306;  
	color:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

/* ////////////////////// ESTRUTUIRA  */
#Geral, .contato {
	position:relative;
	width: 860px;
	margin: 0 auto;
}

.topo, .conteudo, .menu, .formulario, .contato form, .contato p, iframe, .shadetabs, .tabcontentstyle {
	float: right;
	width: 630px;
}

.conteudo {
	background:#FFF;
	padding:0;
}

.menu {
	bottom: 0;
	z-index: 0;
	padding:0;
}

.rodape, .cor {
	width:100%;
	float: left;
}

.rodape {
 	background: url(../images/bg_rodape.jpg) repeat-x;
	border-top: 1px solid #FFCC00;
}

.cor {
	background: #1B1C20;
}	

.margem {
	margin: 0 10px;
	padding-bottom: 10px;
}
	
#logo {
	float: left;
	width: 160px;
	top: 200px;
	position: absolute;	
	margin-top: -106px;
}

.esquerda {
	float: left;
} 
.direita {
	float: right;
} 



/* ////////////////////// TIPOGRAFIA  */
h3 {
	font-size: 1.3em;
	color: #AF6704;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #AF6704;
	margin:30px 10px 0 10px;
	
}
.rodape {
	color: #1b1c20;
	font-size: 0.85em;
}
.rodape a {
	color: #FFFF99;
	text-decoration: none;
}
.rodape p {
	margin-top:20px
}
.margem p{
	text-align:justify;
	margin:20px 10px 10px 10px;
	} 
.margem a {
	color:#AF6704;
	font-weight: bold;
	text-decoration: none;
}
.margem a:hover {
	color:#AF6704;
	font-weight: bold;
	text-decoration: underline;
}

/* ////////////////////// NAVEGACAO  */
ul.naveg, ul.naveg a{
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	padding:3px;
	left:10px;
}
ul.naveg a:hover{
	color:#1b1c20;
	background: #FFCC00;
}
ul.naveg li{
	display:inline;
}

.margem img {
	margin:7px;
}



/* ////////////////////// FORMULARIO  */
form {
	background: url(../images/seta.jpg) right top no-repeat;
	}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b1c20;
	padding:3px;
	background: #FFE5C1;
	border:none;
	}
input {
	height:22px;
}	
select {
	color: #1b1c20;
	padding: 3px;
	background: #FFE5C1;
	border:none;
}	
option {
	border:none;
}

input:focus, textarea:focus {
	background: #FFCC00;
	color: #1b1c20;
	border:none;
	}
.muda {
	background: #FFCC00;
	color: #1b1c20;
	border:none;
	}	
.form_mensagem {
	height:6.2em;
	}	
.form_enviar{
	cursor:pointer;
	width: 108px;
	height: 22px;
	border: none;
	padding: 0;
	margin: 0;
	}
.limpa {
	background: none;
	border:none;
	}	
.box_txt {
	}
form h3 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #FFF;
	color:#FFF;
	}	
/* ////////////////////// THUMBNAILS  */
.margem .thumbs {
	float: left;
}
.thumbs {
	background-image: url(../images/bg_box.jpg);
	margin: 3px;
	width: 80px;
	height: 80px;
}
.thumbs img{
	margin-top:8px;
	margin-left:9px;
}
.thumbs a img {
	opacity: 0.6;
}
.thumbs a img:hover{
	opacity: 1;
}
object, embed {
	z-index: 0 !important;
}

/* ////////////////////// LIGHTBOX  */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 90;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#lightboximage { border: 1px solid #666; }

#outerImageContainer{
	position: relative;
	background-color: #F2F2F2;
	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; */
	font-size: 10px;
	background-color: #F2F2F2;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	

#imageDetails { margin-top: 5px; } /* CRIEI ESTE PARA AJUSTA A ALTURA DO TEXTO "CAPTION" */

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}



	
/* ////////////////////// TABS  */	
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
/*	border: 1px solid #778; */
	color: #FFE5C1;  
	background: #1B1C20;
}

.shadetabs li a:hover{
	text-decoration: none;
	background: #CC6600;
}

.shadetabs li.selected{
	position: relative;
/*	top: 1px; */
}

.shadetabs li.selected a{ /*selected main tab style */
/*	background: #FFFF00; 
	background: #CC6600; */
	color: #FFF;
/*	border-bottom-color: white; */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	/*	border: 1px solid gray; */
	margin-bottom: 1em;
	background-image: url(../images/seta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tabcontent{
	display:none;
}

.erro {
	color:#FFF;
	font-weight:bold;
	}
.volta {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}	
@media print {
.tabcontent {
display:block!important;
}
}	


/*//////////////////////////// FLASH*/
#Flash {
	margin:-13px 0 -12px 0;
	}
#Flash2 {
	margin:-13px;
	}	
#flashcontent, #flashcontent2 {
	text-align:center;
	}	