* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

body {
	background:#fff url(images/bg-site.png) repeat-x;
}


p, a, input, textarea, label  {
	font:normal 14px  Arial, Helvetica, sans-serif;
	line-height:20px;
}
	
	
p {
	color:#89942E;
}
	
a {
	color:#000;
}


/*------------------------------------*/

	
#geral {
	width:990px;
	margin:0px auto;
}

#site {
	width:990px;
	float:left;
	background:#fff url(images/bg-site.png) repeat-x;
	
}

#topo {
	width:846px;
	height:63px;
	padding:115px 0 0 144px;
	float:left;
}

#topo h1{
	background: url(images/bg-tit-2.png)  no-repeat;
	width:703px;
	height:62px;
	float:left;
	text-indent:-9000px;
}

#meio {
	width:990px;
	background: url(images/logo.png) no-repeat 400px 51px;
	float:left;
	margin-bottom:43px;		
}

#meio span{
	height:128px;
	width:338px;
	float:left;
	color:#1E1556;
	padding:130px 0 0 100px;
	
}

#meio span.destaque {
	color:#1E1556;
	height:auto;
	width:auto;
	float:none;
	padding:0px 0 0 0px;
	
}

#meio span p{
	font:bold 15px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	color:#1E1556;
}

#meio p.email{
	width:820px;
	padding-right:170px;
	float:left;
}

#meio p.email a{
	float:right;
	background:url(images/bg-email.png) no-repeat;
	width:270px;
	height:30px;
	text-indent:-9000px;
}

#rodape {
	width:658px;
	float:right;
	height:200px;
	border-top:solid 2px #FF8888;
}

#rodape img {
	margin-top:10px;
	border:none;
}

#contato {
	width:608px;
	background-color:#FFF;
	float:left;
}

#contato form.contato {
	width:580px;
	float:left;
	margin:10px 0 0 10px;
}

#sucesso {
	width:580px;
	height:280px;
	background-color:#FFF;
	float:left;
	margin:10px 0 0 10px;
}

#sucesso p{
	width:580px;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:100px 0 0 0px;
}

label {
	text-transform: lowercase;
}

form.contato span{
	width:580px;
	height:50px;
	float:left;
}

input, select, textarea {
	background-color:#FCFCFC;
	border:solid 1px #CCCCCC;
	padding:1px 2px 1px 2px;
	color:#000;
	font-size:12px;
}

label {
	color:#000;
	font-weight:normal;
}

label.lab_email {
	padding-left:267px;
}

label.lab_tel {
	padding-left:320px;
}

label.lab_bai {
	padding-left:316px;
}

input.nome {
	width:295px;
}

input.email{
	width:268px;
}

input.cidade{
	width:290px;
}

select.estado {
	width:60px;
	margin-top:-2px;
}

input.ddd{
	width:30px;
	text-align:center;
}

input.tel{
	width:98px;	
}

label.obs {
	height:20px;
	float:left;
}

textarea {
	width:573px;
	height:100px;
}

input.enviar {
	width:60px;
	height:30px;
	float: right;
	text-transform:uppercase;
	background:url(images/bt-enviar.jpg) repeat-x;
	margin-top:20px;
	color:#333;
	border:solid 1px #ccc;
	cursor:pointer;
}



