/* REGRAS GERAIS*/

*{
	margin:0px;
	padding:0px;
}

html{
	margin:0px;
	padding:0px;
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#ECECEC;
}

img{border:none;}

.borda_fotos_conteudo{
	border:#FFFFFF 10px solid;
}

.borda_fotos{border:#CCCCCC 3px solid;}

.borda_fotos:hover{ border:#FF9900 3px solid;}

/* TEXTOS E LINKS */

h2{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	display:block;
	width:480px;
	height:30px;
	background-image:url(img/back_h2.gif);
	background-repeat:repeat-x;
	background-position: 12px;
	padding-top: 10px;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border-bottom:1px solid #FF6600;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.legenda{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

a:link {
	text-decoration: underline;
	color: #990000;
}

a:visited {
	text-decoration: underline;
	color: #990000;
}

a:hover {
	text-decoration: none;
	color:#F07E01;
}

/* BLOCOS*/

#container_home{
	width:900px;
	/*height:100%;*/
	position:relative;
	margin:0 auto;
	background-image: url(img/back_container_home.jpg);
	background-repeat:repeat-y;
}


#container{
	width:770px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_container.jpg);
	background-repeat:repeat-y;
}

#topo_home{
	width:880px;
	height:127px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_topo.gif);
	background-repeat:repeat-x;
}

#topo{
	width:750px;
	height:127px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_topo.gif);
	background-repeat:repeat-x;
}

h1 a{
	width:370px;
	height:100px;
	position:absolute;
	right:12px;
	top:21px;
	background-image:url(img/h1.jpg);
	background-repeat:no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}

#central_vendas{
	width:215px;
	height:75px;
	position:absolute;
	left:20px;
	top:30px;
}

#barra_home{
	width:880px;
	height:300px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_laranja_home.gif);
	background-repeat:repeat-x;
}

#botao_vantagens{
	width:500px;
	height:40px;
	position:absolute;
	right:10px;
	bottom:10px;
	z-index: 100;
	display: none;
}

#conteudo{
	width:750px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_laranja.gif);
	background-repeat:repeat-x;
}

#textos{
	width:480px;
	position:relative;
	float:right;
	right:10px;
	margin-top: 12px;
	background-color: #FFFFFF;
	background-image: url(img/back_textos.gif);
	background-repeat: no-repeat;
	padding: 15px;
	line-height: 14px;
}

#vantagens{
	width:456px;
	position:relative;
	margin-top: 12px;
	background-color: #FF9115;
	padding: 10px;
	line-height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	border: 2px solid #FF6600;
	background-image: url(img/back_vantagens.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mapa{
	width:480px;
	height:350px;
	border:2px solid #FF6600;
}

#menu{
	width:210px;
	height:220px;
	position:relative;
	float:left;
	left:10px;
}

#painel{
	width:650px;
	height:275px;
	position:relative;
	float:right;
	right:0px;
	margin-top: 5px;
	z-index: 90;
}

#sombra{
	width:385px;
	height:20px;
	position:relative;
	float:right;
	background-image: url(img/sombra.jpg);
	background-repeat: no-repeat;
}

#rodape_home{
	width:880px;
	height:100px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_rodape_home.gif);
	background-repeat:no-repeat;
}

#rodape{
	width:750px;
	height:80px;
	position:relative;
	margin:0 auto;
	background-image: url(img/back_rodape.gif);
	background-repeat:no-repeat;
}

#copyright{
	position:absolute;
	right:10px;
	top:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

#endereco{
	position:absolute;
	right:10px;
	top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	color:#666666;
	line-height: 14px;
}

#anicer{
	position:absolute;
	left:300px;
	top:40px;
	width: 78px;
	height: 50px;
	background-image: url(img/logo_anicer.jpg);
	background-repeat: no-repeat;
}

#acervir{
	position:absolute;
	left:15px;
	top:30px;
	width: 230px;
	height: 67px;
	background-image: url(img/logo_acervir.jpg);
	background-repeat: no-repeat;
}

#fim_rodape_home{
	width:900px;
	height:30px;
	background-image:url(img/fim_rodape_home.gif);
	position:relative;
}

#fim_rodape{
	width:770px;
	height:30px;
	background-image:url(img/fim_rodape.gif);
	position:relative;
}

.clear{
	width:750px;
	height:20px;
	clear:both;
}

/* FORMS FORMS FORMS FORMS */

.campo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border:2px solid #CCCCCC;
	background-color:#FCFCFC;
}

.campo_focus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border:2px solid #FF9900;
	background-color:#FFFFFF;

}

.textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border: #CCCCCC 2px solid;
	background-color:#FCFCFC;
}

.textarea_focus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 2px;
	border: #FF9900 2px solid;
	background-color:#FFFFFF;
}






/* LIGHTBOX LIGHTBOX LIGHTBOX */

#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: 500px;
	background-color: #000;
	}

