/* CSS Document */

*
{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;

}

body
{
	background-image:url(../Images/bgBody.gif);
	background-repeat:repeat-x;
	background-position: 0 79px;
	text-align:center;
	height:10px;
}

#geral
{
	width:743px;
	margin: 5px auto;
	text-align:left;
}

#cabecalho
{
	position:relative;
}

#cabecalho h1
{
	background-image:url(../Images/logoIativa.gif);
	background-repeat:no-repeat; 
	/*text-indent:-9000px;*/
	width:121px;
	height:49px;
	overflow:none;
	float:left;
	position:absolute;
	top: 5px;
	left: 20px;
}

#cabecalho #menuPrincipal ul
{
	float:right;
}

#cabecalho #menuPrincipal ul li
{
	display:inline;
}

#cabecalho #menuPrincipal ul li a
{
	width: 70px;
	height: 20px;
	padding:47px 0px 0px 0px;
	padding-bottom: 3px;
	margin-left: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:80%;
	color:#000000;
	float:left;
	overflow:none;
	background-image:url(../Images/botaoMenu.gif);
	text-align: center;
}

#cabecalho #menuPrincipal ul li a:hover
{
	background-position: 0 -70px;
	color:#FFFFFF;
	font-weight:bold;
}

#botaoWebsupport
{
	clear:left;
	width: 113px;
	_width: 123px;
	height: 42px;
	_height: 52px;
	background-image:url(../Images/bgWebsupport.gif);
	padding:5px;
	text-align:center;
}

.textoGeral 
{
	color: #003366;
}