/* 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;
}
#geral{	
	width:780px;
	display:table;
	margin:0 auto;
	font-family:Tahoma, Trebuchet MS, Verdana, sans-serif;
}
#topo{
	display:block;
	width:780px;
	height:143px;
}
#menu {
	display:block;
	width:700px;
	height:62px;
	margin-left:40px;
	background:url(../imagens/menu.jpg) no-repeat;
}
#menu li{
	display:inline-block;
	width:115px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
}
#menu li a{
	text-decoration:none;
	color:#fff;
	
	font-size:13px;
	font-weight:bold;
	
}
#menu li a:hover{
	text-decoration:underline;
}
.menu, menu a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}
h2{
	display:block;
	width:746px;
	height:34px;
	background:url(../imagens/titulo.jpg) no-repeat;
	font-size:16px;
	color:#fff;
	padding:5px 0 0 15px;
	margin-left:10px;
	float:left;
}
h2 a{
	color:#fff;
	padding-left:400px;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
h3{
	display:block;
	width:308px;
	height:33px;
	background:url(../imagens/sub.png) no-repeat;
	font-size:15px;
	color:#fff;
	padding:7px 0 0 15px;
	margin-left:10px;
}
h4{
	padding-left:20px;
	float:left;
}
#conteudo{
	display:table;
	width:760px;
	margin-left:10px;
	background:#65bff6;
	text-align:justify;
	color:#340e71;
}
#esquerdo{
	display:table;
	width:325px;
	padding:15px 0 15px 7px;
	font-size:14px;
	float:left;
}
.endereco, .endereco2{
	display:block;
	margin-left:10px;
	padding-left:24px;
	font-weight:bold;
	font-size:12px;
}
.endereco{
	background:url(../imagens/endereco.png) no-repeat;
}
.endereco2{
	background:url(../imagens/endereco2.png) no-repeat;
}
.endereco a, .produto p, .endereco2 a{
	color:#340e71;
	text-decoration:none;
	font-weight:bold;
}
.endereco a:hover{
	text-decoration:underline;
	color:#fff;
}
.produto{
	display:block;
	width:313px;
	height:227px;
	padding:0 5px 0 5px;
	margin-left:10px;
	background:url(../imagens/endereco.png) no-repeat;
}
#direito{
	display:table;
	width:380px;
	padding:15px 15px 0 15px;
	font-size:13px;
	float:right;
}
.info{
	display:block;
	height:267px;
	padding:0 30px 0 30px;
}
#esquerdo2, #direito2{
	display:table;
	width:360px;
	padding-left:15px;
}
#esquerdo2{
	float:left;
}
#direito2{
	float:right;
}
#rodape{
	display:block;
	width:689px;
	height:35px;
	background:url(../imagens/rodape.png) no-repeat;
	padding-top:16px;
	margin:10px 0 0 46px;
	text-align:center;
	font-size:12px;
	color:#fff;
}
#rodape a{
	color:#fff;
	text-decoration:none;
}
#rodape a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
.link{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	float:right;
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}
.link2{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	float:right;
	padding-right:10px;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
/*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:#fff;
}
form{
	margin-left:20px;
}