@import "layout_hacksie.css";
@import "layout_definicoes.css";

html, body {
	height: 100%;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	overflow: -moz-scrollbars-vertical; /*  :) */
	background: url(../imagens/bg_html.gif) repeat-x #FFF;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #646464;
	text-align: center;
	}

#pagina {
	width: 743px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	}

#pagina a { color: #646464; text-decoration: none; }
#pagina a:link { color: #646464; text-decoration: none; }
#pagina a:visited { color: #646464; text-decoration: none; }
#pagina a:hover { color: #00305E; text-decoration: underline; }
#pagina a:active { color: #646464; text-decoration: none; }

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	height: 110px;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#suporteMiolo {
	text-align: left;
	margin: 8px 0 0 0;
	padding-bottom: 160px;
	background: url(../imagens/bg_miolo.gif) no-repeat;
	}

#suporteMiolo:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#suporte {
	width: 735px;
	margin: 8px 0 0 0;
	float: left;
	display: inline;
	clear: both;
	}
	
#suporteInterna {
	width: 488px;
	padding: 10px 12px 0 15px;
	text-align: justify;
	float: left;
	background: url(../imagens/bg_suporte_interno.gif) no-repeat #fff;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#menu {
	width: 219px;
	height: 299px;
	float: left;
	display: inline;
	background: url(../imagens/provisoria/flash_menu.png) no-repeat;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 100%;
	height: 60px;
	background: url(../imagens/bg_rodape.jpg) bottom repeat-x #FFF;
	text-align: center;
	position: relative;
	margin: -5.5em auto 0 auto;
	}

#nonFooter {
	position: relative;
	min-height: 100%;
	}

