@charset "UTF-8";
/* CSS Document */
html, body{
	
	background: #000000;
	
}



#box {

	width:100%;
	height: 80px;
	position: fixed;
	top:0;
	left:0;
	border-style:solid;
	background-color: #000;
	opacity: 1;
	
}
#footer {

	width:100%;
	height: 80px;
	position: relative;
	top:30px;
	left:0;
	border-style:solid;
	background-color: #000;
	opacity: 1;
	
}



#navbars {
	position: fixed;
	min-width: 800px;
	z-index: 5;
	width:100%;
	height:7%;
	
	top: 0;
	left: 0;  
	/*background-color: #000;	*/

	/*opacity: .5;*/
}



.navItems{
	display:inline;
	position:relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: large;
	z-index: 6;
	margin: 50px 1%;
	
	color:#666;
	cursor:pointer;
	top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    padding:1%;
	/*top:40px;*/
}

#logo{

	
	/*width : 13%;*/
	height:10px;
	display:block;
	position:absolute;
	/*margin: 1% 1% 3% 1%;*/
	
	top: 8px;
	right: 2%;
	z-index: 6;

}



#contentHolder{
	
	display:block;
	width:100%;
	min-width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5%;
	
}

.siteSections{
	min-width: 800px;
	display: block;
	width: 100%;
	position:relative;
	visibility: visible;
	
	margin-right:auto;
	margin-left:auto;

}







.buttonGraphics {
	
	width:25%;
	
	display:block;
	position:absolute
	
	;
	left:61%;
	cursor:pointer;
	padding-top:2%;
		
}


#onlinedownload{
	display: block;
	width:100%;
	height:10%;
	background-color: 000;


}

#assetdownload{
	display: block;
	width:100%;
	height:10%;
	background-color: 1a1a1a;


}



#printdownload{

	display: block;
	width:100%;
	height:10%;
	background-color: 202020;


}

#downloadprint{
	display: inline;
	position: relative;
	top:-200;
	left:60%;
	/*width: 100%;*/
	/*height: auto;*/
	visibility: visible;
	
	margin-right:auto;
	margin-left:auto;
}





#downs{
	/*width:20%;*/
	position: relative;
	/*left:67%;*/
	top:0;
	left:0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	margin-right:10%;

}
#sb{

	display:block;
	width:30%;
	min-width:310px;
	position:absolute;
	left:52%;
	top:85%;

}

#ab{

	display:block;
	width:30%;
	min-width:310px;
	position:absolute;
	left:12%;
	top:85%;
}

#titles{

	margin: 10% 0% 60% 13%;
   	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   	font-weight: bold;
   	font-size:1em;
	
	text-decoration: none;
	 color: #FF6600;

}


/* unvisited link */
a:link {

	
	margin: 10% 0% 60% 13%;
   	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   	font-size:1em;
	
	text-decoration: none;
	 color: #999999;
}

/* visited link */
a:visited {
    color: #999999;
	text-decoration: none;
}

/* mouse over link */
a:hover {
   	 color: #FF6600;
	text-decoration: none;
}

/* selected link */
a:active {
   color: #999999;
	text-decoration: none;
}