/* Configuracoes padrao */
* {
	border: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	list-style: none;
}
body{
	background: url('/novosite/imagens/backsite2.gif');
	color: #000;
	font-size: 11px;
	margin: 0;
	text-align: center;
}
input, select,textarea{
	border: 1px solid #666;
	background: #EAEDF2;
	color: #2B2B2C;
	font-size: 10px;
}
input.b{
	color: #EAEDF2;
	background: #2B2B2C;
}
input.r{
	color: #EAEDF2;
	background: #BF0003;
}
input.checkbox{
	background: none;
}
input.erro, textarea.erro{
	border: 1px solid #A80000;
	background: #FFB9B9;
}
.dir{
	text-align: right;
	padding-right: 2px;
}
#erros, .erro{
	color: #A80000;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-size: 14px;
}
h2{
	font-size: 12px;
}
h3{
	font-size: 11px;
}
h4{
	font-size: 10px;
}
h5{
	font-size: 9px;
}
h6{
	font-size: 8px;
}



/************************************************************************
* Tudo
************************************************************************/
#tudo{
	width: 778px;
	margin: 0px auto 0 auto;
	background: #fff;
	text-align: left;
	padding-bottom: 10px;
	position: relative;
}
#conteudo{
	padding: 10px;
	clear: both;
	float: left;
}
#conteudo a:hover{
	text-decoration: underline;
}
#assinatura{
	width: 758px;
	text-align: center;
}
#rodape{
	width: 778px;
	margin: 0px auto 0 auto;
	background: #000;
	height: 10px;
	clear: both;
	overflow: auto;
}
#rodape div{
	margin-top: 5px;
	height: 5px;
	width: 778px;
	background: #ED1B23;
	overflow: auto;
}



/************************************************************************
* Menu
************************************************************************/
#menu {
	position: relative;
	z-index: 30;
	display: block;
	height: 32px;
	width: 778px;
}
#menu ul, #menu ol{
	margin: 0 0;
}
#menu ol{
	display: block;
}
#menu ul li{
	display: block;
	float: left;
	position: relative;
	background: url('/novosite/imagens/menu_divisor.gif') no-repeat right top;
	padding-right: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* Sub menu */
#menu ol{
	background: url('/novosite/imagens/menu2.png');
	width: 170px;
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 100;
}
#menu ol li{
	display: block;
	border: 1px solid #E1E1E0;
	border-top: none;
	float: none;
	background: none;
	padding-right: 0;
	display: block;
}
#menu ol li a{
	padding: 2px;
	display: block;
	font-size: 11px;
	color: #fff;
}
#menu li a:hover{
	background: url('/novosite/imagens/menu.png');
	color: #000;
	text-decoration: none;
}
/* Sub sub */
#menu ol ol{
	left: 169px;
	top: 0;
}
/* Busca */
#menu .busca{
	background: url('/novosite/imagens/menu_back_busca.gif') no-repeat;
	width: 140px;
	height: 32px;
}
#menu .busca input{
	border: none;
	background: none;
	margin: 10px 0 0 16px;
	float: left;
}
#menu .busca input.bc{
	width: 85px;
	margin: 9px 0 0 2px;
	float: left;
	border: none;
	background: #fff;
}


/************************************************************************
* Publicidade
************************************************************************/
.pubs div,.pubs span {
	float: left;
}
.pubs {
	background: #F4F4F4;
	display: block;
	clear: both;
	float: left;
}
.pubs div{
	padding: 10px 0 0 10px;
}
#pub2{
	clear: both;
	background: #F4F4F4;
	width: 590px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#pub3{
	width: 158px;
}
#pub3 span{
	margin-left: 28px;
}
#pub4{
	clear: both;
	background: white;
	width: 590px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#pub1{
	width: 758px;
	margin: 10px 10px 0 10px;
	position: relative;
	z-index: 1;
}









