/**
 * This file is used to consolidate our sub-styles.
 * ================================================
 */

/**
 * Import the main layout information.
 * 
 * This determines the way the page is displayed - where the header is, where the content is etc.
 */
@import "http://www.eyecareplans.co.uk/styles/layout.css";

/**
 * Import the main styling information.
 * 
 * This determines the way the text looks - fonts, sizes etc.
 */
@import "http://www.eyecareplans.co.uk/styles/styling.css";

/**
 * Import the main object information.
 * 
 * This determines the way objects are displayed - how lists look, how padding is applied etc.
 */
@import "http://www.eyecareplans.co.uk/styles/objects.css";

