/* CSS Document */
html, body{
margin:0;
padding:0;
background:url(../images/fundo_body.jpg) repeat-x;
font:12px #000 Arial, Helvetica, sans-serif;
}

#site{
position:absolute;
left:50%;
margin-left:-500px;;
}

#topo{
width:1000px;
height:123px;
clear:both;
}

#conteudo{
width:1000px;
height:539px;
clear:both;
}

#conteudo_home{
width:1000px;
height:660px;
clear:both;
}

#thumbs{
width:550px;
height:536px;
float:left;
}

#imagem{
width:410px;
height:536px;
float:right;
}

#rodape{
height:57px;
width:1000px;
clear:both;
}

#menu{
width:440px;
margin-top:12px;
height:35px;
background:url(../images/fundo_menu.jpg) no-repeat;
padding-top:15px;
padding-left:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#links li{
display:block;
float:left;
font:12px #000 Arial, Helvetica, sans-serif; 
margin-left:20px;
padding-left:20px;
border-left:1px solid #FFAB00;
text-transform:lowercase;
letter-spacing:-0.05em;
}

#logo{
float:left;
}

#diferente{
float:right;
}

#thumbs_trampos li{
display:block;
float:left;
width:118px;
height:109px;
padding-left:8px;
padding-top:8px;
background:url(../images/fundo_li_trmapos.png) no-repeat;
margin:0 4px 4px 0;
}

#thumbs_clientes li{
display:block;
float:left;
padding-top:15px;
padding-left:10px;
width:233px;
height:104px;
background:url(../images/fundo_li_clientes.png) no-repeat;
margin:4px;
}

ul{
margin:0;
padding:0;
}

#links li a{
text-decoration:none;
color:#333333;
}

#links li a:hover{
text-decoration:underline;
}

.txt_contato{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#006699;
letter-spacing:-0.1em;
}

input{
background:url(../images/fundo_form.jpg) repeat-x;
border:1px dotted #144661;
width:350px;
font-size:11px;
height:15px;
}

textarea{
border:1px dotted #144661;
width:350px;
font-size:11px;
}

.bt_enviar{
border:1px solid #144661;
height:30px;
width:80px;
}
