@charset "UTF-8";
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: freight-sans-pro, serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	font-family: freight-sans-pro, serif;
font-style: normal;
font-weight: 400;
	color: #b3b3b3;
	font-size: 100%;
	background-color:#000;
}
h1 {
	fofont-family: garamond-premier-pro, serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wrapper {
	background-color: #000;
	width:100%;
	height:1000px;
	background-image: url(../images/her.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 50px;
}
.wrapper .container {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 738px;
}
.wrapper .container .hero_copy,
.wrapper .container p.hero_copy {	font-family: freight-sans-pro, serif;
	width: 644px;
  opacity: 0.9;
	font-size: 100%;
	padding-top:10px;
	margin-bottom:10px;
	line-height:18px;
	letter-spacing:.05em;
	
}
p.thankYou_copy {	font-family: freight-sans-pro, serif;
	width: 644px;
  opacity: 0.9;
	font-size: 100%;
	padding-top:10px;
	margin-bottom:10px;
	line-height:18px;
	letter-spacing:.05em;
	margin-bottom: 20px;
	
}
#copy {
	margin-top: 10px;
}
.wrapper .container .logo {
	width: 644px;
	text-align: center;
}
.wrapper .container .hero {
	height: 361px;
	width: 644px;
}
.wrapper .container .bottom {
	height: 300px;
	width: 644px;
	margin-top: 30px;
}
.wrapper .container .bottom .elements {
	height: 89px;
	width: 89px;
	margin-top: 15px;
	margin-bottom: 8px;
	margin-right: 8px;
	border: thin solid #CCC;
	float: left;
}
.container .bottom .elements_wrap .thumbs .popup1 #api_pause img,
.container .bottom .elements_wrap .thumbs .popup2 #api_pause img,
.container .bottom .elements_wrap .thumbs .popup3 #api_pause img,
.container .bottom .elements_wrap .thumbs .popup4 #api_pause img,
.container .bottom .elements_wrap .thumbs .popup5 #api_pause img,
.container .bottom .elements_wrap .thumbs .popup6 #api_pause img {
		border: thin solid #CCC;
		float:left;
		margin-bottom: 5px;
}
.wrapper .container .bottom .elements_wrap {
	width: 225px;
	float: left;
}
.wrapper .container .bottom .elements_wrap .element_label {
	float: left;
	width: 90px;
	margin-right: 5px;
	font-size: 90%;
}
.wrapper .container .bottom .elements_wrap .thumbs {
	float: left;
	height: 130px;
	width: 107px;
}
.container .bottom .elements_wrap .title,
.container .bottom .press .title
 {
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.2em;
	width: 250px;
}
.popup_title
 {	font-family: freight-sans-pro, serif;
font-weight: 700;
color: white;
letter-spacing: .03em;
width: 500px;
text-transform: uppercase;
margin-top: 15px;
margin-bottom: 8px;
font-size: 110%;
}
.wrapper .container .bottom #divider {
	float: left;
}
.wrapper .container .bottom .press ul li {
	font-size: 103%;
	
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #cdcdcd;
}
.from {
	text-align: right;
	font-size: 85%;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #b3b3b3;
}
.wrapper .container .bottom .press {
	float: right;
	width: 390px;
}
.wrapper .container .bottom .press ul {
	margin-top: 15px;
}
.bottom_reflect {
	margin-left: -100px;	
}
a:link, a:hover, a:visited, a:active {
	color: #b3b3b3;
	text-decoration:none;
	
}
#inline_example1 #FB_hero {
	height: 312px;
	width: 572px;

}
#inline_example1 {	font-family: freight-sans-pro, serif;
	margin-left: 40px;
}#inline_example1 p {
	line-height: 18px;
	letter-spacing: .02em;
}
.scrollable {
	margin-top: 15px;
	margin-bottom: 0px;
}
.line {	font-family: freight-sans-pro, serif;
	margin-top: 10px;
}
.launch {
	font-size: 85%;
	color: #FFF;
	margin-right: 10px;
}


p {
	width: 580px;
	font-size: 95%;
	color: #cdcdcd;
	margin-bottom: 10px;
	line-height: 18px;	
	opacity: 0.9;
}
/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
width: 600px;
height: 200px;


    /* custom decorations */
   
 
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set the width and height for the root element and
    not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:600px;
}

/* single scrollable item */
.scrollable img {
    float:left;
margin: 5px 5px 20px;    padding:2px;
width: 90px;
height: 59px;

}

/* active item */
.scrollable .active {

    position:relative;
    cursor:default;
}


.links{
	float: left;
position: relative;
top: 60px;
left: 70px;
margin-right: 85px;
font-size: 80%;
width: 19px;
height: 15px;


}
.links-lower{
	float: left;
position: relative;
top: 135px;
left: 70px;
margin-right: 85px;
font-size: 80%;
width: 19px;
height: 15px;


}
.container-banner .banner {
	float: left;
	background-image: url(../images/youtube_bkgd.jpg);
	background-repeat: no-repeat;
	height: 977px;
	width: 1013px;
}
.container-banner .banner .banner_holder {
	float: left;
	height: 250px;
	width: 970px;
	margin-top: 76px;
	margin-left: 22px;
}#inline_example6 .scrollable .link_out .links a img,
#inline_example6 .scrollable .link_out .links-lower a img {
	float: left;
	height: 19px;
	width: 15px;
}
.launch a img {
	margin-left: 5px;
}
.simple {
	background: transparent;
	border: none;
	text-align: left;
	font-size: 95%;
	margin-left: -10px;	font-family: freight-sans-pro, serif;
	color: #b3b3b3;
	text-decoration:none;
}
input:focus, textarea:focus, button:focus, a:link:focus {
	outline:none;
}
.wrapper .container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .container .title {
	font-weight: 700;
	color: #eeeeee;
	margin-bottom: 10px;
	}
.wrapper .container .title_videos {
	font-weight: 700;
	color: #eeeeee;
	margin-bottom: 10px;
	margin-top: 50px;
}
.wrapper .container .videolink {
	font-size: 85%;
	color: #eeeeee;
	text-decoration:none;
}
.wrapper .container .videoBox {
float: left;
height: 90px;
width: 90px;
margin-right: 16px;
margin-bottom: 57px;

}
.wrapper .container #videoHolder {
	float: left;
	width: 640px;
	height: 200px;
	
}

.wrapper .container #videoHolder .videoBox img {
	margin-bottom: 5px;
}
.thankyouVideo {
	margin-top: 10px;
	float: left;
}
				
#cboxContent,
#cboxLoadedContent {
	overflow: visible;
	width: 700px;
	display: inline;

}
			