.botao{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-color:#00B28B;
	border:none;
}
.form{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	background-color:#CCC;
	border: none;
}
#formulario{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:right;
	font-weight:normal;
}
#enderecoloja{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	font-size-adjust:4px;
	padding-top:5px;
}
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #6E6E70;
}
#menu li {
	float: left;
	font: 10px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 6px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #00B289;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#menuatual{
	display: block;
	float: left;
	margin: 0;
	padding: 8px 6px;
	text-decoration: none;
	font-weight:normal;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center bottom;
	}


#submenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#submenu li {
	float: left;
	font: 10px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#submenu a {
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 4px;
	text-decoration: none;
	font-weight:normal;
}
#submenu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #00B289;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#submenuatual{
	display: block;
	float: left;
	margin: 0;
	padding: 8px 6px;
	text-decoration: none;
	font-weight:normal;
	background-color: #999;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
