/* CSS Document */
html, body, div, span, p, a, img, strong, ul, li, img, form, label, input {
	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:Verdana, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.theclearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}
body {	
	background:#22211E url(images/body_bg.gif) top repeat-x;
}

.theheaderl {
	background:url(images/header_l.gif) top repeat-x;
}
.theheaderr {
	background:url(images/header_r.gif) top left no-repeat;
}

.theheader {
	width:854px;		
}
.theheader img  {
	display:block;
}
.theheader_l {
	width:441px;
	float:left;	
}
.theheader_r {
	width:413px;
	float:left;
	position:relative;
}
.theheader_f {
	position:absolute;
	right:35px;
	top:6px;
	color:#DD9200;
	font:normal 11px Tahoma, serif;
	text-transform:uppercase;
}
.theheader_f:hover {
	color:#000;
}

.content1 {
	background-color:#9F2D00;
	width:100%;
	min-width:854px;
	padding-top:7px;
	padding-bottom:5px;
}
.thebox1 {
	width:854px;
	margin:0px auto;
}

.thebox1_left {
	width:715px;
	display:block;
	float:left;		
}
.thebox1_right {
	float:left;
	width:134px;
	background-color:#862600;
}
.thebox1_right ul {
	margin:16px 10px 22px 10px;
	*margin-bottom:19px;
}
.thebox1_right ul li {
	text-align:right;
}
.thebox1_right ul li a {
	color:#fff;
	font:bold 14px/22px Tahoma, serif;
}
.thebox1_right ul li a:hover {
	color:#F1E6C8;
}	
.theclip {
	position:relative;
	float:left;
	width:338px;
	background-color:#fff;
	margin:0px 3px 3px 0px;
	padding:5px 6px;
}
.theclip img {
	display:block;
}
.theclip span {
	height:40px;
	display:block;
	padding:7px 0px 12px 0px;
	font:normal 11px Tahoma, serif;
	color:#000;
}
.theclip_anim {
	display:block;
	position:absolute;		
	top:5px;
	left:6px;
	width:337px;
	height:225px;
	background:url(images/theclipbg.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/theclipbg.png');	
}
.theclip_anim:hover {
	cursor:pointer;
	background:url(images/theclipbgo.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/theclipbgo.png');
}
.thebox2 {
	width:866px;
	height:860px;
	margin:0px auto;		
}
.thebox2 img {
	display:block;
}
.thevideo {
	float:left;
	display:block;	
	position:relative;	
	width:276px;	
	text-decoration:none;
	margin:0px 6px 12px 6px;
	*margin-left:4px;
	display:none;
	*display:block;		
}
.thevideo_last {
	margin-right:0px;
}
.play {
	display:block;
	position:absolute;		
	top:0px;
	left:0px;
	width:276px;
	height:204px;
	background:url(images/play.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/play.png');	
}
.play:hover {
	cursor:pointer;
	background:url(images/playo.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/playo.png');
}
.thefooter {
	width:100%;		
	text-align:center;	
}
.thefooter img {
	margin:0px auto;
}
.thefooter #legals_link {	
	color:#fff;
	font-size:11px;
	line-height:40px;
	text-decoration:none;	
}
.thefooter #legals_link:hover {
	text-decoration:underline;
}

/* POPUP */
#backgroundPopup{	
	position:fixed;	
	_position:absolute;  /* hack for internet explorer 6*/		
	height:100%;	
	width:100%;	
	top:0;	
	left:0;	
	background:#000000;
	opacity:0.6;filter:alpha(opacity=60);		
	z-index:9000;
	display:none;	
}

#popup {width:499px; position:relative; z-index:9999; display:none;}
.catcher {
	width:447px;
	height:247px;	
	overflow:hidden;
	position:relative;	
}
.catcher_bg {
	width:447px;
	height:247px;	
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(images/catcher_bg.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/catcher_bg.png');
	z-index:-1;
}
.catcher_close {
	position:absolute;
	top:18px;
	right:19px;	
	width:43px;
	height:12px;	
}
.catcher_content {
	width:358px;
	margin-left:44px;	
	text-align:center;
	padding-top:153px;
}
.catcher_input {
	display:block;
	width:348px;
	height:19px;	
	text-align:center;
	color:#C74410;
	font:normal 17px Tahoma, serif;
	background:none;
	margin:5px 5px 12px 5px;	
}
.catcher_submit {
	display:block;
	width:358px;
	height:36px;		
}