
body {
	margin: 0px;
	padding: 0px;

	font-family: "europa";
    font-size: 22px;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #1f1f1f;
	
	background-color: rgb(242,242,242);
}  

a {
	text-decoration:none;
	color: rgba(31,31,31,0.5);
}
a:visited {
	color: rgba(31,31,31,0.5);
}

h1 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
  font-size: 42px;
    line-height: 1.2em;
}
h2 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;

  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0.0px;
}
h3 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: 4px;
  text-transform: uppercase;
}





#top_banner {
	position: relative;
	display: inline-block;
	top: 0px;
	left: 0px;

    background-image: url('images/banner5.png');
    background-repeat: no-repeat;
    /*background-position: top center; 	*/
	background-position: 50% 50%;
	background-size: auto 500px;	
	
	background-color: rgba(140,140,140,0.7);
	
	text-align: center;
	overflow: hidden;
	
	width: 100%;
	height: 310px ;
	margin-left: auto ;
	margin-right: auto ;	
	padding: 0px;
	border: 0px;
	margin-bottom: 35px;
}
#top_banner_noimage {
	position: relative;
	display: inline-block;
	top: 0px;
	left: 0px;

	background-color: rgb(31,31,31);
	
	text-align: center;
	overflow: hidden;
	
	width: 100%;
	height: 90px ;
	margin-left: auto ;
	margin-right: auto ;	
	padding: 0px;
	border: 0px;
	margin-bottom: 35px;
}


#banner_heading {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	
	padding-top: 90px;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: 0px;
	color: #fff;  
}  

#banner_subheading {
	font-family: "futura-pt",sans-serif;
    font-size: 48px;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 4px;
    font-weight: 300;
    font-style: normal;
    color: #e3caca;
    margin: 20px auto;
}





#mainpage_column {
	width: 980px ;
	margin-left: auto ;
	margin-right: auto ;	
	
	/*background-color: rgb(150,180,220);*/
}



.mainpage_img {
   display: inline-block;
   margin-left:15px; 
   margin-right:15px; 
   
   text-align: center;
   text-transform: uppercase;
   font-size: 18px;
   letter-spacing: 4px;
   
   color: rgba(31,31,31,0.5)
}
.mainpage_img a {
   color: rgba(31,31,31,0.5)
}







#bottom_footer {
	position: relative;
	display: inline-block;

	background-color: rgb(32,26,22);
	color: rgba(255,255,255,0.4);
	
	text-align: center;
	
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 100px;
	font-size: 15.4px;
}
#bottom_footer a {
	color: rgba(255,255,255,0.4);
	text-decoration: underline;
	font-size: 15.4px;
}









/* top-left logo that returns to homepage */
#topleft_logo {
    position: absolute;
    top: 20px;
    left: 20px;	
}
#topleft_logo img {
    position: absolute;
    top: 0px;
    left: 0px;
}











/* Top-right menu */
#topright_links {
    position: absolute;
    top: 10px;
    right: 10px;	
	display: inline-block;
}
.menu_item {
	display: inline-block;

	border-color: #fff;
	border-width: 2px;
	border-style: none;
	margin: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	
	color: #fff;
	font-family: "futura-pt";
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;	
}
.menu_item a {
	color: #fff;
	text-decoration: none;
}
#menu_download_link {
	border-style: solid;
}
#menu_download_link:hover {
	color: rgba(24,24,24,255);
	background-color: #fff;	
}
#menu_download_link:hover  a{
	color: rgba(24,24,24,255);
}









#download_releases {
	font-family: "europa";
	font-size: 14px;
	line-height: 19.6px;
}
#download_releases a {
	color: rgba(24,24,24,255);
}

/* menu on download page */
#download_links {
	text-align: center;
    text-align: -webkit-center;
}
.download_item {
	display: inline-block;

	border-color: rgb(17,17,17);
	border-width: 2px;
	border-style: none;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 21px;
	padding-bottom: 21px;
	
	color: rgb(17,17,17);
	font-family: "futura-pt";
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;	

	border-style: solid;
}
.download_item a {
	color: rgb(17,17,17);
	text-decoration: none;
}
.download_item:hover {
	color: rgb(255,255,255);
	background-color: rgb(17,17,17);	
}
.download_item:hover  a{
	color: rgb(255,255,255);
}


#faqpage_column {
    width: 980px ;
    margin-left: auto ;
    margin-right: auto ;
    
    font-family: "europa";
    font-size: 16px;
    line-height: 1.6em;
}


