* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	list-style-type: none;
	text-decoration: none;
	color: #FFF;
}
body {
	background: url(../img/padrao/body.jpg) no-repeat center top #000020;
}
#geral {
	background: url(../img/padrao/geral.jpg) repeat-y;
	width: 960px;
	margin: auto;
}
#atalhos  {
	background-color: #505050;
	text-align: right;
}
#atalhos li {
	display: inline;
}
#atalhos li a {
	line-height: 20px;
	text-transform: lowercase;
	font-size: 90%;
	padding: 0 10px;
	display: inline-block;
	border-right: 1px solid #7b7b7b;
	background: url(../img/padrao/marcador-atalhos.jpg) no-repeat left top; 
}
#atalhos li a:hover {
	color: #505050;
	background-color: #FFF;
	background-position: left bottom;
}
#atalhos li a.desbordar, #aux li.desbordar {
	border: 0 none #fff;
}
#topo  {
	height: 240px;
	position: relative;
	background: url(../img/padrao/topo.jpg) no-repeat;
}
#topo h1 a {
	display: block;
	background: url(../img/padrao/logo.jpg) no-repeat;
	height: 98px;
	width: 250px;
	position: absolute;
	top: 25px;
	left: 20px;
	text-indent: -9000px;
}
#area_cliente {
	height: 85px;
	width: 230px;
	position: absolute;
	left: 20px;
	top: 150px;
}
#area_cliente strong {
	line-height: 2em;
	font-size: 130%;
	color: #505050;
	letter-spacing: 1px;
}
#area_cliente form {
	position: relative;
	width: 230px;
}
#area_cliente label {
	display: block;
	margin-bottom: 6px;
}
#area_cliente span {
	display: block;
	float: left;
	width: 50px;
	color: #333;
}
#area_cliente input {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF #CCC;
	width: 135px;
	color: #999;
}
#area_cliente button {
	width: 32px;
	height: 32px;
	border: 0 none #fff;
	position: absolute;
	right: 0px;
	top: 12px;
	background: url(../img/padrao/cliente-button.jpg) no-repeat;
	cursor: pointer;
	color: #FFF;
}
#area_cliente button:hover {
	color: #3FF;
}
#content_apre {
	height: 247px;
	position: absolute;
	width: 615px;
	right: 20px;
	top: 25px;
}
#content_apre #apre {
	height: 195px;
}
#content_apre #menu {
	text-align: center;
	background: url(../img/padrao/menu.jpg) no-repeat;
	width: 615px;
	height: 52px;
}
#content_apre #menu li {
	display: inline;
}
#content_apre #menu a {
	text-transform: uppercase;
	padding: 0 0.5ex;
	font-size: 140%;
	color: #333;
	line-height: 50px;
}
#content_apre #menu a:hover {
	color: #009A4E;
}
#container  {
	width: 100%;
	display: table;
	background: url(../img/padrao/container.jpg) no-repeat left top;
}
#container h2 {
	font-size:150%;
        padding: 10px 0 4px 0;
	color: #b4d2e3;
	border-bottom: 1px solid #369;
}
#container h3 {
	font-size: 130%;;
	line-height: 3em;
	color: #007ba3;
}
#container p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#container a {
	color: #3491dc;
	text-decoration: underline;
}
#container a:hover {
	color: #3FF;
	text-decoration: none;
}
#servicos {
	float: left;
	width: 230px;
	padding: 10px 0 10px 30px;
}
#servicos a {
	color: #b4d2e3;
	text-decoration: none;
}
#servicos h3 {
	font-family: "Arial Narrow", Arial;
	font-size: 120%;
	line-height: 2em;
	color: #007ba3;
	letter-spacing: 0.1ex;
	border: none;
	text-transform: uppercase;
}
#servicos li {
	line-height: 1.5em;
	padding-left: 20px;
	background: url(../img/padrao/marcador.gif) no-repeat 5px 6px;
}
#servicos p {
	padding: 10px 0 0 20px;
	color: #b4d2e3;
}
#servicos #banner img {
	margin: 20px 0;
	border: 2px solid #274F80;
}
#servicos strong {
	display: block;
	font-size: 120%;
	color: #b4d2e3;
	padding-top: 10px;
}
#container #conteudo {
	float: left;
	width: 680px;
	padding-right: 20px;
	background: url(../img/padrao/conteudo.jpg) no-repeat right top;
}
#container #conteudo #principal {
	float: left;
	padding: 50px 0 0 40px;
}
#container #conteudo h2 {
	margin-bottom: 10px;
	width: 70%;
}
#container #conteudo #aux {
	float: right;
	padding-top: 50px;
}
#rodape {
	background: url(../img/padrao/rodape.jpg) repeat-x;
}
#rodape div {
	height: 45px;
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}
#rodape * {
	line-height: 45px;
	color: #FFF;
}
#rodape span {
	float: left;
}
#rodape .triares {
	margin-top: 15px;
	float: right;
	display: block;
	width: 65px;
	height: 15px;
	background: url(../img/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
}
#rodape .triares:hover {
	background-position: left bottom;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
	margin-right: 10px;
	}