/* 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:"."; 
}
html {	
	background:#F8A300 url(images/html_bg.gif) top repeat-x;
}
body {	
	background:transparent url(images/body_bg.gif) center repeat-y;
}
.thecontainer {
	width:978px;	
	margin:0px auto;
}
.theheader {
	width:100%;
	height:126px;
	background:url(images/header.gif) top center no-repeat;	
}
.theheader_i {
	width:948px;
	margin:0px auto;
}
.theheader_a {
	display:block;
	width:643px;
	height:124px;
	float:left;
}
.theheader_form {
	float:left;
	width:280px;
	height:64px;
	margin-top:21px;
}
.theheader_form input {
	float:left;
	width:200px;	
	margin-top:19px;
	margin-left:10px;
	background:none;
	font:normal 23px Tahoma, serif;	
	color:#EA7809;
}
.theheader_form a {
	display:block;
	width:70px;
	height:64px;
	float:left;
}
.thebox1 {
	width:100%;
}

.thebox1 img {
	display:block;
	float:left;		
}

.thebox1_anim {
	display:block;
	position:absolute;		
	top:0px;
	left:32px;
	width:516px;
	height:333px;
	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_anim2 {
	display:block;
	position:absolute;		
	top:0px;
	left:0px;
	width:220px;
	height:170px;
	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%;
	background:url(images/cont_bg.gif) center repeat-y;	
}
.thebox2_inner {
	padding-left:33px;
	height:706px;
}
.thevideo {
	float:left;
	display:block;
	_display:inline;
	position:relative;	
	width:220px;	
	text-decoration:none;
	margin:0px 10px 6px 0px;
	display:none;
	*display:block;		
}
.thevideo a {
	color:#C50189;
	text-decoration:none;		
}
.thevideo img {
	display:block;
}
.thevideo_img {	
}
.thevideo_img:hover {	
}

.thevideo span {
	display:block;
	padding-top:3px;
	padding-bottom:4px;	
	width:100%;	
	color:#C50189;
	font:normal 14px Tahoma, serif;
	height:33px;			
}
.thevideo span:hover {
	cursor:pointer;
	text-decoration:underline;
}
.thevideo b {
	color:#A40674;
	text-transform:lowercase;	
	font:normal 9px Tahoma, serif;
}
.thevideo b img {
	float:left;
	margin-right:10px;
}
.the_navi {
	background-color:#C50189;
	height:29px;
	margin-left:13px;
	width:950px;
	text-align:center;
	color:#fff;
	font:normal 11px/29px Tahoma, serif;
}
.the_navi a {
	color:#fff;
	font:normal 11px/29px Tahoma, serif;
	padding:0px 5px;
	text-decoration:none;
}
.the_navi a:hover {
	text-decoration:underline;
}

.thefooter {
	width:100%;		
	text-align:center;	
}
.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:499px; position:relative; z-index:9999; display:none;}
.catcher {
	width:499px;
	height:309px;	
	overflow:hidden;
	position:relative;	
}
.catcher_bg {
	width:499px;
	height:309px;	
	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:37px;
	right:7px;	
	width:44px;
	height:41px;	
}
.catcher_content {
	width:473px;
	margin-left:26px;			
	padding-top:142px;
	*padding-top:148px;
}
.catcher_input {
	display:block;
	width:422px;
	height:35px;	
	text-align:center;
	color:#C30188;
	font:normal 26px Tahoma, serif;
	background:none;
	margin:5px 5px 5px 5px;	
}
.catcher_submit {
	display:block;
	width:418px;
	height:112px;
	margin-left:58px;
	_margin-left:78px;		
}