body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Tahoma;
	color: #777777;
	background-image: url(img/bg.gif);
}
h1{
	font-size: 11px;
	font-family: Tahoma;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:normal;
}
h2{
	font-size: 11px;
	font-family: Tahoma;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:normal;
}
.table,tr,td {
	font-size: 11px;
}
.tit_secao {
	font-weight: bold;
	padding-left: 8px;
}
.link {
	color: #818175;
	text-decoration: none;
}
.link:visited {
	color: #818175;
	text-decoration: none;
}
.link:hover {
	color: #818175;
	text-decoration: underline;
}
.link_secao {
	color: #666666;
	text-decoration: none;
	padding-left: 8px;
}
.link_secao:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 8px;
}
.link_secao:hover {
	color: #666666;
	text-decoration: underline;
	padding-left: 8px;
}
.link_destaque {
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.link_destaque:visited {
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.link_destaque:hover {
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}
.texto {
	line-height: 160%;

}
.anuncio_bg {
	background-attachment: fixed;
	background-image: url(img/anuncio_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.branco {
	color: #FFFFFF;
}
.link_branco {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_branco:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_branco:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link_secao_sub {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.link_secao_sub:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.link_secao_sub:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.campo {
	font-family: Tahoma;
	font-size: 12px;
	color: #777777;
	background-color: #FFFFFF;
	border: 1px solid #B7B09E;
}

.botao {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #B7B09E;
	border: 1px solid #B7B09E;
	cursor: hand;
}
.destaque {
	color: #91866A;
	font-size: 11px;
	font-weight: bold;
}
.texto_maior {
	font-size: 12px;
	line-height: 160%;
}
.texto_menor {
	font-size: 10px;
	line-height: 160%;
	color: #999999;
}


/*
 menu
*/
	.clear{
		clear:both;
	}
	
	#mainContainer{
		width:760px;
		text-align:left;
		margin:0 auto;
		background-color: #FFF;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:100%;
	}
	
	#topBar{
		width:760px;
		height:100px;
	}
	#leftMenu{
		width:200px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	#mainContent{
		width: 520px;
		padding-right:10px;	
		float:left;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		background-color:#FAFAFA;
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		background-color:#FAFAFA;
		width:150px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #818175;
		text-decoration:none;	
		display:block;
		clear:both;
		width:120px;	
		padding-left:2px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-left:20px;
		height:20px;
		border-bottom:2px solid #ffffff;
		color:#333333;
	/*	margin-top:1px;
		font-weight:bold;
	*/	
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-left:23px;
		margin-top:1px;
		height:20px;
		border-bottom:2px solid #ffffff;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		height:17px;
		border-bottom:2px solid #ffffff;
		/*font-style:italic;
		color:blue;*/
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	
#setaAssinantes{
	position:absolute;
	margin-top:5px;
	margin-left:160px;
	*margin-top:18px;
	*margin-left:50px;
}
#setaNoticias{
	position:absolute;
	margin-top:5px;
	margin-left:255px;
	*margin-top:18px;
	*margin-left:145px;
}
#setaClassificados{
	position:absolute;
	margin-top:5px;
	margin-left:352px;
	*margin-top:18px;
	*margin-left:242px;
}
#menuflash {
	Z-INDEX: 99; 
	WIDTH: 725px; 
	HEIGHT: 16px;
}
.temperatura{
	padding-left:2px;
	padding-right:4px;
	padding-top:3px;
	color:#FFF; 
	font-size:12px;
	text-decoration:none;
}
#infoTempo{
	position:absolute; 
	width:877px; 
	text-align:right;
	margin-top:-11px;
	border:0px solid #000000;
	z-index:3;
}
.tempo_desc {
	font-size: 10px;
	line-height: 200%;
	*line-height: 165%;
	color: #FFF;
}

#Layer1 {
	position:absolute;
	left:172px;
	top:237px;
	width:423px;
	height:110px;
	z-index:1;
}
.destaque_menor{
	font-family:Arial;
	font-size:11px;	
	color:#777777;
	text-decoration:none;
}
.destaque_item{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#777777;
	text-decoration:none;
}

a.tooltip{
	position:relative;
	color:#FFFFFF;
	z-index:20;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
}
a.tooltip:hover{
  z-index:20;
  background:transparent; /* precisa do background para funcionar o Internet Explorer */
}
a.tooltip span{display: none;}
a.tooltip:hover span{
	display:block;
	position:absolute;
	padding: 5px;
	top: -94px;
	left: 0px;
	width: 280px;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
	color:#333333;
	text-align: justify;
	-moz-border-radius: 5px;
	-moz-opacity: 0.8;
	opacity:.80 ;
	filter: alpha(opacity=80);
  }
  
.titulosVideos{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#animaFestiqueijo{
	position:absolute; 
	width:330px; 
	height:78px;
	margin-top:27px;
	margin-left:342px;
	border:0px solid #000000;
	z-index:0;	
}
#linkFestiqueijo{
	position:absolute; 
	width:675px; 
	height:133px;
	margin-top:-9px;
	margin-left:200px;
	border:0px solid #000000;
	z-index:1;
	cursor:pointer;
}