@import url("reset.css");
body{
    background:#e1e1e1 url(../images/layout/bg-page.jpg);
}
/* -------------------------------------------------------------------------------------- LAY-OUT */
#page{
    width:100%;
    height:100%;
    float:left;
}
/* -------------------------------------------------------------------------------- head */
/* background:#f00; || border:1px solid #f00; */
#page #head{
    width:100%;
    min-height:200px;
    float:left;
    background:url(../images/layout/bg-head.jpg) repeat-x;
}
#page #head #head-content{
    width:1004px;
    float:left;
    position:relative;
    left:50%;
    margin-left:-502px;
}
/* -------------------------------------------------------------------------------- Title do site */
/* background:#f00; || border:1px solid #f00; */
#pos-h1{
	z-index:1000;
	float:left;
	position:absolute;
	margin:90px 0 0 15px; /* com a pesquisa */
	margin:65px 0 0 15px;
}

.title-logo{
	float:left;
	display: block;
}
.title-logo #title-logo a{
	width:280px;
	height:205px;
	display: block;
	cursor:default;
	background: url(../images/logo.png) no-repeat;
}
.title-logo #title-logo span{
	display: none;
}

#page #head #head-content .pesquisa{
    float:right;
    display: none;
}
#page #head #head-content .banner{
    width:1004px;
    height:225px;
    float:right;
    background: url(../images/banners/bg-banner.jpg) no-repeat;
}
#page #head #head-content .banner .banner-align{
	float:right;
	margin-right:5px;
}
/* -------------------------------------------------------------------------------- body */
/* background:#f00; || border:1px solid #f00; */
#page #body{
    width:100%;
    min-height:100px;
    float:left;
    margin-top:-5px;
    background:url(../images/layout/bg-body.png) repeat-y center top;
}
#page #body #body-content{
    width:984px;
    float:left;
    position:relative;
    left:50%;
    margin-left:-502px;
    padding:10px;
}
/* ------------------------------------------------------------------------------ footer */
/* background:#f00; || border:1px solid #f00; */
#page #footer{
    width:100%;
    min-height:30px;
    float:left;
    background:#000 url(../images/layout/bg-footer.jpg);
}
#page #footer #footer-content{
    width:1004px;
    float:left;
    position:relative;
    left:50%;
    margin-left:-502px;
}