/* CSS Document */

*{
	margin:0px;
	padding:0px;
}


body{
	background-image:url(../_img/fd_site2.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px;
	height:100%;
	
 
}

#geral{
	margin:auto;
	/*background-color:#FFFFFF;*/
	width:799px;
	/*background-image:url(../_img/fd_conteudo.jpg);*/
	background-repeat:no-repeat;
	height:100%;
	


}

#TableCapa{
	width:799px;
	height:400px;
	/*border: 1px solid #cccccc;*/

	
}

#BoxEmpresa{
	width:180px;;
	height:338px;
	background:#FFFFFF;
	background-image:url(../_img/fd_empresacapa.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
}

#BoxPortfolio{
	width:780px;
	height:368px;
	background:#FFFFFF;
	/*background-image:url(../_img/fd_portfolio.jpg);
	background-repeat:no-repeat;*/
	margin-left:5px;
}

#BoxTexto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#485e88;
	text-align:justify;
	width:500px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:17px;
}

#BoxTitulo{
	border-bottom: 3px solid #FF9900;
	width:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#003366;
	margin-left:10px;
	margin-top:20px;
}

#BoxMenu{
	width:150px;
	height:338px;
	background:#FFFFFF;
	background-image:url(../_img/fd_empresacapa.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}

#tabelamenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	
	margin-top:50px;
	width:150px;
}


#tabelamenu tr td{
	border-bottom: 1px solid #DFEAE7;
	padding-top:3px;
	padding-bottom:3px;
} 

#tabelamenu tr td a{
	color:#666666;
	text-decoration:none;
} 


#TablePortfolio{
	width:500px;
}

#TablePortfolio img{
	margin:5px;		
}

#Rodape{
	/*background-image:url(../_img/fd_rodape.jpg);*/
	background-repeat:repeat-x;
	width:100%;
	height:42px;
	/*background-color:#999999;*/
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000000;
	
	padding-top:8px;
	
	/*position:absolute;*/
	/*position:fixed;*/
	bottom:0px;
	/*margin:auto;*/
	clear:both;
	margin-top:60px;



}

input, select{
	border: 1px solid #003366;
	background-color:#f2f2f2;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:2px;
}
