
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html,
body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #9a9a9a;
	background-color: #ffffff;
}

@media only screen and (max-width: 1400px) {
	body {
		font-size: 75%;
	}
}

body > div {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -235px;
	width: 100%;
}

@media only screen and (max-width: 1400px) {
	body > div {
		margin-top: -160px;
	}
}

body.home > div {
	margin-top: -32vh;
}

body.home {
	background-image: url(/custom/img/bg_home.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}

div.home {
	margin-left: 100px;
	font-size: 300%; /* Fallback if vh is not known */
	font-size: 10vh;
	line-height: 80%;
	white-space: nowrap;
	color: #000000;
}

a {
	text-decoration: none;
	color: #666666;
}

nav {
	width: 1302px;
	margin-left: 100px;
}

@media only screen and (max-width: 1400px) {
	nav {
		width: 902px;
	}
}

ul {
	list-style-type: none;
}

div.blank {
	margin-left: 100px;
}

nav li {
	float: left;
}

li a {
	display: block;
	margin-right: 37px;
	text-transform: uppercase;
	color: #9a9a9a;
}

li a:hover,
li a.selected {
	color: #666666;
}

article {
	width: 1402px;
	height: 535px;
}

@media only screen and (max-width: 1400px) {
	article {
		width: 1002px;
		height: 385px;
	}
}

div.image,
a.prev,
a.next {
	float: left;
}

a.prev,
a.next {
	display: block;
	visibility: hidden;
	width: 100px;
	height: 450px;
	cursor: hand;
	background-repeat: no-repeat;
	background-position: center;
}

a.prev {
	background-image: url(/custom/img/prev.png);
}

a.next {
	background-image: url(/custom/img/next.png);
}

@media only screen and (max-width: 1400px) {
	a.prev,
	a.next {
		height: 300px;
		line-height: 300px;
	}
}

div.image img {
	display: none;
	border: 1px solid #666666;
	height: 450px;
}

@media only screen and (max-width: 1400px) {
	div.image img {
		height: 300px;
	}
}

div.loading {
	position: absolute;
	font-size: 300%;
	text-transform: uppercase;
}

div.title {
	margin-top: 30px;
	margin-left: 100px;
	color: #666666;
	text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
	body {
		font-size: 75%;
	}

	body > div {
		margin-top: -160px;
	}
	
	nav {
		width: 902px;
	}

	article {
		width: 1002px;
		height: 385px;
	}
	
	a.prev,
	a.next {
		height: 300px;
	}

	div.image img {
		height: 300px;
	}
}

div.clear {
	clear: both;
}
