/* CSS Reset */
*
{
margin:0;
padding:0;
border:0;
list-style:none;
vertical-align:baseline;
}

body
{
font-family:Arial, Helvetica, sans-serif, "Arial Narrow"; font-size:62.5%; text-align:center;
background:#9a1d23 url(../imagens/bg.jpg) center top repeat-x;
}

.clear
{
clear:both;
}

a:hover
{
text-decoration:none;
}

/* Header */
#header
{
width:100%; height:220px;
position:relative; margin:0 auto; z-index:5;
text-align:left;
background:url(../imagens/bg-nav-sombra.png) left bottom repeat-x;
}

/* Logo */
#header h1
{
width:340px; height:164px;
position:absolute; left:50%; top:14px; margin-left:-483px;
text-indent:-90000px;
}

#header h1 a
{
display:block;
width:340px; height:164px;
background:url(../imagens/logo.png) no-repeat;
}

/* Depoimento */
#header blockquote
{
width:530px;
position:absolute; top:30px; left:45%; margin-left:-40px;
padding:15px 0 0 40px;
background:url(../imagens/aspas-amarelas.gif) no-repeat;
}

#header blockquote p
{
font-family:Georgia, "Times New Roman", Times, serif; font-size:1.3em; line-height:1.6em; color:#fff;
}

#header blockquote p.autor
{
font-size:1.4em;
margin-top:1em;
}

#header blockquote a
{
color:#eaa623;
}

/* Footer */
#footer
{
position:relative;
clear:both;
width:960px; height:100px; margin:0 auto;
background:url(../imagens/bg-footer.png) left top no-repeat;
}

#home #footer
{
border-top:1px solid #eaa623;
background:none;
}

#footer p
{
color:#fff;
font-size:12px;
line-height:18px;
text-align:left;
}

#footer a
{
color:#fff;
}

#footer a:hover
{
text-decoration:none;
}

#footer p span
{
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#eaa623;
}

#footer p.faleConosco
{
position:absolute;
top:20px; left:20px;
}

#home #footer p.faleConosco
{
left:10px;
}

#footer p.parceiros
{
position:absolute;
top:20px; left:330px;
}

#footer p.creditos
{
position:absolute;
top:30px;
right:25px;
}

#footer p.creditos2
{
position:absolute;
top:28px;
right:50px;
}