/*
|----------------------------------------------------------------------------------------------------|
|  Site: ABAC - Focusnetworks Brasil                                                                 |
|  Descrição: Estilo CSS do Site.                                                                    |
|                                                                                                    |
|  Criado:     08/03/2006 | Por:Mauro Willian                                                        |
|  Modificado: __/__/____ | Por:                                                                     |
|----------------------------------------------------------------------------------------------------|
*/
/*
|--------------------------|
|          Rodapé          |
|--------------------------|
*/
#rodape,#rodape_texto {
	bottom: 0px;
}
html > body #rodape,html > body #rodape_texto {
	float: left;
}
#assinatura {
	height: 44px;
	padding: 0px 14px 0px 14px;
	/*Só funciona no IE*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='estilo/img/fundo_branco.png');
}
html > body #rodape #assinatura {
	background: url(img/fundo_branco.png);
}
#copy {
	width: 240px;
	height: 44px;
	background: url(img/fundo_assinatura.gif) repeat-x;
	font: 10px/44px Arial;
	padding-left: 4px;
	float: left;
}
#ass {
	width: 502px;
	height: 44px;
	background: url(img/fundo_assinatura.gif) repeat-x;
	text-align: right;
	padding-right: 4px;
	float: right;
}
#ass address {
	font: 10px/44px Arial;
}
#ass span {
	font: bold 11px Arial;
}
#rodape h6 {
	bottom: 0px;
	height: 19px;
	text-indent: -99999em;
	overflow: hidden;
	/*Só funciona no IE*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='estilo/img/borda_rodape.png');
}
html > body #rodape h6{
	background: url(img/borda_rodape.png) no-repeat top;
}
/*
|-----------------------------|
|          PoweredBy          |
|-----------------------------|
*/
#poweredby {
	width: 760px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
}
/*#poweredby span {
	position: absolute;
	color: #BBB;
	left: 50px;
}
#poweredby span a {
	color: #BBB;
	font-style: italic;
}
#poweredby img {
	border: none;
}
.LogoFocus {
	position: absolute;
	z-index: 1;
	right: 50px;
}*/


html > body #rodape_texto
{
	width:778px;
	margin:0px auto;
}
html > body #rodape_texto h6
{
	background: url(img/internas/borda_rodape.png) no-repeat center;
	height:19px;
	text-indent: -99999em;
	overflow:hidden;
}