*,html,body{ padding: 0;margin: 0;}

*,html{
	font-family: "droid-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	-webkit-font-smoothing:antialiased;
}

a{
	color: #000;
}

ul{
	list-style-position: inside;
}

p{ padding-bottom: 15px; }

#video_wrapper{
	width: 100%;
	height: 640px;
	background-color: #CCC;
}
#video_wrapper iframe{
	width: 100%;
	height: 100%;
}
#bginfo_wrapper{
	background-color: #2d2d2d;
	background-repeat: repeat-x;
	color: #FFF;
	padding: 30px 0px;
	
/*	background: #2d2d2d;
	background: -moz-linear-gradient(top,  #2d2d2d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #2d2d2d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #2d2d2d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #2d2d2d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #2d2d2d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000',GradientType=0 );*/
		
}
.bgLink{
	width: 290px;
	margin: 0;
}
.bgLink.left{
	margin: 0;
}
@media screen and (min-width:1024px){
	.main_wrapper{
		max-width: 965px;
		padding: 0 48px;
		margin: auto;
		overflow: hidden;
	}
}
@media screen and (max-width:1023px){
	.main_wrapper{
		max-width: 965px;
		padding: 0 20px;
		margin: auto;
		overflow: hidden;
	}
}
.section{
	padding-top: 70px;
	overflow: hidden;
}
.infoGraphic{
	background-image: url(../assets/infoGraphic.png);
	background-repeat: no-repeat;
	height: 390px;
	width: 428px;
	margin-bottom: 35px;
}
.floatingImg{
	overflow: hidden;
}
.thumbnail{
	width: 285px;
	height: 185px;
	background-color: #EEE;
	margin-bottom: 24px;
}
.featureText{
	font-family: "tablet-gothic-narrow",sans-serif;
	font-style: normal;
	font-weight: 200;
	font-style: italic;
	color: #CCCCCC;
	font-size: 28px;
	line-height: 120%;
	margin: auto;
}

@media screen and (min-width:1024px){
	.button{
		padding: 3px 20px;
		text-align: center;
		background-color: #000;
		color: #FFF;
		font-size: 28px;
		max-width: 120px;
		margin: auto;
		cursor: pointer;
	}
}
@media screen and (max-width:1023px){
	.button{
		padding: 3px 20px;
		text-align: center;
		background-color: #000;
		color: #FFF;
		font-size: 28px;
		max-width: 120px;
		cursor: pointer;
	}
}


.button.invert{
	background-color: #FFF;
	color: #000;
}
.title{
	font-size: 32px;
	padding: 0px 0 10px 0;
}
.bold{ font-weight: 700; }
.left{ float: left; margin-right: 24px; }
.right{ float: right; }
.clear{ clear: both; }
.fullWidth{	width: 100%; }
.oneCol{ max-width: 285px; }
.twoCol{ max-width: 605px; }
.halfWidth{ max-width: 450px; }