/* 
    Document   : css-empresa
    Created on : 12/02/2013, 13:32:41
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/* 
========================================================================================================
========================================================================================================
PAGINA SERVIÇOS
========================================================================================================
========================================================================================================
*/
#dados-empresa{
    width: 920px;
    height: 750px;
    margin: auto;
    padding-top: 50px;

}
.principal{
    width: 920px;
    height: 400px;
    background-color: #eee;
    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: 110px;
    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:#e7e7e7;
    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;
}
#videos{
    width: 920px;
    height: 420px;
    background-color: #eee;
    border-radius:4px;
    border:#ddd 1px solid;
    margin: -142px auto 50px auto;
    overflow: auto;



}
#videos 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;
}
#videos li{
    float: left;
    padding-left: 26px;
    padding-top: 10px;
}
