@charset "utf-8";
/* CSS Document */

@font-face {
				font-family: 'HandOfSean';
				src: url('handsean.eot');
				src: url('handsean.eot#iefix') format('embedded-opentype'),
						 url('handsean.woff') format('woff'),
						 url('handsean.ttf') format('truetype'),
						 url('handsean.svg#handsean') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
				font-family: 'MyriadPro-Regular';
				src: url('myriadproregular.eot');
				src: url('myriadproregular.eot#iefix') format('embedded-opentype'),
						 url('myriadproregular.woff') format('woff'),
						 url('myriadproregular.ttf') format('truetype'),
						 url('myriadproregular.svg#myriadproregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('myriadpro-semibold.eot');
    src: url('myriadpro-semibold.eot') format('embedded-opentype'),
         url('myriadpro-semibold.woff') format('woff'),
         url('myriadpro-semibold.ttf') format('truetype'),
         url('myriadpro-semibold.svg#MyriadProSemibold') format('svg');
		 font-weight: normal;
		 font-style: normal;
}

@font-face {
    font-family: 'BestMarkerMedium';
    src: url('bestmarker.eot');
    src: url('bestmarker.eot') format('embedded-opentype'),
         url('bestmarker.woff') format('woff'),
         url('bestmarker.ttf') format('truetype'),
         url('bestmarker.svg#BestMarkerMedium') format('svg');
		 font-weight: normal;
		 font-style: normal;
}

@font-face {
    font-family: 'a_love_of_thunderregular';
    src: url('a_love_of_thunder-webfont.eot');
    src: url('a_love_of_thunder-webfont.eot#iefix') format('embedded-opentype'),
         url('a_love_of_thunder-webfont.woff') format('woff'),
         url('a_love_of_thunder-webfont.ttf') format('truetype'),
         url('a_love_of_thunder-webfont.svg#a_love_of_thunderregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a_love_of_thunderregular';
    src: url('a_love_of_thunder-webfont.eot');
    src: url('a_love_of_thunder-webfont.eot#iefix') format('embedded-opentype'),
         url('a_love_of_thunder-webfont.woff') format('woff'),
         url('a_love_of_thunder-webfont.ttf') format('truetype'),
         url('a_love_of_thunder-webfont.svg#a_love_of_thunderregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a > img {
	border:none;
}

.clear {
	clear:both;
}

#pagewrapper {
	margin:0 auto;
	padding:0;
	width:700px;
	background:url(images/sales-bg.jpg) repeat-y;
}

.video-wrap {
	float:left;
	display:block;
	width:480px;
	height:280px;
	background:#fff;
	margin-left:115px;
	margin-bottom:50px;
	margin-top:30px;
	text-align:center;
	color:#000;
	box-shadow:0px 0px 40px #000;
	-moz-box-shadow:0px 0px 40px #000;
	-ms-box-shadow:0px 0px 40px #000;
	-o-box-shadow:0px 0px 40px #000;
	-webkit-box-shadow:0px 0px 40px #000;
}

.bg-wrap{
	width:700px;
	height:562px;
	background:url(images/bg-wrap.png) no-repeat;
}

#bubble-one {
	display:block;
	float:left;
	height:117px;
	width:488px;
	background:url(images/bubble-bg.png) no-repeat 0 0;	
}

#bubble-two {
	display:block;
	float:left;
	height:117px;
	width:641px;
	background:url(images/bubble02-bg.png) no-repeat 0 0;	
}

.bubble-text {
	font-family: 'HandOfSean';
	font-size:17px;
	color:#000;
	display:block;
	text-align:center;
	margin:15px 0 0 0;
	padding:0;
	line-height:22px;
}

.bubble-text02 {
	font-family: 'HandOfSean';
	font-size:17px;
	color:#000;
	display:block;
	margin:15px 0 0 0;
	padding:0 0 0 30px;
	line-height:22px;
}

.board {
	width:696px;
	height:1242px;
	background:url(images/board.png) no-repeat;
	margin-top:-25px;
	z-index:10;
	position:relative;
	margin-left:5px;
	display:block;
	float:left;
}


.board-content {
    float: left;
    margin: 130px 0 0 100px;
    padding: 0;
    width: 495px;
}


.board-content p{
	font-family: 'MyriadPro-Regular' !important;
	font-size:16px !important;
	color:#000 !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
	line-height:22px !important;
}

.introducing {
	width:637px;
	height:230px;
	background:url(images/intro-bg.png) no-repeat;
	margin-left:30px;
	display:block;
	float:left;
}

.intro-text {
	font-family: 'BestMarkerMedium';
	font-size:30px;
	color:#fff;
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

.intro-text02 {
	font-family: 'BestMarkerMedium';
	font-size:21px;
	color:#fff;
	display:block;
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
	text-transform:uppercase;
}

.text-wrap {
	width:640px;
	float:left;
	display:block;
	padding:0 30px 20px 30px;
	margin:0;
}

.text-wrap p{
	font-family: 'MyriadPro-Regular' !important;
	font-size:16px !important;
	color:#fff !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
	line-height:22px !important;
}

.text-wrap ul {
	margin:0 0 0 20px !important;
	padding:0 !important;
	list-style:none !important;
}

.text-wrap ul li{
	font-family: 'MyriadProSemibold' !important;
	font-size:18px !important;
	color:#fff !important;
	margin:0 0 5px 0 !important;
	padding:0 0 0 30px !important;
	line-height:22px !important;
	background:url(images/arrow.png) no-repeat 0 5px;
	font-style:italic !important;
}

.will {
	font-family: 'BestMarkerMedium';
	font-size:50px;
	color:#fff;
	padding:0;
	margin:0;
	letter-spacing:-2px;
}

.addtocart-wrap {
	border: 6px dashed #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
	-o-border-radius: 20px 20px 20px 20px;
	-ms-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
    display: block;
    float: left;
    height: 185px;
    margin: 0 0 0 30px;
    padding: 10px 0 0;
    text-align: center;
    width: 629px;
}

.only {
	font-family: 'a_love_of_thunderregular';
    color: #FFFFFF;
    display: block;
    font-size: 45px;
    padding: 10px 0 5px;
    text-align: center;
}

.bottom-links {
	margin:0 !important;
	padding:20px;
	color:#fff;
	display:block;
	text-align:center;
}

.bottom-links a{
	font-family: 'MyriadPro-Regular';
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

.bottom-links a:hover,
.bottom-links a:focus{
	text-decoration:underline;
}

.title-section {
	font-family: 'BestMarkerMedium';
	font-size:24px;
	color:#fff;
	display:block;
	text-transform:uppercase;
	margin:0;
	padding:20px 0;
}



/*
     FILE ARCHIVED ON 06:00:46 Jan 15, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:04:05 Jun 10, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 269.521 (3)
  esindex: 0.009
  captures_list: 307.934
  CDXLines.iter: 14.075 (3)
  PetaboxLoader3.datanode: 222.779 (4)
  exclusion.robots: 0.345
  exclusion.robots.policy: 0.33
  RedisCDXSource: 0.651
  PetaboxLoader3.resolve: 290.477 (2)
  load_resource: 303.888
*/