/*
-------------------------------------------------------------------------------------
Copyright   : Copyright 2007 Consulting Safety International Pty Ltd
Name        : filter.css                                                        
Version     : 1.00.00                                                         
Under SCM   : 25 Feb 2007
Purpose     : Standard Filter style sheet for use by leafse.com web site.
CSS Author  : Condor - for Consulting Safety International Pty Ltd
XHTML Author: Condor - for Consulting Safety International Pty Ltd
Comments    : 1) Using single quotes in the code "@import url('ie-win.css'); "
                 prevents IE on a Mac from reading the file. Allowing IE for Win
		 to proceed and import the style sheet.
					  
	      2) The second part of the code is known as the IE/5 Mac Band Pass Filter.
		 It is only understood by IE 5.x on Mac and is therefore a perfect way
		 to filter these Mac hacks.
					  
              3) The url references are at the same level and the location of the calling
                 style sheet (in other words do not include any relative directory
		 paths).
					  
	      4) This css will not pass style syntax or standards checks.					  
------------------------------------------------------------------------------------
*/
@import url('ie-win.css'); 

/*\*//*/
  @import "ie-mac.css";
/* */
