.main_wrapper{
	float:left;
}

.content{
	width:100%;
	min-height:300px;
	float:left;
	margin-top:-3px;
	padding-top:26px;	
}

.click-here{
	display:block;
	text-indent:-9999px;
	width:94px;
	height:35px;
	float:left;
	margin:5px 0 0 -5px;
}

.strip-banner{
	width:100%;
	float:left;
	height:108px;
	margin-top:-12px;
	overflow:hidden;
}

.strip-banner .strip-intro{
	margin-top:30px;
	float:left;
}

.strip-banner .strip-intro h1{
	height:37px;
	width:209px;
	float:left;
	text-indent:-9999px;
	padding-bottom:18px;
}

.strip-banner .strip-testimonial{
	float:left;
	width:580px;
	padding:25px 100px 28px 95px;
}

.quote{
	float:left;
	width:170px;
	padding:50px 50px 30px 50px;
	color:#BE1E2D;
}

.quote-close{
	float:left;
	width:100%;
	height:31px;
	display:block;
	margin-top:-30px;
}

.quote_adj{
	float:left;
	width:330px;
	overflow:hidden;
}

/* Accordion: Tutorial Videos */
.accordion_li,
.accordion_video,
.element{
	width:610px;
	float:left;
}

.accordion_li{
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:2px solid #ccc;
}

.accordion_video{
	height:120px;
	cursor:pointer;
}

.accordion_video .accordion_img{
	margin-right:10px;
	width:150px;
	border:2px solid #BE1E2D;
}

.accordion_video .accordion_desc{
	width:445px;
	height:100px;
}

.accordion_video .accordion_desc h3{
	margin-bottom:0px;
}

.accordion_video .accordion_desc p{
	padding-bottom:3px;
}

.accordion_video .accordion_desc .toggler{
	text-indent:-9999px;
	width:440px;
	height:20px;
	display:block;
}

.accordion_video .accordion_desc .toggler:hover{
	background:url('/html/images/framework/hover-vid.png') no-repeat center;
}
.accordion_video .accordion_desc .toggler.active{
	background:url('/html/images/framework/close-vid.png') no-repeat center;
}
.accordion_video .accordion_desc .toggler.active:hover{
	background:url('/html/images/framework/close-vid.png') no-repeat center;
}
.accordion_video .accordion_desc .toggler{
	background:url('/html/images/framework/play-vid.png') no-repeat center;
}

.element object,
.element .video{
	margin-top:1em;
	width:610px;
	height:413px;
	display:block;
	float:left;
}

