/* CSS Document */
/* ------------------------- buttons -------------------------*/
#nav {
	float:left;
	margin:0;
	padding:0;
	width:199px;
	}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#nav li{
	margin:0;
	padding:0;
	}

/* ------------------------- button Purchase Ticket -------------------------*/
.btn_purchase a {
	display: block;
	width: 199px;
	height: 50px;
	background-image:url(../images/btn_purchase1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_purchase a:hover { 
	display: block;
	width: 199px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_purchase.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button An Evening at Suspects Dinner Theatre -------------------------*/
.btn_evening a {
	display: block;
	width: 199px;
	height: 46px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_evening1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_evening a:hover { 
	display: block;
	width: 199px;
	height: 46px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_evening.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button Private Show-------------------------*/
.btn_private a {
	display: block;
	width: 199px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_private1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_private a:hover { 
	display: block;
	width: 199px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_private.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button Actors / Auditions-------------------------*/
.btn_auditions a {
	display: block;
	width: 199px;
	height: 37px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_auditioning1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_auditions a:hover { 
	display: block;
	width: 199px;
	height: 37px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_auditioning.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button Location / Contact-------------------------*/
.btn_contact a {
	display: block;
	width: 199px;
	height: 35px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_contact1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_contact a:hover { 
	display: block;
	width: 199px;
	height: 35px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button Home-------------------------*/
.btn_home a {
	display: block;
	width: 199px;
	height: 39px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_home1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_home a:hover { 
	display: block;
	width: 199px;
	height: 39px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_home.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button Poster1 -------------------------*/
.btn_poster1 {
	float:right;
	width: 423px;
	padding: 0;
	margin: 100px 0px 0px 0px;
	}
.btn_poster1 a {
	display: block;
	width: 423px;
	height: 154px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_poster1up.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_poster1 a:hover { 
	display: block;
	width: 423px;
	height: 154px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_poster1down.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button Poster2 -------------------------*/
.btn_poster2 {
	float:right;
	width: 423px;
	padding: 0;
	margin: 0px 0px 20px 0px;
	}
.btn_poster2 a {
	display: block;
	width: 423px;
	height: 159px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_poster2up.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_poster2 a:hover { 
	display: block;
	width: 423px;
	height: 159px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_poster2down.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	}
/* ------------------------- button Home Ticket -------------------------*/
.btn_homeTicket {
	position:absolute;
	float:left;
	width: 253px;
	padding: 0;
	margin: 0px 0px 0px 125px;
	}
.btn_homeTicket a {
	display: block;
	width: 253px;
	height: 200px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_homeTicket1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.btn_homeTicket a:hover { 
	display: block;
	width: 253px;
	height: 200px;
	padding: 0;
	margin: 0;
	background-image:url(../images/btn_homeTicket.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}