/* CSS Document */
@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/back_fotos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 10px 0 0 0; 
	background-color: #000000;
}

img{ border:0px;
}


/*TOOLTIP*/

#fdp { 
	display:none;
	float:left;
	width: 200px;
	color: #000000;
	background: #FFFF33;
	border:1px solid #ffffff;
	text-align:center;
	height: 58px;
	padding:7px;
	margin:48px 0 0 75px;
}

span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	text-decoration:none;
}


/*GERAL.........................................................................*/
#sidebar {
	position: fixed;
	top: 5px; 
	left:5px;
	float:left; 
	margin: 0px;
	padding: 0px;
	width: 360px;
}
#content {
	margin: 10px 0 5em 380px;
	overflow:auto;
	padding:0;
}
/* menu fixo...............................................
#sidebar{
	position:fixed;
	top: 5px; 
	left:5px; 
	width: 360px;
	overflow-x:hidden;
}
div#sidebar{
    position: fixed;
}

* html{
    overflow-y: hidden;	
}
* html body{
    overflow-y: auto;
    height: 100%;
	padding:0; margin:0;
    font-size: 100%;
}
* html div#sidebar{
    position: absolute;  
}
All done. ................................................*/
/*CONTEUDO SIDEBAR...............................................................*/
#sidebar .logo {
	margin: 0 0 0 64px;
	padding: 0;
}
#sidebar .agenda {
	margin: 0 0 0 62px;
	padding: 0px;
	height:85px;
/*	height:125px;*/
}
#sidebar .som {
	margin: 0 0 5px 68px;
	padding: 0px;
}
#sidebar .nav {
	margin:0 0 0 39px;
	width: 295px;
	border-bottom: 1px  solid #333333;
	border-top: 1px  solid #333333;
	padding: 4px 0 4px 30px;
	overflow:hidden;
}
#sidebar .chamada img {
	border: 1px solid #666666;
	float:left;
}
#sidebar .promo {
	position:absolute;
	left:3px;
	top:11px;
	_top:21px;/*hack ie6*/
	margin:0;
	padding:0;
	z-index:50;
	width:450px;

}
.promo img{	float:left;
}

/*MENU...............................................................................................*/

#sidebar .menu ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	height: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	float:left;

}
#sidebar .menu ul li a {
	padding:1px 0 1px 10px;
	margin:0 0 0 1px;
	height:15px;
	width:85px;
	color: #999999;
	text-decoration: none;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #666666;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
}
#sidebar .menu ul li a:hover {
	padding:1px 0 1px 10px;
	margin:0 0 0 1px;
    color:#42410A;
	text-decoration: none;
    background-color:#F0EE2B;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*FIM MENU*/
#logos{
	clear:left;
	margin:0 0 0 65px;

}
#logos .brasao{
	float:left;
	margin: 9px 0px 0px 5px;
}
#logos .primus {
	margin: 0;
	padding: 0;
	float:left;
}

#logos .skyy{
	margin-bottom:1px;
	padding: 0;
	float:left;

}
#logos .red{
	margin: 0;
	padding: 0;
	float:left;
}
.end{
	margin-left: 6px;
	padding:0;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}

#sidebar .cred{
	clear:left;
	margin: 5px 0 0 67px;
	padding: 0;
}
#sidebar .cred a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	color: #333333;
}
#sidebar .cred a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	color:#000000;
	background-color:#CCCCCC;
}


/*CASA....................................................................*/
#home{	
	padding: 0px 40px 0 0;
	margin:0px 0 0 0 ;
/*	width:437px;
	height:142px;*/
	width: 488px;
	height: 404px;
	float:right;
	overflow:hidden;
	border:0;

}
#casa {
	margin:0 0 0 60px;
	padding:0px;
	width:440px;
	height:530px;
	background:url(images/casa_foto.jpg) no-repeat;
}

#casa .box{
	width:380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#CCCCCC;
	padding:260px 0 0 40px;
	margin:0;

}
#casa .box a{
	background-color:#F0EE2B;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#casa .box a:hover{
	background-color:#F0EE2B;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#9A9948;
	text-decoration:none;
}

#casa .mais{
	margin:40px 0 0 0;
	text-align:center;
}

#casa .mais {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
#casa .mais a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #999999;
	font-weight:normal;
	text-decoration:none;
}
#casa .mais a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

/*PASSAPORTE.............................................................................*/
#passaporte{
	background-color:#000000;
	padding: 15px;
	margin:150px 0 0 10px ;
	width:505px;
	height:280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#363636;
	overflow:hidden;
}
#passaporte form {
	margin: 0;
	padding: 0;
	width: 460px;
}
#passaporte input {
	border-color: #363636;
	background-color: #191919;
	width: 224px;
	height: 14px;
	border-style:solid;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt ;
	font-weight: normal;
	color: #ffffff;
	vertical-align:middle;
	margin: 0 0 6px 0;
	padding: 2px 8px 2px 8px;
}

/*CONTATO.............................................................................*/
#contato{
	background-color:#000000;
	padding: 15px;
	margin:90px 0 0 10px ;
	width:505px;
	height:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#363636;
}
.cabecalho{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#CCCCCC;
	padding:10px 10px 20px 10px;

}
form {
	margin: 0;
	padding: 0;
	width: 460px;
}
form p { 
	margin: 0;
	padding: 0;
	color: #585858;
	text-align: right;
}
label { 
	display: inline;
	float: left;
	width: 190px;
	margin: 0;
	padding: 3px 0 0 0;
	color: #888888;
	text-align: right;
}
input {
	border-color: #363636;
	background-color: #191919;
	width: 224px;
	height: 14px;
	border-style:solid;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt ;
	font-weight: normal;
	color: #ffffff;
	vertical-align:middle;
	margin: 0 0 6px 0;
	padding: 2px 8px 2px 8px;
}
input#btnEnviar { 
	width: 46px; 
	height: 16px;
	border:none; 
	margin:2px 0 0 0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	
}
input#btnLimpa {
	width: 46px;
	height: 16px;
	border:none;
	margin:2px 0 0 0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
}
input#ckInformativo{
	border:none;
	margin:0; 
	padding:0;
	width:10px;

}
input:focus {
	border-color: #363636;
	background-color: #212121;
}
textarea {
	border-color: #363636;
	background-color: #191919; 
	width: 224px; 
	height: 94px; 
	border-style:solid; 
	border-width:1px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt ; 
	font-weight: normal;
	color: #ffffff;  
	vertical-align:middle; 
	margin:0; 
	padding: 8px 8px 8px 8px;
	overflow:auto;
	
}
textarea:focus { 
	border-color: #363636;
	background-color: #212121;
}

/*ALBUM FOTOS...............................................................................*/
#album a:link, a:visited, a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#album a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#album {
	background-color: #E9E8E6;
	padding: 0px;
	margin: 4px;
	width: 181px;
	height: 220px;
	float:left;
}
#album p{
	margin:0px;
	padding:0px;
	text-align:center;
}
#album .img { 
	border:0;
	margin:5px;
	padding:0; 
	float:left; 
}
/*AGENDA.............................................*/
#flyer{
	padding:0 ;
	margin:0 0 0 30px;
	float:left;
	vertical-align:top;
}

/*FOTOS..............................................*/

#fotos .img {
	border:1px solid #666666;
	margin:3px;
	padding:0; 
	float:left; 
}
.title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size:10pt;
	font-weight: bold;
	margin:0px;
	padding:0 0 0 5px;
	text-align:left;
}
#content .page{
	clear:both;
}
/*..............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;
	}


