@import url("reset.css"); /* css reset */

body {
background:url(../pics/bg.jpg) repeat-x left top;
background-color:#e9e7d8;
margin:0;
padding:0;
}

.banner-rh {margin:15px 0;}

p,label,li {
font:12px verdana, tahoma, arial;
line-height:14pt;
}

h1{
margin-bottom:10px;
}

#newsletter{
margin-bottom:40px;
}

#newsletter input{
font:11px verdana, tahoma, arial;
color:#84061e;
text-decoration:none;
margin-top:5px;
}

#newsletter input.botao{
width:90px;
height:17px;
font-weight:bold;
text-decoration:underline;
border:0;
background-color:#e9e7d8;
background-image:url(../pics/bot-incluir.jpg);
background-repeat: no-repeat;
background-position: left;
}

#newsletter input.exc{
width:90px;
height:17px;
font-weight:bold;
text-decoration:underline;
border:0;
background-color:#e9e7d8;
background-image:url(../pics/bot-excluir.jpg);
background-repeat: no-repeat;
background-position: left;
}

#newsletter input.text{
width:113px;
height:20px;
background-color:#e9e7d8;
background-image:url(../pics/bg-input.jpg);
background-repeat:no-repeat;
border:0;
}

#banner{
width:235px;
height:59px;
}

/*** java ***/

#anima{
position:relative;
height:300px;
margin-bottom:20px;
_margin-bottom:0;
}

/*** esq ***/

#esq{
width:460px;
float:left;
}

/*** mid ***/

#mid{
width:235px;
margin:0 40px 0 40px;
float:left;
margin-bottom:40px;
}

/*** direita ***/

#direita{
width:185px;
float:right;
}

#direita ul li{
padding:8px 0 8px 0;
margin-left:10px;
border-bottom:1px solid #d5d4c1;
vertical-align:middle;
}

#direita ul li a{
font-weight:bold;
color:#84061e;
}

#direita ul li a:hover{
text-decoration:underline;
}

/*** rodapé ***/

a.assinatura {
display:block;
position:relative;
text-indent:-9000em;
overflow:hidden;
width:97px;
height:25px;
top:22px;
left:20px;
font:bold 0.8em arial;
color:#fff;
background:url(../pics/assinatura.jpg) no-repeat;
}

/*** form ***/

form#anuncie {

}

label, form#anuncie span {
display:block;
}
span {
font-weight:bold;
font-size:0.8em;
float:left;
width:120px;
color:#833336;
}
form#anuncie input.text, select, textarea {
font-size:11px;
margin-bottom:5px;
border:2px solid #BAB7A6;
width:177px;
padding:6px 5px;
}
select {width:191px;}

input.bt {
border:none;
background-color:#BAB7A6;
color:#fff;
margin:0 0 30px 120px;
}
