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





.nav				{font-family:Verdana,Helvetica, sans-serif; 
					font-weight:bold;
					margin-top:5px;
					margin-left:10px; 
					font-size:12px; 
					text-decoration:none;
					letter-spacing:-1px}
				
			
a					{outline:none;}

a:link				{color:#CCCCCC; outline:none;}
a:visited			{color:#CCCCCC}
a:hover				{color:#FFFFFF;}


a:link.bodytxt		{color:#FFFFFF}
a:visited.bodytxt	{color:#FFFFFF}
a:hover.bodytxt		{color:#CCCCCC}


a:link.navtxt		{color:#999999}
a:visited.navtxt	{color:#999999}
a:hover.navtxt		{color:#cccccc}

		
.introtxt			{font-family:Verdana,Helvetica, sans-serif;
					font-size:16px;
					color:#666666;letter-spacing:-1px; margin-left:20px; margin-right:20px; margin-top:55px;}
				
				
.subtxt				{font-family:Verdana,Helvetica, sans-serif;
					font-size:12px;
					color:#999999;letter-spacing:0px; margin-left:20px; margin-right:200px; margin-top:15px;}


.bodytxt			{font-family:Verdana,Helvetica, sans-serif;
					font-size:12px;
					color:#FFFFFF;letter-spacing:0px; margin-left:0px; margin-right:0px; margin-top:0px;}
					
					
.navtxt				{font-family:Verdana,Helvetica, sans-serif;
					font-size:12px;
					color:#FFFFFF;letter-spacing:0px; margin-left:0px; margin-right:0px; margin-top:0px;}
				
				
	
	
	
html 		{overflow:hidden;}			
				


*{
			margin:0;
			padding:0;
		}
		
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		
		
		/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}





/*give the body height:100% so that its child
    elements can have percentage heights*/
  body{ height:100% }

  /*this is what we want the div to look like*/
  div.fullscreen{
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
  }
  
  
  
  /*scrollbar*/

div.scrollholder
{
    position: relative;
    width: 300px;
	height:100%;
    overflow: auto;
    z-index: 1;
	-moz-user-select:none; /*ADD*/

}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 10px; height: 100%;
    font-size: 0;
    z-index: 3;
    background:#595a4e
;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background:#999999;
}  



