/* Fioluz Materiais Elétricos CSS 2005 / 2006

   OBS: Tags organizadas em ordem alfabética, separadas por três linhas,
        Valores e atribudos alinhados para permitir melhor visualização.
*/



.alinharcentro { text-align: center }



a {
    color:            #003663;
    text-decoration:  none;
    font-weight:      bold;
}



a:hover {
    color:            #ffffff;
    text-decoration:  underline;
}



body {
    background-image: url(../imgs/layout/bg.jpg);
    font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-size:        12px;
}

h1.center{
    text-align:center;
    color:#003663;
}


h1.produtos{
    font-weight:bold;
    font-size:18px;
    text-align:justify;
    color:#003663;
}


img { border:none 
}


p {color: #003663;
   font-weight:bold;
   font-size:11px;
   text-align:justify;
} 



p:first-letter { font-size:130% 
}


p.center{
    text-align:center;
}


p.contato{
    font-weight:bold;
    font-size:14px;
    text-align:justify;
}


table.news {
    border: 1px solid #003663;
    width:  292px;
    height: 150px;
}



table.wireless {
    margin:     0 auto;
    text-align: left;
    width:      750px;
    min-width:  750px;
}



td.bottom {
    background-image: url(../imgs/layout/bottom.gif);
    color:            #ffffff;
    font-size:        10px;
    height:           20px;
    text-align:       center;
}



td.dados {
    background-image: url(../imgs/layout/fundo.jpg);
    border-right:     #ffffff 2px solid;
    color:            #000;
    padding:          10px;
    vertical-align:   top;
    width:            600px;


}



td.menu {
    background-image: url(../imgs/layout/pixelmenu.jpg);
    border-left:      #ffffff 2px solid;
    border-right:     #ffffff 2px solid;
    padding:          10px;
    vertical-align:   top;
    width:            110px;
}



td.menu a img {
    display: block;
    clear:   both;
    margin:  0;
}



td.newsdados {
    padding:2px;
    text-align:justify;
    vertical-align:top;
}



td.newscaption {
    background-color: #003663;
    border-bottom:    thin solid #ffffff;
    color:            #ffffff;
    font-weight:      bold;
    text-align:       center;
}



td.pixel {
    background-image:url(../imgs/layout/pixel.jpg);
    height:          2px;
}



td.top {
    background-image: url(../imgs/layout/logo.gif);
    height:           92px;
}
