@charset "utf-8";
/* CSS Document */

/*------------------------------------------ General HTML Element Styling -----------------------------------------*/

body{
	background: url(../images/background-only.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #110f10;
}

/*------------------------------------------ General ID Styling ------------------------------------------*/

/*======================= Container =======================*/
#wrapper{
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*======================= Header and Logo =======================*/
#header{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header img{
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	/*Ie Hack*/	
	*margin-left: 30px;
}
#header #search{
	float: right;
	margin-top: 25px;
}


/*======================= Menu =======================*/
#wrapper #navmenu #ticket{
	position: relative;
	z-index: 200;
	margin-top: -25px;
	margin-left: -70px;
	float: left;
	/*Ie Hack*/	
	*margin-top: 0px;
	*margin-left: -60px;
}

#wrapper #navmenu{
	clear:both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 50;
}

#wrapper #navmenu #secmenu{
	clear:both;
	width: 872px;
	height: 70px;
	background-repeat: no-repeat;
	clear:both;
	background: url(../images/menushadow.png);
	position:absolute;
	z-index: 100;
	margin-top: 85px;
	font-size:13px;
	position: absolute;
	/*Ie Hack*/	
	*margin-top: -101px;
	*margin-left: 0px;
}

/*======================= Menu - Joomla MainMenu Styling =======================*/

#navmenu #mainmenu .moduletable_menu .menu{
	font-family: Garamond, serif;
	font-weight: bold;
	margin-left: 145px;
	font-size:14px;
	position: absolute;
	margin-top: 12px;
	/*Ie Hack*/	
	*margin-left: -55px;
}

#navmenu #mainmenu .moduletable_menu .menu a{
	text-decoration: none;
	font-family: Garamond, serif;
	font-weight: bold;
	font-size:14px;
	color: #000000;
}

#wrapper #navmenu #mainmenu .moduletable_menu #current{
	width: 135px;
	height: 75px;
	background: url(../images/menu.png);
	background-position:center;
	background-repeat: no-repeat; 
	list-style-type: none;
	display: inline-block;
	font-weight: bolder;
	text-align: center;
	padding-top: 68px;
	color: #ffffff;
	/*Ie Hack*/	
	*background-position:center;
	zoom:1;
	*display:inline;
	*position: relative;
	*padding-top: 65px;
	*padding-bottom: 5px;
}

#wrapper #navmenu #mainmenu .moduletable_menu #current a{
	color: #ffffff;
}

#wrapper #navmenu #mainmenu .moduletable_menu .item1{
	width: 135px;
	height: 65px;
	background: url(../images/activemainmenu.png);
	background-position:center;
	background-repeat: no-repeat; 
	list-style-type: none;
	display: inline-block;
	font-weight: bolder;
	text-align: center;
	padding-top: 56px;
	*background-position:center;
	zoom:1;
	*display:inline;
	*position: relative;
	*padding-top: 75px;
	*padding-bottom: 15px;
}

#navmenu #mainmenu .moduletable_menu .item5{
	width: 135px;
	height: 65px;
	background: url(../images/activemainmenu.png);
	background-position:center;
	background-repeat: no-repeat; 
	list-style-type: none;
	display: inline-block;
	font-weight: bolder;
	text-align: center;
	padding-top: 25px;
	/*Ie Hack*/		
	*background-position:center;
	zoom:1;
	*display:inline;
	*position: relative;
	*padding-top: 66px;
	*padding-bottom: 22px;
}

#navmenu #mainmenu .moduletable_menu .item4{
	width: 135px;
	height: 65px;
	background: url(../images/activemainmenu.png);
	background-position:center;
	background-repeat: no-repeat; 
	list-style-type: none;
	display: inline-block;
	font-weight: bolder;
	text-align: center;
	padding-top: 56px;
	/*Ie Hack*/	
	*background-position:top;
	zoom:1;
	*display:inline;
	*position: relative;
	*padding-top: 27px;
	*padding-bottom: 16px;
}

#navmenu #mainmenu .moduletable_menu .item3{
	width: 135px;
	height: 65px;
	background: url(../images/activemainmenu.png);
	background-position:center;
	background-repeat: no-repeat; 
	list-style-type: none;
	display: inline-block;
	font-weight: bolder;
	text-align: center;
	padding-top: 56px;
	/*Ie Hack*/
	*background-position:top;	
	zoom:1;
	*display:inline;
	*position: relative;
	*padding-top: 27px;
	*padding-bottom: 16px;
}

#navmenu #mainmenu .moduletable_menu .item2{
	width: 135px;
	height: 65px;
	background: url(../images/activemainmenu.png);
	background-position:center;
	background-repeat: no-repeat; 
	list-style-type: none;
	display: inline-block;
	font-weight: bolder;
	text-align: center;
	padding-top: 56px;
	/*Ie Hack*/	
	*background-position:top;
	zoom:1;
	*display:inline;
	*position: relative;
	*padding-top: 27px;
	*padding-bottom: 16px;
}

/*======================= Menu - Joomla Secondary Menu Styling =======================*/

#navmenu #secmenu .moduletable .menu li{
	list-style-type: none;
	display: inline;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-right-style: solid;
	border-right-color: #d9b980;
	color: #d9b980;
	border-right-width: thin;
}

#navmenu #secmenu .moduletable .menu a{
	text-align: center;
	text-decoration: none;
	color: #d9b980;
}

#navmenu #secmenu .moduletable{
	margin-top: 13px;
	margin-left: 175px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

#navmenu #secmenu .moduletable #current{
	text-decoration: underline;
}

/*======================= Maincontent =======================*/

#maincontent{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 85px;
	/*Ie Hack*/	
	*margin-bottom: 45px;
}

#maincontent #contentarea{
	width: 850px;
	height: 580px;
	margin-top: 126px;
	padding-top: 5px;
	/*Ie Hack*/	
	*margin-top: -25px;
}

#maincontent #contentarea #content{
	background-color:#FFFFFF;
	overflow: auto;
	clear: both;
	width: 820px;
	height: 570px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	position: relative;
}
#maincontent #contentarea #content #Kunena{
	margin-top: 5px;
}
#maincontent #contentarea #content .contentpaneopen {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
}

#maincontent #contentarea #content .contentpaneopen a{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #d9b980;
	font-size: 14px;
}

#maincontent #contentarea #content .contentpaneopen .contentheading .contentpagetitle{
	display: none;
}

#maincontent #contentarea #content .contentpaneopen img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#maincontent #contentarea #content .contentpane a{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	margin-left: 12px;
}
#maincontent #contentarea #content .contentpane td{
	padding-bottom: 10px;
	margin-left: -15px;
}

#maincontent #contentarea #content .contentpane .category{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #d9b980;
	font-size: 20px;
	margin-bottom: 15px;
}

#maincontent #contentarea #content .contentpane form{
	margin-left: -10px;
}


/*======================= Footer and Adverts =======================*/
#footer{
	clear: both;
	font-family: Helvetica, sans-serif;
	font-weight: bolder;
	color:#FFFFFF;
	font-size: 24px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#banners{
	clear: both;
	font-family: Helvetica, sans-serif;
	font-weight: bolder;
	color:#FFFFFF;
	font-size: 24px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#banners #adleft{
	font-family: Helvetica, sans-serif;
	clear: both;
	float: left;
	width: 728px;
	height: 90px;
	text-align: center;
	margin-bottom: 5px;
	/*Ie Hack*/
	*margin-left: 0px;
}

#banners #adleft2{
	font-family: Helvetica, sans-serif;
	clear: both;
	width: 728px;
	height: 90px;
	text-align: center;
	/*Ie Hack*/
	*margin-left: 0px;
}

#banners #adright{
	font-family: Helvetica, sans-serif;
	width: 120px;
	height: 240px;
	float: right;
	text-align: center;
	margin-left: 5px;
	margin-top: -185px;
	/*Ie Hack*/	
	*margin-left: 20px;
	*margin-right: 5px;
}

#footer #copyright{
	clear: both;
	font-family: Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 11px;
	font-weight: normal;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	margin-top: 25px;
	/*Ie Hack*/	
	*margin-top: 10px;
}


#footer #copyright #copy{
	clear: both;
	font-size: 11px;
}

#footer #copyright #copy a{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
#footer #psdp{
	width: 850px;
	margin-top: 70px;
	position:absolute;
	background-color: #FFFFFF;
	/*Ie Hack*/	
	*margin-top: 100px;
}
#footer #copyright #copy .kraas{
	color: #57dab0;
}
/*-------------------------------------------------------- ALternate Content Flash  Button --------------------------------------------------*/
#getflash{
	color: #FFFFFF;
	display:block;
	width: 240px;
	height: 40px;
	background-color: #9e0000;
	margin: 0px;
	padding:0px;
}

#getflash:hover{
	background-color: #710000;
}

#getflash img{
	border: none;
	margin: 0px;
	padding:0px;
}
