/* CSS Document */

/* Geral */
html, body {
	background-color:#FFFFFF;
	width:100%;
	margin:0 0;
	clear:both;
	}

/* Recipiente */
#index {
	width:996px;  
	position:absolute;
    top: 0px;
    left: 50%;
	height:635px;
	margin-left:-498px;
	background-color:#ffffff;
}

	/*Topo*/
	#index .topo{
		width:996px;  
		height:120px;
	}
	#index .topo .esquerda{
		width:175px;  
		height:100px;
		padding:10px;
		float:left;
	}
	#index .topo .direita{
		width:445px;  
		height:100px;
		padding:10px;
		float:right;
	}
	
	/*Menu*/
	#index .menu_explore {
		width:249px;  
		height:515px;
		float:left;
		background: url(../imgs/index_explore.jpg) #fdc800 no-repeat;
	}
	#index .menu_desvende {
		width:249px;  
		height:515px;
		float:left;
		background: url(../imgs/index_desvende.jpg) #6ac334 no-repeat;
	}
	#index .menu_saboreie {
		width:249px;  
		height:515px;
		float:left;
		background: url(../imgs/index_saboreie.jpg) #f48000 no-repeat;
	}
	#index .menu_sinta {
		width:249px;  
		height:515px;
		float:left;
		background: url(../imgs/index_sinta.jpg) #0074c5 no-repeat;
	}
	#index .titulo{
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#000;
		margin-top:250px;
		padding:15px;
	}
	#index .subtitulo{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:13px;
		letter-spacing:2.1px;
		color:#fff;		
	}

	/*Destaques*/
	#index .destaques{
		width:996px;  
		height:150px;
	}
	#index .destaques .destaque1{ /*Destaque esquerda*/
		width:332px;  
		height:150px;
		float:left;
		background: url(../imgs/index_separador_v.png) right no-repeat;
	}
	#index .destaques .destaque2{ /*Destaque centro*/
		width:332px;  
		height:150px;
		float:left;
		background: url(../imgs/index_separador_v.png) right no-repeat;
	}
	#index .destaques .destaque3{ /*Destaque direita*/
		width:332px;  
		height:115px;
		float:left;
	}
	#index .destaques .titulo_d{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		line-height:1.5em;
		color:#fff;
		font-weight:lighter;
		margin-top:10px;
		margin-left:15px;
	}	
	#index .destaques .imagem{
		margin-top:10px;
		float:left;
	}

/*Rodape*/
.rodape{
		width:100%;  
		height:20px;
		margin-top:85px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000;
	}
.rodape .r_esquerda{
		width:445px;
		height:10px;
		padding:10px;
		float:left;
	}
.rodape .r_direita{
		width:175px;  
		height:10px;
		padding:10px;
		float:right;
	}

/*Barra azul Fundo*/	
#fundo {
	background: #FFFFFF url(../imgs/fundo_azul_index.jpg) repeat-x;	
	width:100%;
	height:710px;
	clear:both;
	margin-top:0px;
}

/* Links */
#index a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	color: #000;
	padding:15px;
	text-decoration: none;
	text-shadow:0 0 1px #000000;
}
#index a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	color: #000;
	padding:15px;
	text-decoration: none;
	text-shadow:0 0 1px #000000;
}
#index a:hover {
	font-weight:lighter;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow:0 0 1px #fff;
}
#index a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	color: #000;
	padding:15px;
	text-decoration: none;
	text-shadow:0 0 1px #000000;
}

/* Bandeira Inglês */
.ingles{
	position:absolute;
	left:10px;
	top:103px;
	width: 35px;
	height: 23px;
	}

