/* Augustos Produções */
/**********************/
/*.....................................*/
/* FLOATER */
#floater{
	position:absolute;
	left:50%;
	top:130px;
	z-index:5;
	margin-left:-245px;
}
/*
	ESTRUTURAS
*/
#display{
	margin:30px 0;
	position:relative;
	height:281px;
}

#display-flash{
	position:absolute;
	top:0;
	left:-16px;
}
/*.....................................*/
/*
	NOVIDADES
*/
#novidades{
	width:355px;
	float:left
}
#novidades h2{
	margin:0;
	width:23px;
	height:174px;
	background:url(../imagens/titulos/tit-novidades-inicial.png) no-repeat;
	text-indent:-9999px;
	float:left
}
#novidades ul{
	margin:0 0 0 3px;
	padding:0;
	float:left
}
#novidades li{	
	margin:0 0 10px 0;
	padding:5px;
	list-style:none;
	width:300px;
	height:73px;
	background:#181818;
}
#novidades li img{
	margin-right:5px;
	padding:1px;
	background:#f25d07;
	float:left	
}
#novidades li span{
	font-size:9px;
	color:#fff;
	text-decoration:none;
}
#novidades li h3{
	margin:0;
}
#novidades li h3 a{
	color:#f25d07;
	font-size:14px;
}
#novidades a.maisNovidades{
	margin-right:20px;
	padding-left:20px;
	color:#fff;
	font-size:11px;
	background:url(../imagens/bg/mais-laranja.png) left center no-repeat;
	float:right;
}
#novidades a:hover.maisNovidades{
	text-decoration:underline	
}
/*.....................................*/
/*
	ARTISTAS
*/
#artistas{
	width:228px;
	float:left
}
#artistas h3{
	margin:0;
	width:20px;
	height:172px;
	background:url(../imagens/titulos/tit-artistas-inicial.png) no-repeat;
	text-indent:-9999px;
	float:left
}
#artistas img{
	padding:2px;
	background:#4b4b4b;
}
#artistas a.castArtistas{
	margin:10px 8px 0 0;
	padding-left:20px;
	color:#fff;
	font-size:11px;
	background:url(../imagens/bg/mais-vermelho.png) left center no-repeat;
	float:right;	
}
#artistas a:hover.castArtistas{
	text-decoration:underline	
}
/*.....................................*/
/*
	ESTRUTURAS
*/
#estruturas{
	width:225px;
	_width:235px;
	float:right
}
#estruturas h3{
	margin:0;
	width:20px;
	height:174px;
	background:url(../imagens/titulos/tit-estrututras-inicial.png) no-repeat;
	text-indent:-9999px;
	float:left	
}
#estruturas img{
	padding:2px;
	background:#4b4b4b;
}
#estruturas a.vejaEstruturas{
	margin:10px 8px 0 0;
	padding-left:20px;
	color:#fff;
	font-size:11px;
	background:url(../imagens/bg/mais-verde.png) left center no-repeat;
	float:right;	
}
#estruturas a:hover.vejaEstruturas{
	text-decoration:underline	
}