@charset "utf-8";
#conteudo {
	background-image: none;
}
#conteudo h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D3418C;
	padding-top: 18px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #F99;
	margin-bottom: 8px;
	clear: both;
}
/* CSS Document */

#destaque {
	width: 520px;
	text-align: center;
	padding: 5px;
	background-color: #FFEAF1;
	float: left;
}
#destaque div  {
	font-style: italic;
	background-color: #FFF5F5;
	margin-bottom: 5px;
	margin-top: 5px;
}
#destaque div p {
	color: #09F;
}
#destaque a:hover img {
	border-color: #D3418C;
}


#col-dir {
	background-image: url(../images/padrao/barra-index.jpg);
	background-position: 5px center;
}

.encomendar {
	display: block;
	line-height: 22px;
	background-image: url(../images/padrao/botao-detalhes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	width: 150px;
	margin: auto;
}
.encomendar:hover {
	background-position: bottom;
}

