/* 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:#FFAE00 url(images/body_bg.gif) top repeat-x;
}
.thecontainer {
	width:960px;	
	margin:0px auto;
}
.theheader {
	width:100%;
	height:695px;	
}
.thebox1 {	
	padding:0px 0px 19px 25px;
	*height:410px;
	background:url(images/box1_bg.gif) repeat-y;
}
.thebox1_vid {
	float:left;
	width:511px;
	text-align:center;
	background-color:#fff;
	border:1px solid #fff;	
	position:relative;
}
.thebox1_anim {
	display:block;
	position:absolute;		
	top:1px;
	left:11px;
	width:511px;
	height:384px;
	background:url(images/vid1bg.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/vid1bg.png');	
}
.thebox1_anim:hover {
	cursor:pointer;
	background:url(images/vid1bgo.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/vid1bgo.png');
}
.thebox1_right {
	position:relative;
	float:left;
	width:394px;
	height:415px;
	background:url(images/box1_rbg.gif) top left no-repeat;	
}
.thebox1_vid2 {
	float:left;
	width:177px;
	display:inline;
	text-align:center;
	background-color:#fff;
	border:1px solid #fff;	
	position:relative;
	margin-left:18px;
	margin-bottom:14px;
	_margin-bottom:13px;
}
.thebox1_anim2 {
	display:block;
	position:absolute;		
	top:1px;
	left:1px;
	width:177px;
	height:137px;
	background:url(images/vid2bg.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/vid2bg.png');	
}
.thebox1_anim2:hover {
	cursor:pointer;
	background:url(images/vid2bgo.png) no-repeat;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/vid2bgo.png');	
}

.thebox2 {
	width:100%;
	min-width:960px;
	height:523px;		
	background-color:#5F0009;	
}
.thebox2_inner {
	width:960px;
	margin:0px auto;
	padding-top:12px;
	padding-bottom:5px;	
}
.thevideo {
	float:left;
	display:block;
	_display:inline;
	position:relative;	
	width:152px;	
	text-decoration:none;
	margin:0px 4px 7px 4px;
	_margin:0px 4px 7px 2px;
	display:none;
	*display:block;			
}
.thevideo a {
	text-decoration:none;
}
.thevideo img {
	display:block;
}
.thevideo_img {
	opacity:0.8;filter:alpha(opacity=80);
}
.thevideo_img:hover {
	opacity:1;filter:alpha(opacity=100);
}

.thevideo span {
	display:block;
	padding-top:6px;	
	width:100%;
	text-align:center;
	color:#fff;
	font:bold 11px Tahoma, serif;
	text-transform:uppercase;		
}
.thevideo span strong {
	color:#FFAE00;
	text-transform:lowercase;
}

.thefooter {
	width:100%;		
	margin:0px auto;	
	text-align:center;
	background:url(images/footer_bg.gif) top repeat-x;
}
.thefooter_div {
	width:960px;
	margin:0px auto;
	padding-top:21px;
}
.thefooter img {
	margin:0px auto;
}
.thefooter #legals_link {	
	color:#000;
	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:544px; position:relative; z-index:9999; display:none;}
.catcher {
	width:544px;
	height:304px;	
	overflow:hidden;
	position:relative;	
}
.catcher_bg {
	width:544px;
	height:304px;	
	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:5px;
	right:24px;	
	width:22px;
	height:14px;	
}
.catcher_content {
	width:396px;
	margin-left:73px;	
	text-align:center;
	padding-top:185px;
}

.catcher_input {
	margin:0px auto 17px auto;
	width:396px;
	height:35px;	
	background-image:url(images/catcher_input.gif);
	text-align:center;	
}
.catcher_input input {
	width:244px;
	height:30px;
	text-align:center;
	color:#FFAE00;
	font:normal 26px Tahoma, serif;
	background:none;
	margin-top:2px;
	*margin-top:0px;			
}
.catcher_submit {
	display:block;
	width:204px;
	height:55px;
	margin:0px auto;	
}