/*
    Document   : style
    Created on : 18/01/2012, 09:04:00
    Author     : Fernando
    Description:

*/

body{
}

#defaultbackground{
    background: url('../images/default.jpg');
    background-repeat: repeat;
    overflow: visible;
    position: relative;
    background-position-x: 52%;
}

#main{
    margin: 0px;
}

#backgroundheader{
    height:35px;
    padding-bottom: 2px;
    overflow: hidden;
}

/* header */
#header{
    margin: 0;
    overflow: hidden;
    border-width: 0px;
}

#header_container{
    background-image: url('../images/topbar-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 35px;
    overflow: hidden;
}

#slogan {
    margin: 0px;
    margin-top: 9px;
    margin-left: 10px;
    float: left;
    font-size: 13px;
    letter-spacing: .25px;
}

#phonecontainer{
    margin-top: 9px;
    padding-left: 10px;
    float: right;
    background-image: url('../images/phone-icon.png');
    background-repeat: no-repeat;
    text-align: left;
}

#phonecontainer p{
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

#phonenumber{
    float: right;
    margin: 0;
    margin-left: 3px !important;
    padding: 0;
    border: 0;
    font-weight: bold;
}

/* middle */
#middle{
}

#banner{
    width: inherit;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#leftside{
    float: left;
    width: 250px;
    height: inherit;
    overflow: visible;
    display: block;
}

#floatingMenu{
    z-index: 50;
    position: fixed;
    margin-left: 23px;
    top: 120px;
    width: 200px;
}

#floatingmenutop,
#floatingmenutopimage,
#floatingMenubottom,
#floatingMenu{
    width: 183px;
}

#floatingmenutopimage{
    z-index: 60;
    background-image: url('../images/duvidas.png');
    background-repeat: no-repeat;
    background-position: center 0;
    height: 130px;
    top: -130px;
}

#floatingmenutopimage_logoshadow{
    height: inherit;
    width: inherit;
    background-image: url('../images/leftbar-logoshadow.png');
    background-position: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: middle;
    display: table-cell;
}

#floatingmenutopimage_logoshadow p{
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 23px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 120px;
    cursor: pointer;
    text-wrap: avoid;
}

#floatingmenutop{
    min-height: 34px;
    background-image: url('../images/left-part-top-bg3.png');
    background-repeat: no-repeat;
    background-position: 0 bottom;
    overflow: visible;
}

#floatingMenu_footer{
    padding-left: 15px;
    padding-right: 15px;
}

#floatingMenubottom{
    height: 59px;
    background-image: url('../images/left-part-bottom-bg3.png');
}

#floatingMenu_body{
    z-index: 51;
    background-image: url('../images/left-part-bg3.png');
}

#mainmenu{
    z-index: 52;
}

#mainmenu ul{
    padding: 0px;
}

#mainmenu ul li div{
    font-size: 14px;
    width: 120px;
    text-align: left;
    border: 0px;
    border-bottom: 1px;
    border-style: dotted;
    padding: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px;
    margin-bottom: 3px;
    cursor: pointer;
}

#mainmenu ul li div:hover{
    font-style: italic;
}

#rightside{
    float: right;
    width: 745px;
    min-height: 300px;
}

#conteudo{
    text-align: justify;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

#login{
    float: right;
    width: 270px !important;
    height: 147px;
    margin: 0;
    margin-top: 42px;
    margin-right: 10px;
    padding: 0;
    border: 1px;
    border-style: solid;
    background-color: white;
    padding-bottom: 10px;
    background-image: url('../images/restrito.png');
    background-size: 274px 51px;
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 8px;
}

#loginform{
    margin-top: 51px;
    padding-left: 10px;
    padding-right: 10px;
}

#loginform div{
}

#loginfields div label{
    float: left;
    width: 24%;
    text-align: right;
}

#loginform div input{
    float: right;
    width: 75%;
    margin-top: 2px;
    margin-bottom: 2px;
}

#submitButton{
    float: right;
    margin-top: 5px;
}

/* footer */
#backgroundfooter{
    border-width: 0px;
    background-image: url('../images/dashed-line-footer.png');
    background-repeat: repeat-x;
}

#footer{
    height: 57px;
}

#footer p{
    float: right;
    margin: 0px;
    margin-top: 20px;
    color: #878787;
    font: 14px Arial, Helvetica, "Trebuchet MS", sans-serif;
}

#footer a{
    color: rgb(100,100,200);
}

