/** my grid layout helper **/
.master, .parent, .c0lumn, 
.grid1col, .grid2col, .grid3col, .grid4col, .grid5col, .grid6col { width:100%; height:10px; min-height:10px; }
.cl3arer, .master, .parent { width:100%; zoom:1; position:static; clear:both; }
.cl3arer:after, .master:after, .parent:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	font-size:0; 
	line-height:0; 
	}	
.c0lumn { float:left; width:auto; margin:1% 0 1% 4%; padding:0; }
.grid1col, .grid1col .c0lumn { width:100%; margin:1% 0; }	
.grid2col .c0lumn { width:48%; }
.grid3col .c0lumn { width:30.66%; }
.grid4col .c0lumn { width:22%; }
.grid5col .c0lumn { width:16.8%; }
.grid6col .c0lumn { width:13.33%; }
.c0lumn.first { margin-left:0; }
html>body .master, html>body .parent, html>body .c0lumn { height:auto !important; }

/** grids **/

/* 1col */
.span_1_of_1 { width:100% !important; }
/* 2cols */
.span_1_of_2 { width:48% !important; }
/* 3cols */
.span_2_of_3 { width:65.33% !important; }
.span_1_of_3 { width:30.66% !important; }
/* 4cols */
.span_3_of_4 { width:74% !important; }
.span_2_of_4 { width:48% !important; }
.span_1_of_4 { width:22% !important; }
/* 5cols */
.span_4_of_5 { width:79.2% !important; }
.span_3_of_5 { width:58.4% !important; }
.span_2_of_5 { width:37.6% !important; }
.span_1_of_5 { width:16.8% !important; }
/* 6cols */
.span_5_of_6 { width:82.66% !important; }
.span_4_of_6 { width:65.33% !important; }
.span_3_of_6 { width:48% !important; }
.span_2_of_6 { width:30.66% !important; }
.span_1_of_6 { width:13.33% !important; }


.master, .grid1col,	.grid2col, .grid3col, .grid4col, .grid5col, .grid6col { max-width:100%; }
.bbbs,  .bbb, .bbb *,
.bbbs:before, .bbb *:before,
.bbbs:after,  .bbb *:after { 
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; 
	}	
.bcbs,  .bcb, .bcb *,
.bcbs:before, .bcb *:before,
.bcbs:after,  .bcb *:after { 
	-moz-box-sizing:content-box; -webkit-box-sizing:content-box; -ms-box-sizing:content-box; box-sizing:content-box; 
	}	
.mw100s, .mw100, .mw100 * { max-width:100%; } 
/*
.master p { margin:0 0 18px; }
	.master p:last-child { margin-bottom:0; }

	
img { max-width:100%; }
.respo { text-align:left; }
.respo>span { display:inline-block; }
.misc { position:relative; display:table; }
.misc>span { display:table-cell; vertical-align:middle; }
.miscwrap { display:inline-block; text-align:left; }
.miscwrap .misc { height:35px; }
.miscwrap img { margin:0 5px 0 0; }
.fill { 
	left:0;
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:0;
	z-index:1; 
	}
*/	
.master { font:14px/21px Arial, Helvetica, sans-serif; color:#444; }
.master h1 { font-size:46px; line-height:50px; margin-bottom:14px;}
.master h2 { font-size:35px; line-height:40px; margin-bottom:10px; }
.master h3 { font-size:28px; line-height:34px; margin-bottom:8px; }
.master h4 { font-size:21px; line-height:30px; margin-bottom:4px; }
.master h5 { font-size:17px; line-height:24px; }
.master h6 { font-size:14px; line-height:21px; }	
.master, .parent, .c0lumn { position:relative; }
.c0lumn, .grid1col, .grid1col .c0lumn { margin-top:0; margin-bottom:0; position:relative; }	
/*
 E
  N
   D
    */	