@charset "UTF-8";
@import "reset.css";
@import "default.css";

body{
	font:normal 12px Arial, Verdana, sans-serif;
}

#wrapper{
	padding:58px 0 100px 0;
}

#header{
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	background: url(../../imgs/blog/meninos/background/header-meninos.png) no-repeat center bottom;
	height: 105px
}

#header .content-menu{
	width:920px;
	margin:0 auto;
}

#content{
	background-attachment:fixed;
}


#footer{
	width:100%;
	position:fixed;
	bottom:0;
	z-index:100;
	bottom: 0px;
	height: 80px;
	background: url(../../imgs/blog/meninos/background/footer.png) no-repeat;
}

#footer .content{
	width: 950px;
	margin: 0 auto;
	position:relative;
}

#footer-menu{
	width: 650px;
	margin: 0 auto;
}

#footer-menu li{
	float:left;
	margin: 0 5px;
	position: relative;
}

#footer-menu li a{
	display:block;
	text-indent:-9999em;
	height: 23px;
}

#footer-menu li.institucional{
	top: 15px;
}

#footer-menu li.institucional a{
	width: 105px;
	background: url(../../imgs/blog/meninos/titles/institucional.png) no-repeat;
}

#footer-menu li.franquias{
	top: 11px;
}

#footer-menu li.franquias a{
	width: 105px;
	background: url(../../imgs/blog/meninos/titles/franquias.png) no-repeat;
}

#footer-menu li.onde-encontrar{
	top: 7px;
}

#footer-menu li.onde-encontrar a{
	width: 130px;
	background: url(../../imgs/blog/meninos/titles/onde-encontrar.png) no-repeat;
}

#footer-menu li.fale-conosco {
	top: 3px;
}

#footer-menu li.fale-conosco a{
	width: 130px;
	background: url(../../imgs/blog/meninos/titles/fale-conosco.png) no-repeat;
}

#footer-menu li.loja-virtual{
	top: 0px;
}

#footer-menu li.loja-virtual a{
	width: 130px;
	background: url(../../imgs/blog/meninos/titles/loja-virtual.png) no-repeat;
}

#footer #w3haus, #footer #copyright{
	position: absolute;
	top: 50px;
}

#footer #w3haus{
	right: 40px;
	display: block;
	text-indent: -9999em;
	width: 74px;
	height: 20px;
	top:34px;
	background: url(../../imgs/blog/meninos/titles/w3haus.gif) 0 0;
}

#footer #copyright{
	left: 50;
	top: 47px;
	display: block;
	text-indent: -9999em;
	width: 263px;
	height: 25px;
	background: url(../../imgs/blog/meninos/titles/copyright.gif) 0 0;
}