/* CSS Propriedades */
body {	
	margin: 0; 
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center; /* hack para o IE */
	background-image:url(../images/background_white.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #fff;	
}
.png			{ behavior:url(iepngfix.htc);}
h1				{ display:none;}
.conteudo		{ font-family: Trebuchet MS; font-size: 12px; color:#000;}
.title2			{ font-family: Trebuchet MS; font-size: 12px; color:#ef7f01; font-weight:bold;}
.title			{ font-family: Trebuchet MS; font-size: 16px; color:#ef7f01; font-weight:bold;}

img{ border:solid 0px;}
/* CSS Propriedades !close */



/* CSS DIV PRINCIPAL */
#maindiv{width:100%;  margin:0 auto;}
/* CSS DIV PRINCIPAL !close */



/* CSS TOPO */
#topo			{
	width:942px; 
	height:77px; 
	border:solid 0px; 
	top:0px;
	left:50%;
	margin-left: -471px;
	width:942px;
	position: absolute;
	z-index:2;
	}
	
#topo_top		{width:942px; height:77px; background-image:url(../images/topo_top.); z-index:2; border:solid 0px;}
#topo_topmenu	{width:432px; height:77px; float:left; z-index:5; border:solid 0px;}
#topo_topicon	{width:157px; height:46px; float:right; z-index:6;}
#topo_banner	{width:942px; height:190px; z-index:3;}
#topo_bannerh	{
	width:942px; 
	height:264px;
	left:50%;
	margin-left: -471px; 
	background-color:transparent; 
	z-index:3; 
	border:solid 0px;
	top:81px;
	position: absolute;
     }
#topo_menu		{width:942px; height:39px; z-index:4; border:solid 0px;}

#menubt{font-size:14px; color:#1e2bbc; padding-left:20px; padding-right:20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
#menu{
	width:100%;
	border:solid 0px;
	height:37px;
	background-image:url(../images/fundo_menu.jpg);
	text-align:center;
	top:345px;
	position:relative;
	z-index:10px;
	}
	
#menu_botoes{
	border:solid 0px;
	width:940px;
	margin-left: -470px;
	left:50%;
	float:left; 
	top:7px; 
	position:relative;
	}
/* CSS TOPO !close */



/* CSS CONTEUDO */

	
#conteudo1		{
	width:940px; 
	margin-left: -470px;
	left:50%;
	float:left; 
	top:0px;
	bottom:0px;
	z-index:10;
	position: relative; 
	border:solid 0px;
	background-image:url(../images/site_bgconteudo.gif);
}

#conteudo2		{
	width:940px; 
	margin-left: -470px;
	left:50%;
	float:left; 
	top:0px;
	bottom:0px;
	z-index:10;
	position: relative; 
	border:solid 0px;
	background-image:url(../images/site_bgconteudo.gif);
}

	
	
	 
#conteudo		{width:660px; float:left; margin-left:30px; _margin-left:30px; margin-top:25px; z-index:10; border:solid 0px; text-align:left;}	 
#conteudo_serv	{width:660px; height:460px; float:left; margin-left:30px; _margin-left:30px; margin-top:25px; z-index:10;}
#conteudo_home	{width:660px; float:left; margin-left:30px; _margin-left:10px; margin-top:5px; z-index:10;}
#mainmenu		{width:240px; height:292px; float:right; margin-right:8px; _margin-right:10px; margin-top:5px; z-index:20; border:solid 0px; text-align:center;}
#clean			{clear:both;}
#end1			{width:320px; float:left;}
#end2			{width:320px; float:right;}
/* CSS CONTEUDO !close */



/* CSS RODAPÉ */
#rodape	{
	width:940px; 
	height:109px;
	bottom: 0px;
	border:solid 0px;
	position: relative;
}
/* CSS RODAPÉ !close */



a:link 
		{ 
		font-size:14px; 
		color:#ffffff; 
		text-align:justify; 
		font-family: Trebuchet MS; 
		}
a:visited 
		{
		font-size:14x; 
		color:#ffffff; 
		text-align:justify; 
		font-family: Trebuchet MS; 
		
		}
a:actived 
		{
		font-size:14px; 
		color:#ffffff; 
		text-align:justify;
		font-family: Trebuchet MS; 
		}
		
a:hover 
		{
		font-size:14px; 
		color:#cbad4f;
		text-align:justify;
		font-family: Trebuchet MS; 
		}
