@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image: url(../imagens/bgCima.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#geral {
	width: 950px;
	margin: 0 auto;
}

#headerCima {
	height: 232px;
	width: 950px;
}
#headerCima #logoHeader {
	height: 176px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menuPrincipal  {
	height: 54px;
	margin-left: 30px;
}
#menuPrincipal ul  {
	list-style-type: none;
}
#menuPrincipal ul li  {
	display: inline;
	padding-right: 15px;
}
#menuPrincipal ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-right: 37px;
}
#menuPrincipal ul li a.home {
	display: block;
	height: 55px;
	width: 44px;
	background-image: url(../imagens/btnHome.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}
#menuPrincipal ul li a.conheca {
	display: block;
	height: 55px;
	width: 68px;
	background-image: url(../imagens/btnConheca.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}
#menuPrincipal ul li a.produtos {
	display: block;
	height: 55px;
	width: 74px;
	background-image: url(../imagens/btnProdutos.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}
#menuPrincipal ul li a.midia {
	display: block;
	height: 55px;
	width: 45px;
	background-image: url(../imagens/btnMidia.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}
#menuPrincipal ul li a.contato {
	display: block;
	height: 55px;
	width: 66px;
	background-image: url(../imagens/btnContato.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}
#menuPrincipal ul li a.fortalecimento {
	display: block;
	height: 55px;
	width: 179px;
	background-image: url(../imagens/btnFortalecimento.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}

#menuPrincipal ul li a.manual {
	display: block;
	height: 55px;
	width: 90px;
	background-image: url(../imagens/btnManual.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}

#conteudoCentral #contPrincipal {
	background-image: url(../imagens/bgCentral.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 465px;
	width: 950px;
}
#contPrincipal #boxTexto {
	width: 281px;
	margin-left: 30px;
	padding-top: 70px;
	float: left;
}
#contPrincipal #boxTexto h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 24px;
	color: #FFF;
	background-image: url(../imagens/h1FortalecimentoEscova.png);
	background-repeat: repeat;
	background-position: center center;
	text-indent: -10000px;
	height: 60px;
	width: 280px;
	margin-bottom: 15px;
}
#contPrincipal #boxTexto .textoFortalecimento {
	height: 172px;
	width: 281px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(../imagens/textoPrincipal.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
	display: block;
	margin-bottom: 10px;
}
.btnSaiba {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: right;
	height: 35px;
	width: 107px;
	background-image: url(../imagens/btnSaibamais.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}
#contPrincipal #imagemPrincipal {
	float: right;
}
#barraSeparar {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer {
	font-size: 12px;
	color: #999;
}
#footer p {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	font-size: 11px;
}

