body, ul, li, h1, h2, span{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
body{
	background: #000000;
}
.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#000000 url('../images/nebula_web_bg.jpg') no-repeat right top;
  display:inline-block;
}
.content {
  overflow: hidden;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 4, 2010 09:33:07 PM America/New_York */
@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('fonts/cartogothic/CartoGothicStd-Book-webfont.eot');
	src: local('☺'), url('fonts/cartogothic/CartoGothicStd-Book-webfont.woff') format('woff'), url('fonts/cartogothic/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('fonts/cartogothic/CartoGothicStd-Book-webfont.svg#webfontiSSvHuvy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('fonts/cartogothic/CartoGothicStd-Italic-webfont.eot');
	src: local('☺'), url('fonts/cartogothic/CartoGothicStd-Italic-webfont.woff') format('woff'), url('fonts/cartogothic/CartoGothicStd-Italic-webfont.ttf') format('truetype'), url('fonts/cartogothic/CartoGothicStd-Italic-webfont.svg#webfontVz7NhMTG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('fonts/cartogothic/CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), url('fonts/cartogothic/CartoGothicStd-Bold-webfont.woff') format('woff'), url('fonts/cartogothic/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('fonts/cartogothic/CartoGothicStd-Bold-webfont.svg#webfontXG7opWym') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('fonts/cartogothic/CartoGothicStd-BoldItalic-webfont.eot');
	src: local('☺'), url('fonts/cartogothic/CartoGothicStd-BoldItalic-webfont.woff') format('woff'), url('fonts/cartogothic/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'), url('fonts/cartogothic/CartoGothicStd-BoldItalic-webfont.svg#webfontxsBXupzT') format('svg');
	font-weight: normal;
	font-style: normal;
}





.slidingMenu {
	position: absolute;
	height:410px;
	width: 410px;
	top:40px;
	overflow:hidden;
	right:1px;
	font-family: "CartoGothicStdBold";

}
.slidingMenu li {
	display:block;
	float:right;
	clear:both;
	position:relative;
	overflow:hidden;
}
.slidingMenu li.move {
	width: 9px;
	height: 24px;
	right:0px;
	padding-right:10px;
	margin-top:2px;
	z-index: 8;
	position: absolute;    
	background: #2183c4;     
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#0771b8), 
			to(#2183c4)
		);     
	background: 
		-moz-linear-gradient(
			top, 
			#0771b8, 
			#2183c4
		);     
	-moz-border-radius: 8px 0px 0px 8px;  
	-webkit-border-top-left-radius: 8px;     	
	-webkit-border-bottom-left-radius: 8px; 
	border-top-left-radius: 8px;  
	border-bottom-left-radius: 8px;        
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;	
	}
.slidingMenu li a {
	font-size:18px;
	text-transform:uppercase;
	text-decoration: none;
	color: #ddd;
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	padding-right:10px;
	letter-spacing: -1px;
}
/* Descriptions */
.slidingMenuDesc{
	margin-top:40px;
	position:relative;
}
.slidingMenuDesc div{
	background: #2183c4;     
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#0771b8), 
			to(#2183c4)
		);     
	background: 
		-moz-linear-gradient(
			top, 
			#0771b8, 
			#2183c4
		);   	
	height: 24px;
	padding-right:5px;
	left:-5px;
	width:0px;
	margin-top:2px;
	overflow:hidden;
	position:absolute;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius: 0px 8px 8px 0px;  
	-webkit-border-top-right-radius: 8px;     	
	-webkit-border-bottom-right-radius: 8px; 
	border-top-right-radius: 8px;  
	border-bottom-right-radius: 8px; 
}
.slidingMenuDesc div span {
	font-size:36px;
	color: #f0f0f0;
	text-indent:5px;
	z-index: 10;
	display: block;
	height: 24px;
	line-height: 24px;
	position:absolute;
	right:10px;
	margin-left:5px;
	top:-3px;
}