* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	height: 100%;
	background-image: url(../imagens/topo.jpg);
	background-repeat: repeat-x;
}
table {
	text-align: left;
}
h2 {
	font-style: italic;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}
#alinhar {
	margin: 0 auto;
}
ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	list-style: none;
	display: inline;
	line-height: 28px;
}
ul.menu li a {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
}
ul.menu li a:hover {
	background: url(../imagens/menu_hover.jpg) top;
	padding: 7px 10px;
}
ul.categorias {
	margin: 0 2px;
	padding: 0;
}
ul.categorias li {
	list-style: none;
	display: block;
	padding: 0 15px;
	line-height: 25px;
}
ul.categorias li:hover {
	list-style: none;
	display: block;
	padding: 0 15px;
	line-height: 25px;
	background: #F5F5F5;
}
ul.categorias li a {
	color: #231f20;
	text-decoration: none;
}
.rodape {
	color: #93958c;
}
.rodape a {
	text-decoration: none;
	color: #93958c;
}
.rodape a:hover {
	text-decoration: none;
	color: #FFF;
}
.produtos {
	width: 300px;
	height: 160px;
	float: left;
	margin: 5px;
}
.rodape .imaginis {
	color: #ff6600;
	font-weight: bold;
}
.rodape .imaginis:hover {
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
}
a {
	color: #333366;
}
.endereco {
	color: #a4a2a2;
}
.endereco a {
	color: #a4a2a2;
	text-decoration: none;
}
.endereco a:hover {
	text-decoration: underline;
}
.compos {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	padding: 1px;
}
.linha {
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.titulo_produto {
	color: #50910d;
}
.destaque {
	list-style-image: url(../imagens/quadrado_laranja.jpg);
}
