@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
*{
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
html, body, #geral{
	height: 100%;
}
body{
	min-width: 1120px;
}
body > #geral{
	height: auto;
	min-height: 100%;
	background: #eeeeee;
}
#clear_both{
	clear: both;
}
#topo{
	height: 647px;
	background: url('../img/premier_bg_topo.png');
}
#topo_conteudo{
	height: 647px;
}
#topo_menu{
	width: 1120px;
	height: 247px;
	position: relative;
	left: 50%;
	margin-left: -560px;
}
#topo_logo{
	height: 126px;
	width: 550px;
	position: relative;
	left: 50%;
	margin-left: -275px;
	padding-top: 20px;
}
#acesso_admin{
	position: absolute;
	right: 0;
	top: 20px;
}
#menu_lista{
	float: left;
	height: 60px;
	list-style-type: none;
	margin-top: 24px;
}
#menu_lista li{
	float: left;
	background: url('../img/premier_bg_menu_li.png') left center no-repeat;
}
#menu_lista li:first-child{
	background: none;
}
#menu_lista li a{
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	padding: 0 20px;
}
#menu_lista li a:hover{
	color: #59B9FF;
	text-decoration: underline;
}
#form_busca{
	float: right;
	width: 320px;
	height: 32px;
	border: solid 1px #aaaaaa;
	margin-top: 36px;
	background: #ffffff;
	border-radius: 4px;
}
#form_busca form input[type="text"]{
	border: none;
	width: 268px;
	height: 32px;
	padding: 0 10px;
	color: #999999;
}
#form_busca form input[type="submit"]{
	float: right;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url('../img/premier_busca_submit_bg.png') center center no-repeat;
}
#topo_slide{
	height: 400px;
	width: 100%;
	background: #00AED2;
}
#slide{
	position: relative;
	width: 1120px;
	left: 50%;
	margin-left: -560px;
	height: 400px;
	background: #ffffff;
	overflow: hidden;
}
#controles{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9991;
}
#controle_itens{
	list-style-type: none;
}
#controle_itens li a{
	padding: 0 60px;
	text-transform: uppercase;
	display: block;
	font-size: 28px;
	color: #A6D9E9;
	background: url('../img/premier_bg_controles_banner.png');
}
#controle_itens li a:hover{
	background: url('../img/premier_bg_controles_banner_hover.png');
	color: #ffffff;
}
#conteudo{
	padding-bottom: 165px;
}
#conteudo_centro{
	position: relative;
	width: 1120px;
	left: 50%;
	margin-left: -560px;
}
#rodape{
	position: relative;
	margin-top: -165px;
	height: 165px;
	background: url('../img/premier_bg_rodape.png');
}
#rodape_centro{
	position: relative;
	width: 1120px;
	left: 50%;
	margin-left: -560px;
	height: 165px;
}
#rodape_woman{
	width: 200px;
	height: 165px;
	float: left;
	background: url('../img/premier_rodape_woman.png');
}
#rodape_fone{
	position: relative;
	padding-top: 80px;
	margin-left: 20px;
	float: left;
}
#fone_icone{
	float: left;
}
#fone_numero{
	float: left;
	line-height: 25px;
	margin-left: 10px;
	font-size: 22px;
	color: #ffffff;
}
#direitos{
	clear: both;
	font-size: 13px;
	color: #ffffff;
	padding-top: 10px;
}
#rodape_menu{
	float: right;
}
#rodape_menu_lista{
	float: left;
	height: 25px;
	list-style-type: none;
	margin-top: 80px;
}
#rodape_menu_lista li{
	float: left;
	background: url('../img/premier_bg_menu_li.png') left center no-repeat;
}
#rodape_menu_lista li:first-child{
	background: none;
}
#rodape_menu_lista li a{
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	padding: 0 10px;
}
#rodape_menu_lista li a:hover{
	color: #00A3D9;
	text-decoration: underline;
}