@charset "UTF-8";
body {
	background-color: #fff;
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0;
}

/* GT Walsheim Web Medium */

@font-face {
    font-family: 'gt_walsheim_medium';
    src: url('gt-walsheim-medium-web.eot');
    src: url('gt-walsheim-medium-web.eot?#iefix') format('embedded-opentype'),
         url('gt-walsheim-medium-web.woff') format('woff'),
         url('gt-walsheim-medium-web.ttf') format('truetype'),
         url('gt-walsheim-medium-web.svg#gt_walsheim_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header {
	padding: 15px 0px 0px 70px;
	position: relative;
	width: 700px;
}

h1 {
	font-size: 25px;
	color: #3c3c3b;
	font-family: 'gt_walsheim_medium', sans-serif;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: 500;
    font-style: normal;
}

h2 {
	font-size: 14px;
	color: #3c3c3b;
	font-family: 'gt_walsheim_medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 7px;
	letter-spacing: 0.07em;

}

h3 {
	font-size: 11px;
	color: #202020;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
	
.nav_container {
	position: absolute;
	top: 80px;
	left: 70px;
}

.nav_container a {
    font-family: Helvetica, Georgia, times, serif;
    font-size: 11px;
    padding: 20x 20px 20px 20px;
    text-decoration: none;
    letter-spacing:0.05em;
    font-weight: bold;
    text-transform: uppercase;
	color: #444;
	border-bottom: 1px solid #666;
}

.link a {
	color: #444;
	font-weight: bold;
}

.link a:active {
	color: #444;
	font-weight: bold;
}

#video {
	text-align: center;
	width:auto;
	height: auto;
	padding: 0px;
	margin: 200px 100px 100px 100px;
	position:  relative;
}

#layer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
}