/* CSS Document */
body {
	background-color: #FDFBFB;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* cabeçalho */
#header {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 150px;
	background-image: url(../imagens/header.png);
	background-repeat: no-repeat;
}

#logo {
	width: 910px;
}

#logospaceyes {
	float: left;
	margin-top: 25px;
	margin-left: 15px;
	width: 160px;
}

#logoengesat {
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	width: 160px;
}

#nav {
	height: 30px;
	margin-top: 45px;
	width: 550px;
	float: left;
	margin-left: 10px;
}

#nav ul{
	list-style: none;
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul li{
	margin: 0px;
	float: left;
	background-image: url(../imagens/bottom.png);
	background-repeat: no-repeat;
	height: 30px;
}

#nav ul li a{
	text-decoration: none;
	color: #000000;
	display: block;
	height: 24px;
	width: 100px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	padding-top: 6px;
}

#nav li a:hover, #nav li a.current{
	text-decoration: none;
	background: url(../imagens/bottom-hover.png) no-repeat;
	color: #0071bc;
	height: 24px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav2 {
	height: 30px;
	margin-top: 45px;
	width: 220px;
	float: right;
	margin-right: 10px;
}

#nav2 ul{
	list-style: none;
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav2 ul li{
	margin: 0px;
	float: left;
	background-image: url(../imagens/bottom.png);
	background-repeat: no-repeat;
	height: 30px;
}

#nav2 ul li a{
	text-decoration: none;
	color: #000000;
	display: block;
	height: 24px;
	width: 100px;
	margin-right: 5px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#nav2 li a:hover, #nav2 li a.current{
	text-decoration: none;
	background: url(../imagens/bottom-hover.png) no-repeat;
	color: #0071bc;
	height: 24px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* conteúdo */
#corpo {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../imagens/bg.png);
	background-repeat: repeat;
	clear: both;
	text-align: center;
}

h1 {
	color: #0071BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;
	margin-top: 10px;
	font-style: normal;
	text-decoration: underline;
	text-align: center;
}

h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	font: normal 16px/100% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;


}

h2 a {
	color: #59770e;
	text-decoration: none;
}

h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}

h3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 150%;
	text-decoration: underline;
	margin-top: 25px;


}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	font-weight: normal;

}

ul {
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 150%;
	list-style-type: none;
	list-style-position: outside;
}

.texto {
	margin-left: 15px;
	margin-top: 25px;
	width: 820px;

}

.texto-title {
	width: 820px;
	margin-top: 30px;
	clear: both;



}

.texto-desc {
	color: #666666;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	clear: both;

}

.texto li {
	list-style-type: disc;
	list-style-position: outside;
}

.imagem {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	text-align: center;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}

.imagem-desc {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#corpo-fim {
	background-image: url(../imagens/bg-fim.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
}

/* rodapé */
#footer {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	clear: both;
}

#softwares {
	height: 20px;
	width: 910px;
}

#softwares ul{
	padding: 0px;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}

#softwares li{
	float: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
}

#softwares li a{
	text-decoration: none;
	color: #000000;
	display: inline;
}

#softwares li a:hover{
	text-decoration: none;
	background: repeat-x;
	color: #0071BC;
}

#copyright {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

img, #nav ul li, #nav2 ul li { behavior: url(iepngfix.htc); }

img {
	border: nome;
	behavior: url(iepngfix.htc);
}
#conteudo {
	margin-right: 35px;
	margin-left: 25px;
	text-align: center;
}
