@charset "utf-8";
/*=====================================*/
/* CSS Antilhas - Algo Novo  2010	   */
/* Estrutura - versão 1.0              */
/*=====================================*/

body {
	background: #4d4d4f;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 12pt;
	margin: 0px;
	padding: 0px;
}

h1 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	display:none;
}

/* +++++++++++++++++++ Links +++++++++++++++++++ */

a {
  outline: none;
  text-decoration: none;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover{
	color: #333;
}

/* +++++++++++++++++++ Estrutura +++++++++++++++++++ */

#estrutura {
	width: 1000px;
	float: none;
	position:absolute;
	left: 50%;
	margin-left: -500px;
	z-index: 1;
}

#wrap {
	background: url(imagem/background.jpg);
	width: 945px;
	height: 570px;
	margin: 40px 20px 10px 20px;
	display: inline-block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-we-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(255,255,255,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(255,255,255,0.3);
	z-index: 10;
	position: relative;
}

#FlashAnima {
	position:absolute;
	z-index: 20;
	}

#wrap_view {
	background: url(imagem/bck_view.png);
	width: 945px;
	height: 570px;
	margin: 0px;
	display: inline-block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 30;
	position:absolute;

}

#menu {
	width: 555px;
	height: 570px;
	float: left;
	position:relative;
}

#menu ul { 
	padding:0px; 
	margin:0px;
	list-style-type:none;
}

#menu ul li { 
	overflow:hidden;
}

#menu ul li a{ 
	display:block;
}

#mcliente a {
	background: url(imagem/bt_cliente.png) no-repeat center bottom;
	width:105px;
	height: 25px;
	position:absolute;
	top: 141px;
	left: 146px;
	display:block;
}

#mcliente a:hover {
	background: url(imagem/bt_cliente.png) no-repeat center top;
}

#mcriatividade a {
	width:168px;
	height: 40px;
	position:absolute;
	top: 170px;
	left: 102px;
	background: url(imagem/bt_criatividade.png) no-repeat center bottom;
}

#mcriatividade a:hover {
	background: url(imagem/bt_criatividade.png) no-repeat center top;
}

#minovacao a {
	background: url(imagem/bt_inovacao.png) no-repeat center bottom;
	width:206px;
	height: 65px;
	position:absolute;
	top: 211px;
	left: 78px;
}

#minovacao a:hover {
	background: url(imagem/bt_inovacao.png) no-repeat center top;
}

#msustentabilidade a{
	background: url(imagem/bt_sustentabilidade.png) no-repeat center bottom;
	width:265px;
	height: 41px;
	position:absolute;
	top: 318px;
	left: 29px;
}

#msustentabilidade a:hover {
	background: url(imagem/bt_sustentabilidade.png) no-repeat center top;
}

#mpioneirismo a {
	background: url(imagem/bt_pioneirismo.png) no-repeat center bottom;
	width:117px;
	height: 80px;
	position:absolute;
	top: 362px;
	left: 136px;
}

#mpioneirismo a:hover {
	background: url(imagem/bt_pioneirismo.png) no-repeat center top;
}

#mseriedade a{
	background: url(imagem/bt_seriedade.png) no-repeat center bottom;
	width:83px;
	height: 45px;
	position:absolute;
	top: 207px;
	left: 316px;
}

#mseriedade a:hover {
	background: url(imagem/bt_seriedade.png) no-repeat center top;
}

#mtecnologia a{
	background: url(imagem/bt_tecnologia.png) no-repeat center bottom;
	width:131px;
	height: 40px;
	position:absolute;
	top: 259px;
	left: 294px;
}

#mtecnologia a:hover {
	background: url(imagem/bt_tecnologia.png) no-repeat center top;
}

#mdeterminacao a{
	background: url(imagem/bt_determinacao.png) no-repeat center bottom;
	width:135px;
	height: 45px;
	position:absolute;
	top: 310px;
	left: 298px;
}

#mdeterminacao a:hover {
	background: url(imagem/bt_determinacao.png) no-repeat center top;
}

#conteudo {
	width: 275px;
	height: 570px;
	float: left;
	overflow:hidden;
	position:relative;
	z-index: 30;
}


#conteudo #caixa {
	background: url(imagem/caixa.png);
	width: 273px;
	height: 172px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 900;
}

#nav {
	background: url(imagem/a.png) no-repeat center bottom;
	width: 80px;
	height: 80px;
	position:absolute;
	bottom: 38px;
	left: 59px;
	z-index: 999;
}

.item {
	width: 130px;
	color:#9a9fa4;
	text-align: center;
	font-weight:bold;
	line-height:150%;
	position:absolute;
	bottom: -200px;
	left: 50px;
	z-index:800;
	display:none;
	}
	
.botao{
	display:block;
}	


#footer {
	width: 350px;
	height: 15px;
	color:#fff;
	margin: 0px 20px 10px 20px;
	display: inline-block;
}

