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

body {
	margin: 0px;
	font-size:12px;
	color: #000000;
	font-family: "FuturaStdBold", arial, sans-serif;
	line-height: 5px; 
	}
@font-face {
	font-family: "FuturaStdBold";
	src: url('futurastd-bold-webfont.eot');
	src: url('futurastd-bold-webfont.woff') format('woff'), url('futurastd-bold-webfont.ttf') format('truetype'), url('futurastd-bold-webfont.svg#webfont64Ixf1pm') format('svg');
	font-weight: normal;
	font-style: normal;
}	
li {
	list-style-type: none;
	}
a {
	color: #cccccc;
	text-decoration: underline;
	line-height: 1.5em;
	}
a img {
	text-decoration: none;
	border: 0 none;
	}
a:hover {
	color: #999999;
	text-decoration: underline;
}
#main {
	width: 100%;
	text-align: center;
	padding-bottom: 48px;
}
/*#splashPage img { display: none } */

#splashPage {
	text-align: center;
	margin: auto;
	display: none;
	}
#splashPage img { display: none; margin: auto; }
#splashPage img:first-child { display: block; }
.slide { width: 996px; }
#centered {
	position: absolute;
	width: 960px;
	height: 660px;
	left: 50%;
	top: 50%;
	margin-top: -330px;
	margin-left: -480px;
	text-align: center;
	}
#titles {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
}
#grid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	padding-left: 22px;
	padding-top: 112px;
}
.images {
	float: left; 
	padding: 0 24px 24px 0;
	}
#viewer {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 132px;
	width: 960px;
	text-align: center;
	}
#logo {
	position: fixed;
	margin-left: 24px;
	margin-top: 24px;
	z-index: 100;
	display: none;
}
#contact {
	position: fixed;
	right: 24px;
	margin-top: 24px;
	z-index: 100;
	display: none;
}
hr {
	clear: both;
	width: 100%;
	height: 1px;
	color: white;
	margin-bottom: 24px;
	background-color: white;
	border:0;
}
	
#navigation {
	position: fixed;
	color:  #cccccc; 
	bottom: 24px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	text-decoration: none;
	font-size: 18px;
}

#navigation a {
	text-decoration: none;
	list-style-type: none;
}

