@charset "utf-8";
/* CSS Document */

.body {
	background-color:#f2f2f2;
	
	}
#wrapper {
	width:975px;
	background-color:#ffffff;
	margin:0 auto;
	}
#topbanner {
	width:975px;
	height:121px;
	background-image:url(../images/topbanner.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
#logo {
	width:975px;
	height:94px;
	background-repeat:no-repeat;
	margin:10px 0 0 50px;
	float: left;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.main_menu
{
	height:30px;
	line-height:30px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-size:13px;
	color:#000000;
	
	
}
.main_menu ul
{
	padding:0px;
	margin:0;
	list-style:none;
}
.main_menu ul li
{
	padding:0;
	margin:0 auto;
	border-right:1px solid #666;
	float:left;
	color:#000000;
	background:#333333;
	background-image: url(../images/menubg.png)/*menu bg*/
}
.main_menu ul li a
{
	color:#000000;
	display:block;
	text-decoration:none;
	padding:0 14px 0 19px;
	
}
.main_menu ul li a:hover
{
   
	background: #00FF00;
	background-image: url(../images/Menuoverbg.jpg); /*link over bg*/
	color:#000;
}

.main_menu ul li ul
{
	 display: none;
	 width: auto;
	 position:absolute;
	 top:30px;
	 padding:0px;
	 margin:0px;
}
.main_menu ul li:hover ul
{
	 display: block;
	 position: absolute;
	 margin: 0;
	 padding: 0;
}
.main_menu ul li:hover li
{
 	float: none;
 	list-style:none;
	margin:0px;
}
.main_menu ul li:hover li
{
	background:#d6d6d6;
	/*background-image:url(Nav-over.png);*/ /*Dropdown menu bg*/
	border-top:1px solid  #333333;
	border-left:1px solid #333333;
}
.main_menu ul li:hover li a
{
    color: #000000;
	padding:0 10px;
	display:block;
	width:120px; /*dropdown menu width*/
}
.main_menu ul li li a:hover
{
 	color: #000000;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#form {
	float:left;
	width:110px;
	height:350px;
}
#E-button {
	width:103px;
	height:32px;
	float:left;
	margin-top:315px;
	margin-left:5px;
	background-image: url(../images/enquirybutton.png);
}
#flashbanner {
	width:668px;
	height:400px;
	float:left;
	margin:0 auto;
	overflow:hidden;
}
#Reg {
	float:right;
	width:120px;
	height:350px;
}
#R-button {
	width:103px;
	height:32px;
	float:left;
	margin-top:315px;
	margin-left:5px;
	background-image: url(../images/artistregistrationbutton.png);
}
#cilents {
	width:975px;
	height:77px;
	float:left;
	margin-top:0px;
	margin-bottom:5px;
	/*background-image: url(../images/cilent.jpg);
	background-repeat:repeat-x;*/
}
#cilentlogos {
	/*background-image: url(../images/cilentlogos.png);*/
	width:898px;
	height:77px;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:5px;
}
#content {
	width:668px;
	height:80px;
	float:left;
	margin-left:10px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6e6e6e;
	text-align:left;
	overflow:hidden;
}


#pagecontent{
	width:900px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFFFFF;
}
#pageheading{
width:450px;
height:35px;
margin-top:0px;
margin-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
}


.eventcontent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:750px;
}


#event1{
width:750px;
height:130px;
margin-left:10px;}

#event2{
width:750px;
height:130px;
margin-left:10px;
margin-top:29px;}

#eventimage{
width:170px;
height:130px;
float:left;
}


#eventcontent{
width:550px;
height:100px;
margin-top:10px;
margin-left:180px;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:15px;}



#contact{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-left:10px;
width:400px;
}

#footer{
	background-image:url(../images/broder.jpg);
	width:975px;
	height:40px;
	background-repeat:repeat-x;
	float:left;
	margin-top:1px;
	margin:0 auto;
  }


#footertext{
float:right;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin:0 auto;
}