/************************************************************************
*
*
*       ######
*     ###     ####                                      ##
*          ##    ##      #        ###                  ###        ###
*      ####  ###  ## ########  #########  ########## ########  #########
*  #  ###    ###   # ###             ### ###      ###  ###    ##     ###
* #   ########     #  ####      ######## ###      ###  ###   #########
* #   ###          #    ####  ###    ### ###      ###  ###   ####
*  #  ###      #  #      ### ###     ### ####    ###   ###   ###
*  ##   #######     #######   ##########   ########    ######  ########
*    ###       #
*       ########
*
*
*        	Copyright 2007 Dreams Lab srl. All Rights Reserved.
*    	Dreams Lab srl, Via Nuova Italia 14/1, 16033 Lavagna (GE) - Italy
*		  tel. +39 0185 397018 - fax +39 0185 397370
*    	             www.dreamslab.it - info@dreamslab.it
*
* MODULE:       css
* FILENAME:     default.css
* AUTHOR:       Massimo Frontoni
* DATE:    	02-Oct-2007
* COPYRIGHT:    © 2007 Dreams Lab srl. All Rights Reserved.
*
* DESCRIPTION:
* Cascading style sheet framework definition
*
* HISTORY:
* ----------------------------------------------------------------------
* 1.0	17-Oct-2007	Massimo Frontoni	initial version
*
************************************************************************/


/* mass reset */
/*@import url(reset.css);*/

/* screen layout for IE */
/*@import url(ie.css);*/

/* screen layout for Firefox, Safari */
@import url(w3c.css);

/* tree menu layout */
@import url(simpletree.css);

/* image slideshow layout */
@import url(image-slideshow.css);

/* popup window layout */
@import url(thickbox.css);

/* print layout */
@import url(printer.css);

/* image panorama */
@import url(jquery.panorama.css);

/* external links */
/*@import url(links.css);*/

/* debug layout */
/*@import url(debug.css);*/
/*@import url(demo.css);*/

