@import url(reset.css);			/* Resets browser properties */
@import url(common.css);		/* Basic structure and layout, contained in more than one page */
@import url(buttons.css);		/* Reusable buttons and links */
@import url(form.css);			/* Form elements */
@import url(calendar.css);		/* Calendar core css */
@import url(lightbox.css);		/* Lightbox core css */
@import url(typography.css);	/* Typography */
@import url(colours.css);		/* Colours */

/* NOTES

	- Most elements are styled in two levels: one that does not depend on its location
	  (e.g. hotel names are always the same size and colour, whether they are in the
	  package area, in the working area or in the lightbox), and another that depends
	  on where it appears (in some places, the hotel name might need an extra margin
	  because of a preceding element, for example).
	  
	  When making changes to this stylesheet, please make sure you modify the styles
	  in the correct level.
	  
	- As a general rule:
	  <h2> is for page titles
	  <h3> is for box titles
	  <h4> is for product titles

*/
