#banner_slide{
	background: url('../img/imperio_bg_banner_slide.png');
}
#banner_slide li{
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bx-wrapper .bx-prev {
	display: none;
}
.bx-wrapper .bx-next {
	display: none;
}
#destaque_titulo{
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #D2AC6C;
	font-size: 18px;
	letter-spacing: 5px;
}
#destaques{
	margin: 0 10px 0 10px;
	text-align: center;
}
#destaques ul li{
    width: 230px;
    height: 290px;
    cursor: pointer;
}
#dest_img{
	width: 230px;
	height: 230px;
	border: solid 1px #D0CBC5;
	position: relative;
}
#dest_seta{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 44px;
	z-index: 75;
	background: url('../img/estilo_dest_bg.png');
}
#dest_img img{
	z-index: 76;
}
#destaques ul li:hover #dest_img{
	border: solid 1px #D90000;
}
#destaques ul li:hover #dest_seta{
	background: url('../img/estilo_dest_bg.png') 0 -44px;
}
#dest_desc{
	margin-top: 5px;
	color: #525252;
	font-size: 15px;
}
#home_atalhos{
	text-align: center;
}
#atalho_item_ondecomprar,
#atalho_item_cat{
	width: 100%;
	height: 250px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
#atalho_item_busca{
	background: url('../img/imperio_bg_banner_slide.png');
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
#busca_icone{
	display: block;
	height: 44px;
	background: url('../img/imperio_busca_icone.png') center no-repeat;
	margin: 25px 0;
}
#form_busca input[type="text"]{
	width: 90%;
	height: 55px;
	text-align: center;
	background: #ffffff;
	border: none;
	font-size: 15px;
	color: #585858;
	border-radius: 4px;
}
#form_busca input[type='submit']{
	width: 140px;
	height: 40px;
	cursor: pointer;
	margin-top: 25px;
	background: #ffffff;
	border-radius: 4px;
	color: #B50000;
	font-size: 14px;
	font-weight: bold;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#atalho_item_ondecomprar{
	background-image: url('../img/imperio_bg_atalho_ondecomprar.jpg');
	background-position: center;
	background-size: cover;
}
#atalho_item_cat{
	background: url('../img/imperio_bg_icon_cat_online.jpg');
}
#atalho_img{
	position: absolute;
	width: 90%;
	left: 5%;
	height: 90%;
	top: 5%;
	position: relative;
	background: url('../img/imperio_atalho_cat_online_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#atalho_titulo{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 50%;
	background: url('../img/imperio_atalho_titulo_bg.png');
	color: #ffffff;
	z-index: 78;
}
#atalho_titulo p{
	margin-top: 20px;
}
#atalho_titulo a{
	position: relative;
	padding: 12px 0;
	text-align: center;
	display: block;
	left: 50%;
	margin-left: -80px;
	margin-top: 10px;
	width: 160px;
	background: #ffffff;
	border-radius: 4px;
	color: #B50000;
	font-size: 14px;
	font-weight: bold;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#atalho_titulo a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#atalho_seta{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 106px;
	height: 106px;
	background: url('../img/imperio_atalho_seta_bg.png');
	z-index: 79;
}
#atalho_item_ondecomprar:hover #atalho_seta,
#atalho_item_cat:hover #atalho_seta{
	background-position: 0 106px;
}