/* 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:#120F0A;	
}
ol, ul {
	list-style: none;
}

.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}
.header {
	width:100%;
	height:374px;
	background:url(img/header_bg.gif) top repeat-x;
	text-align:center;	
}
.header_inner {
	width:864px;
	margin:0px auto;
}
.header_inner img {
	display:block;
	float:left;	
}
.container {
	width:100%;
	min-width:864px;
	background-color:#952D32;	
}
.content {
	width:864px;
	margin:0px auto;	
	overflow:hidden;
	background:url(img/cont_bg.gif) repeat-y;
	border-bottom:1px solid #9B393E;		
}
.content img {
	display:block;
}
.w_text {
	width:100%;
	text-align:center;
	background:url(img/t_bg.gif) repeat-x;
}
.teaser_block {
	overflow:hidden;
	margin:10px 0px 6px 11px;
}
.teaser_video {
	float:left;
	display:block;
	width:344px;	
	margin-right:10px;	
	position:relative;
	border:3px solid #681519;
}
.teaser_video img {
	display:block;
}
.teaser_pic_wrap {
	float:left;
	width:490px;
	overflow:hidden;
}
.teaser_pic {
	display:block;
	width:156px;
	float:left;
	margin-right:2px;
	margin-bottom:2px;	
	border:2px solid #681519;
}
.teaser_pic:hover {
	border-color:#FFD200;
}
.teaser_thumbs {
	padding:6px 0px 6px 10px;
	overflow:hidden;
}
.teaser_link {
	display:block;
	float:left;
	width:136px;
	margin-right:4px;
	margin-bottom:6px;
	text-align:center;
	color:#fff;
}
.teaser_link img {
	display:block;
	border:1px solid #9B393E;
	margin-bottom:2px;
}
.teaser_link span {
	color:#fff;
	font-size:11px;
}
.teaser_link:hover {
	background:none;
}
.teaser_link:hover img {
	border-color:#FFD200;
}
.teaser_link:hover span {
	color:#fff;
}
.teaser_right {	
	width:864px;
	margin:0px auto;	
	height:40px;
	text-align:right;
}
.teaser_right a {	
	color:#fff;
	font:bold 12px/40px Tahoma, serif;
}
.footer {
	width:864px;
	text-align:center;
	color:#fff;
	margin:0px auto;	
}
.footer #legals_link {
	width:490px;
	border-top:1px solid #2A2525;
	color:#A5A29D;
	font-size:12px;
	text-decoration:none;
	display:block;
	margin:20px auto;
	padding-top:20px;
}
.footer #legals_link:hover {
	text-decoration:underline;
}