* {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: top;
}
body {
	background: #F5FAFD url("img/fundo.gif") repeat;	
	color: #6F6F6F;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 8px;
	text-indent: 30px;
	text-align: justify;
}
fieldset {
	border: 1px solid #EDEFEA;
	margin: 10px 0;
}
fieldset label {
	margin-left: 10px;
}
select {
	background-color: #FFF;
	border: 1px solid #A5CD39;
	font-size: 11px;
	padding: 0 3px;
	margin-right: 5px;
	width: 100px;;
}
select:focus {
	border: 1px solid #00BFF2;
}
img {
	margin: 20px auto 0;
	border: 2px solid #A38154;
	display: block;
}
a {
	font-weight: bold;
	color: #A5CD39;
	font-size: 1.1em;
}
h1 {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #A38154;
	border-bottom: 3px solid #A38154;
	height: 22px;
	margin-bottom: 15px;
}

h1 img, .padrao {
	margin: 0;
	border: none;
	display: inline;
}
h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #A38154;
	margin-bottom: 5px;
	font-weight: bold;
}
h3 {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #A38154;
	margin-bottom: 5px;
}
blockquote {
	text-align: right;
	font-style: italic;
	margin-bottom: 30px;
}
blockquote p {
	text-align: right;
	font-weight: bold;
}


a:hover {
	text-decoration: underline;
}

input {
	background-color: #FFF;
	border: none;
	font-size: 11px;
	padding: 1px 3px;
	font-size: 10px;
}
#geral {
	background-color: #FCFDF8;
	border: 5px solid #FFF;
	margin: 0 auto;
	width: 765px;
	position: relative;
}
/***************
TOPO
***************/
#topo {
	background: transparent url('img/topo.jpg') no-repeat left top;
	height: 255px;
	width: 765px;
}
#topo .logo {
	background: transparent url('img/logo.gif') no-repeat left top;
	display: block;
	height: 0;
	left: 598px;
	overflow: hidden;
	padding-top: 110px;
	position: relative;
	top: 5px;
	width: 157px;
}
/***************
FORMULARIO
***************/
#form-login {
	background-color: #A5CD39;
	color: #FFF;
	height: 20px;
	margin: 71px 0 0 auto;
	padding: 20px 5px 5px 10px;
	position: relative;
	width: 325px;
}
#form-login input {
	border: 0;
	color: #719100;
	padding: 0 2px;
	width: 86px;
}
#form-login .submit {
	background-color: #719100;
	color: #FFF;
	font-size: 9px;
	padding: 1px 2px;
	width: auto;
}
#form-login label {
	margin-right: 5px;
	vertical-align: middle;
}
#form-login a {
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #FFF;
	padding: 3px;
}
#form-login .logout {
	border: none;
	display: block;
	width: 100px;
	margin: -10px -48px 0 auto;
	padding: 0;
}

/***************
ERRO
***************/
#space {
	display: table;
	padding: 5px 0;
	height: 30px;
	width: 100%;
}
#erro {
	background-color: #F4E7EA;
	border: 1px dashed #986265;
	color: #986265;
	font-weight: bold;
	margin: 0 auto;
	padding: 3px 7px;
	text-align: center;
	width: 350px;
}
#contact #erro {
	width: 180px;
	margin-bottom: 10px;
}
/***************
MENU
***************/
#menu {
	height: 30px;
	background-color: #00BFF2;
}

object, embed {
	position: absolute;
	width: 765px; 
	height: 302.2px;
	height: 30px;
	z-index: 1;
	background-color: transparent;
}

/***************
CONTEUDO
***************/
#conteudo {
	padding: 5px 20px 0;
}
#conteudo ul {
	margin-bottom: 10px;
}
#conteudo li {
	list-style: disc;
	list-style-position: inside;
}
#col-esquerda {
	float: left;
	width: 400px
}
#col-direita {
	float: right;
	width: 250px;
	position: relative;
	margin-bottom: -100px;
}


#conteudo form {
	margin: 10px 0 30px;;
}
#conteudo label {
	display: block;
	height: 25px;
}
#conteudo input {
	border: 1px solid #A5CD39;
	color: #000;
	position: absolute;
	left: 140px;
	padding: 1px 2px;
}
#contact {
	margin: 0 0 25px auto;
	height: 250px;
	width: 200px;
	padding: 10px;
	border: 1px dashed #A38154;
	display: table;
}
#contact input {
	left: 115px;
}

textarea {
	border: 1px solid #A5CD39;
	color: #000;
	margin: -20px 0 0 74px;
	display: block;
	position: inherit;
	
}

#conteudo input:focus, textarea:focus {
	border: 1px solid #00BFF2;
}

#conteudo  input.telefone {
	margin-left: 40px;
}

#conteudo label.radio input {
	position: inherit;
}

#conteudo input.branco, #conteudo input.verde, #conteudo input.red {
	border: 1px solid #EDEFEA;
	margin-top: -20px;
	left: 620px;
	color:#131E32;
	text-align:center;
	width: 15px;
	padding: 10px;
	font-weight: bold;
}
#conteudo input.verde{
	background-color: green;
	color: #FFF;
}
#conteudo input.red{
	background-color: #B40810; 
	color: #FFF; 
}
#conteudo #etapa3 select {
	width: 280px;
	margin-bottom: 5px;
}



#news {
	height: 400px;
	overflow: auto;
	
}
#news span {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px groove #A38154;
}
#news div {
	width: 227px;
}


.lista-links {
	margin-bottom: 20px;
	border: 1px dashed #EDEFEA;
	padding: 0 10px 10px;
}
.lista-links h3 {
	margin: 10px 0 0 0;
}
.lista-links a {
	margin-bottom: 10px;
	color: #CF560D;
}


#rodape {
	clear: both;
	position: relative;
	height: 149px;
}
#rodape div {
	position: absolute;
	height: 146px;
	width: 766px;
	margin: 3px 0 0 -20px;
	background: url(img/rodape4.gif) no-repeat left bottom;
}
#rodape a{
	color: #FFF;
}
#rodape ul	{
	display: block;
	margin: 123px 0 0 325px;
	margin-left: 74px;
}
#rodape li {
	display: inline;
	margin-right: 20px;
}



























