﻿body 
{
    background-color: #B5B5B5;
    padding: 0px;
    margin: 0px;
}

.login
{
    width: 100px; 
    position: relative; 
    z-index: 1
}

.login_btn
{
    position: relative; 
    z-index: 1; 
    width: 27px; 
    height: 20px;
}

input, textarea, select
{
    background-image: url('fundo_campo.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: Transparent;
    border: solid 1px #666666;
    font-family: Arial;
    font-size: 11px;
    color: #003366;
}

#site
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#topo_busca
{
    padding-right: 20px;
    padding-top: 10px;
    width: 980px;  
    height: 29px;
    background-image: url('topo_busca.jpg');
    background-position: right;
    background-repeat: no-repeat;
    text-align: right;   
    font-family: Arial;
    font-size: 11px;
    color: #003366;
}

#topo_esquerdo
{
    background-color: #FFF;
    width: 326px;
    height: 196px;
    float: left;
}

#topo_direito
{
    background-color: #FFF;
    width: 674px;
    height: 196px;
    float: right;
}

#flash
{
    position: relative;
    top: -30px;
    left: 0px;
    height: 257px;   
    width: 674px;
}

#div_menu
{
    clear: both;
    width: 1000px;
    height: 49px;
    background-image: url('fundo_menu.jpg');
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#conteudo
{
    width: 1000px;
    background-color: #FFF;
}

#conteudo_esquerdo
{
    width: 231px;
    background-image: url('fundo_noticia.jpg');
    background-repeat: repeat-x;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}

#conteudo_direito
{
    width: 1000px;
    /*width: 749px;*/
    background-image: url('fundo_conteudo.jpg');
    float: right;
    background-repeat: repeat-x;
    font-family: Verdana; 
    font-size: 12px;
    color: #333333;
}

#clear
{
    clear: both;
}

#rodape
{   background-color: #FFF;
    background-image: url('fundo_rodape.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 1000px;
    height: 90px;  
    font-family: Arial;
    font-size: 11px;
    color: #000;   
}

#rodape_esquerdo
{
    padding-left: 30px;
    padding-top: 20px;
    width: 450px;
    float: left;
    line-height: 18px;
}

#rodape_direito
{
    padding-right: 30px;
    padding-top: 20px;
    width: 450px;
    float: right;
    text-align: right;
}


.link_preto
{
    color: #000;
    text-decoration: none;
}

h1{
    font-family: Trebuchet MS;
    font-size: 24px;
    color: #003366;
    font-weight: normal;
}


h2
{
    font-family: Trebuchet MS;
    font-size: 18px;
    color: #003366;
    padding-top: 0px;
}
p{
    line-height: 18px;
}
.data_noticia
{
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
    font-weight: normal;  
    padding: 0px;
}

.texto_noticia
{
    font-family: Verdana; 
    font-size: 12px;
    color: #333333;
    font-weight: normal;  
    text-decoration: none; 
    padding: 0px;
}

.link_noticia
{
    color: #003366;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
    margin: 0px;
    text-decoration: none;
}

#include
{
    background-image: url('fundo_conteudo.jpg');
    background-repeat: repeat-x;
    padding: 20px;   
    font-family: Verdana; 
    font-size: 12px;
    color: #333333;
    font-weight: normal;  
    text-decoration: none;
}

#box_produtos
{
    background-image: url('fundo_box_produtos.gif');
    width: 242px;
    height: 127px;
    padding: 5px;
    font-family: Verdana; 
    font-size: 12px;
    color: #333333;
}

#logos
{
    background-image: url('fundo_logos.jpg');
    width: 732px;
    height: 200px;
    font-family: Verdana; 
    font-size: 12px;
    color: #333333;
}

#home_noticias
{
    background-image: url('fundo_noticias.jpg');
    width: 940px;
    height: 200px;
    font-family: Verdana; 
    font-size: 12px;
    color: #333333;
}


/* MENU */

#menu {
	position: relative;
	top: 15px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style: none;
	margin: 0;
	display: inline;
	border-right: solid 1px #000;
}

#menu li a {
	text-decoration: none;
	background-image: url(menu_fundo.jpg);
	padding-top: 0px;
	padding-right: 31px;
	padding-bottom: 0px;
	padding-left: 31px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#menu li a:hover {
	border-color: #000;
	background-image: url(imgs/menu_fundo_pressionado.jpg);
	height: 30px;
	text-decoration: underline;
}