@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Verdana, Tahoma;
}
#geral{	
	width:850px;
	display:table;
	margin:0 auto;
}
#topo{
	display:block;
	width:850px;
	height:285px;
	background:url(../imagens/topo.png) no-repeat;
}

#topo img{
float:left;
}
#conteudo{
	display:table;
	width:820px;
	margin-left:16px;
	background:#fff;
}
#esquerdo, #esq{
	display:table;
	border-right:1px solid #c5c5c5;
	float:left;
}
#esquerdo{
	width:300px;
	padding:10px 0 20px 15px;
}
#esq{
	width:330px;
	font-size:10px;
	padding:5px 0 5px 0px;
	background:#fff;
	text-align:center;
}
#direito, #dir{
	display:table;
	float:right;
	font-size:13px;
}
#direito{
	width:428px;
	padding:15px 30px 0 20px;
	text-align:justify;
}
#dir{
	width:488px;
	text-align:center;
	background:url(../imagens/rodape-dir.png);
	border-bottom:6px solid #222;
	padding:10px 0 5px 0;
	font-weight:bold;
}
#direito ul{
	font-size:13px;
	color:#666;
	margin:5px 0 10px 25px;
}
#direito ul li{
	list-style:circle;
}
#rodape{
	display:block;
	width:820px;
	height:42px;
	margin-left:16px;
	border-top:1px solid #c5c5c5;
}


/*--tags--*/
h2{
	font-size:15px;
	margin-bottom:15px;
}
/*--classes--*/
.menu{
	display:block;
	width:300px;
	height:18px;
	padding-top:2px;
	background:#ffc701;
	text-align:center;
	border-top:6px solid #222;
	font-size:13px;
	font-style:italic;
	margin-bottom:30px;
}
.titulo{
	padding-left:25px;
	background:url(../imagens/titulo.png) no-repeat;
}
.telefone, .email{
	display:block;
	width:300px;
	padding-top:5px;
	text-align:center;
	float:left;
}
.telefone{
	height:56px;
	margin-top:30px;
	background:#ffc701;
	font-size:18px;
}
.email{
	height:26px;
	background:#222;
	font-size:16px;
	color:#ffc701;
	font-weight:bold;
	text-decoration:none;
}
/*formulário*/
input, textarea {
  border:1px solid #000;
  margin:0 0 5px 0px;
  display:inline;
}

label {
  display:block;
  width:50px;
  text-align:left;
  font:11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#00742f;
}
form{
	margin-left:20px;
}