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

body	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #000000;
}


#indexbox{width:950px;
			margin:auto;
			height:610px;
			
}


#mainarea {width:950px;
			margin:auto;
			height:900px;
			height:auto !important;
			min-height:900px  !important;
	}



#border {width:950px;
height:600px;
position:absolute;
}

#frontlogo {width:950px;
height:422px;
}

#skip {width:750px;
height:50px;
padding-right:200px;
}

#music {width:800px;
height:50px;
padding-right:150px;
}

#goldenbox {width:950px;
height:auto !important;
min-height:490px  !important;
border:1px;
border-color: #D5A502;
border-style:solid;

}

#menubar {width:950px;
		height:50px;
		margin-top:10px;
		
}

#header {width:950px;
height:200px;
}

#contact {width:300px;
height:200px;
float:left;
}


#logo {width:650px;
height:200px;
float:left;
background-image:url(../images/logo.jpg);
}


#mainbox {width:950px;
height:490px;
height:auto !important;
min-height:490px  !important;
}



#datacontainer {width:940px;
height:auto !important;
min-height:480px  !important;
padding:10px;
overflow:hidden;
}


#inleft {width:200px;
height:auto !important;
min-height:460px  !important;
padding:10px;
float:left;
}


#inright {width:700px;
height:auto !important;
min-height:460px  !important;
padding:10px;
float:left;
}



#leftbox {width:228px;
height:400px;
float:left;
}

#leftbox a {text-decoration:none;
color:#FFF;
}

#contentbox {width:722px;
height:400px;
float:left;
}

#flash {width:717px;
height:250px;
background-color:#333;
margin-top:5px;
margin-right:5px;
}

#data {width:722px;
height:145px;
clear:both;
}

#data a{color:#FFF;
text-decoration:none;
}

#emi {width:223px;
height:89px;
padding-top:5px;
padding-left:5px;
}

#news {width:223px;
height:300px;
padding-left:5px;
}

#slider {width:940px;
height:85px;
background-color: #333;
margin-bottom:5px;
margin-left:5px;
}

#footer {width:950px;
height:50px;
text-align:center;
}








#menuh
	{
	width:950px;
	height:34px;
	float:left;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	

	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-top:6px;
	
	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	/*background-color: royalblue;
	background-image: url(../images/button%202.jpg);*/
	text-decoration:none;
	height:29px;
	width:135px;
	
	}
	
	
	
	
	.mainbut	/* homebutton */
	{
	color: white;
	background-color: royalblue;
	background-image: url(../images/button%202.jpg);
	text-decoration:none;
	height:29px;
	width:135px;
	
	}
	
	
	
	#mainbut a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-image: url(../images/button%20hover%202.jpg);
	text-decoration:none;
	
	
	}	
	
	
	
	.but	/* other main buttons */
	{
	color: white;
	background-image:url(../images/button.jpg);
	text-decoration:none;
	height:29px;
	width:135px;
	
	}
	
	
	.butactive	/* active main button */
	{
	color: white;
	background-image:url(../images/button%20hover.jpg);
	text-decoration:none;
	height:29px;
	width:135px;
	
	}
	
	
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-image:url(../images/button%20hover.jpg);
	text-decoration:none;
	
	}	
	
	
	
	
	.but2	/* submenu */
	{
	color: white;
	background-image: url(../images/but2.jpg);
	text-decoration:none;
	height:29px;
	width:135px;
	visibility:visible;
	
	}
	
	
	.but2 a:hover	/* submenu hover */
	{
	color: white;
	background-image: url(../images/but2hover.jpg);
	text-decoration:none;
	
	}
	
	
	
	.lastbut	/* lastbutton */
	{
	color: white;
	background-image: url(../images/lastbut.jpg);
	text-decoration:none;
	height:29px;
	width:135px;
	
	}
	


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:135px;
	visibility:visible;

	

	
	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	visibility:visible;
	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	visibility:visible;
	
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	visibility:visible;
	
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


/* End CSS Drop Down Menu */



#cont	{
	width: 742px;
	margin: 0px auto;
	background: #000000 url(../images/contbr-tprt.jpg) top right no-repeat;
	padding: 0px;
}


#wel-rtbr-inn	{
	height: 42px;
	padding-top: 18px;
	font-size: 17px;
	text-align: left;
	background: url(../images/inner-wel.jpg) left no-repeat;
}


.clear	{
	clear: both;
}

#skyface-links	{
	padding-left: 30px; 
	line-height: 20px;
	font-size:13px;
}

#skyface-links a{
color: #00CCFF;
}


#skyface-links a:hover{
color: #FFFF00;
text-decoration:none;
}