/*  SECTIONS  */
.strapsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.strapcol {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.strapcol:first-child { margin-left: 0; }

/*  GROUPING  */
.strapgroup:before,
.strapgroup:after { content:""; display:table; }
.strapgroup:after { clear:both;}
.strapgroup { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.strapspan_3_of_3 { width: 100%; }
.strapspan_2_of_3 { width: 66.13%; }
.strapspan_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.strapcol {  margin: 1% 0 1% 0%; }
	.strapspan_3_of_3, .strapspan_2_of_3, .strapspan_1_of_3 { width: 100%; }
}