/*
|----------------------------------------------------------------------------------------------------|
|  Site: ABAC - Focusnetworks Brasil                                                                 |
|  Descrição: Estilo CSS do Site.                                                                    |
|                                                                                                    |
|  Criado:     08/03/2006 | Por:Mauro Willian                                                        |
|  Modificado: __/__/____ | Por:                                                                     |
|----------------------------------------------------------------------------------------------------|
*/
/*
|-----------------------------|
|          Cabeçalho          |
|-----------------------------|
*/
#cabecalho h6 {
	height: 15px;
	text-indent: -99999em;
	overflow: hidden;
	/*Só funciona no IE*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='estilo/img/borda_cabecalho.png');
}
html > body #cabecalho h6 {
	background: url(img/borda_cabecalho.png) no-repeat top;
}
#cabecalho #topo {
	height: 87px;
	padding: 0px 10px 0px 10px;
	position: relative;
	/*Só funciona no IE*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='estilo/img/fundo_branco.png');
	/*Hack para o IE*/
	_z-index: -1;
	_margin-top: -1px;
}
html > body #cabecalho #topo {
	background: url(img/fundo_branco.png);
}
#cabecalho h1 {
	width: 444px;
	height: 85px;
	text-indent: -99999em;
	overflow: hidden;
	background: url(img/logo.gif) no-repeat center;
	margin-left: 5px;
}
#topo div {
	width: 306px;
	height: 87px;
	background: url(img/fundo_menu_cabecalho.gif);
	position: absolute;
	top: 0px;
	right: 10px;
}
/*
|--------------------------------|
|          Menu do Topo          |
|--------------------------------|
*/
#topo div ul {
	list-style: none;
	height: 19px;
	line-height: 19px;
}
#topo div ul li {
	float: right;
	height: 19px;
	line-height: 19px;
}
#topo div ul li a {
	text-indent: -99999em;
	overflow: hidden;
	display: block;
}
#mnHome a {
	width: 52px;
	background:transparent url('img/botoes/btnHome1.gif') no-repeat;
}
#mnHome a:hover {
	width: 52px;
	background:transparent url('img/botoes/btnHome2.gif') no-repeat;
}
#mnCarrinho a {
	width: 73px;
	background:transparent url('img/botoes/btnCarrinho1.gif') no-repeat;
}
#mnCarrinho a:hover {
	width: 73px;
	background:transparent url('img/botoes/btnCarrinho2.gif') no-repeat;
}
#mnMinhaConta a {
	width: 91px;
	background:transparent url('img/botoes/btnMinhaConta1.gif') no-repeat;
}
#mnMinhaConta a:hover {
	width: 91px;
	background:transparent url('img/botoes/btnMinhaConta2.gif') no-repeat;
}
#mnContato a {
	width: 86px;
	background:transparent url('img/botoes/btnContato1.gif') no-repeat;
}
#mnContato a:hover {
	width: 86px;
	background:transparent url('img/botoes/btnContato2.gif') no-repeat;
}

#mnContato_logado a {
	width: 71px;
	background:transparent url('img/botoes/btnContato1.gif') no-repeat;
}
#mnContato_logado a:hover {
	width: 71px;
	background:transparent url('img/botoes/btnContato2.gif') no-repeat;
}

#mnEncerrarSessao a {
	width: 135px;
	background:transparent url('img/botoes/btnEncerrarSessao.gif') no-repeat;
}

#mnEncerrarSessao a:hover {
	width: 135px;
	background:transparent url('img/botoes/btnEncerrarSessao_on.gif') no-repeat;
}


/*
|---------------------------------|
|          Acesso Rápido          |
|---------------------------------|
*/
#frm_acesso_rapido fieldset {
	margin: 17px 0px 0px 67px;
	border: none;
}
#frm_acesso_rapido fieldset label {
	width: 67px;
	height: 20px;
	line-height: 20px;
	text-indent: -99999em;
	overflow: hidden;
	background: url(img/lbl_AcessoRapido.gif) no-repeat center;
	display: block;
	float: left;
}
#frm_acesso_rapido fieldset select {
	width: 150px;
	font: 11px Arial;	
}
option.divisao {background: #A3C616;} 

#cabecalho_texto
{
	margin: 0px auto;
	position:relative;
	width:778px;
}
#cabecalho_texto h6
{
	background: url(img/internas/borda_topo.png) no-repeat center;
	height:19px;
	text-indent: -99999em;
	overflow:hidden;
}