html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #828282;
}

* html #container {height: 100%;}
* html #container #conteudo {height: 100%;}

#container {
   min-height: 100%;
   position: relative;
}

#container #topo {
	height: 104px;
	background-image: url(../imagens/fundo_topo.jpg);
	background-repeat: repeat-x;
}
#container #topo #topo_menu {
	height: 104px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

/*estilo do menu inicia aqui*/

#container #topo #topo_menu #page-bar {margin: 0px;
padding: 0px;
width: 690px;
}
#container #topo #topo_menu #page-bar ul {
list-style-position: inside;
list-style-image: none;
list-style-type: none;
}
#container #topo #topo_menu #page-bar li {
float:left;
display:block;
list-style-position: inside;
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
}
#container #topo #topo_menu #page-bar li a{
	margin: 0px;
	color:#333;
	display:block;
	text-decoration: none;
	width: 137px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt; /*top padding is 6px, bottom padding is 4px*/
	text-decoration: none; /*bottom border is 3px*/
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DEDEDD;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}

#container #topo #topo_menu #page-bar li a:hover {
	border-top-color: #999;
}

#container #topo #topo_menu #page-bar .select {
	margin: 0px;
	color:#333;
	display:block;
	text-decoration: none;
	width: 137px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 10px 0px 13px 0px; /*top padding is 6px, bottom padding is 4px*/
	text-decoration: none; /*bottom border is 3px*/
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #1A4F79;
	font-weight: bold;
}
#container #topo #topo_menu #page-bar .separa {
	margin: 0px;
	color:#000000;
	display:block;
	text-decoration: none;
	width: 1px;
}

/*estilo do menu termina aqui*/

#container #topo #topo_menu #logo {
	width: 270px;
	height: 104px;
	float: right;
}
#container #topo #topo_menu #menu #home {
	float: left;
}
#container #topo #topo_menu #menu #empresa {
	float: left;
}
#container #topo #topo_menu #menu #modulos {
	float: left;
}
#container #topo #topo_menu #menu #clientes {
	float: left;
}
#container #topo #topo_menu #menu #contato {
	float: left;
}
#container #topo #topo_menu #menu #separa {
	float: left;
}

#container #topo #topo_menu #logo img {
	padding-top: 25px;
	padding-left: 45px;
}
#container #topo #topo_menu #menu {
	float: left;
	height: 104px;
	width: 690px;
}
#container #barra_topo {
	background-image: url(../imagens/barra_separa_topo.jpg);
	background-repeat: repeat-x;
	height: 18px;
}
#container #banner {
	height: 315px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container #conteudo {
	position: relative;
	min-height:100%;
	height: auto;
	width: 960px;
	background-repeat: repeat-y;
	background-position: top;
	padding-bottom: 56px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagens/fundo_conteudo.jpg);
}
#container #base {
	position:absolute;
	bottom:0px;
	width:100%;
	height: 56px;
	left: 0px;
	background-image: url(../imagens/fundo_base.jpg);
	background-repeat: repeat-x;
}
#container #base #info_base tr .lupar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	text-align: center;
	width: 70%;
}
#container #base #info_base tr .cacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	width: 15%;
}
#container #base #info_base tr .cacto a{
	text-decoration: none;
	color: #000;
}
#container #base #info_base tr .lupa {
	padding-right: 15px;
	width: 15%;
	text-align: right;
}

#container #base #info_base {
	margin-top: 14px;
}
#container #topo #topo_menu #menu #slogan {
	font-family: Arial, Helvetica, sans-serif;

	color: ;
	font-size: 12pt;
	text-align: left;
	margin-left: 45px;
	margin-top: 2px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

