@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	} 

body{
	margin:0;
	background-image:url(../imagens/bg.jpg);
	background-color:#000033;
	padding:0;
	height:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;;
	text-align:center;
	} 
	
#tudo{
	width:980px;
	min-height:100%;
	text-align:left;
	margin:0 auto;
	margin-top:0px;
	}

#topo{
	width:980px;
	height:118px;
	background-color:#069;
	background-image:url(../imagens/topo.jpg);
	background-repeat:no-repeat;
	} 
	
#menu{
	width:980px;
	height:30px;
	}
	
#menu td{
	border:none;
	text-align:center;
	height:30px;
	width:200px;
	background-color:#000000;
	color:#FFFF33;
	border-top:solid 1px;
	}
	
#menu td a{
	color:#fff;
	text-decoration:none;
	}
	
#menu td:hover a{
	font-weight:600;
	}
	
#aux{
	height:30px;
	}
	
#conteudo{
	width:980px;
	min-height:100%;
	position:absolute;
	padding-bottom:30px;
	background-color:#fff;
	background-image:url(../imagens/bg_lat.jpg);
	background-repeat:repeat-y;
	}
	
#centro{
	width:700px;
	height:100%;
	margin-left:15px;
	float:left;
	padding-bottom:60px;
	}
	
#centro h1,h2,h3{
	font-weight:100;
}

#centro h1{
	color:#000000;
	border-bottom:solid 1px #ccc;
	}
	
#centro h2{
	color:#000000;
	}
	
#centro h3{
	color:#000000;
	}
	
#centro p{
	color:#000000;
	}
		
#centro a{
	color:#000000;
	}
	
#centro b{
	color:#006699;
	}
	
#centro input{
	border:solid 1px #ccc;
	padding:2px;
	}

#esquerda{
	width:250px;
	background-image:url(../imagens/bg2.jpg);
	background-repeat:repeat-y;
	height:auto;
	float:left;
	text-align:center;
	padding-bottom:60px;
	}
	
#esquerda h1{
	color:#fff;
	height:20px;
	padding:5px;
	font-size:15px;
	font-weight:100;
	border-bottom:solid 1px;
	background-image:url(../imagens/esq_h1.jpg);
	background-repeat:repeat-x;
	margin:2px;
	}
	
#esquerda input{
	border:solid 1px #ccc;
	padding:2px;
	}
	
#rodape{
	width:980px;
	background-color:#000000;
	background-image:url(../imagens/rodape.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	height:21px;
	bottom:0;
	position:absolute;
	color:#fff;
	text-align:center;
	}
	
#rodape a{
	color:#fff;
	}
	
.noticia_principal{
	padding:10px;
	margin:5px;
	color:#333333;
	width:400px;
	text-align:justify;
	}
	
.links_noticia{
	padding:10px;
	background-color:#EBEBEB;
	margin:5px;
	color:#333333;
	width:200px;
	text-align:justify;
	font-size:10px;
	}
	
.produtos{
	width:200px;
	height:220px;
	background-image:url(../imagens/destaque.jpg);
	border:solid 1px #ccc;
	float:left;
	margin:10px;
	text-align:center;
	padding:3px;
	font-size:10px;
	}
	
.produtosDest{
	width:200px;
	height:220px;
	background-image:url(../imagens/destaque.jpg);
	border:solid 1px #ccc;
	float:left;
	margin:10px;
	text-align:center;
	padding:3px;
	font-size:10px;
	}
	
.produtoDet{
	width:90%;
	background-image:url(../imagens/destaque.jpg);
	background-repeat:repeat-x;
	border:solid 1px #ccc;
	float:left;
	margin:15px;
	padding:5px;
	color:#666666;
	}
	
.produtoDet h2{
	color:#006699;
	border-bottom:solid 1px #333333;
	}
	
.categorias{
	list-style-type:none;
	text-align:center;
	background-color:#ccc;
	}
	
.categorias li{
	margin:2px;
	padding:5px;
	background-color:#fff;
	background-image:url(../imagens/cat.jpg);
	}

.categorias li:hover{
	background-color:#0099CC;
	border:none;
	}
	
.categorias li:hover a{
	color:#003366;
	}
	
.categorias li a{
	text-decoration:none;
	color:#333333;
	}
	
.btu{
	color: #CC6633;
	font-size: 18px;
}