@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Tahoma, Arial, "Helvetica Condensed";
	font-size: 12px;
	line-height: 16px;
	text-align: center; /* centraliza tudo IE 5*. Alinhado Texto no div #geral */
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bg_body.jpg) repeat-x;
}

#geral {
	text-align: left; /* Substitui o text-align: center no body */
	width: 768px;
	margin: 0 auto; /* O auto margins (em conjunto com width) centraliza o conteudo */
	background: #000000 url(../images/bg_geral.gif);
}

/**********************
       lado
***********************/

#lado {
	float: left; /* se usar Float, deve usar width */
	width: 210px; /* cor de fundo será exibido para o comprimento do conteúdo */
	height: 458px;
	}
	
/**********************
       cabecalho
***********************/

#cabecalho {
	float: left;
	position: relative;
	width: 558px;
	height: 86px;
	background: url(../images/cabecalho.jpg) no-repeat;
	}
	
/*********************
        menu
**********************/

#menu {
	float: left;
	position: relative;
	width: 558px;
	height: 44px;
	background: url(../images/menubar.gif) no-repeat;
	}
	
#menu ul {
	list-style-type: none;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 30px;
	}

#menu li {
	float: left;
	}

#menu .aqui {
	display: block;
	text-decoration: none;
	color: #3399FF;
	height: 23px;
	padding: 9px 8px 12px 8px;
	background: #0000FF url(../images/bg_menubar_aqui.gif) repeat-x;
	}
	
#menu li a {
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	color: #CCCCCC;
	height: 14px;
	padding: 7px 8px 23px 8px;
	}

#menu li a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}

#menu li a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	padding: 8px 8px 22px 8px;
	background: url(../images/bg_menubar_dwn.gif) repeat-x;
	}

#menu li a:focus {
	color: #FFFFCC;
	text-decoration: line-through;
	}

#menu li a:active {
	color: #FFFFCC;
	}
	
/**********************
       titulos
***********************/

.tit01, .tit02, .tit03, .tit04, .tit05, .tit06, .tit07, .tit08 {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 558px;
	height: 38px;
	padding: 0 0 30px 0;
	margin: 0;
	}

.tit01 {background: url(../images/tit_01.jpg) no-repeat;}
.tit02 {background: url(../images/tit_02.jpg) no-repeat;}
.tit03 {background: url(../images/tit_03.jpg) no-repeat;}
.tit04 {background: url(../images/tit_04.jpg) no-repeat;}
.tit05 {background: url(../images/tit_05.jpg) no-repeat;}
.tit06 {background: url(../images/tit_06.jpg) no-repeat;}
.tit07 {background: url(../images/tit_07.jpg) no-repeat;}
.tit08 {background: url(../images/tit_08.jpg) no-repeat;}
	 
/**********************
       conteudo
***********************/

#conteudo {
	float: left;
	position: relative;
	width: 558px;
	padding-bottom: 10px;
	background: url(../images/bg_conteudo.jpg) 0 38px no-repeat;
	}
	 
#conteudo ul {
	padding-left: 5px;
	margin: 10px 0 6px 10px;
	}

#conteudo li {
	list-style: square;
	margin-bottom: 10px;
	}
	 
#conteudo a {
	text-decoration: none;
	}

#conteudo a:link {
	color: #007CC3;
	}

#conteudo a:visited {
	color: #007CC3;
	}

#conteudo a:hover {
	color: #53BEFF;
	text-decoration: underline;
	}

#conteudo a:focus {
	color: #FFFFCC;
	text-decoration: line-through;
	}

#conteudo a:active {
	color: #FFFFCC;
	}

/**********************
       mapadosite
***********************/

#conteudo .mapadosite {
	padding: 0;
	margin-left: 150px;
	}
	
#conteudo .mapadosite ul {
	margin: 10px;
	}

#conteudo .mapadosite ul li {
	list-style: none;
	font-family: "Trebuchet MS", Tahoma, Arial, "Helvetica Condensed";
	margin-bottom: 5px;
	}

/**********************
       rodape
***********************/

#rodape {
	font: 10px "Trebuchet MS", Tahoma, Verdana;
	color: #333333;
	text-align: center;
	width: 768px;
	height: 86px;
	padding: 10px 0 0 0;
	margin: 0;
	background: #999999 url(../images/bg_rodape.jpg) no-repeat;
	clear: both;
	} 

#rodape a {
	text-decoration: none;
	}

#rodape a:link {
	color: #000099;
	}

#rodape a:visited {
	color: #000099;
	}

#rodape a:hover {
	color: #666666;
	text-decoration: underline;
	}

#rodape a:focus {
	color: #FFFFCC;
	text-decoration: line-through;
	}

#rodape a:active {
	color: #FFFFCC;
	}

/**********************
       formularios
***********************/

#todoform {
font: 10px arial, verdana, helvetica, sans-serif;
color: #0066FF;
}

#todoform input, #todoform textarea, #todoform select, #todoform .botao {
font: 11px verdana, arial, helvetica, sans-serif;
color: #0033FF;
background: #CCCCCC;
border: 1px solid #0033FF;
padding: 2px;
}

#todoform .botao {
	background: #000066;
	padding: 2px;
	}

/**********************
       casting
***********************/

#casting {
	width: auto;
	text-align: left;
	padding: 5px;
	clear: both;
	}

#casting h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #0000FF;
	}

#casting img {
	clear: left;
	float: left;
	margin: 10px 50px 10px 5px;
	border: 1px #0000FF solid;
	}

#casting table {
	font-size: 14px;
	line-height: 30px;
	padding: 0;
	margin-top: 30px;
	}

/**********************
       djs
***********************/

#djs {
	width: auto;
	text-align: left;
	padding: 10px;
	clear: both;
	}

#djs h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #0000FF;
	margin-bottom: 10px;
	}

#djs img {
	clear: left;
	float: left;
	margin: 0 20px 10px 0;
	border: 1px #0000FF solid;
	}

/**********************
       cases
***********************/

#cases {
	width: auto;
	background: #000000;
	border: 1px solid #0000FF;
	padding-bottom: 20px;
	}

#cases p {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;	
		}

/**********************
       fotos
***********************/

.fotos {
	width: auto;
	padding: 0 20px 10px 20px;
	clear: both;
	}

.fotos img {
	clear: left;
	float: left;
	margin: 0 10px 15px 0;
	border: 1px #0000FF solid;
	}

/**********************
       links
***********************/

#links {
	position: relative;
	width: 250px;
	padding: 0;
	float: left;
	}

#links ul {
	margin: 0;
	padding: 0;
	}
	
#links li {
	display: block;
	width: 250px;
	height: 87px;
	margin-bottom: 10px;
	}

#links a:link, #links a:visited {
	display: block;
	width: 250px;
	height: 87px;
	padding: 0;
	margin: 0;
	}

#linkfestas {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_festas1.jpg) no-repeat;
	}

#linkfestas a:hover {background: url(../images/link_festas2.jpg) no-repeat;}

.aquifestas {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_festas2.jpg) no-repeat;
	}

#linkeventos {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_eventos1.jpg) no-repeat;
	}

#linkeventos a:hover {background: url(../images/link_eventos2.jpg) no-repeat;}

.aquieventos {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_eventos2.jpg) no-repeat;
	}

#linkacoespromocionais {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_acoespromocionais1.jpg) no-repeat;
	}

#linkacoespromocionais a:hover {background: url(../images/link_acoespromocionais2.jpg) no-repeat;}

.aquiacoespromocionais {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_acoespromocionais2.jpg) no-repeat;
	}

#linkestruturas {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_estruturas1.jpg) no-repeat;
	}

#linkestruturas a:hover {background: url(../images/link_estruturas2.jpg) no-repeat;}

.aquiestruturas {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_estruturas2.jpg) no-repeat;
	}

#linkcasting {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_casting1.jpg) no-repeat;
	}

#linkcasting a:hover {background: url(../images/link_casting2.jpg) no-repeat;}

.aquicasting {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_casting2.jpg) no-repeat;
	}

#linkdjs {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_djs1.jpg) no-repeat;
	}

#linkdjs a:hover {background: url(../images/link_djs2.jpg) no-repeat;}

.aquidjs {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/link_djs2.jpg) no-repeat;
	}

/**********************
       comuns
***********************/

p {
	margin: 0;
	padding: 5px 0;
	}

h1 {
	font: 22px "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 6px 0;
	}
	
h2 {
	font: 20px "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	color: #FFFF99;
	margin: 16px 0 6px 0;
	}
	
h3 {
	font: 16px "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	color: #FFFFCC;
	margin: 0;
	}
	
h4 {
	font: 14px "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	}
	
.colmeio {
	width: 518px;
	padding: 0 20px 10px 20px;
	clear: both;
	}

.coldir {
	float: right;
	width: 260px;
	padding: 0 10px 10px 0;
	}
	
.colesq {
	clear: both;
	float: left;
	width: 250px;
	padding: 0 0 10px 20px;
	}

.destaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	}
