/*****************************************************************************************************************
	CSS STYLE SHEETS
	- Style sheets linked with main structure and layout of web site
*****************************************************************************************************************/

@import url("layout.css");						/* Main layout design of of the site */
@import url("page_format.css"); 				/* CSS Styles applied to page content formating */
@import url("search.css");
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/****************************************************************************************************************
	INTERNET EXPLORER v6, v7
	- Style fixes for IE6 + IE7 browsers only
****************************************************************************************************************/

@import url("ie_layout.css"); 					/* Main CSS fixes for the IE6, IE7 browsers */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@import url("menu.css"); 

/****************************************************************************************************************
	END
	Author: Simon J Lee
	2009 Caboodle Digital
	www.caboodledigital.co.uk
****************************************************************************************************************/