/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#geral{	
	width:780px;
	display:table;
	margin:30px auto;
	font-family:Tahoma, Trebuchet MS, Verdana, sans-serif;	
}
#topo{
	display:block;
	width:750px;
	height:198px;
	margin-left:15px;
	background:url(../imagens/topo.jpg) no-repeat;
}
#menu{
	display:block;
	width:740px;
	height:40px;
	padding-left:6px;
}
#menu li{
	display:inline-block;
	width:148px;
	height:40px;
	text-align:center;
	float:left;
}
#menu li a{
	display:block;
	width:148px;
	height:39px;
	font-size:13px;
	font-weight:bold;
	color:#392aab;
	padding-top:7px;
}
#menu li a:hover{
	text-decoration:none;
	color:#00f;
}
.menuoff{
	background:url(../imagens/menu.jpg) no-repeat;
}
h1{
	font-size:18px;
	color:#03205f;
	padding-bottom:10px;
}
h2{
	font-size:20px;
	color:#03205f;
	padding-bottom:10px;
}
.tith3{
	font-size:18px;
	color:#03205f;
	font-weight:normal;
}
h3{
	font-size:18px;
	color:#03205f;
	font-weight:normal;
}
#produtos{
	display:table;
	width:760px;
	margin:3px 0 0 15px;
}
#produtos p{
	color:#fff;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica;
	font-weight:bold;
	text-align:center;
}
.quadro{
	display:inline-block;
	width:230px;
	height:107px;
	background:url(../imagens/quadro.jpg) no-repeat;
	float:left;
	margin-right:7px;
	padding-left:15px;
}
.botao{
	display:block;
	width:78px;
	height:25px;
	background:url(../imagens/botao.jpg) no-repeat;
	padding:7px 0 0 10px;
}
#conteudo{
	display:table;
	width:780px;
	text-align:justify;
	margin-bottom:10px;
}
#conteudo2{
	display:table;
	width:780px;
	text-align:center;
	margin-bottom:10px;
	font-size:13px;
}
#esquerdo{
	display:table;
	width:480px;
	padding:20px 20px 10px 15px;
	font-size:12px;
	float:left;
}
#direito{
	display:table;
	width:220px;
	float:right;
	margin:20px 15px 0 0;
	padding:12px 0 0 25px;
	color:#fff;
	background:url(../imagens/endereco.jpg) no-repeat;
}
#direito p{
	font-size:13px;
	padding-top:23px;
}
#rodape{
	display:block;
	width:745px;
	height:26px;
	background:url(../imagens/rodape.jpg) no-repeat;
	padding:9px 0 0 35px;
	font-size:11px;
	color:#fff;
}
#rodape a, #direito a, #produtos a{
	color:#fff;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
table{
	text-align:center;
	background:#fff;
	font-size:12px;
	margin-left:15px;
}
.cor{
	background-color:#3775ae;
	color:#fff;
}
/*formulário*/
input, textarea {
  border:1px solid #000;
  margin:0 0 5px 0px;
  display:inline;
}

label {
  display:inline-block;
  width:100px;
  text-align:left;
  font:12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#03205f;
}
form{
	margin:20px 0;
}
