/* 
* Amazium V1.0.0
* Copyright 2011, Mike Ballan
* www.amazium.co.uk
*/






	
	.column 							{ margin:0 0 0 0; overflow:hidden; float:left; display:inline; }
	.row 								{ margin:0 auto; width:1200px; overflow:hidden;  }
	.row .row 							{ margin:0 -16px 0 -16px; width:auto; display:inline-block; }
	
	
	
	@media only screen and (min-width: 950px) and (max-width: 1300px) {
		
	  
     /*Sort Header*/
    .grid_12{
        margin-right: 20px !important;
    }
    
    .grid_11 {
        height: 185px !important;
/*        border: 1px solid fuchsia;*/
    }

    .grid_9 {
        margin-right: 50px !important;
    }
    
    .grid_8 {
        margin-top: 170px !important;
     }
        
    .grid_7 {
        margin-top: 45px !important;
    }
        
    .grid_6 {
        margin-top: 33px !important;
    }
        
    #menu_filter {
        width: 800px !important;
    }
    
    #menu {
        width: 800px !important;
    }
    
    .menubox {
        margin: 0px 20px !important;
    }
    
    #header {
        height: 214px;
    /*border: 1px solid fuchsia !important;*/
    }
    
    #logo {
        height: 90px  !important;

    }
    
    #header img { margin-top:20px; }
		
    #contentbody {
        margin-top: 260px;
    }
    
    
    .contenttxt {
        width: 910px;
        margin-top: 0px;
    }
    
    .cont_left, .cont_right {
        margin-bottom: 40px;
        width: 350px;    
    }
    
    
    	
	.column 							{ margin:0 0 0 0; overflow:hidden; float:left; display:inline; }
	.row 								{ margin:0 auto; width:768px; overflow:hidden; }
	.row .row 							{ margin:0 -14px 0 -14px; width:auto; display:inline-block; }

}

@media only screen and (min-width: 1px) and (max-width: 950px) {
    

         /*Sort Header*/
        .grid_12 {
            margin-right: 10px !important;
        }
        
        .grid_11 {
            height: 185px !important;
        }
        
        .grid_9 {
            margin-right: 20px !important;
        }
        
       .grid_8 {
            margin-top: 170px !important;
        }
        
        .grid_7 {
            margin-top: 45px !important;
        }
        
        .grid_6 {
            margin-top: 33px !important;
        }
       
        
        #menu_filter {
            width: 600px !important;
        }
        
         #menu {
            width: 600px !important;
        }
        
        .menubox {
            margin: 0px 10px !important;
            width: 125px !important;
        }
        
        
        
        #header {
            height: 160px !important;
            
            
        }
        
                
.m_div, .mli { min-width:0 !important; width:100px !important; }
 .msubtxt       { min-width:0 !important; width:113px !important; }
        
        

        #logo {
            height: 80px  !important;
        }
        #header img { margin-top:12px; }
        
         #contentbody {
            margin-top: 230px;
        }
    
         .contenttxt {
            width: 700px;
            margin-top: 0px;
        }
    
        .cont_left, .cont_right {
            margin-bottom: 30px;
            width: 280px;    
        }
        
        
    .column                             { margin:0 0 0 0; overflow:hidden; float:left; display:inline; }
    .row                                { margin:0 auto; width:456px; overflow:hidden; }
    .row .row                           { margin:0; width:auto; display:inline-block; }
    
}

    
	 
/* Clean up on isle 6 ----------- */	

	.container:after 					{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 
	
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after 							{ content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
	
	.row:after,	.clearfix:after 		{ clear:both; }
	.row, 
	.clearfix 							{ zoom:1; }
	.clear 								{ clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;	}
	