#site{
	width:996px;
	position:relative;
	left:50%;
	margin-left:-498px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_home.jpg);
	background-position:top center;
}



/*   -------------------------------------------------------------------------------------------------------------------------------     */



#logotipo { position:absolute; left:17px; top:41px; width:124px; height:40px; }

#webmail { position:absolute; left:868px; top:1px; width:127px; height:38px;}

#topo {
	position:absolute;
	left:1px;
	top:96px;
	width:997px;
	height:319px;
}



/*   -------------------------------------------------------------------------------------------------------------------------------     */




/* MENU */

#menu { position:absolute; left:163px; top:39px; width:832px; height:45px;}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
/* ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } --Hover State--*/
ul#topnav a.empresa {
	background: url(images/menu/sobre_empresa.jpg) no-repeat;
	width:144px;
}
ul#topnav a.servicos {
	background: url(images/menu/servicos.jpg) no-repeat;
	width:87px;
}
ul#topnav a.oportunidades {
	background: url(images/menu/oportunidades.jpg) no-repeat;
	width: 129px;
}
ul#topnav a.noticias {
	background: url(images/menu/noticias.jpg) no-repeat;
	width: 85px;
}
ul#topnav a.aliancas {
	background: url(images/menu/aliancas.jpg) no-repeat;
	width: 86px;
}
ul#topnav a.tecnologia {
	background: url(images/menu/tecnologia.jpg) no-repeat;
	width: 100px;
}
ul#topnav a.aplicativos {
	background: url(images/menu/aplicativos.jpg) no-repeat;
	width: 103px;
}
ul#topnav a.contato {
	background: url(images/menu/contato.png) no-repeat;
	width: 80px;
}


/*   SUB MENU   */



ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	z-index: 99999;
	background: #344c00 url(images/menu/sub_bg.png) repeat; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 295px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #fff;
	font-weight:bold;
}
ul#topnav .sub ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(images/menu/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
	
	
	/* FIM MENU */
	
/*   -------------------------------------------------------------------------------------------------------------------------------     */

