.pic_1{
	margin:20px 0 0 40px;
}

.pic_2{
	margin:20px 0 0;
}

.pic_3{
	margin:30px 0 0;
}

.pic_4{
	margin:7px 0 0;
}

.pic_5{
	margin:40px 0 0;
}

.pic_6{
	margin:50px 0 0;
}

.pic_7{
	margin:10px 0 0;
}


.text_1{
	width:275px;
	float:left;
	display:inline;
	margin:10px 7px 0;
	font-weight:bold;
	font-size:16px;
}











/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
              display                               : block;
              clear                                   : both;
              height                                : 0;
              visibility                : hidden;
              content                              : ".";
              line-height                          : 0;
}
.clearfix {
              display                               : inline-table;
              min-height                          : 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
              height                                : 1%;
}
.clearfix {
              display                               : block;
}
/* END OF FOR MAC IE */