/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label, input, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Tahoma, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-color:#1A1A1A;	
}
ol, ul {
	list-style: none;
}

.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}
.header {
	width:100%;
	height:274px;
	background:url(img/header_bg.gif) top repeat-x;
	text-align:center;	
}
.header img {
	display:block;
	margin:0px auto;	
}
.container {
	width:1050px;
	margin:0px auto;
}	
.content {
	width:932px;
	margin:0px auto;	
	overflow:hidden;		
}
.content img {
	display:block;
}
.w_text {
	width:100%;
	text-align:center;
	background:url(img/t_bg.gif) repeat-x;
}
.teaser_block {
	overflow:hidden;
	margin:12px 0px 10px 18px;
}
.teaser_video {
	float:left;
	display:block;
	width:467px;
	padding:3px;
	margin-right:17px;	
	position:relative;
	border:1px solid #414141;
}
.teaser_video:hover {
	background-color:#747474;
}
.teaser_video img {
	display:block;
}
.teaser_pic_wrap {
	float:left;
	width:420px;
	overflow:hidden;
}
.teaser_pic {
	display:block;
	width:187px;
	float:left;
	margin-right:14px;
	margin-bottom:15px;
	padding:3px;
	border:1px solid #414141;	
}
.teaser_pic:hover {
	background-color:#747474;
}
.footer {
	width:950px;
	text-align:center;
	color:#fff;
	margin:0px auto;	
}
.footer #legals_link {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	display:block;
	margin:20px auto;
}
.footer #legals_link:hover {
	text-decoration:underline;
}