@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

img{display:block;}

#container {
    position: relative;
    width: 810px;
    margin:0 auto;
	height:1685px;
	background:url(images/bg-intro.jpg) no-repeat #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#fff;
}

#container.register{
	background:url(images/bg-reg.jpg) no-repeat #000;
	height:1490px;
}
.image-link{
	display:block;
	text-indent:-9999px;
}
.image-link:hover{
	background-position:bottom!important;
}
#top-link{
	background:url(images/btn-top.png) no-repeat -21px -9px;
	width:233px;
	height:197px;
	position:absolute;
	left:0;
	top:0;
}

a#top-link:hover{
	background-position: -21px -226px!important;
}

#videos{
	width:701px;
	height:595px;
	position:absolute;
	top:179px;
	left:54px;
}

#video-wrap{
	width:655px;
	margin:25px auto 0;
}

#scrollable{
	width:701px;
	height:133px;
	margin-top:43px;
	position: relative;
}
#thumb-wrap{
	width:701px;
	height:133px;
	overflow:hidden;
	position: relative;
}

#thumbs{
	width:5000px;
	position: relative;
}

a.videobtn{display:block;float:left;margin-right:5px; position:relative;overflow:hidden;width:174px; height:133px;}
a.videobtn:hover .btn-play{display:block;}
a.videobtn img{
	position: relative;
	top:-22px;
	left:-29px;
}
span.arrow{
	width:40px;
	height:133px;
	position:absolute;
	cursor:pointer;
	top:0;
}
#left{
	background:url(images/arrow-left.png) no-repeat;
	left:-40px;
}
#right{
	background:url(images/arrow-right.png) no-repeat;
	right:-40px;
}

.btn-play{
	background:url(images/hover-video.png) no-repeat center; 
	width:100%; 
	height:100%; 
	display:none;
	position:absolute; 
	left:0; 
	top:0;
}

.border{
	width:168px; 
	height:127px;
	border:3px solid #df2010;
	display:none;
	position:absolute; 
	left:0; 
	top:0;
}
#btn-bundle{
	background:url(images/btn-win.png) no-repeat;
	width:447px;
	height:89px;
	position:absolute;
	left:182px;
	top:1108px;
}

#content{
	position: absolute;
	width:810px;
	top:1233px;
	left:0;
	text-align:center;
}
#bottom-links{
	width:577px;
	height:89px;
	position:absolute;
	left:115px;
	top:1347px;
}
#bottom-links a{
	float:left;
	width:187px;
	height:89px;
	margin-right:8px
}
#btn-what{
	background:url(images/btn-what.png) no-repeat;
}
#btn-reg{
	background:url(images/btn-reg.png) no-repeat;
}

#btn-pre{
	background:url(images/btn-pre.png) no-repeat;
}

#back-link{
	background:url(images/btn-back.png) no-repeat;
	width:87px;
	height:31px;
	position:absolute;
	left:70px;
	top:174px;
}
.logo{
	position:absolute;
	display:block;
	text-indent:-9999px;
	height:45px;
	padding-bottom:15px;
}
.logo:hover{
	border-bottom:4px solid #6d6d6d;
}
#btn-logo-1{
	width:150px;
	left:113px;
	top:855px;
}
#btn-logo-2{
	width:174px;
	left:318px;
	top:855px;
}
#btn-logo-3{
	width:141px;
	left:550px;
	top:855px;
}
#btn-logo-4{
	width:152px;
	left:110px;
	top:1082px;
}
#btn-logo-5{
	width:166px;
	left:325px;
	top:1082px;
}
#para{
	width:535px;
	position: absolute;
	left:140px;
	top:568px;
}
#para p{
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}
strong{
	font-weight:bold;
}
#footer{
	width:706px;
	height:163px;
	position:absolute;
	bottom:35px;
	left:45px;
	background:url(images/footer.jpg) no-repeat;
}
#bot-link-01{
	width:260px;
	height:20px;
	position:absolute;
	left:77px;
	top:33px;
}
