/* 
    Document   : geral
    Created on : 06/03/2013, 18:52:28
    Author     : Talita
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background: url("http://www.dragonlogistica.com.br/Img/geral/BG.jpg") repeat;
    font-family: Helvetica,Arial,Verdana,sans-serif !important;
    text-align: center;
    height: auto;
    min-height: 100%
}

#principal{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#principal #conteudo #busca #buscaTxt{
    border-radius: 10px;
    border-color: #35414e;
    background: url("http://www.dragonlogistica.com.br/Img/geral/campo_search.png") no-repeat;
    color: #35414e;
    float: right;    
    margin-top: -45px;
    height: 25px;
}
#principal #conteudo #busca #btnBusca{
    float: right;
    margin-right: -137px; 
    margin-top: 1px;
    padding-top: 1px;
}

#principal #topo .logo{
    margin-right: 200px;
}
#principal #topo .logo img{
    width: 300px; 
    height: 90px; 
    margin-left: -13px;
}

#principal #conteudo .menu{
    float: right;
    margin-top: 40px;
}

#principal #conteudo #topo{
    width: 960px;
}

#principal #conteudo #topo .menu ul{
    width: 378px;
    float: left;
}

#principal #conteudo #topo .menu ul li{
    list-style-type: none;
    float: left;
    width: 30px;
    color: #fff;
}
#principal #conteudo #topo .menu ul li a:link{
    color: #fff;
    text-decoration: none;
}
#principal #conteudo #topo .menu ul li a:visited{
    color: #7a8090;
    text-decoration: none;
}
#principal #conteudo #topo .menu ul li a:hover{
    color: #fff;
    text-decoration: none;
}
#principal #conteudo #topo .menu ul li a:active{
    color: #fff;
    text-decoration: none;
}

#rodape{
    background: url("http://www.dragonlogistica.com.br/Img/geral/base_rodape.jpg");
    height: 41px;
    padding-top: 2px;
    bottom: auto;
    color: #7a8090;
    width: 960px;
    font-size: 12px;
    margin: 0 auto;
    clear: both;
}
#rodape a{
    cursor:pointer;
}

#rodape a:link{
color: #7a8090;
text-decoration: none;
}
#rodape a:visited{
color: #7a8090;
text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #rodape a:link{
        color: #7a8090;
        text-decoration: none;
    }
    #rodape a:visited{
        color: #7a8090;
        text-decoration: none;
    }
    #principal #topo .logo img{
        width: 300px; 
        height: 90px; 
        margin-left: -13px;
    }
}