body {
	color: #fff;
/*	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}

.black {
	color:#000;
}

fieldset{
	border: none;
}

.legend {
	display: none;
	border: none;
}

h1 {
	position: absolute;
	top: 50px;
	right: 50px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 650px;
	height: 150px;
	background: url('../newgray-logo.png') no-repeat;
	z-index: 3;
}

h1 a {
	display: block;
/*	overflow: hidden;*/
	width: 300px;
	height: 300px;
}


#newgrayinfo {
	position: relative;
	bottom: 0px;
	left: -20px;
	background: #fff no-repeat;
	width: 400px;
	height: 600px;
	display: none;
	text-indent:0px;
	text-transform:	normal;
	font-size: 24px;
	font-weight: normal;
/*	visibility: hidden;*/
	color: #999;
	padding: 25px;
/*	overflow: hidden;*/
}

#newgrayinfo a {
	display: inline;
	color: #999;
}

#newgrayinfo a:hover {
	text-decoration:underline;
}

#info {
	position: absolute;
	top: 50px;
	left: 50px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 300px;
	height: 300px;
	background: url('../gfx/info.png') no-repeat;
	z-index: 3;
}

#info a {
	display: block;
	width: 30px;
	height: 30px;
}



.scanlines {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*background: url('../gfx/grid.png');*/
}

#arrows {
	z-index: 5;
	position: relative;
}

#prev {
	position: absolute;
	left: 50px;
	top: 25px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 30px;
	height: 30px;
	background: url('../gfx/left.png') no-repeat;
	z-index: 3;
}

#prev:active {
	background: url('../gfx/left-a.png') no-repeat;
}

#next {
	display: block;
	position: absolute;
	right: 50px;
	top: 25px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 30px;
	height: 30px;
	background: url('../gfx/right.png') no-repeat;
	z-index: 3;
}

#next:active {
	background: url('../gfx/right-a.png') no-repeat ;
}


#prev a, #next a {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
}


#bar {
	position: absolute;
	bottom: 60px;
	width: 100%;
	height: 80px;
	background: #000;
/*	opacity: 0.5;*/
	z-index: 3;
/*	background: url('../gfx/grid.png');*/
	background: url('../gfx/50black.png');
}

#socialbar {
	position: absolute;
	bottom: 20px;
	width: 99%;
	height: 24px;
/*	background: #fff;*/
	z-index: 3;
	margin: 0;
	padding: 0;
/*	background: url('../gfx/50black.png');*/
	text-align: center;
}

#socialbar img {
	padding: 0;
	margin-right: 5px;
	opacity: 0.3;
	
/*	text-align:center;*/
}

#navinfo {
	position: absolute;
	bottom: 60px;
	width: 99%;
	z-index: 3;
}


#nav {
	position: relative;
	margin: auto;
	width: 610px;
	/*border: 1px solid #fff;*/
	height: 100%;
}

#main-nav {
	margin: 0;
	padding: 0;
}

.navitems {
	text-align: center;
	display: block;
	height: 20px;
	width: 200px;
	margin: 0 1px;
	padding: 30px 0;
	list-style: none;
/*	border-right: 1px solid #fff;*/
	float: left;
	background: #000;
	opacity: 0.8;
/*	background: url('../gfx/50black.png');*/
	
}


#showtitle {
	z-index: 2;
	position: absolute;
	font-size: 80%;
	top: 50px;
	left: 50px;
	background: #000;
	display: none;
	color: #fff;
	padding: 20px;
	width: 250px;
	/*border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;*/	
}



/* POPUPS */

.popup {
	position: relative;
	top: -240px;
	left: -190px;
	background: url('../gfx/popup-580x400.png');
	padding: 30px;
	width: 520px;
	height: 340px;
	display: none;
/*	visibility: hidden;*/
	color: #666;
	overflow: hidden;
}

.popup-close {
	position: absolute;
	top: 28px;
	right: 28px;
	background: url('../gfx/popup-close.png');
	width: 20px;
	height: 20px;
	text-indent:-9999px;	
}

.popup-close a {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
}


/* POPUP SLIDES */

.slides { 
/*	background: #eee; */
    height:  290px;  
    width:   500px;  
    padding: 0;  
    margin:  10px 10px 7px 10px;
    color: #999;  
} 

.slide {
	width: 100%;
	text-align:left;
}

.slide h3 {
	margin: 20px 0 0 20px;
	color: #A7A9AC;
	font-size:18px;
}

.slide p {
	margin: 3px 0px 0px 20px;
	color: #A7A9AC;
	font-size:16px;
}

.slide a:hover {
	text-decoration: underline;
}



.snav a { display: inline-block;
background: url('../gfx/popup-dot.png') no-repeat; color: #fff; width: 11px; height: 11px; margin-right: 3px; padding: 0px; text-decoration: none; opacity: 0.5; text-indent: -9999px;}
.snav a.activeSlide { background: url('../gfx/popup-dot.png'); opacity: 1; }
.snav a:focus { outline: none; }


/*SUPERBG IMAGE*/

#transition {
	width:100%;
}

#superbgimage {
	display: none;
	background: #fff url('../gfx/superbgloading.gif') center center no-repeat;
}

#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}


