/*
    Document   : css-base
    Created on : 04/08/2013, 21:20:51
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

/*
========================================================================================================
Alerts
========================================================================================================
*/
.error,
.alert,
.notice,
.success,
.info { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a { color: #205791; }

/*
========================================================================================================
Erros ao submeter o formlário
========================================================================================================
*/
ul.errors li {
    background:#a82509;
    color:#d6caaf;
    display:block;
    width:310px;
}

/*
========================================================================================================
BODY
========================================================================================================
*/
#main{
    width: 100%;
    min-width: 1024px;
    height: auto;

}
/*
========================================================================================================
TOPO
========================================================================================================
*/
header{
    width: 100%;
    min-width: 1024px;
    height: 102px;
    background-color: white;
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #666;
    display: block;
    padding: 5px 0 0 0;
    border-bottom: #eee solid 1px;
    padding: 0;
    margin: 0;



}
#top-shadow{
    width: auto;
    height: 11px;
    background-image: url('../img/shadow.png');
    background-repeat: repeat-x;
    background-position: 50% 0%;
    position: relative;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
}

#main-full{
    width: 960px;
    height: 82px;
    margin: auto;
}
#main-full img{
     float: left;
    margin: -3px auto auto -15px;
    position: absolute;
    z-index: 100;
}
#menus{
    width: 687px;
    height: 82px;
    margin: auto;
    float: right;
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #666;
}
#menus ul{
    margin: 0;
    padding: 0;
}
#menus ul li {
    float: left;
    margin: auto;
    margin-top: 15px;
    padding: 25px;

}
#menus ul li h1{
    color: #2d2d2d;
    font-family: "ARIAL",Helvetica,sans-serif;
    font-size: 15px;
    line-height: 15.8px;
    text-align: left;
    font-weight: bold;
}
#menus ul li p{
    color: #666666;
    font-family: "arial",Helvetica,sans-serif;
    font-size: 10px;
    line-height: 18px;
    text-align: left;

}
/*#menus ul li:hover{
    background-color: #404041;
    color: red;
    border:1px solid #333;

}*/
#menus ul li:hover{
    height: 27px;
    background-color: #dfdfdf;
    border:1px solid #bbb;
    border-radius: 5px;

}
/*
========================================================================================================
CONTEÚDO
========================================================================================================
*/
#indicador{
    width: auto;
    min-width: 1024px;
    height: 120px;
    background-color: #41A65E;
    border-top: #41A65E 2px solid;
    border-bottom: #41A65E 2px solid;
}
#indicador h1{
    font-family: Impact;
    color: white;
    font-size: 35px;
    position: absolute;
    margin: 40px auto auto 250px;
}
#sup{
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 179px;
    background-image: url('../img/pattern_05.jpg');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    display: block;
}
#conteudo{
width: auto;
min-width: 1024px;
height: auto;
min-height: 485px;

}
/*
========================================================================================================
RODAPÉ
========================================================================================================
*/
footer{
    width: 100%;
    min-width: 1024px;
    height: 362.3125px;
    background-image: url('../img/fsb.png');
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding: 0;
    margin: 0;
}
#rodape{
    width: 100%;
    min-width: 1024px;
    height: 102px;
    background-image: url('../img/bg_dark.png');
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    border-top: #0b0b0a solid 1px;
    padding: 0;
    margin: 0;
}
#ftr{
    width: 1024px;
    height: 350px;
    margin: auto;
}
.ftrs{
    width: 240px;
    height: 345px;
    float: left;
    margin: auto;
    padding-left: 10px;
}
#novidades{
    width: 480px;
    height: 345px;
    float: left;
    margin: auto;
    padding-left: 10px;
}
#novidades li{
    width: 340px;
    height: 90px;
}
#novidades img{
    width: 80px;
    height: 80px;
    float: left;
}
#novidades h5{
    width: 200px;
    height: 30px;
    float: left;
    color: #dadada;
    font-family: "ARIAL",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15.8px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 15px;
}
#novidades a{
    float: left;
    color: #dadada;
    font-family: "ARIAL",Helvetica,sans-serif;
    font-size: 10px;
    line-height: 15.8px;
    text-align: left;
    padding-left: 10px;
}


.ftrs  h1{
    color: #dadada;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 22px;
    padding-top: 18px;

    text-shadow: #000 1px 1px 1px;
}
#ftr  h1{
    color: #dadada;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 22px;
    padding-top: 18px;

    text-shadow: #000 1px 1px 1px;
}
.ftrs ul li{
    list-style:url('../img/fsb_bull.png');
    list-style-position: inside;
    padding-left: 10px;

}
.ftrs ul li p{
    color: #a1a1a1;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 14px;
    padding-top: 5px;
    text-shadow: #000 1px 1px 1px;
}
.ftrs ul li a{
    color: #a1a1a1;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 14px;
    padding-top: 5px;
    text-shadow: #000 1px 1px 1px;
    text-decoration: none;

}

.ftrs label {
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 14px;
    color: #dadada;
}
.campoTextoRodape, .campoMensagemRodape {
    width:230px;
    height: 19px;
    border-radius:5px;
    border: solid 1px #333;
    margin: 2px 0 2px 0;
    padding: 2px 0 2px 0;
    overflow: visible;


}

form input[type=text]:focus, form input[type=password], form textarea:focus {
    box-shadow:0px 0px 3px #ff6c00;
}

.campoMensagemRodape {
    height: 60px;
}

.btnrodape {
    width: 69px;
    height: 43px;
    line-height: 43px;
    background: url("../img/btn1.png") 0px 0px;
    border: none;
    color: #1f1f1f;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    display: block;
    font-size: 13px;
    text-align: center;
}

.btnrodape:hover {
    background: url("../img/btn1.png") 0px 44px;
    color: #fff;
    cursor: pointer;
}
.ftrs .links a{
    color: #a1a1a1;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
    padding-top: 100px;
    text-align: center;
    text-indent: 1em;
}
#rodapecenter{
    width: 960px;
    height: 50px;
    margin: auto;
    padding-top: 20px;


}
#rodapecenter p, a h4{
    font-family: arial,sans serif;
    font-size: 12px;
    color: #a1a1a1;
    padding-top:10px ;
    text-align: center;
    text-decoration: none;
}
#rodape a h4{
    float: right;
}
#rodape a img{
    margin-top: -12px;
    float: right;


}
/*
    Document   : css-home
    Created on : 04/08/2013, 23:03:57
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

#destaques{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 400px;
    background-image: url('../img/pattern_05.jpg');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    display: block;

}
#destaque{
    width: 952px;
    height: 392px;
    margin:50px auto;
    background-image: url('../img/slider_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    display: block;


}
#slider{
    width: 728px;
    height: 299px;
    position: relative;
    margin:30px auto;


}
#slider ul li img{
    width: 728px;
    height: 299px;
    position: relative;


}
#text-slide{
    width: 300px;
    height: 250px;
    background-color: white;
}
/*#prev{
    width: 65px;
    height: 35px;
    position: relative;
    float: left;
    z-index: 15;
}
ul#nxpv li#prev{

}
#prev:hover{

    background-position: 0px -70px;
}
#next{
    width: 65px;
    height: 35px;
    background-image: url("../img/next.png");
    background-repeat: no-repeat;
    position: relative;
    float: right;
    z-index: 15;


}
#next:hover{

    background-position: 0px -70px;
    background-repeat: no-repeat;
}*/
#cont{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 600px;
    margin: auto;
}
#cont-sup{
    width: 952px;
    height: 240px;

    margin: auto;
}
#cont-bot{
    width: 952px;
    height: 240px;

    margin: auto;
}
#cont .sbr{
    width: 500px;
    height: 240px;
    float: left;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
}
#cont .sbr img{
    float: left;
    padding-right: 20px;
    padding-bottom:  20px;
}
#cont .col{
    width: 250px;
    height: 240px;
    float: left;
    margin: auto;
    padding-left: 45px;


}
#cont img{
    float: left;
}

#cont h1{
    float: left;
    color: #232323;
    font-family: "ARIAL",Helvetica,sans-serif;
    font-size: 18px;
    line-height: 15.8px;
    font-weight: bold;
    padding: 8px;
}

#cont p{
    color: #666666;
    font-family: "arial",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;

}
#cont a{
    width: 50px;
    height: 20px;
    padding: 5px;
    background-color: #666666;
    border: 1px solid #555;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-family: "arial",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    text-decoration: none;

}
#cont a:hover{
    width: 50px;
    height: 20px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #000;
    color: #000;


}
#hr{
    width: 960px;
    height: 2px;
    background-image: url('../img/hr_960.png');
    margin: 30px auto;

}

#parceiros{
    width: auto;
    min-width: 1024px;
    height: 80px;
    background-image: url('../img/featured_bottom_bg.png');
}
#parc-center{
    width: 960px;
    height: 65px;
    margin: auto;
    padding-top: 15px;

}
#parc-center h1{
    float: left;
    color: #232323;
    font-family: "ARIAL",Helvetica,sans-serif;
    font-size: 18px;
    line-height: 15.8px;
    font-weight: bold;
    padding-top: 18px;
}

.hrzs{
    background-image: url('../img/hrzs.png');
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 8px;
    float: left;
    background-size: 75%;
}
.hrzs:hover{
    background-image: url('../img/hrzs3.png');

}
.explo{
    background-image: url('../img/exploeste.png');
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 8px;
    float: left;


}
.explo:hover{
    background-image: url('../img/exploeste2.png');
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 8px;
}


#speed{
    width: 80px;
    height: 80px;
    margin-top: 20px;
    padding-right: 150px;
    float: right;
}

#speedtop{
    width: 80px;
    height: 80px;
    padding-left: 50px;
    padding-top: 15px;
    float: left;
    position: fixed;
    z-index: 100;
}
