/******************************************
				CSS Geral 
******************************************/
body{
	font-family:helvetica;
	background-color:#eee;
	-webkit-user-select:none; 
    -moz-user-select: none; 
	user-select:none;
}

.caixa_centraliza{
	width:1000px;
	height:550px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-285px;
	margin-left:-500px;
	background-image:url('../imagens/layout/___mapa_fundo.jpg');
	background-color:transparent;
}


/**********************
		MENU
**********************/
.menu
{
	width: 1000px;
	height: 90px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:232px;
	margin-left:-470px;
	//margin-top:248px; /* Precisa IE 7 */
}

.menu li
{
	width: 120px;
	height: 50px;
	list-style-type: none;
	float:left;
	background-image: url('../imagens/layout/new_bt_vazio.png');
	background-repeat: no-repeat;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding-top:35px;
	padding-left:25px;
}

.menu a{
	color:#fff;
	text-decoration:none;
}
/********************************************************************************
   ESTES IDS SÃO NECESSÁRIOS PARA QUE O MENU POSSA SE DESLOCAR INDIVIDUALMENTE 
********************************************************************************/
#empresa{
	position:absolute;
}

#produtos{
	padding-top:28px;
	position:absolute;
	left:50%;
	margin-left:-310px;
}

#contact{
	position:absolute;
	left:50%;
	margin-left:-160px;
}

/**********************
		LINK CR
**********************/
#cr{
	position:fixed;
	right:5px;
	bottom:0px;
}

#cr a{
	color:#777;
	text-decoration:none;
	font-size:10px;
	font-family:helvetica;
}