/* 
    Document   : css-base
    Created on : 30/01/2013, 18:26:41
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

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

/* 
========================================================================================================
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
========================================================================================================
*/
body {
    background-color: white;
}

/*#img-fundo{
    
}


/* 
========================================================================================================
Header
========================================================================================================
*/
header {

}

header img {

}

/* 
========================================================================================================
Main
========================================================================================================
*/
#main { 
    width: 1349px;
    min-width: 1024px;
    /*    height: 100%;
        min-height: 768px;
        background-image: url('../imagens/header-bg.jpg');
        background-repeat: no-repeat;
        background-size: 150%;
        position: relative;*/

}

/* 
========================================================================================================
Main
========================================================================================================
*/
#main-center {
}
header{
    width: 1349px;
    min-width: 1024px;
    height: 100%;
    min-height: 203px;
    background-image: url('../imagens/topo.jpg');
    background-repeat: no-repeat;
    background-size: 150%;
    position: relative;
    scroll:fixed;

}


/* 
========================================================================================================
Nav (Menu topo)
========================================================================================================
*/
#logo{

    width: 940px;
    overflow: hidden;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    /*    background-image: url('../imagens/nav-bg.png');*/
    background-repeat: no-repeat;



}

#logo tr td{
    width: auto;
    height: 100px;
    float: right;
}
#logo img{
    padding-top: 20px;
    padding-left: 20px;
}
#logo #restrito{
    float: right;
    padding-top: 20px;
}

#menus {
    width: 940px;
    overflow: hidden;
    height: 87px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../imagens/nav-bg.png');
    background-repeat: no-repeat;


}

#menus ul {
    margin: 0;
    padding: 0;
}

#menus ul li {
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    border-bottom: solid 6px transparent;
    height: auto;
    line-height: 73px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    width: 185px;
    height: 68px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Cuprum,arial,serif;
    font-weight: bold;
    color: white;
    display: block;
    border-right: 1px solid #1c1c1c;
    border-height:84px;
}
#menus ul li .style1 {

}
#menus ul a{
    text-decoration: none;
}

#menus ul li:hover {
    /*background:#0f3c8d;
    border: solid 1px #002c7b;*/

    background-image: url('../imagens/nav-hover.gif');
    height: 70px;
    background-repeat: repeat-x;

}

#menus ul li:active {
    background:#222;
    height: 66px;


}
#menus ul li:actived a {

    background-image: url('../imagens/nav-hover.gif');
    height: 70px;
    background-repeat: repeat-x;

}
#menus img{
    width: 3%;
    float: right;
    margin-top: 12px;
}


/* 
========================================================================================================
Conteudo
========================================================================================================
*/
#conteudo{
    width: 1349px;
    min-width: 1024px;
    height: auto;
    background-image: url('../imagens/content-tail.gif');
    background-repeat: repeat-x;
    position: relative;



}
/* 
========================================================================================================
rodape
========================================================================================================
*/
footer{
    width: auto;
    min-width: 1024px;
    height: 350px;
    min-height: 350px;
    background-image: url('../imagens/footer-tail.gif');
    background-repeat: repeat;
    position: relative;
    
}
#ftr{
    width: 1024px;
    height: 350px;
    margin: auto;
}
.ftrs{
    width: 240px;
    height: 345px;
    float: left;
    margin: auto;
    padding-left: 10px;
}


.ftrs  h1{
    color: #ff6c00;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 28px;
    padding-top: 18px;
    
    text-shadow: #000 1px 1px 1px;
}
.ftrs ul li{
    list-style:url('../img/seta.gif');
    list-style-position: inside;
    padding-left: 10px;
    
}
.ftrs ul li p{
    color: #fff;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 18px;
    padding-top: 5px;
    text-shadow: #000 1px 1px 1px;
}
.ftrs ul li a{
    color: #fff;
    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: #ff6c00;
}
.campoTextoRodape, .campoMensagemRodape {
    width:230px;
    height: 20px;
    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: 70px;
}

.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: #fff;
    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;
}
#rodape{
    width: auto;
    min-width: 1020px;
    height: 80px;
    background-image: url("../imagens/rodape.png");
    background-repeat: repeat;
    bottom: 0px;
    padding:0px;
    border-top: 1px solid #212121;



}
#rodapecenter{
    width: 960px;
    height: 50px;
    margin: auto;


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


}







