/* CSS Document */

*{
margin: 0;
padding: 0;
}

html {
/*overflow-y: scroll;*/
height: 102%;
}


body{
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
width:100%;
cursor:default;
background: #0e0e0e;
}


#page-wrap
{
width: 1000px;
margin: 0 auto;
/*background: url('../images/dark-wood.jpg') repeat;*/
}

#header
{
margin: auto;
/*background:url(../images/headerNEW2.jpg);*/
background:url(../images/newmubzheader.jpg);
width: 1000px;
height: 265px;
}


#logo
{
float: left;
margin-top: 46px;
margin-left: 9px;
border:none;
text-decoration:none;
overflow: hidden;
position: relative;
}

* html #logo
{
margin-top: 46px;
margin-left: 8px;
}

#logo h1 a
{
float: left;
height: 111px;
width: 218px;
text-indent: -9999px;
text-decoration: none;
background: url(../images/logoNEW2.jpg) 0 -111px no-repeat;
}

#logo h1 a:hover
{
background-position: 0 0;
}


#twitter
{
float: left;
border:none;
text-decoration:none;
overflow: hidden;
position: relative;
margin-top: 80px;
margin-left: 3px;
}



* html #twitter
{
margin-top: 81px;
margin-left: 2px;
}

#twitter p a
{
float: left;
height: 105px;
width: 88px;
text-indent: -9999px;
text-decoration: none;
background: url(../images/twit1.jpg) 0 0px no-repeat;
}

#twitter p a:hover
{
background-position: 0 -105px;
}


#lastfm
{
float: right;
border:none;
text-decoration:none;
overflow: hidden;
position: relative;
margin-top: 66px;
margin-right: 49px;
}

* html #lastfm
{
margin-top: 16px;
margin-right: 88px;
}

#lastfm p a
{
float: left;
height: 91px;
width: 98px;
text-indent: -9999px;
text-decoration: none;
background: url(../images/lastfm.jpg) 0 0px no-repeat;
}

#lastfm p a:hover
{
background-position: 0 -91px;
}




#menu
{
margin-top: -110px;
margin-left: 403px;
height: 94px;
position: relative;
}

* html #menu
{
margin-top: -110px;
}


	ul#nav
	{
	float: left;
	border:none;
	overflow: hidden;
	}

	ul#nav li
	{
		display: inline;
		float:left;
	}

	ul#nav li a
	{
		display: block; /*Display the images or menus in block */
		text-indent: -9999px;/*To send text behind the image so it's not visibly seen */
		height: 94px;
	}

	ul#nav li.home a
	{
		width: 97px;
		background: url(../images/home.jpg) 0 -188px;
	}
	
	ul#nav li.about a
	{
		width: 110px;
		background: url(../images/about.jpg) 0 -188px;
	}
	
	ul#nav li.portfolio a
	{
		width: 109px;
		background: url(../images/portfolio.jpg) 0 -188px;
	}
	
	ul#nav li.services a
	{
		width: 117px;
		background: url(../images/services.jpg) 0 -188px;
	}
	

	ul#nav li.contact a
	{
		width: 116px;
		background: url(../images/contact.jpg) 0 -188px;
	}
	
	ul#nav li a:hover
	{
		background-position: 0 -94px;
		text-decoration: none;
	}

	ul#nav li a.current
	{
		background-position: 0px 0px;
	}

	 
#main-content
{
background: #0e0e0e;
width: 1000px;
background: #0e0e0e;
margin-bottom: 10px;
}

h1
{
font-size: 20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #99CC00;
margin-bottom: 3px;
}

#contents-area
{
padding-left: 60px;
width: 600px;
padding-top: 16px;
color:#FFFFFF;
font-size: 13px;
font-weight: 700;
text-align:justify;
font-family:Geneva, Arial, Helvetica, sans-serif;
}


@font-face {
    font-family: Delicious-Heavy;
    src: url(../fonts/Delicious-Heavy.otf);
    font-weight: bold;
}

#contents-area h1
{
font-size: 18px;
font-family: Helvetica, Arial, sans-serif;
color: #99CC00;
margin-bottom: 3px;
/*font-weight:300;*/
/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
}

#contents-area p
{
width: 600px;
font-size: 13px;
font-weight:normal;
}

.clear
{
clear:both;
}

#back_button
{
float: left;
margin-top: 20px;
margin-left: 59px;
width: 70px;
height: 34px;
background: url(../images/backButton.jpg) no-repeat;
}

* html #back_button
{
margin-left: 29px;
}

#back_button .style1 a
{
float: left;
margin-left: 17px;
margin-top: 9px;
color: #FFFFCC;
font-size:13px;
text-decoration: none;
}

#back_button .style1 a:hover
{
color: #99FF00;
font-size:13px;
text-decoration: none;
}

.style5 a
{
color: #999900;
text-decoration: none;
padding-top: 5px;
}

.style5 a:hover
{
color: #00FF00;
text-decoration: none;
}

#previous_page 
{
float:left;
margin-top: 10px;
position: relative;
overflow: hidden;
}

#previous_page a
{
float:left;
/*width: 116px;
height: 57px;
background: url(../images/previous.jpg) 0 -57px no-repeat;*/
width: 110px;
height: 50px;
background: url(../images/btt1.jpg) 0 0 no-repeat;
text-indent: -9999px;
}

#previous_page a:hover
{
background: url(../images/btt1.jpg) 0 -50px no-repeat;
}

#top 
{
float:left;
margin-left: 60px;
margin-top: 10px;
overflow: hidden;
}

#top a
{
float:left;
/*width: 116px;
height: 59px;
background: url(../images/top.jpg) 0 -59px no-repeat;*/
width: 110px;
height: 50px;
background: url(../images/top1.jpg) 0 0 no-repeat;
text-indent: -9999px;
}

#top a:hover
{
background: url(../images/top1.jpg) 0 -50px no-repeat;
}



pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}


#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	font-size: 12px;
	font-style:italic;
	}	

.scriptoff p
{
color: #ffffff;
font-weight: bold;
padding: 20px;
font-size: 13px;
width: 700px;
margin-left: 20px;
}
/*  */

/* removing dotted line on buttons and clickable input elements for Firefox 
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner
{ border : 0; }*/

 

/* Remove outline on buttons and clickable input elements for WebKit Browsers & IE8 */
input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, input[type="image"]:focus, button
{ outline : none; }

/* Custom slider styles */

.featured_header
{
float: left;
width: 275px;
height: 50px;
background: url(../images/featured_header.png);
margin-left: 370px;
margin-top: -20px;
}





#slider-wrapper {
float: left;
    width: 780px;
    height: 300px;
    margin: 0 auto;
    margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 110px;
}
#slider {
	position: relative;
    width: 760px;
    height: 300px;
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    box-shadow: 0 2px 5px #000;
}
#slider:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 300px;
    z-index: 20;
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.2);
}
#slider-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 303px;
}

/* Slider controls */
#slider-wrapper .nivo-controlNav {
	position: absolute;
	left: 0;
	margin-top: 310px;
	text-align: center;
	width: 100%;
}
#slider-wrapper .nivo-controlNav a {
	display: inline-block ;
	width: 16px;
	height: 16px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999em;
	border: 0;
	margin: 0 3px;
}
#slider-wrapper .nivo-controlNav a.active {
	background-position: -16px 0;
}
#slider-wrapper .nivo-directionNav a {
	display: block;
	width: 46px;
	height: 46px;
	background: url('../images/arrows.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	top: 187px;
	z-index: 30;
}
#slider-wrapper a.nivo-nextNav {
	background-position: -46px 0;
	right: -23px;
}
#slider-wrapper a.nivo-prevNav {
	left: -23px;
}
#slider-wrapper a.nivo-nextNav:hover {
	background-position: -46px -46px;
}
#slider-wrapper a.nivo-prevNav:hover {
	background-position: 0 -46px;
}

/* Captions */
#slider-wrapper .nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    width: 910px;
    padding: 10px;
}
#slider-wrapper .nivo-caption a { 
    color: #8bc5f8;
    text-decoration: underline;
}
#slider-wrapper .nivo-caption .caption-heading {
	display: block;
	margin: 0 0 0.75em;
	font-size: 18px;
	font-family: Georgia, serif;	
}


.left_hand
{
float: left;
position: relative;
z-index:50;
background: url(../images/left_hand.png) no-repeat;
width: 151px;
height: 234px;
margin-top: -384px;
margin-left: 33px;
}


.right_hand
{
float: right;
position: relative;
z-index:50;
background: url(../images/right_hand.png) no-repeat;
width: 151px;
height: 234px;
margin-top: -384px;
margin-right: 33px;
}



a{ outline:none;}
