* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #333;
}
body {
	background: url(../img/padrao/body.jpg) repeat-x left 294px;
}
#bg {
	background: url(../img/padrao/bg.jpg) no-repeat center top;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#topo {
	padding-top: 54px;
	width: 960px;
	height: 308px;
	position: relative;
}
#logo {
	display: block;
	height: 45px;
	width: 170px;
	background: url(../img/padrao/logo.jpg) no-repeat;
	position: absolute;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}
#atalhos {
	position: absolute;
	top: 30px;
	right: 20px;
}
#atalhos li {
	display: inline;
	border-right: 1px solid #c96;
	padding: 0 5px;
}
#atalhos a {
	color: #963;
	text-decoration: none;
}
#atalhos a:hover {
	color: #bf9f62;
}
#atalhos .desbordar {
	border: none;
}
#apre {
	width: 960px;
	height: 260px;
}
#menu {
	width: 660px;
	padding-top: 10px;
	line-height: 35px;
	text-align: center;
}
#menu li {
	display: inline;
	padding: 0 20px;
}
#menu a {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	background: url(../img/padrao/marcador_menu.jpg) no-repeat left center;
	text-decoration: none;
}
#menu a:hover {
	color: #9fc;
}
#conteudo {
	width: 600px;
	padding: 25px 25px 0;
	margin-top: 10px;
	float: left;
	background: url(../img/padrao/conteudo.jpg) no-repeat left top #FFF;
}
#conteudo h2 {
	color: #c96;
	text-transform: uppercase;
	font-size: 110%;
	line-height: 2em;
}
#conteudo h3 {
	color: #066;
	text-transform: uppercase;
	background: url(../img/padrao/divisor.jpg) no-repeat left bottom;
	line-height: 2em;
	clear: both;
}
#conteudo p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
#conteudo a {
	color: #396;
}
#conteudo a:hover {
	text-decoration: none;
}
#conteudo ul {
	margin-bottom: 1em;
}
#conteudo li {
	background: url(../img/padrao/marcador.jpg) no-repeat left 5px;
	padding-left: 15px;
	line-height: 1.4em;
}
#enderecos ul li {
	float: left;
	width: 200px;
	background: none;
	padding: 0;
	line-height: normal;
	list-style-type: none;
	text-align: center;
}
#enderecos li strong {
	line-height: 2em;
}
#enderecos li address {
	font-style: normal;
	font-size: 80%;
}
#auxiliar {
	width: 238px;
	padding: 0 20px;
	margin: -36px 19px 0 0;
	float: right;
	background: url(../img/padrao/auxiliar.jpg) no-repeat;
}
#auxiliar img {
	padding-bottom: 10px;
	border: none;
}
#restrita {
	height: 237px;
}
#restrita strong {
	font-size: 110%;
	color: #FFF;
	border-bottom: 1px solid #063;
	display: block;
	margin-bottom: 20px;
}
#restrita form label {
	display: block;
	padding-bottom: 10px;
}
#restrita form span {
	display: block;
	width: 60px;
	float: left;
	font-weight: bold;
	color: #FFF;
}
#restrita form input {
	width: 178px;
	height: 20px;
	border-top: 0 none #fff;
	border-right: 0 none #fff;
	border-bottom: 1px solid #063;
	border-left: 0 none #fff;
}
#restrita form ul {
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	clear: both;
	padding: 10px 15px;
}
#restrita form li {
	list-style-type: disc;
	color: #FFF;
}
#restrita a {
	color: #FFF;
	font-size: 90%;
}
#restrita a:hover {
	text-decoration: none;
}
#rodape {
	height: 37px;
	background: url(../img/padrao/rodape.jpg) no-repeat;
	clear: both;
	padding: 60px 30px 0;
}
#rodape .triares {
	display: block;
	width: 65px;
	height: 15px;
	background: url(../img/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
	float: right;
}
#rodape .triares:hover {
	background-position: left bottom;
}
#rodape span {
	float: left;
	font-size: 80%;
}
.btn {
	width: 100px;
	height: 25px;
	cursor: pointer;
	background: url(../img/padrao/button.png) no-repeat;
	border: 0px none #FFF;
	float: right;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.btn:hover {
	color: #9fc;
}
.floatRight {
	float: right;
	margin-left: 10px;
}