@charset "UTF-8";
/* CSS Document */

.captionbox{
	
	width:220px;
	float:left;
	padding-left:30px;
	padding-right:10px;
	margin-top:40px;
	font-size:16px;
	font-family: WindsorBT-LightCondensed,  "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	text-align:justify;
	
	}
.thumbnailHolder{
	float:left;
	margin-top:50px; 
	margin-left:5px;
	}

.nav{
	
	float:left;
	padding-right:125px;
	position:fixed;
	margin-left:10px;
	margin-top:10px;
	
	}

.navH{
	
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding-top:15px; 
	border-bottom:1px solid black;
	border-top:1px solid black; 
	padding-bottom:15px; 
	padding-left:300px;
	margin-top:65px;
	padding-right:15px;
	background-color: #FFF;
	position:relative;
	z-index:1;
	}
	
.navmainH{
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding-top:15px; 
	border-bottom:1px solid black;
	border-top:1px solid black; 
	padding-bottom:15px; 
	padding-left:350px;
	margin-top:65px;
	padding-right:15px;
	background-color: #FFF;
	position:absolute;
	z-index:1;
	text-align:right;
	}
	
#floatMenu{
	top:0px;  
	left:0%; 
	width:168px;
	height:450px;
	padding-bottom:100px;
	position:relative;
	background-color:#FFF;
	z-index:-1;
	font-size:16px;
	font-family: WindsorBT-LightCondensed,  "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	text-align: justify;
	letter-spacing:0px;
	line-height:120%;
	}
	
.container{
	
	float:left;
	clear:left;
	position:relative;
	margin-left:10px;
	padding-top:0px;
	background-color:#FFF;
	top: 70px;
	border-right:2px dashed black; 
	z-index:0;
	width:178px;
	padding-bottom:250px;

	}
	
	
	
#blackgoldcontainer{
	height:3100px;
	}
	
#hardwarecontainer{
	height:1725px;
	}
	
#ancientscontainer{
	height:2000px;
	}
#maincontainer{
	height:425px;
	}
#commissionscontainer{
	height:310px;
	}

	
a {text-decoration:none; color: #000000;}

.copyright{
	font-family: WindsorBT-LightCondensed, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	font-size:11px;
	background-color:#FFF;
	color:#000000;
	width:200px;
	height:50px;
	padding-left:20px;
	padding-right:20px;
	margin-left:20px;
	margin-right:20px;
	margin-top:350px;
	float:inherit;
	clear:none;
	
	}
.copyrightindex{
	font-family: WindsorBT-LightCondensed, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	font-size:11px;
	background-color:#FFF;
	color:#000000;
	width:200px;
	height:50px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	margin-left:20px;
	margin-right:20px;
	float:inherit;
	clear:none;
	z-index:50;
	
	}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -315px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 315px; /* .push must be the same height as .footer */
	float:right;
}

.wrapperindex {
	min-height:100%;
	height: auto;
	height: 100%;
	margin: 0 auto -80px;/* the bottom margin is the negative value of the footer's height */
	}

.footermain {
		height: 200px; /* .push must be the same height as .footer */
	float:right;
	}

.wrappermain {
	min-height:100%;
	height: auto;
	height: 100%;
	margin: 0 auto -200px;/* the bottom margin is the negative value of the footer's height */
	}

.footerindex {
	height: 80px; /* .push must be the same height as .footer */
	float:right;
	z-index:2;
	}


@font-face {
	font-family: United States;
	src: url('../webfonts/unitedstates.ttf');
}

