@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');
*{
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}
html, body, #geral{
	height: 100%;
}
body > #geral{
	height: auto;
	min-height: 100%;
}
#clear_both{
	clear: both;
}
#topo{
	height: 243px;
	background: url('../img/imperio_bg_top_rodape.png');
	background-position: center center;
}
#menu_mobile{
	float: left;
	margin-left: 20px;
	margin-top: 50px;
	width: 38px;
	height: 28px;
	position: relative;
}
#link_abre_menu{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 28px;
	background: url('../img/imperio_icone_menu.png');
}
#link_fecha_menu{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 28px;
	background: url('../img/imperio_icone_menu_hover.png');
	display: none;
}
#menu_itens{
	width: 100%;
	position: absolute;
	left: 0;
	top: 243px;
	z-index: 999999;
	display: none;
}
#menu_itens a{
	display: block;
	line-height: 50px;
	padding: 0 20px;
	color: #ffffff;
	border-top: solid 1px #88171B;
	background: #A61F23;
}
#menu_subitens{
	display: none;
}
#menu_subitens a{
	padding-left: 50px;
	background: #BC2327;
	color: #DFC356;
}
#topo_fone{
	display: none;
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}
#topo_fone h1{
	font-size: 22px;
	color: #ffffff;
}
#topo_fone p{
	color: #D2AC6C;
}
#topo_logo{
	position: absolute;
	left: 50%;
	margin-left: -110px;
	margin-top: 40px;
}
#topo_logo img{
	width: 220px;
}
#bt_envia_pedido{
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}
#bt_envia_pedido a{
	text-align: center;
	padding: 10px;
	width: 60px;
	height: 32px;
	line-height: 17px;
	display: block;
	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;
}
#bt_envia_pedido a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#menu_desktop{
	display: none;
}
#conteudo{
	padding-bottom: 180px;
}
#rodape{
	position: relative;
	margin-top: -180px;
	height: 180px;
	background: url('../img/imperio_bg_top_rodape_2.png');
}
#link_baixar_catalogo{
	text-align: center;
	padding: 20px 0;
}
#direitos{
	text-align: center;
	color: #ffffff;
	padding: 0 10px;
	line-height: 18px;
}
#direitos div{
	display: inline-block;
	position: relative;
	padding: 0 5px;
}