/*
    Document   : css-servicos
    Created on : 16/10/2013, 22:55:28
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

#conteudo{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height:950px;
    margin: auto;



}
#servicos{
    width: 1000px;
    height: auto;
    min-height: 800px;
    margin: 50px auto;


}
.principal{
    width: 920px;
    height: auto;
    min-height: 400px;
    border-radius: 0 4px 4px 4px;
    border:#ddd 1px solid;
    margin-top: -24px;
    border-top-color: #e3e3e3;

}
.principal h1{
    padding: 15px 0 0 15px;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 0 0 20px 0;
}
.principal img{
    border-radius: 10px;
    box-shadow:0px 0px 3px #666;
    padding: 5px;
    border: none;
    margin: 0 20px 20px 10px;
    float: left;
}
.principal p{
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0;
    margin: 0 20px 25px 20px;
    text-align: justify;
    text-indent: 1em;
}

#fotos{
    width: 920px;
    height: 140px;
    background-color: #eee;
    border-radius:4px;
    border:#ddd 1px solid;
    float: left;
    margin-top:3px;
    overflow: auto;
}
#fotos img{
    width: 12%;
    border-radius: 10px;
    box-shadow:0px 0px 2px #666;
    padding: 5px;
    border: none;
    margin: 8px 4px auto 2px;
    float: left;
}
#abas{
    width: 800px;
    height:50px;
    background-color: #eee;

}
#abas tr td:hover{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 14px;
    color: black;
    background-color:#e3e3e3;
    border-top:black 1px solid;
    border-left:black 1px solid;
    border-right:black 1px solid;
    text-align: center;
    padding-top: 18px;
    text-shadow: #f2f2f2 1px 1px 1px;
}

.abaativa {
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 14px;
    color: black;
    background-color:#fff;
    border-top:black 1px solid;
    border-left:black 1px solid;
    border-right:black 1px solid;
    text-align: center;
    padding-top: 18px;
    text-shadow: #f2f2f2 1px 1px 1px;
    border-bottom: 1px solid #ff6c00;
}

.abainativa {
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 14px;
    color: #969696;
    background-color: #f0f0f0;
    border-top:#ddd 1px solid;
    border-left:#ddd 1px solid;
    border-right:#ddd 1px solid;
    text-align: center;
    padding-top: 18px;
    text-shadow: #f2f2f2 1px 1px 1px;
}
#anuncios{
    height: auto;
    min-height: 120px;

}
#anuncios ul#ad{

    min-height: 120px;
    min-width: 300px;
    overflow: hidden;
    float: left;
}
#anuncios h1{
    padding: 45px 0 0 15px;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 26px;
    color: #000;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
#anuncios h2{
    padding: 0 0 0 45px;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 20px;
    color: #000;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 0 0 20px 0;
    font-weight: 300;
}
#anuncios p{
    padding: 0 0 0 45px;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 14px;
    color: #000;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 0 0 20px 0;

}
#divTodos{
    width: 1000px;
    height: auto;
    overflow: hidden;
}
#divTodos li{
    width: 330px;
    height: 420px;
    border: 1px solid #ddd;
    float: left;
}
#anuncios img{
    margin: 30px auto auto 60px;
    border-radius: 10px;
    box-shadow:0px 0px 3px #666;
    padding: 5px;
    border: none;
    }

/*    #anuncios .prod{
        float: left;
    }*/

