@charset "utf-8";
/* CSS Document */

/****** corpo *************************************/
body{
	background:#003;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0px;
	}
/*****************************************************/



/****** links *************************************/
a{
	color:#3E3E3F;
	font-size:14px;
	text-decoration:none;
}

a:hover{
	color:#666666;
	text-decoration:underline;
	font-style:italic;
}

/*****************************************************/


/****** Div All *************************************/
#all{
	width:889px;
	margin: 0 auto; /*centraliza em navegadores padrão*/
	}
/*****************************************************/
	
/****** Div head *************************************/

#head{
	width:889px;
	padding:0px;
	margin:0px;
	float:left;
	}
/*****************************************************/

/****** Div menu sup *************************************/

#menu_sup{
	background:url(../images/menu_superior/menu_superior.jpg) no-repeat #333333;
	width:889px;
	height:31px;
	float:left;
	}
/*****************************************************/


/****** Div conteudo geral *************************************/

#conteudo_geral{
	background:url(../images/fundo_conteudo/fundo_conteudo.gif) no-repeat;
	width:889px;
	float:left;
	}
/*****************************************************/



/****** Div menu lat *************************************/

#menu_lat{
	background:url(../images/menu_lateral/menu_lateral.gif) no-repeat;
	width:315px;
	margin-left:0px;
	margin-bottom:10px;
	position:absolute;
	z-index:100;
	}
/*****************************************************/



/****** Div content *************************************/

#content{
	width:889px;
	position:relative;
	}
/*****************************************************/


/****** Div foot *************************************/

#foot{
	background:#CCCCCC;
	width:889px;
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	}
/*****************************************************/



/****************************************************/
/**************** Parceiros *************************/
/****************************************************/

#rowPartner{
	width:500px;
	margin-top:20px;
	float:left;
		}
		

#boxPartner{
	width:155px;
	height:107px;
	text-align:left;
	float:left;
	}
	
#boxPartner img{
	background:#666666;
	border:solid;
	border-color:#CCCCCC;
	border-width:5px;
	}

#boxPartner img:hover{
	border:solid;
	border-color:#666666;
	border-width:5px;
	}

#spacePartner{
	width:8px;
	height:20px;
	float:left;
	}
#linePartner{
	width:300px;
	height:40px;
	float:left;
	clear:both;
	}
	
#footPartner{
	width:300px;
	height:100px;
	float:left;
	}

