@charset "utf-8";
/* CSS Document */


html{
      margin:0px; padding:0px; border:none;}
   

body {
  background-color:#000000;
  margin:0px;
  padding:0px;
  border:none;
  /*
  scrollbar-face-color: #0aaada;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #0aaada;
  scrollbar-darkshadow-color: #0aaada;
  scrollbar-track-color: #06607b;
  scrollbar-arrow-color: #ffffff;
  
 	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 932px; 
	*/
}

/*html,body{height:100%;}*/

html, body { font-family:Tahoma, Geneva, sans-serif; font-size:12px;	color:#707173;}

a {	text-decoration:none; color:#707173; font-weight:bold;}

a:hover { color:#f15922;}

img { border: none;}


a[href $='.pdf']{padding-left: 16px; background: transparent url('/fatomipe/imsite/pdficon_small.gif') no-repeat center left; font-size:10px; }

#mainTable {

	width:932px;
	padding-left:14px;
	padding-right:14px;
	margin: 0 auto;
	background-color:#FFFFFF;
	height:100%;
}


/* ************  Top  /  Header *************************** */

#header{
	width: 932px; 
	height: 90px; 
	display: table; 
/*	border: 1px solid red;*/
	vertical-align: middle;
}

#logo{
	display:table-cell;
	float: left;
	max-width: 300px;/*213px;*/
	max-height: 90px;
}

#logo img{ 
	width:100%;
	height: auto;
}


#headerRow { 
	display: table-cell;
	vertical-align: middle; 
}

.menuPrincipal{
	float: right;
	max-width: 500px;
}

/* **********  Fim do Top  /  Header ************************ */



/* ************  Banner SlideShow Imgs  *************************** */

#banner {
	width:932px;
	height:250px;
	border-bottom:1px #b3b1b2 solid;
}

#banner img{
	border-bottom:1px #b3b1b2 solid;
}

/* ************  Fim Banner SlideShow Imgs  *************************** */




/* **********  Área Principal ************************ */

/* Grande àrea conteúdos + footer */

#bodyArea {
	
	width:960px;
	background-color:#ffffff;
	margin-left:-14px;
	margin-right:-14px;
	position: absolute;
}

/* Lado Esquerdo*/
#leftSide{
	width:276px;
	float: left;
	background: #ffffff url(/fatomipe/imsite/bkgs/leftSide.jpg) left top repeat-x;
	vertical-align:top;
	
}

#leftSide .contents{
	padding-left:14px;
}


#leftSide .divideTop{
	background:  url(/fatomipe/imsite/bkgs/divideTop.png) left top no-repeat;
	height:25px;
}

#leftSide .divide{
	background:  url(/fatomipe/imsite/bkgs/divide.png) left top repeat-y;
}


#leftSide .divideBottom{
	background:  url(/fatomipe/imsite/bkgs/divideBottom.png) left top no-repeat;
	height:50px;
}



/* Lado Direito -  Conteúdos*/
#contents{
	width:651px; /*670 */
	float: right;
	padding-top:25px;
	padding-right:14px;
	/*background-color:#0F0;*/
	position: relative;
	margin-bottom:30px;
	
}


/*** Footer ***/ 

#footer{
	clear: both;
	width:100%;
	height:65px;
	background-color: #333333;
	text-align: center;
	background-color:#3C9;
}

#footer .bkg{
	background: #262626 url(/fatomipe/imsite/bkgs/footer.jpg) left top repeat-x;
	height:65px;
}

#footer .bkgLeft{
	background: #262626 url(/fatomipe/imsite/bkgs/footerLeft.jpg) left top no-repeat;
	width:15px;
}

#footer .bkgRight{
	background: #262626 url(/fatomipe/imsite/bkgs/footerRight.jpg) left top no-repeat;
	width:15px;
}


#footer .credits {
	color:#414141;
	font-size:10px;
}

#footer .credits a {
	color:#414141;
}

#footer .credits a:hover{
	color:#7d7d7d;
}
/*** Fim do Footer ***/ 		
