.col-hd2-1 {width:8.33333%}  /* grid is 100%,100% divided by total colums (this is a 12 column gris system) ,12 and multiply by the current column number. round to 5 decimals   */
.col-hd2-2 {width:16.66667%}
.col-hd2-3 {width:25%}
.col-hd2-4 {width:33.33333%}
.col-hd2-5 {width:41.66667%}
.col-hd2-6 {width:50%}
.col-hd2-7 {width:58.33333%}
.col-hd2-8 {width:66.66667%}
.col-hd2-9 {width:75%}
.col-hd2-10{width:83.33333%}
.col-hd2-11{width:91.66667%}
.col-hd2-12{width:100%}

/*display bock and hidden classes*/
.show1 {
	display:none;
}
.show2 {
	display:none;
}
.show3 {
	display:none;
}
.show4 {
	display:none;
}
.hide1 {
	display:block;
}
.hide2 {
	display:block;
}
.hide3 {
	display:block;
}
.hide4 {
	display:block;
}
/*End of display block and hidden classes*/

/*START OF GLOBAL CSS*/

.marginTop25{
	margin-top:25px;
}

/*END OF GLOBAL CSS*/

.section1 {
	height:980px;
	padding:10px;
}


/*START OF SERVICES PAGEe*/
