/* 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:#1B1B1B;
}
ol, ul {
	list-style: none;
}
.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}
.header_wrap {
	background:url(img/header_bg.gif) top repeat-x;
	border-bottom:8px solid #142538;
}
.header {
	width:1200px;
	margin:0px auto;
	overflow:hidden;		
}
.header img {
	display:block;
	float:left;
}
.container_white {
	width:100%;
	min-width:1200px;
	background:#fff url(img/white_bg.gif) top repeat-x;	
	overflow:hidden;
}
.content_white {
	width:994px;
	margin:0px auto;
	background-color:#F7F6F6;
	overflow:hidden;
	border-left:1px solid #CDD4DC;
	border-right:1px solid #CDD4DC;
	text-align:center;		
}
.teaser_block {
	margin:0px auto;
	overflow:hidden;
	background-color:#292828;
	width:928px;
	padding:7px 0px 7px 7px;
}
.teaser_video {
	float:left;
	display:block;
	width:348px;
	margin-right:12px;	
	position:relative;
}
.teaser_block img {
	display:block;
}
.teaser_pic_wrap {
	float:left;
	width:568px;
	overflow:hidden;
}
.teaser_pic {
	display:block;
	width:180px;
	float:left;
	margin-right:7px;
	margin-bottom:7px;	
	border:1px solid #C7C7C7;
}
.teaser_thumbs {
	padding:12px 0px 7px 3px;
	overflow:hidden;
}
.teaser_link {
	display:block;
	float:left;
	width:111px;
	margin-right:4px;
	text-align:center;
	color:#D4D4D4;
}
.teaser_link img {
	display:block;
	border:1px solid #C7C7C7;
	margin-bottom:6px;
}
.teaser_link span {
	color:#D4D4D4;
	font-size:11px;
}
.teaser_link:hover {
	background:none;
}
.teaser_link:hover img {
	border-color:#fff;
}
.teaser_link:hover span {
	color:#fff;
}
.pics_block {
	margin:0px auto;
	overflow:hidden;
	background-color:#E0E0E0;
	width:926px;
	padding:5px 0px 0px 10px;
}
.pics_block img {
	display:block;
	float:left;
	margin-right:9px;
	margin-bottom:8px;
	border:1px solid #C7C7C7;
}
.pics_block a:hover img {
	border:1px solid #000;
}
.footer {
	width:100%;
	min-width:1200px;
	text-align:center;
	color:#898989;
	margin:0px auto;
	background:#1B1B1B url(img/footer_bg.gif) top repeat-x;	
}
.footer #legals_link {
	color:#898989;
	font-size:12px;
	text-decoration:none;
	display:block;
	margin:20px auto;
}
.footer #legals_link:hover {
	text-decoration:underline;
}

.teaser_video .btn_play {
	display:block;
	width:66px;
	height:74px;
	background:transparent url(img/btn_play.png) top no-repeat;
	position:absolute;
	top:95px;
	left:155px;
}

.teaser_video:hover .btn_play {
	display:block;
	width:66px;
	height:74px;
	background:transparent url(img/btn_play_hover.png) top no-repeat;
	position:absolute;
	top:95px;
	left:155px;
}

.teaser_video .btn_play {
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/btn_play.png');
}

.teaser_video:hover .btn_play {
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/btn_play_hover.png');
}