html {min-width:980px;}
body{
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #a9a9a9;
    min-height: 730px;
    background: #000;
}
header{
    position: relative;
    width: auto;
    height: 117px;
    background: url('../img/header-bg.png');
    margin-bottom: 20px;
}

header .container{
    margin: 0 auto;
    height: 10px;
    width: 960px;
    overflow: none;
    height: 130px;
}
.logotipo{
    position: absolute;
    left: 50%;
    margin-left: -102px;
    padding-top: 23px;
}
nav{
    width: 100%;
    height: 100px;

    text-align: center;
    vertical-align: middle;
    position: relative;
}
nav ul li {
    position: absolute;
    top: 40px;
    padding-left: 30px;
    background: url(../img/nav-mrk.png) 0 50% no-repeat;
}
.li-1{ left: 0; padding: 0; background: none; }
.li-2{ left: 102px; }
.li-3{ left: 223px; }
.li-4{ right: 287px; padding: 0; background: none; }
.li-5{ right: 141px; }
.li-6{ right: 0px; }


nav>ul>li>a{
    font: 18px/1.2em "Times New Roman", Times, serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in;
}
nav>ul>li>a:hover, .menuAtivo{
    /*    background: #d81010 !important;*/
    /*    color: #fff;*/
    border-bottom: 1px solid #fff;
}

footer {
    background: #000;
    min-height: 64px;
    width: 100%;
    clear: both;
    margin-top: 20px;
    background: url('../img/footer-bg.png');
    position: fixed;
    bottom: 0;
}
footer div{
    letter-spacing: 1px;
    font-size: 13px;

    text-align: left;
    margin-top: 25px;
}
.textoRodape{
    color: #5e5e5e;
}


.clear{
    clear: both;
}



#container{

    width: 900px;
    min-height: 400px;
    margin: 0 auto;

    padding: 30px;
    line-height: 160%;

    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.80);
    -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.80);
    box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.80);

    -webkit-border-radius: 5px; 
    border-radius: 5px;

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #171717),
        color-stop(1, #000000)
        );
    background-image: -o-linear-gradient(bottom, #171717 0%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #171717 0%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #171717 0%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #171717 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #171717 0%, #000000 100%);
    opacity: 0.9;
}


h1{
    font: 30px/1.2em 'Abril Fatface', cursive;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px;

    border-bottom: 1px solid #D6D0C1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
p{
    padding-top: 0px;
    padding-bottom: 3px;
}

.galeria a{
    text-decoration: none;
}
.galeria img{
    border: 3px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
.galeria img:hover{
    border: 3px solid #fff;
}
.galeria {
    margin-top: -5px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/*****************************************************************************/

.tbl-contato tr td{
    font-size: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
    vertical-align: middle;
}

.tbl-contato tr td:first-of-type{
    text-align: right;
}

.label{
    font-weight: bold;
}

.ipt{
    border: none;
    outline: none;
    border: 1px solid #ccc;
    width: 321px;
    padding: 3px;
    color: #5e5e5e;
}

.ipt:focus{
    border-color: #d81010;
    color: #222222;
    background-color: #FFFFCC;
}
.ipt-textarea {
    height: 113px;
    width: 550px;
    resize: none;
}

#btn-enviar{
    font-family: 'Open Sans', sans-serif;
    padding: 5px 14px;
    border: none;
    background-color: #5e5e5e;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    float: right;
}
#btn-enviar:hover:enabled{
    background-color: #d81010;
}

#btn-enviar:hover:disabled{
    background-color: #5e5e5e;
}
#btn-enviar:disabled{
    cursor: progress;
    color: #83868a;
}

.aviso{
    border: 1px solid;
    padding: 3px 10px;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}

.aviso-ok{
    background: #ffef8f;
    border-color: #f9dd34;
    color: #363636;
}
.aviso-error{
    background: #cd0a0a;
    border-color: #cd0a0a;
    color:#fff;
}
.textoEndereco{
    text-align: center;
}
strong{
    font-weight: bold;
    color: #fff;
}

/******************************************************************************/
#banner1{
    width: 900px;
    height: 280px;
}
#banner2{
    float: right;
    width: 445px;
    height: 390px;
    margin-top: 10px;
}
#banner3{
    float: left;
    width: 445px;
    height: 190px;
    margin-top: 10px;
}
#banner4{
    float: left;
    width: 445px;
    height: 190px;
    margin-top: 10px;
}


#fundo{
    top: 0px;
    position:absolute !important;
    /* width:100%; */
    height: auto !important;
    max-height:100% !important;
    overflow: hidden !important;
    width: 100% !important; /*setting the width to static*/
    z-index: -1;
}
#container img{
    margin: 5px;
    border: 2px solid #000;
}
