@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	padding-top: 36px;
	background: url("../img/bgBody.jpg") repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#tudo {
	width: 960px;
	margin: 0 auto;
	position: relative; /* novo contexto */
	overflow: hidden; /* para técnica de faux columns */
}
#menu li {
	font-size: 13px;
	float: left;
	padding: 0 20px 0 20px;
	background: url("../img/bgLi.jpg");
	height: 39px;
	line-height: 39px; /* mesmo valor do height para centralizar vertical */
	position: relative; /* novo contexto */
}
#menu li.especial {
	background: none;
}
.umalinha {
	line-height: 30px;
}
#menu {
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 10;
}
#menu li  {
	position: relative;
	text-align: center;
	z-index: 1;
}
#menu li a:link {
	color: #6F6F6F;
}
#menu li a:hover {
	color: #f00;
}
#menu li img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
#menu li ul{
	background-color: #E2E2E2;
	padding-top: 10px;
	border: 1px solid #C6C6C6;
	border-top: none;
	display: none;
}
#menu li ul li{
	line-height: 14px;
	padding: 0 10px;
	background-image: none;
	float: none;
}
#menu li.servicos ul li {
	width: 67px;
}
#menu li.suporteTecnico ul  li{
	width: 112px;
}
#menu li.cadastro ul { 
	width: 133px;
}
#menu li.relatorio ul {
	width: 107px;
}
#menu li.eventos ul li{ 
	width: 80px;
}
#menu li.empresa ul li{ 
	width: 70px;
}
#menu li:hover ul,
#menu li.over ul {
	position: absolute;
	top: 37px;
	left: 0px;
	z-index: 10;
	display: block;
}

#nav {
	position: relative;
	float: right;
	width: 245px;
	background: url("../img/bgNav.jpg") repeat-y center;
	margin-top: 50px;
	padding-bottom: 10px;
	padding-bottom: 1000em; /* coluna */
    margin-bottom: -999.5em;
}
#nav #news {
	background-image: url("../img/bgNews.jpg");
	height: 229px;
	width: 215px;
	padding: 15px 15px 0 15px;
}
#nav #news img#destaque {
	border: none;
	width: 190px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;

}
#nav form {
	padding: 10px 12px;
}
#nav form select {
	width: 178px;
	font-size: 11px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#conteudo {
	min-height: 470px;
	margin-top: 237px;
	background-color: #F2F5F6;
	display: block;
	border: 1px solid #C9C9C9;
	width: 685px;
	padding: 10px 10px 1000em 10px; /* coluna */
	margin-bottom: -999.5em;
}
.plat {
	clear: left;
}
#contato {
	position: absolute;
	top: 5px;
	right: 5px;
}
address {
	float: left;
	padding:2px 2px 2px 20px;
	color: #000;
	margin-bottom: 5px;
	font-style: normal;
}
address span {
	font-style: italic;
	display: block;
	color: #1B2237;
	font-size: 11px;
	font-weight: bold;
}
#topo {
	position: absolute;
	top: 134px;
	left: 14px;
}
/* slices do layout */
#logoTopo {
	display: inline; /* margins duplicados IE6 */
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	position: relative;
	z-index: 10;
}
#rodape p span {
	position: absolute;
	left: 0;
}
#rodape p span a{
	color: #000;
}
#rodape p span a:hover{
	color: #f00;
}
#nav img#sombraNav {
	position: absolute;
	top: 0;
	left: -16px;
	height: 246px;
	width: 16px;
	margin: 0;
	z-index: 10;
}
#topoImg {
	position: absolute;
	z-index: 0;
	top: 135px;
	left: 13px;
}
#rodape {
	/* margin-top: 20px; */
	background: url("../img/bgFoot.jpg") repeat-x;
	height: 40px;
	clear: both;

}
#rodape p {
	position: relative;
	padding-top: 17px;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
#rodape #logotrans{
	position: absolute;
	right: 0px;
	top: 10px;
}

.msg {
	display: block;
	color: #39B54A;
	font-size: 14px;
	font-weight: bold;
}
select, input {
	background-color: #fff;
	border: 1px solid #94afc0;
	background-color: #fff;
}
.representantesTable {
	background-color: #E3EBF0;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.representantesTable td,
.representantesTable th {
	padding: 0 5px 0 5px;
}
.representantesTable th {
	height: 24px;
	text-align: right;
	font-weight: normal;
	width: 140px;
}
.corLinha {
	background-color: #BBCDD9;
}
#buscaRepre {
	width: 250px;
	margin: 0 auto;
	margin-bottom: 25px;
}
#buscaRepre h3 {
	background-color: #94afc0;
}
#tableEvento {
	width: 560px;
	margin: 20px auto;
}
#tableEvento td,
#tableEvento th {
	padding: 2px;
}
#tableEvento tr.mes {
	background-color:#D8E0E6;
}
#tableEvento tr.mes th {
	text-align: left;
}


#listagemNews li {
	float: left;
	width: 220px;
	height: 250px;
	margin-bottom: 15px;
}
a.ver {
	display: block;
	background: url('../img/icone_pdf.gif') no-repeat center;
	height: 20px;
	padding-left: 85px;
	line-height: 20px;
	width: 60px;
	margin: 0 auto;
}
#listagemNews li span {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: #9e005d;
}
#listagemNews li span.edicao {
	text-align: center;
	display: block;
	color: #003366;
}
#listagemNews li img {
	display: block;
	margin: 0 auto;
	width: 130px;
}
#destaqueNews {
	margin: 30px auto;
	width: 316px;
}
.lista {
	text-indent: 35px;
}
.chamadaProdutosHome {
	float: left;
	width: 200px;
	height: 250px;
	margin-left: 20px;
	display: inline;
}
.chamadaProdutosHome a {
	float: none
}
#produtosHome {
	margin: 0 auto;
	display: block;
	width: 520px;
}
#produtosHome li {
	display: block;
	margin-left: 20px;
	float: left;
	width: 168px;
}