/* Global Definitions */

@font-face {
    font-family: 'PTSansBold';
    src: url('../_fonts/PTS75F-webfont.eot');
    src: url('../_fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/PTS75F-webfont.woff') format('woff'),
         url('../_fonts/PTS75F-webfont.ttf') format('truetype'),
         url('../_fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('../_fonts/PTS55F-webfont.eot');
    src: url('../_fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/PTS55F-webfont.woff') format('woff'),
         url('../_fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../_fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSerifRegular';
    src: url('../_fonts/PTF55F-webfont.eot');
    src: url('../_fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/PTF55F-webfont.woff') format('woff'),
         url('../_fonts/PTF55F-webfont.ttf') format('truetype'),
         url('../_fonts/PTF55F-webfont.svg#PTSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSerifBold';
    src: url('../_fonts/PTF75F-webfont.eot');
    src: url('../_fonts/PTF75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/PTF75F-webfont.woff') format('woff'),
         url('../_fonts/PTF75F-webfont.ttf') format('truetype'),
         url('../_fonts/PTF75F-webfont.svg#PTSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#body {
	font-size: 13px;
	color: #333333;
	
}

#bodyWrapper {
	width: 100%;
	min-width: 1024px;

}

/* header definitions */

#header {
	height: 440px;
	position:relative;
	background:url(../_img/bg_top.png) repeat-x;
	
}


#headerWrapper {
		padding-top: 45px;
		height: 81px;
}

#header #leftBar {
	float:left;
	width:30px;
	height: 56px;
	background: #000;
	margin-top: 30px;
	
}


#header #logo {
	float:left;
	width: 221px;
	height: 81px;
	margin: 0px 46px 0px 32px;
	
}

#header #topNavi {
	text-decoration:none;
	font-family: PTSansBold, Trebuchet MS, sans-serif;
	font-size: 16px;
	list-style-type: none;
	text-align:center;
	height: 56px;
	margin-left: 329px;
	background: #000;
	margin-top: 30px;
	
}

#introText {
	float:left;
	margin: 60px 0px 15px 60px;
	width: 618px;
	font-family: PTSerifRegular, Garamond, serif;
	
	
}

#introHead {
	font-size:32px;
	font-family: PTSerifRegular, Garamond, serif;
}

.introBold {
	font-family: PTSerifBold, Garamond, serif;
}

#introSub {
	margin-top: 26px;
	font-size:15px;
	line-height:22px;
}

#introSub a {
	color: #fff;
	background: #f45500;
	text-decoration:none;
	
}


#badge {
	
	margin-top: 50px;;
	margin-left:50px;
	float:left;
	height: 221px;
	width: 200px;
	
	
}

#header #topNavi li {
	display:none;
	float: left;
	color: #fff;
}


#header #topNavi a {
	color: #fff;
	display: block;
	padding: 18px 32px 16px;
	text-decoration:none;
}

#header #topNavi li:hover {
	background: #f45500;
}

/* Content Definitions */
#contentContainer {
	background:url(../_img/bg_video.png) repeat-x #000;
	padding: 15px 0px 35px 0px;
	
}

#homeVideo {
	width:770px;
	margin-left:90px;
	border-width:5px;
  	border-style:solid;
  	border-color:#fff;
}

#videoTitle {
	font-family: PTSerifBold, Garamond, serif;
	color: #fff; 
	font-size:30px;
	margin-bottom: 20px;
	padding-left:90px;
}

.neu {
	background-color: #b02c20;
	font-family: PTSansBold, Trebuchet, sans-serif;
	font-size: 15px;
	padding: 5px 7px 3px 7px;
	position:relative; 
	top:-6px;
	
}

.trailer {
	font-family: PTSerifRegular, Garamond, sans-serif;
	font-size: 20px;
	
}







/* Footer Definitions */
#footer {
	font-family: PTSansRegular, Trebuchet, sans-serif;
	font-size: 11px;
	background:url(../_img/bg_top.png) repeat-x;
	padding-left: 90px;
	padding-top: 20px;
	padding-bottom: 46px;
}

#footer #footerNavigation li {
	
	display:inline;
	list-style-type: none;
	color: #fff;
}



/* Helpers */

div.clear {
	clear: both;
}

