/* 
    Document   : menu_esquerda
    Created on : 03/05/2010, 14:49:25
    Author     : Rafael Araújo Chinaglia
*/

/*BLOCO DE MENU Á ESQUERDA*/

#bloco_menu_esquerda{
    margin: 0 auto;
    height: 222px;
    width: 171px;
    background: url("../img/fundo_menu_esquerda.png") repeat-x bottom;
    _background: url(../img/fundo_menu_esquerda.png) repeat-x 0px 40px bottom;
}

.item_menu{
    float: right;
    padding-top: 10px;
    height: 33px;
    width: 80%;
    *height: 45px;
    border-bottom: #FFF solid 2px;
    text-align: right;

}
.item_menu a{
    *position: relative;
    *right: 50px;
    color: #000;
    text-decoration: none;
}
.quadro_verde{
    float: right;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #0e5632;
    margin-left: 20px;
    *margin-top: -20px;
}

.foco_menu{
    font-family: "function";
    font-size: 17px;
}

/*BLOCO DO NEWSLETTER*/

#newsletter{
    margin: 0 auto;
    height: 143px;
    width: 171px;
    background: url("../img/fundo_newsletter.png") repeat-x top #FFF;
    text-align: left;
    font-family: "function";
}
#galeria{
    margin: 0 auto;
    height: 143px;
    width: 171px;
    background: url("../img/fundo_newsletter.png") repeat-x top #FFF;
    text-align: left;
    font-family: "function";
}

#galeria a{
    color: #000;
}
hr{
    border:1px solid #92b3a3;
    margin:10px 0 3px;
}
.img_topico{
    margin-right: 10px;
    margin-bottom: -5px;
}

#maquina_fotografica{
    float: right;
}

#texto_galeria{
    float: right;
    margin-top:10px;
    margin-right:5px;
    width: 100px;
    text-align: right;
}
.padding{
    padding-left: 5px;
    padding-right: 5px;
    font-family: arial;
    font-size: 12px;
}

.img_link{
    margin-bottom: 7px;
}

.img_links{
    float:left;
    margin-left:6px;
    margin-bottom:7px;
}

.inputs{
    font-size: 11px;
    width: 100%;
    background: #D1DFD8;
    border: solid 1px #787F6F;
}

#enviar{
    float: right;
    margin-top: -10px;
    width: 67px;
    background: url('../img/button.png') no-repeat;
    border: 0 solid;
    cursor: pointer;

}

