body{
    background: #FFF url("../images/bg-geral.jpg") no-repeat top center;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h3{
    color: #777;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.header3{
    width: 400px;
    margin: 15px 0 0 10px;
}
.container{
    width: 840px;

}

#topo{
    height: 117px;
}

#topo h1{
    background: url("../images/logo.jpg") no-repeat;
    width: 275px;
    height: 116px;
    margin: 0;
    text-indent: -9999px;
}

#topo ul{
    position: absolute;
    margin-left: 460px;
    margin-top: -36px;

}

#bottom ul li, #topo ul li{
    display: inline;
    float: left;
}

#topo ul li a{
    background: url("../images/aba.jpg") no-repeat;
    width: 81px;
    height: 32px;
    display: block;
    margin-right: 10px;
    font-family: "Trebuchet MS";
    font-size: 11px;
    text-decoration: none;
    color: #6C6C64;
    text-align: center;
    padding: 10px 0 0 0;
	text-transform: uppercase;
}

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

#news ul{
    list-style: none;
}

#news li{
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
    width: 345px;
}

.justify{
	text-align: justify;
}

#news a{
    text-decoration: none;
    font-size: 11px;
    color: #777;
    
}

#news a.see{
    background: #EC9548;
    color: white;
    font-weight: bold;
    padding: 10px;
    display: block;
    text-align: center;
    width: 60px;
    float: right;
    
}

#news a:hover{
    text-decoration: underline;
}

#image{
    width: 840px;
    height: 265px;
    margin-bottom: 10px;
}
.image-inicial{ background: url("../images/inicial.jpg") no-repeat; }
.image-contato{ background: url("../images/contato.jpg") no-repeat; }
.image-empresa{ background: url("../images/empresa.jpg") no-repeat; }
.image-servico{ background: url("../images/servico.jpg") no-repeat; }

.division{
    background: url("../images/division.jpg") no-repeat;
    width: 832px;
    height: 63px;
	margin: 0 auto;
}

.span-7{
    width: 360px;
    margin-left: 10px;
    font-size: 11px;
    color: #777;
}


.span-7-1{
	height: 545px;
}

#bottom ul li a{
    color: white;
    display: block;
    padding: 10px;
    width: 60px;
    text-align: center;;
}

#bottom{
    background: #FFF url("../images/bottom.jpg") repeat-x;
    height: 143px;
    color: white;
    font-size: 11px;
    padding-top: 10px;
	margin-top: 20px;
}

textarea{
	width: 300px;
}

fieldset{
	border: 0;
}

fieldset legend{
	display: none;
}

.news-full{
	width:450px; margin: 0 auto; padding: 10px; text-align:justify;
}

#map{
	width: 360px;
	height: 300px;
}