@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400,700');
*{
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
html, body, #geral{
	height: 100%;
}
body > #geral{
	height: auto;
	min-height: 100%;
}
#clear_both{
	clear: both;
}
#topo{
	height: 230px;
	background: url('../img/estilo_bg_top_rodape.png');
}
#menu_mobile{
	float: left;
	margin-left: 20px;
	margin-top: 170px;
	width: 38px;
	height: 28px;
	position: relative;
}
#link_abre_menu{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 28px;
	background: url('../img/estilo_icone_menu.png');
}
#link_fecha_menu{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 28px;
	background: url('../img/estilo_icone_menu_hover.png');
	display: none;
}
#menu_itens{
	width: 100%;
	position: absolute;
	left: 0;
	top: 230px;
	z-index: 999999;
	display: none;
}
#menu_itens a{
	display: block;
	padding: 20px;
	color: #ffffff;
	border-top: solid 1px #212121;
	background: #000000;
}
#menu_subitens{
	display: none;
}
#menu_subitens a{
	padding-left: 50px;
	background: #111111;
}
#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: 158px;
}
#bt_envia_pedido a{
	padding: 10px;
	width: 42px;
	height: 32px;
	display: block;
	border: solid 1px #D2AC6C;
	background: #000000;
	color: #ffffff;
}
#menu_desktop{
	display: none;
}
#conteudo{
	padding-bottom: 165px;
}
#rodape{
	position: relative;
	margin-top: -180px;
	height: 180px;
	background: url('../img/estilo_bg_top_rodape.png');
}
#link_baixar_catalogo{
	text-align: center;
	padding: 20px 0;
}
#direitos{
	text-align: center;
	color: #D2AC6C;
	padding: 0 20px;
}