*{
	margin:0;
	padding:0;
	outline:none;
}

img{
	border:0;
}

body{
	background:#FFF url(../images/bg.jpg) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#4689a3;
}


/****************************************************************************************/


#distance{
	position:relative;
	float:left;
	display:inline;
	
	width:50%;
	height:1px;
	
	margin-right:-476px;
}

#container_geral{
	position:relative;
	float:left;
	display:inline;
	
	width:952px;
}

#topo{
	position:relative;
	float:left;
	display:inline;
	
	width:952px;
	height:159px;
	
	margin-top:75px;
	text-indent:-9999px;
	
	background:url(../images/topo.png) no-repeat;
}

/************************************************************************/

#login_topo{
	position:absolute;
	top:140px;
	right:20px;
	
	width:360px;
	
	color:#174f7a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#login_topo .bloco, #login_topo .bloco2{
	position:relative;
	float:left;
	
	width:150px;
	height:100%;
}

#login_topo .bloco2{
	width:60px;
}

#login_topo label{line-height:20px;}
#login_topo .input{
	width:140px;
	height:20px;
	
	border:1px solid #888;
	color:#777;
	
	padding-top:3px;
}
#login_topo .submit{
	color:#174f7a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:0;
	background:url(../images/bt_login.jpg) no-repeat bottom left;
	
	width:46px;
	height:30px;
	
	cursor:pointer;
	margin-top:15px;
}


/************************************************************************/

#container_conteudo{
	position:relative;
	float:left;
	display:inline;
	
	width:952px;
	
	background:url(../images/bg_geral.png) repeat-y;
}

#conteudo{
	position:relative;
	float:left;
	display:inline;
	
	width:940px;
	margin-left:7px;
}

#container_banner_menu{
	position:relative;
	float:left;
	display:inline;
	
	width:952px;
	
	background:url(../images/bg_geral.png) repeat-y;
}

#banner_menu{
	position:relative;
	float:left;
	display:inline;
	height:396px;
	width:940px;
	margin-left:7px;
}


#base{
	position:relative;
	float:left;
	display:inline;
	
	width:952px;
	height:150px;
	
	background:url(../images/bg_base.jpg) top left no-repeat;
}

/**********************************************************************************/


#banner_topo{
	position:relative;
	float:left;
	display:inline;
	
	width:910px;
	height:371px;
	
	margin-left:14px;
	margin-bottom:25px;
	
	background:url(../images/bg_banner_topo.jpg) top center no-repeat;
}

#banner_topo .flash{
	position:relative;
	float:left;
	display:inline;
	
	width:898px;
	height:314px;
	
	margin:6px 0 0 6px;
	
	background:#FFF;
}


/**********************************************************************************/


#menu{
	position:absolute;
	bottom:0;
	left:0;
	
	width:910px;
	height:45px;
	
	background:url(../images/bg_menu.jpg) 0 1px no-repeat;
}

#menu a{
	position:relative;
	float:left;
	display:inline;
	
	padding-left:8px;
	padding-right:10px;
	
	line-height:39px;
	height:45px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	
	letter-spacing:-1px;
	
	background:url(../images/barra_menu.jpg) no-repeat right top;
}

#menu .primeiro{
	margin-left:5px;
}

#menu .ultimo{
	background:none;
}

#menu .aba, #menu a:hover{
	background:url(../images/bg_aba.jpg) repeat-x;
}

#menu .aba .extra1, #menu a:hover .extra1{
	position:absolute;
	top:0;
	left:-1px;
	width:4px;
	height:45px;
	
	background:url(../images/borda_aba.jpg) left top;
}


#menu .aba .extra2, #menu a:hover .extra2{
	position:absolute;
	top:0;
	right:-1px;
	width:4px;
	height:45px;
	
	background:url(../images/borda_aba.jpg) right top;
}

/****************************************************************************************/

#base .logo{
	position:absolute;
	top:60px;
	left:5px;
}

#base .texto{
	position:absolute;
	top:60px;
	left:150px;
	
	height:26px;
	line-height:14px;
	
	text-indent:10px;
	border-left:1px solid #999;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	
	color:#999;
}

#base .logo_rae{
	position:absolute;
	top:46px;
	right:50px;
}

#base .go_top{
	position:absolute;
	top:45px;
	right:10px;
	
	color:#069;
	text-indent:10px;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	
	background:url(../images/seta_up.jpg) left center no-repeat;
	
	text-decoration:none;
}



/*************************************************************************************************/

.texto_conteudo{
	position:relative;
	float:left;
	display:inline;
	
	width:920px;
	
	margin-left:10px;
}
