/*
	Esta pgina foi desenvolvida por ideiAtiva - Pense Diferente 
	Contatos via e-mail ideiativa@ideiativa.com.br
	ideiAtiva - Pense Diferente
	Websites - Sistemas - Hardware - Treinamentos
	(85) 8744.2087 - (85) 3228.7110
	http://www.ideiativa.com.br
*/

/* Importar folhas de estilo internas */
@import url("tollbar.css");
@import url("topo.css");
@import url("rodape.css");
@import url("conteudo.css");



/* Inicio das caracteristicas globais */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font: 10px 'Arial';
}

body {
	background: url(../../imagens/bg-body.gif);
}
html, body
	{
	_height: 100%;
	_overflow: auto;
	}
html {
	overflow-x: hidden;
}

#tollbar {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	_width:98.6%;
	height:35px;
	background: url(../../imagens/bg-tollbar.png);
}

#tollbar {
	_position: absolute;
}

#content_tollbar { width: 800px; margin: 0px auto; }

#global { 
	width: 780px;
	margin: 0px auto;
	background: #FFF;
	padding: 40px 10px 10px 10px;
}

b { font: bold 10px 'Verdana'; }

strong { color:#FF6600; text-decoration: underline; font: bold 10px 'Verdana' }