@charset "utf-8";
/* CSS Document */
img, a, body, ul, li, h3, textarea
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body{
	background: #FFFFFF url("imagens/background_faixa.jpg") repeat-x;
	border: 0px solid black;
	}

div#centerr{
	border: 0px solid black;position: relative;
	text-align: center;
}

div#centraliza
{
	position: relative;
	border: 0px solid black;display: inline-table;
	width: 1000px;
}

div#topo
{
	background:#FFFFFF url("imagens/topo_background.jpg") no-repeat;
	position: relative;
	width: 1000px;
	height: 142px;
	border: 0px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

iframe#topo
{
	background:#FFFFFF url("imagens/topo_background.jpg") no-repeat;
	position: relative;
	width: 1000px;
	height: 142px;
	border: 0px solid black;}

div#conteudoTopo
{
	background:#FFFFFF url("imagens/topo_conteudo_background.jpg") repeat-x;
	position: relative;
	width: 955px;
	height: 141px;
	border: 0px solid black;
	margin-left:23px;
}

img#restrito
{
	position: relative;
	float: none;
	top: 0px;
	right: -260px; 
	border: 0px solid black;
	z-index: 0;
}

img#logotipo
{
	float:left;
	border: 0px solid black;
}

/* MENU */

ul#menubox
{
	
	position: absolute;
	width: 634px;
	height: 120px;
	list-style:none;
	bottom: 1px;
	right: 0px;
	height: 60px;
	border: 0px solid black;
}

ul
{
	float:left;
	border: 0px solid black;
}

a.menu
{
	text-decoration: none;
	float: left;
	height: 24px;
	border: 0px solid black;
}

a#menuostratws
{
	background: url("imagens/ostratws.jpg") no-repeat;
	margin: 4px 0px 20px 0px;
	width: 94px;
}

a#menuostratws:hover
{
	background: url("imagens/ostratws_over.jpg") no-repeat;
}

a#menurecursos
{
	background: url("imagens/recursos.jpg") no-repeat;
	margin: 4px 0px 20px 0px;
	width: 96px;
}

a#menurecursos:hover
{
	background: url("imagens/recursos_over.jpg") no-repeat;
}

a#menudiferenciais
{
	background: url("imagens/diferenciais.jpg") no-repeat;
	margin: 4px 0px 20px 0px;
	width: 120px;
}

a#menudiferenciais:hover
{
	background: url("imagens/diferenciais_over.jpg") no-repeat;
}

a#menuconsultoria
{
	background: url("imagens/consultoria.jpg") no-repeat;
	margin: 4px 0px 20px 0px;
	width: 111px;
}

a#menuconsultoria:hover
{
	background: url("imagens/consultoria_over.jpg") no-repeat;
}

a#menudepoimentos
{
	background: url("imagens/depoimentos.jpg") no-repeat;
	margin: 4px 0px 20px 0px;
	width: 123px;
}

a#menudepoimentos:hover
{
	background: url("imagens/depoimentos_over.jpg") no-repeat;
}

a#menucontato
{
	background: url("imagens/contato.jpg") no-repeat;
	margin: 4px 0px 20px 0px;
	width: 88px;
	border: 0px solid black;
	z-index: 10;
}

a#menucontato:hover
{
	background: url("imagens/contato_over.jpg") no-repeat;
	border: 0px solid black;
	z-index: 10;
}

/* SUBMENU */

ul.submenu
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
	height: 24px;
	top: 39px;
}

ul#recursos
{
	margin-right: 370px;
}

ul#diferenciais
{
	margin-right: 225px;

}

ul#depoimentos
{
}

li.item
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	list-style: none;
	display: inline;
	position: relative;
	top: 7px;
	height: 24px;
	float: left;
	margin: 0px;
}

li.separador
{
	list-style: none;
	display: inline;
	position: relative;
	top: 1px;
	height: 24px;
	border: 0px solid black;
	float: left;
}

img.separador
{
	height: 24px;
	float: left;
	margin-bottom: 1px;
	position: relative;
	bottom: 6px;
	width: 1px;
}

li a.opcao
{
	background: url("imagens/submenu.jpg") repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
	height: 24px;
	position: relative;
	top: 1px;
	padding-top: 7px;
	padding-left: 16px;
	padding-right: 15px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

a.opcao:hover
{
	background: none;
}
