/*
    Document   : padrao
    Created on : 02/08/2012, 16:01:44
    Author     : Cristiano
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

*{
    font-family: arial, helvetica,sans-serif;
    font-size: 13px;
    filter:inherit;
}

a{
    text-decoration: none;
}

body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

img{
    border: 0;
}

#site{
    background: transparent url('../img/fundo.jpg') no-repeat 50% 0;
    width: 100%;
    min-width: 1024px;
}

#player{
    position: absolute;
    top: 58px;
    left: 758px;
    z-index: 99999;
}

#site .conteudo{
    position: relative;
    width: 725px;
    height: 710px;
    margin: auto;
    padding: 0 0 0 31px;
}

#site .conteudo .palco{
    position: relative;
    width: 725px;
    height: 625px;
    padding: 0px 0 0 0;
    float: left;
    overflow: hidden;
}

#site .conteudo .cabecalho{
    position: relative;
    float: left;
    width: 758px;
}

#site .conteudo .slogan{
    color: #fff;
    width: 500px;
    float: left;
    height: 22px;
    padding: 63px 0 0 190px;
}

#site .conteudo .logo{
    position: absolute;
    top: 5px;
    left: 401px;
    z-index: 999;
}

#site .conteudo .palco .box1{
    width: 381px;
    height: 404px;
    float: left;
    overflow: hidden;
}

#site .conteudo .palco .endereco{
    width: 355px;
    padding: 10px 0 0 0;
    text-align: right;
    float: left;
    position: relative;
    z-index: 999;
}

#site .conteudo .endereco{
    position: absolute;
    top: 490px;
    width: 355px;
    padding: 10px 0 0 0;
    text-align: right;
    float: left;
    z-index: 9999;
}

#site .conteudo .endereco .fone{
    color: #c97400;
    font-size: 15px;
    padding: 10px 0;
}

#site .conteudo .endereco .email{
    color: #cea45a;
    font-size: 15px;
}

#site .conteudo .endereco .end{
    color: #c97400;
    font-size: 15px;
    padding: 10px 0;
}

#site .conteudo .palco .box2{
    float: right;
    width: 344px;
    height: 624px;
}

#site .conteudo .amplificador{
    position: absolute;
    top: 519px;
    left: -56px;
    z-index: 9;
}

#site .rodape{
    position: relative;
    color: #c97400;
    height: 100px;
    width: 1024px;
    margin: 0 auto;
    z-index: 99;
}

#site .rodape .copy{
    float: left;
    line-height: 20px;
    padding: 15px 0 0 260px;
}

#site .rodape .copy a{
    color: #dad5a2;
}

#site .rodape .copy span{
    font-size: 11px;
}

#site .rodape .links{
    padding: 17px 0 0 0;
    float: right;
}

#site .rodape .links a{
    color: #c97400;
}

#site .rodape .links span{
    color: #dad5a2;
}

#site .rodape .links span.cp{
    color: #333;
    font-size: 10px;
    margin-top: 10px;
}

#site .rodape .nw3{
    float: right;
    padding: 17px 10px 0 20px;
}






