body, html {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background: #5d5d5d;
	color: #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
}

div, img {
	position: relative;
	border: 0;
}

#contactBar {
	position: absolute;
	right: 100px;
	top: 0;
	/*width: 280px;*/
	width: 210px;
	height: 25px;
	line-height: 25px;
	color: #c5c5c5;
	font-size: 10px;
	background: url(/images/000000x50.png);
	z-index: 65;
}
#contactBar ul, #contactBar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactBar span, #contactBar li {
	float: left;
}
#contactBar span, #contactBar ul {
	margin-left: 10px;
}
#contactBar li {
	margin-left: 5px;
}
	#contactBar a {
		color: #DE5B05;
		text-decoration: none;
	}
	#contactBar a:hover {
		text-decoration: underline;
	}

#menu {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 65;
	
	width: 150px;
	line-height: 25px;
	color: #c5c5c5;
	font-size: 10px;
	z-index: 65;
	padding: 10px 0;
	
	background-color: #343036;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
	ul#menu {
		list-style: none;
		margin: 0;
		padding: 10px 0;
		}
	#menu li {
		color: #c5c5c5;
		display: block;
		margin: 0;
		padding: 0 20px;
		list-style: none;
		text-align: right;
		cursor: pointer;
		text-decoration: none;
	}
	#menu li:hover {
		color: #fff;
		background-color: #564F59;
	}
	#menu li a {
		color: #ddd;
		text-decoration: none;
	}
	#menu li a:hover {
		color: #fff;
	}

#description {
	position: absolute;
	top: 350px;
	left: 300px;
	width: 450px;
	font-size: 12px;
	opacity:0;
	filter:alpha(opacity=0);
	z-index: 60;
}

#graphic {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 450px;
	z-index: 50;
}
	#graphic .logo {
		position: absolute;
		top: -20px;
		right: -30px;
		z-index: 10;
		opacity:0;
		filter:alpha(opacity=0);
	}
	#graphic .large {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;	
		opacity:0;
		filter:alpha(opacity=0);	
		cursor: pointer;
	}
	#graphic .smallOne {
		position: absolute;
		top: 30px;
		right: 0;
		z-index: 30;
		
		opacity:0;
		filter:alpha(opacity=0);
		
		cursor: pointer;
	}
	#graphic .smallTwo {
		position: absolute;
		top: 140px;
		right: 0;
		z-index: 40;
		
		opacity:0;
		filter:alpha(opacity=0);
		
		cursor: pointer;
	}

#resources {
	position: absolute;
	top: 350px;
	left: 800px;
	font-size: 12px;
	
	opacity:0;
	filter:alpha(opacity=0);

	z-index: 55;
}
	#resources ul, #resources li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

#cboxOverlay {
	z-index: 9400;

	background-color: #00010f;
	height:100%;
	position:fixed;
	width:100%;

	opacity:80;
	filter:alpha(opacity=80);
}
#colorbox {
	z-index: 9500;
}

#galleryNavigation {
	position: absolute;
	top: 130px;
	left: 800px;

	width: 24px;
}
#galleryNavigation span {
	display: block;
	width: 24px;
	height: 17px;
	margin: 0 0 10px;
	cursor: pointer;
}
#galleryNavigation .g1 {
	background-image: url(/images/g1dsnh.png);
}
#galleryNavigation .g1:hover {
	background-image: url(/images/g1dsh.png);
}
#galleryNavigation .g2 {
	background-image: url(/images/g2dsnh.png);
}
#galleryNavigation .g2:hover {
	background-image: url(/images/g2dsh.png);
}
#galleryNavigation .g3 {
	background-image: url(/images/g3dsnh.png);
}
#galleryNavigation .g3:hover {
	background-image: url(/images/g3dsh.png);
}
#galleryNavigation .g1s {
	background-image: url(/images/g1snh.png);
}
#galleryNavigation .g1s:hover {
	background-image: url(/images/g1sh.png);
}
#galleryNavigation .g2s {
	background-image: url(/images/g2snh.png);
}
#galleryNavigation .g2s:hover {
	background-image: url(/images/g2sh.png);
}
#galleryNavigation .g3s {
	background-image: url(/images/g3snh.png);
}
#galleryNavigation .g3s:hover {
	background-image: url(/images/g3sh.png);
}
