


body
    {
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;
    background-color:#61728c;
    margin:0px;
    padding:0px;
    font-size:8pt;
    color:#0f5566;
    font-family:'Arial', Verdana, Tahoma;
    }



/* ==================================================== IDS GERAIS ============ */


#tudo
    {
    width:778px;
    _height:845px;
    min-height:845px;
    float:left;
    left:50%;
    margin-left:-389px;
    position:absolute;
    background-image:url(../images/bgmeio.gif);
    }

#topo
    {
    width:778px;
    height:50px;
    float:left;
    background-image:url(../images/bgtopo.gif);
    }

#separador
    {
    width:778px;
    height:80px;
    float:left;
/*    background-image:url(../images/index_11.jpg); */
    margin:3px 0px 5px 0px;
    display:inline;
    }


/* ==================================================== CLASSES ============ */

img
    {
    border:0px;
    }

img.right
    {
    float:right;
    }

img.banner
    {
    padding:2px 0px 0px 18px;
    }


/* ==================================================== LINKS ============ */

a.link:link, a.link:visited, a.link:hover, a.link:visited:hover
    {
    color:#0f5566;
    text-decoration:none;
    }


/* ==================================================== MENU DO TOPO EM LISTA ============ */

ul.menutopo
    {
    width:510px;
    height:20px;
    float:left;
    list-style:none;
    margin:27px 0px 0px 7px;
    display:inline;
    padding:0px;
    }

ul.menutopo li
    {
    _width:85px;
    min-width:85px;
    height:20px;
    float:left;
    text-align:center;
    }

ul.menutopo li a
    {
    margin:0px 0px 0px 0px;
    display:inline;
    color:#ff3c00;  /* ERA 0f5566 */
    _width:80px;
    min-width:80px;
    height:20px;
    float:left;
    }



/* ==================================================== LOGO  E  MENU ============ */

#logomenu
    {
    width:252px;
    height:276px;
    float:left;
    }


#logomenu ul
    {
    margin:0;
    padding:0;
    list-style:none;
    width:150px;
    }


#logomenu ul li
    {
    position: relative;
/*    margin-top:-3px; SÓ PRECISA DISSO CASO EU NAO USE OS TRES ATRIBUTOS ABAIXO. MAS AI QUEBRA NO IE6, E FICA CERTO NOS DEMAIS */
    _height:10px;
    min-height:10px;
    float:left;
    }


li ul
    {
    position:absolute;
    left:252px;
    top:7px;
    display:none;
    }


#logomenu ul li a
    {
    display:block;
    text-decoration:none;
    color:#777;
    border-bottom:0;
    width:140px;
    height:39px;
    }




#logomenu ul li a:hover
    {
    margin:0px;
    padding:0px;
    }

#logomenu ul li.lista a
    {
    display:block;
    text-decoration:none;
    color:#777;
    background:#fff;
    padding:5px;
    border:1px solid #ccc;
    border-bottom:0;
    width:140px;
    height:15px;
    float:left;
    }


#logomenu ul li.lista a:hover
    {
    background-color:#f2f2f2;
    _width:140px;
    _padding:5px;
    }




/* BUG DO IE E MAC \*/

* html ul li
    {
    float:left;
    }

* html ul li a
    {
    height:1%;
    }


#logomenu ul
    {
    margin:0;
    padding:0;
    list-style:none;
    width:150px;
    }


#logomenu ul.listainterna
    {
    margin:0;
    padding:0;
    list-style:none;
    width:150px;
    border-bottom:1px solid #ccc;
    }


li:hover ul, li.over ul
    {
    display:block;
    }

* html ul li
    {
    float:left;
    height:1%;
    }

* html ul li a
    {
    height:1%;
    }


/* ==================================================== FOTOS MEIO ============ */

#fotosmeio
    {
    width:526px;
    height:276px;
    float:right;
    background-image:url(../images/bgfotos.gif);
    background-repeat:no-repeat;
    }






/* ==================================================== LATERAL ============ */

#lateral
    {
    width:252px;
    min-height:432px;
    _height:432px;
    float:left;
    background-image:url(../images/bgeventos.jpg);
    background-repeat:no-repeat;
    }

#lateraldentro
    {
    width:252px;
    _height:440px;
    min-height:440px;
    float:left;
    }

ul.listaeventos
    {
    list-style:none;
    padding:0px;
    margin:5px 10px 10px 30px;
    display:inline;
    width:210px;
    _height:25px;
    min-height:25px;
    float:left;
    font-family:'Trebuchet MS', Arial, Verdana, Tahoma;
    font-size:8pt;
    color:#ff3c00;
/*    text-transform:lowercase; */
    }

ul.listaeventos li
    {
    width:100%;
    _height:8px;
    min-height:8px;
    float:left;
    margin-bottom:20px;
    display:inline;
    }

ul.listaeventos li strong
    {
    color:#6c8e04;
    }

ul.listaeventos li a:link, ul.listaeventos li a:visited
    {
    text-decoration:none;
    color:#ff3c00;
    }

ul.listaeventos li a:hover, ul.listaeventos li a:visited:hover
    {
    color:#000000;
    text-decoration:underline;
    }

#msgsemana
    {
    width:220px;
    _height:135px;
    min-height:100px;
    margin:10px 0px 0px 19px;
    float:left;
    display:inline;
    background-image:url(../images/bgfrasesemana.jpg);
    padding:5px;
    }

p.pmsg
    {
    width:210px;
    _height:100px;
    min-height:100px;
    padding:0px;
    _margin:20px 5px 15px 5px; /* estava 30 10 15 10, mas pelo IE 6, mudei pra esta forma que esta agora */
    display:inline;
    float:left;
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    color:#ffffff;
    }

img.gideoes
    {
    width:230PX;
    height:180px;
    float:left;
    margin:32px 0px 0px 19px;
    display:inline;
    }


/* ==================================================== MEIO ============ */

#meio
    {
    width:526px;
    _height:432px;
    min-height:432px;
    float:right;
    padding:0px 0px 10px 0px;
    }


#well
    {
    width:500px;
    height:179px;
    float:left;
    padding-left:15px;
    }

h1.well, h1.interno  /* TEM MAIS CHAMADAS DO INTERNO, LA EMBAIXO */
    {
    font-family:'Arial Narrow', Arial, Verdana;
    font-size:14pt;
    padding:5px 0px 10px 0px;
    float:left;
    width:310px;
    height:30px;
    margin:0px;
    }


p.textowell
    {
    width:330px;
    _height:10px;
    min-height:10px;
    float:left;
    padding:0px;
    margin:0px;
    }

img.missr
    {
    float:right;
    margin:10px 10px 0px 10px;
    }

#ultimas
    {
    width:526px;
    height:215px;
    float:left;
    background-image:url(../images/bgnews.gif);
    }

.ultnews
    {
    width:240px;
    height:106px;
    float:left;
    margin:10px 10px 0px 10px;
    display:inline;
    }

.ultnews strong
    {
    color:#ff9900;
    }

img.fotonews
    {
    width:100px;
    height:75px;
    border:1px solid #c1c1c1;
    margin-right:10px;
    float:left;
    }

strong.titulo
    {
    color:#192c6d;
    }

.ultnews a:link, .ultnews a:visited
    {
    color:#000000;
    text-decoration:none;
    }

.ultnews a:hover, .ultnews a:visited:hover
    {
    text-decoration:underline;
    color:#0f5566;
    }


.boxlivro
    {
    width:105px;
    height:70px;
    float:left;
    border:1px solid #e5e5e5;
    margin:5px 0px 20px 10px;
    padding:5px;
    display:inline;
    }

.boxlivro:hover
    {
    background-color:#f2f2f2;
    }

img.livro
    {
    width:40px;
    height:64px;
    float:left;
    margin-right:3px;
    display:inline;
    }

strong.ff9900
    {
    color:#ff9900;
    }

/* ==================================================== RODAPE ============ */

#rodape
    {
    width:778px;
    height:84px;
    float:left;
    background-image:url(../images/bgrodape.gif);
    }

p.prodape
    {
    width:210px;
    height:60px;
    float:left;
    padding:13px 0px 0px 25px;
    margin:0px;
    font-size:7.5pt;
    }


ul.menurodape
    {
    width:510px;
    height:20px;
    float:right;
    list-style:none;
    margin:27px 0px 0px 7px;
    display:inline;
    padding:0px;
    }

ul.menurodape li
    {
    _width:85px;
    min-width:85px;
    height:20px;
    float:left;
    text-align:center;
    }

ul.menurodape li a
    {
    margin:0px;
    display:inline;
    color:#0f5566;
    _width:80px;
    min-width:80px;
    height:20px;
    float:left;
    }


/* ==================================================== PAGINAS INTERNAS ============ */
/* ==================================================== PAGINAS INTERNAS ============ */
/* ==================================================== PAGINAS INTERNAS ============ */


h1.interno
    {
    font-size:12pt;
    font-family:'Arial', Verdana, Tahoma;
    margin:10px 0px 3px 15px;
    display:inline;
    width:495px;
    height:10px;
    float:left;
    border-bottom:3px solid #e5e5e5;
    background-image:url(../images/bgh1.gif);
    background-repeat:no-repeat;
    }

p.textos
    {
    width:495px;
    margin-left:15px;
    display:inline;
    _height:10px;
    min-height:10px;
    float:left;
    text-align:justify;
    }


p.textosnews
    {
    width:475px;
    margin-left:15px;
    _height:10px;
    min-height:10px;
    float:left;
    text-align:justify;
    }

/* ==================================================== NAVEGACAO ============ */


#navegacao
    {
    width:475px;
    margin:10px 0px 10px 15px;
    display:inline;
    _height:30px;
    min-height:30px;
    float:left;
    border:1px solid #e5e5e5;
    padding:10px;
    }

strong.maispaginas
    {
    width:100px;
    height:30px;
    float:left;
    color:#555555;
    }

ul.navegacao
    {
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    }


ul.navegacao li
    {
    width:10px;
    height:10px;
    border:1px solid #e5e5e5;
    padding:7px;
    float:left;
    margin-right:7px;
    text-align:center;
    }

ul.navegacao li:hover
    {
    background-color:#f2f2f2;
    }

ul.navegacao li a:link, ul.navegacao li a:visited, ul.navegacao li a:hover, ul.navegacao li a:visited:hover
    {
    text-decoration:none;
    color:#000000;
    }


/* ==================================================== TESTEMUNHOS ============ */


#enviartestemunho
    {
    float:left;
    top:200px;
    left:300px;
    width:350px;
    _height:400px;
    min-height:230px;
    background-color:#cdcd92;
    padding:10px;
    border:10px solid #ffffff;
    position:absolute;
    display:none;
    }


ul.listatestemunho, ul.listanoticias
    {
    list-style:none;
    padding:0px;
    margin:10px 0px 0px 15px;
    display:inline;
    float:left;
    width:495px;
    _height:10px;
    min-height:10px;
    }

ul.listatestemunho li a, ul.listanoticias li a
    {
    width:483px;
    height:10px;
    padding:7px 5px 8px 5px;
    border:1px solid #c1c1c1;
    margin:0px 0px 10px 0px;
    display:inline;
    float:left;
    }

ul.listatestemunho li a:hover, ul.listanoticias li a:hover
    {
    background-color:#f2f2f2;
    }


ul.listatestemunho li a:link, ul.listatestemunho li a:visited, ul.listatestemunho li a:hover, ul.listatestemunho li a:visited:hover
    {
    color:#000000;
    text-decoration:none;
    }


ul.listanoticias li a:link,  ul.listanoticias li a:visited
    {
    color:#000000;
    text-decoration:none;
    background-color:#e5f5cb;
    }

a.testemunho:link, a.testemunho:visited
    {
    width:103px;
    height:8px;
    float:left;
    padding:7px 7px 10px 7px;
    background-color:#444444;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    }

a.testemunho:hover, a.testemunho:visited:hover
    {
    background-color:#333333;
    }

img.imgtestemunho
    {
    float:left;
    width:250px;
    height:188px;
    margin:0px 5px 5px 0px;
    }

span.dados
    {
    width:485px;
    _height:30px;
    min-height:30px;
    float:left;
    margin:10px 0px 10px 15px;
    display:inline;
    padding:5px;
    border:1px solid #e5e5e5;
    background-color:#f2f2f2;
    }

span.left
    {
    float:left;
    width:250px;
    _height:25px;
    min-height:25px;
    }

span.right
    {
    float:right;
    width:200px;
    _height:25px;
    min-height:25px;
    }

span.recomende
    {
    float:right;
    width:150px;
    height:30px;
    }

#recomende, #enviar-testemunho
    {
    float:left;
    top:200px;
    left:300px;
    width:250px;
    _height:230px;
    min-height:230px;
    background-color:#cdcd92;
    padding:10px;
    border:10px solid #ffffff;
    position:absolute;
    display:none;
    }

#enviar-testemunho
    {
    width:300px;
    }

form.recom
    {
    float:left;
    width:250px;
    _height:200px;
    min-height:200px;
    }

form.recom label
    {
    float:left;
    }

form.recom input, form.recom textarea
    {
    float:right;
    border:0px;
    font-size:8pt;
    width:120px;
    height:17px;
    }

form.recom input.test
    {
    width:250px;
    }

form.recom textarea
    {
    height:100px;
    }

form.recom textarea.test
    {
    width:250px;
    }

form.recom input.botao
    {
    float:right;
    margin-top:20px;
    width:50px;
    height:17px;
    background-color:#333333;
    color:#ffffff;
    }

img.captcha
    {
    float:right;
    width:120px;
    height:30px;
    border:1 px solid #c3c38a;
    }


#close
    {
    width:200px;
    height:20px;
    float:left;
    text-align:center;
    }


/* ==================================================== BIO ============ */

img.imgadelino
    {
    width:150px;
    height:90px;
    float:right;
    border:1 px solid #c3c38a;
    margin:5px 10px 5px 0px;
    }

/* ==================================================== PEDIDO DE ORACAO ============ */

form.formoracao
    {
    width:200px;
    height:350px;
    float:left;
    margin-left:15px;
    margin-top:25px;
    display:inline;
    }

form.formoracao label
    {
    float:left;
    width:45px;
    height:15px;
    }

form p.pforacao
    {
    width:198px;
    _height:10px;
    min-height:20px;
    float:left;
    margin:10px 0px 0px 0px;
    padding:0px;
    }

form.formoracao input, form.formoracao textarea
    {
    float:right;
    border:1px solid #c1c1c1;
    font-size:8pt;
    width:150px;
    height:16px;
    }

form.formoracao input.check
    {
    width:11px;
    height:11px;
    border:0px;
    margin-right:100px;
    }

form.formoracao textarea
    {
    height:50px;
    }

form.formoracao input.botao
    {
    width:50px;
    height:17px;
    color:#ffffff;
    background-color:#333333;
    margin-top:20px;
    }

/* ==================================================== RADIO ============ */

big.diasemana
    {
    color:#ff9900;
    }

img.locutores
    {
    float:left;
    margin:5px 7px 5px 5px;
    width:80px;
    hright:80px;
    }

#radio
    {
    width:450px;
    height:250px;
    float:left;
    background-image:url(../images/bgradio.jpg);
    }

#tudoradio
    {
    margin-left:200px;
    margin-top:40px;
    padding:0px;
    display:inline;
    float:left;
    width:150px;
    height:20px;
    z-index:2;
    }


strong.menu a:link, strong.menu a:visited
    {
    width:101px;
    height:10px;
    float:left;
    color:#ffffff;
    font-size:8pt;
    text-decoration:none;
    margin:0px 0px 0px 20px;
    padding:5px;
    padding-left:0px;
    display:inline;
    background-color:#333333;
    outline:0;
    text-align:center;
    }

#menuradio
    {
    width:105px;
    _height:20px;
    min-height:20px;
    float:left;
    background-color:#000000;
    color:#ffffff;
    display:none;
    margin-left:20px;
    margin-top:-1px;
    }


strong.menu a:hover, strong.menu a:visited:hover
    {
    color:#ffffff;
    }


ul.menulateral
    {
    list-style:none;
    margin:0px;
    padding:0px;
    width:100px;
    _height:1px;
    min-height:1px;
    float:left;
    }

ul.menulateral li
    {
    width:100px;
    _height:20px;
    min-height:20px;
    float:left;
    background-color:#ffffff;
    padding:0px 0px 0px 5px;
    display:inline;
    border:1px solid #333333;
    border-top:0px;
    }

ul.menulateral li a
    {
    width:100px;
    _height:20px;
    min-height:20px;
    float:left;
    }

ul.menulateral li:hover
    {
    background-image:url(../images/bglihover.gif);
    }

ul.menulateral li a:link, ul.menulateral li a:visited
    {
    color:#ff0000;
    text-decoration:none;
    }

ul.menulateral li a:hover, ul.menulateral li a:visited:hover
    {
    color:#000000;
    }


#player
    {
    margin-top:50px;
    margin-left:25px;
    width:400px;
    height:56px;
    float:left;
    display:inline;
    }

#produtoradio
    {
    width:180px;
    height:30px;
    float:left;
    margin:40px 0px 0px 30px;
    display:inline;
    color:#000000;
    z-index:1;
    }

img.fotoproduto
    {
    float:left;
    margin-right:10px;
    width:30px;
    height:48px;
    }

strong.branco
    {
    color:#ffffff;
    }

/* ==================================================== NOTICIAS ============ */

span.lendonews
    {
    width:475px;
    _height:30px;
    min-height:30px;
    float:left;
    display:inline;
    border:1px solid #e5e5e5;
    background-color:#f2f2f2;
    padding:10px;
    }


/* ==================================================== CONTATO ============ */


.blocos
    {
    width:220px;
    _height:10px;
    min-height:10px;
    float:left;
    }

form.contato
    {
    float:left;
    width:475px;
    _height:200px;
    min-height:200px;
    margin-left:15px;
    display:inline;
    padding:10px;
    background-color:#f9f9f9;
    border:1px solid #e5e5e5;
    }

form.contato label
    {
    float:left;
    }


form.contato label.numero
    {
    margin-right:5px;
    float:right;
    }


form.contato label.verificador
    {
    margin-top:10px;
    }

form.contato input, form.contato textarea, form.contato select
    {
    float:right;
    border:1px solid #e5e5e5;
    font-size:8pt;
    width:220px;
    height:16px;
    }


form.contato select
    {
    font-size:8pt;
    border:0px;
    }


form.contato textarea
    {
    height:120px;
    }

form.contato input.endereco
    {
    float:left;
    border:1px solid #e5e5e5;;
    font-size:8pt;
    width:150px;
    height:16px;
    display:inline;
    }


form.contato input.numero
    {
    border:1px solid #e5e5e5;;
    font-size:8pt;
    width:30px;
    height:16px;
    float:right;
    }

form.contato input.botao
    {
     float:right;
    margin-top:50px;
    width:50px;
    height:17px;
    background-color:#333333;
    color:#ffffff;
    }



/* ==================================================== FORM BUSCA ============ */

#buscador
    {
    width:300px;
    height:200px;
    float:left;
    background-image:url(../images/bgbusca.gif);
    display:none;
    position:absolute;
    left:350px;
    top:90px;
/*    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgbusca.png',sizingMethod='scale'); */
    z-index:1;
    }


#dentrobusca
    {
    width:250px;
    height:148px;
    float:left;
    margin:27px 0px 0px 27px;
    display:inline;
    z-index:2;
    }

form.formbusca
    {
    width:230px;
    height:128px;
    float:left;
    padding:10px;
    margin:0px;
    }

form.formbusca label
    {
    float:left;
    }

form.formbusca input, form.formbusca select
    {
    float:right;
    width:150px;
    height:17px;
    border:1px solid #e5e5e5;
    font-size:8pt;
    }

form.formbusca select
    {
    width:155px;
    }

form.formbusca select option.opt
    {
    color:#e5e5e5;
    }

form.formbusca input.botao
    {
    background-color:#333333;
    color:#ffffff;
    border:0px;
    width:60px;
    text-align:center;
    }

span.red
    {
    color:#ff0000;
    }



/* ==================================================== GALERIA DE FOTOS ============ */

.relacao-de-albuns
    {
    width:100px;
    height:120px;
    padding:5px;
    margin:15px 0px 0px 15px;
    display:inline;
    float:left;
    border:1px solid #e5e5e5;
    background-color:#f9f9f9;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    }

.relacao-de-albuns:hover
    {
    background-color:#f2f2f2;
    }


img.relacao-de-albuns-capa
    {
    width:100px;
    height:75px;
    margin-bottom:5px;
    }

img.galeria-fotos-internas
    {
    width:100px;
    height:75px;
    float:left;
    margin:15px 0px 0px 15px;
    border:5px solid #e5e5e5;
    }

img.galeria-fotos-internas:hover
    {
    border:5px solid #cccccc;
    }



/* ==================================================== GALERIA DE VIDEOS ============ */

#divvideos
    {
    width:467px;
    height:400px;
    float:left;
    padding:10px;
    margin:15px 0px 0px 15px;
    background-color:#f2f2f2;
    border:5px solid #e5e5e5;
    }


/* ==================================================== LOJA VIRTUAL EVANGELICA ============ */

strong.red
    {
    color:#ff0000;
    }

.loja-virtual
    {
    width:467px;
    min-height:60px;
    _height:60px;
    float:left;
    padding:10px;
    margin:15px 0px 0px 15px;
    background-color:#f2f2f2;
    border:5px solid #e5e5e5;
    }

img.loja-virtual-capa
    {
    float:left;
    width:40px;
    height:64px;
    margin-right:10px;
    }

.loja-virtual-descreve
    {
    width:350px;
    height:40px;
    float:left;
    }

strong.nome-produto
    {
    text-transform:uppercase;
    color:#ff0000;
    }

span.valor
    {
    float:right;
    width:50px;
    min-height:50px;
    _height:50px;
    border:1px solid #ff9900;
    background-color:#e5f3d4;
    text-align:center;
    padding:5px;
    color:#ff9900;
    font-weight:bold;
    }


/* ==================================================== FALE CONOSCO ============ */

form.fale
    {
    width:475px;
    _height:100px;
    min-height:100px;
    margin-left:15px;
    padding:10px;
    float:left;
    background-color:#f9f9f9;
    border:1px solid #f2f2f2;
    }


form.fale p.labels
    {
    padding:0px;
    margin:0px;
    float:left;
    width:215px;
    _height:100px;
    min-height:100px;
    }


form.fale p.inputs
    {
    padding:0px;
    margin:0px;
    float:right;
    width:235px;
    _height:100px;
    min-height:100px;
    }


form.fale p.labels label
    {
    float:left;
    width:140px;
    height:17px;
    }


form.fale p.inputs input, form.fale p.inputs textarea, form.fale p.inputs select
    {
    float:right;
    width:230px;
    height:17px;
    border:1px solid #e5e5e5;
    font-size:8pt;
    text-align:left;
    }

form.fale p.inputs textarea
    {
    height:50px;
    }

form.fale p.inputs input.ddd
    {
    width:30px;
    margin-right:10px;
    }

form.fale p.inputs input.fone
    {
    width:185px;
    }

form.fale p.inputs input.endereco
    {
    width:185px;
    margin-right:10px;
    }

form.fale p.inputs input.numero
    {
    width:30px;
    }

form.fale p.inputs input.botao
    {
    width:50px;
    height:20px;
    color:#ffffff;
    background-color:#333333;
    text-align:center;
    border:0px;
    }


#bannerflutuante
    {
    width:500px;
    height:700px;
    float:left;
    position:absolute;
    left:125px;
    top:150px;
    background-image:url(../images/bgflutuante.png);
    border:1px dashed #333333;
    padding:30px;
    display:block;
    }