.gridcontainer {
	min-height:1px;/*min-height is required for IE7*/
	margin:0px 0 20px 0;
	position:relative;
	
	}
.gridbox {
	/*min-height is required for IE7*/
	float:left;
	min-height:1px;/*550px;*/
	padding-bottom:20px;
	
	}
.cmspage .gridbox{	
	min-height:1px;/*400px;*/
	}
.gridbox .gridbox{
	/*min-height is required for IE7*/
	float:left;
	min-height:1px;
	}
.hor_line {
	clear:both;
	}


/*##################################
COLUMNS CSS
##################################*/
.grid_2 .gridbox {
	width:49%;
	}
.grid_3 .gridbox {
	
	}
.grid_4 ,
.grid_3 {
	margin-bottom:10px;
	}
.grid_4 .gridbox {
	
	}
.grid_5 .gridbox {
	width:19.95%;
	}
.grid_6 .gridbox {
	width:16.63%;
	}