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

root { 
    display: block;
}

/* 
========================================================================================================
========================================================================================================
PAGINA EMPRESA
========================================================================================================
========================================================================================================
*/
#dados-empresa{
    width: 960px;
    height: auto;
    min-height: 900px;
    margin: auto;
    padding-top: 50px;

}
#principal{
    width: 680px;
    height: 560px;
    float: left;
    text-indent: 1em;
    line-height:2%;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
}
#principal h1{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 34px;


}
#principal img{
    border-radius: 10px;
    box-shadow:0px 0px 3px #666;
    padding: 5px;
    border: none;
    margin: 0 20px 20px 10px;  
    float: left;
}
#principal p{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    color: black;
    line-height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 15px 20px 15px;
    text-align: justify;
    text-shadow: #f2f2f2 1px 1px 1px;
}
#sec{
    width: 273px;
    height: 595px;
    float: right;

}
#sec p{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    color: black;
    line-height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 15px 20px 15px;
    text-align: justify;
    text-shadow: #f2f2f2 1px 1px 1px;
}
#sec h1{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 26px;
}
#sec p b {
    font-family: century gothic;
    font-size: 24px;
    color: #777;
}
#sec-1{
    width: 273px;
    height: 367px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: right;
}
#sec-2{
    width: 273px;
    height: 322px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 3px;
    float: right;
}
#terc{
    width: 680px;
    height: 129px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: left;
    margin-top:3px;
}
#terc p{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    color: black;
    line-height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 15px 20px 15px;
    text-align: justify;
    text-shadow: #f2f2f2 1px 1px 1px;
}
#terc h1{
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 26px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 15px 20px 15px;
    text-align: justify
}
#terc p b {
    font-family: century gothic;
    font-size: 24px;
    color: #777;
}
#fotos{
    width: 958px;
    height: 110px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: right;
    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;
}

