@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #858FAD;
	background-repeat: repeat-x;
	background-position: top;
}
#menu ul{
 padding:0;
 margin:0;
 list-style-type: none;
}
#menu  {
	height: 30px;
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.limpa {
	clear: both;
}

#container #painel #slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	width: 400px;
	margin-top: 120px;
	margin-left: 330px;
	position: absolute;
	z-index: 3;
}

#mainContent h1 {
	font-size: 20px;
}
#mainContent h2 {
	font-size: 18px;
}
#mainContent p {
	font-size: 12px;
	line-height: 16px;
}

#menu li{
	float:left;
	display:inline;
	list-style-type: none;
	text-decoration: none;
}

#menu a, #menu a:visited{
	display:block;
	text-align:center;
	text-decoration:none;
	padding: 6px 18px 6px 18px;
	color:#CCCCCC;
	border-right:1px solid #333;
	font-size:13px;
	background-color: #666666;
}
#menu   a:hover, #menu   a #current{
	color:#FFFFFF;
	background:#222222;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#container {
	width: 98%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#header {
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	background-image: url(../imagens/textura_top.jpg);
}
#painel {
	height: 200px;
	z-index: 0;
	background-color: #0066CC;
}

#painelempresa {
	height: 200px;
	z-index: 0;
	background-image: url(../imagens/ban_empresa.jpg);
	background-repeat: no-repeat;
	background-color: #0076CA;
}
#painelprocesso {
	height: 200px;
	z-index: 0;
	background-image: url(../imagens/ban_processo.jpg);
	background-repeat: no-repeat;
	background-color: #0076CA;
}

#painelaplicacao {
	height: 200px;
	z-index: 0;
	background-image: url(../imagens/ban_aplicacoes.jpg);
	background-repeat: no-repeat;
	background-color: #0076CA;
}
#painelcontato {
	height: 200px;
	z-index: 0;
	background-image: url(../imagens/ban_contato.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
p   {
	width: 80%;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: auto;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666;
	text-align: center;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.direita {
	float: right;
	width: 200px;
	padding-left: 20px;
	padding-top: 30px;
}
#branco {
	background-color: #FFFFFF;
	height: 450px;
}
#container #mainContent #branco .direita img {
	margin: 7px;
	border: 1px solid #000000;
	padding: 2px;
	float: left;
}

.esquerda {
	float: left;
}
#container #mainContent img {
	margin: 2px;
	border: 1px solid #666666;
	padding: 4px;
	background-color: #F3F3F3;
}
#container #header #topesq {
	background-image: url(../imagens/logo_top.jpg);
	height: 100px;
	width: 300px;
	float: left;
}
#container #mainContent .colesq {
	width: 67%;
	float: left;
}
#container #mainContent .coldir {
	width: 33%;
	float: right;
}

#container #mainContent .colesq2 {
	width: 50%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
}
#container #mainContent .coldir2 {
	width: 48%;
	float: right;
	padding-left: 1%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
}


#container #header #telefone {
	height: 100px;
	width: 300px;
	float: right;
}
#container #mainContent .colesq #form1 fieldset {
	border: 1px solid #E8E8E8;
}
#container #mainContent .colesq #form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #003399;
}
h2 {
	color: #666666;
}
h3 {
	color: #0066CC;
}
a {
	text-decoration: none;
	color: #003399;
}
#container #mainContent .colesq2 img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container #mainContent .coldir2 img {
	margin: 5px;
}
