/*! this cuts the sizes of the edge borders so we can use large a bit logner */

	.menuContainer {   	
	    width: 1150px;
	}

   .container {   	
	    width: 1150px;        
	}	

	.row {			
  		width: 1150px;    
	}

	.rowContent {		
  		width: 1150px;  
	}

	.offset-0 {
	    left: 0px;
	}
	.offset-1 {
	    left: 64px;
	}
	.offset-2 {
	    left: 192px;
	}
	.offset-3 {
	    left: 320px;
	}
	.offset-4 {
	    left: 448px;
	}
	.offset-5 {
	    left: 576px;
	}
	.offset-6 {

	    left: 704px;
	}
	.offset-7 {
	    left: 832px;
	}
	.offset-8 {
	    left: 960px;
	}
	.offset-9 {
	    left: 1088px;
	}
