body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	color: #fff;
	background: #000;
	margin: 0;
}
  
a img {
	border: none;
}

form {
	margin: 10px;
}

form input, textarea {
	color: #fff;
	background: #000;
	border: 1px #fff solid;
	margin: 5px;
}

form label {
	display: block;
	font-weight: bold;
	color: #fff;
}

div.message {
	display: block;
	color: #000;
	background: #00FFCC;
	font-weight: bold;
}

div#menu {
	background: #000 url('../img/menu_bg.png') no-repeat center;
	height: 50px;
	text-align: center;
}

	div#menu b {
		background-color: #000;
	}

	div#menu ul {
		margin: 0;
		padding: 5px 0;
	}
	
	div#menu li {
		display: inline;
	}
	
	div#menu a:hover {
		border-bottom: #00FFCC 2px solid;
	}

	div#menu a.active {
		border-bottom: #000 2px solid;
	}

div#footer {
	font-size: 0.8em;
	color: #aaa;
	text-align: center;
	clear: both;
}

div#meio {
	text-align: center;
}

div#palco {
	background: url('../img/teatro.jpg') no-repeat center;
	margin: auto;
	width: 800px;
	height: 533px;
}

div#categorias {
	float: left;
}
	
	div#categorias ul {
		text-align: left;
		list-style-image: url('../img/lista.gif');
	}

	div#categorias ul li {
		padding: 5px 0;
	}
	
	div#categorias ul li a {
		color: #fff;
		font-weight: bold;
		font-size: 1em;
		text-decoration: none;
	}

div#camarim {
	background: url('../img/camarim.jpg') no-repeat top right;
	margin: auto;
	width: 800px;
	height: 533px;
}

div#palco div#produto {
	margin: auto;
}

div#camarim div#produto {
    margin: 0;
}

div#produto {
    width: 350px;
    padding: 10px 0;
}

div#produto p {
    display: inline;
    background: #000;
}

div#lista {
    white-space: nowrap;
    margin-top: 25px;
    overflow: auto;
}

div#bilheteria {
	background: url('../img/bilheteria.jpg') no-repeat top center;
	padding: 10px;
	margin: auto;
	width: 800px;
	height: 480px;
	overflow: auto;
}

	div#bilheteria div#chamada {
		cursor: pointer;
		z-index: -1;
	}

	div#ingresso {
		background: url('../img/ingresso.gif') no-repeat center left;
		width: 480px;
		height: 210px;
		padding: 10px;
		padding-left: 60px;
		text-align: justify;;
	}
	
	div#ingresso h3 {
		color: #002;
		text-transform: uppercase;
	}
	
	div#ingresso p {
		color: #000;
	}

div#banheiro {
	background: url('../img/banheiro.jpg') no-repeat top center;
	padding: 10px;
	margin: auto;
	width: 800px;
	height: 480px;
	overflow: auto;
}

	div#banheiro h2 {
		display: inline;
		background: #000;
	}

	div#banheiro p {
		text-align: justify;
	}
	
	div#banheiro img {
		float: left;
		margin: 10px;
		padding: 5px;
		background: #fff;
	}
	
	div#banheiro a {
	    color: #fff;
	    font-weight: bold;
	}
	
div#letreiro {
	background: url('../img/letreiro.jpg') no-repeat top center;
	margin: 0 auto;
	width: 800px;
	height: 40px;
	padding-top: 450px;
	text-align: center;
}

	div#letreiro a {
		display: block;
		width: 150px;
		margin: 0 auto;
	}
	
	div#letreiro a:hover {
		border-bottom: #00FFCC 2px solid;
	}
