@font-face {
	font-family: Roboto;
    font-style:  normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: Roboto Bold;
    font-style:  bold;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.ttf);
}

body { font-family: Roboto, "Segoe UI Light", Calibri, Arial, sans-serif;
	font-size: 17px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url('../images/background.png');
	background-position: top center;
	background-repeat: no-repeat; 
	}

#all { position: relative;
	top: 50px; left: 40px;
	width: 1024px;
	height: 100%;
	margin: auto;
	}
	
h1 { font-weight: bold;
	margin: auto;
	width: 630px;
	position: relative;
	top: 50px;
	}
	
ul { list-style-type: circle;
	}
	
.secondtitle { position: relative;
	top: 15px;
	/*left: 210px;*/
	display: inline;
	}
	
.maintext { position: relative;
	float: left;
	/*left: 25px;
	top: -75px;*/
	width: 775px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	left: -35px;
	top: 105px;
	/*
	background-color: #202020;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 15px; */
	}
	
.leftsidebar { float: left;
	position: relative;
	left: -60px;
	top: 100px;
	}
	
.nav { font-size: 1.2em;
	display: block;
	}
a , a:visited { 
	color: #FFFFFF;
	}
a:hover  { text-decoration: none; }
	
.nav li { display: block;
	background-image: url('../images/button2w.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 110px;
	height: 50px; 
	margin: 10px;
	text-align: left;
	padding-left: 30px;
	list-style-type: none;
	top: 22%;
		}
	.nav a { color: #FFFFFF; 
		display: block;
		width: 120px;
		height: 50px; 
		position: relative;
		top: 12px;
		text-decoration: none;
		}
	.nav li a:hover { font-weight: bold; 
		color: #FFFFFF;
		text-decoration: none;
		font-family: "Roboto Bold";
		}
	
.footer { display: block;
	text-align: left;
	position: relative;
	left: 50px;
	top: 20px;
	width: 140px;
	}
	
#span { text-align: center;
	}
#switchblock { text-align: center;
	}
	
a img { border: none; }

#leftalign { float: left; 
	width: 375px;
	padding-right: 25px;
	}
#rightalign { float: right; 
	text-align: left;
	width: 225px;
	padding-left: 25px;
	position: relative;
	top: -75px;
	left: -50px;
	}

#contactlist { list-style-type: none; }
#contactlist li { position: relative;
	left: 50px;
	}

.error { color: #D9042B; } 

#fancybox-overlay { position: fixed !important; 
	} 
#fancybox-wrap {
	position: relative;
	top: -200px;
	} 

.change { background-image: url('../images/button2w.png');
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: Roboto, "Segoe UI Light", Calibri, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	width: 140px;
	height: 55px; 
	text-align: center;
	border: none;
	padding-bottom: 8px;
	margin: auto;
	}
	
.change:hover { font-weight: bold;
	font-family: 'Roboto Bold';
	} 
.change:active { font-weight: bold;
	font-family: 'Roboto Bold';
	}
	
#centerbutton { 
	}
	
	
img.nohover { border:0;
	}

img.hover { border:0;
	display:none;
	}
img.bnohover { border:0;
	display: none;
	}

img.bhover { border:0;
	display:none;
	}	

a:hover img.hover { display:inline;
	}

a:hover img.nohover { display:none;
	}
	
#none { display: none; }

/*.fancybox {
	display: inline-block;
	width: 312px;
	}
.photoprint {
	display: cell;
	vertical-align: middle;
	horizontal-align: 
	padding: 15px;
	}*/

#images {
	width: 750px;
	/*text-align: center;*/
	}
.fancybox {
	text-align: center;
	vertical-align: middle;
	width: 312px;
	}
.fancybox * {
	vertical-align: middle;
	}
.fancybox span {
	display: inline-block;
	height: 100%;
	width: 1px;
	}
.photoprint {
	display: inline-block;
	margin: auto;
	padding: 10px;
	}
.print { 
	padding-bottom: 5px;
	}