/*------------------------------------------------------------------
[frontalProduct Stylesheet]

Project:		eBookers
Version:		1.0
Media:			screen
Last change:	26/05/08
Assigned to:	Emmanuel Sammut (ts)
Primary use:	Front eBookers
-------------------------------------------------------------------*/

/** ----------------------------------------------------------------
 * 1. IMPORTS OF PRODUCT
 */
@import url(global.css);
/*@import url(includeFiles.css);*/
@import url(styles.css);  /* Include Global */
@import url(menu.css);    /* Include Menu */
@import url(product.css);
@import url(calendar.css);

/** ----------------------------------------------------------------
 * 2. STRUCTURE OF PRODUCT
 */
#wrapper {margin:0 auto; width:1000px;}
	/* Content wrapper */
	#contentWrap {margin:10px 0; position: relative;}
		/* Left column */
		#lc {width:192px; float:left;}
		/* right column */
		#rc {width:555px; float:left; display:inline; padding-left: 20px; position: relative;}
/* Markup h1 for SEO */
    #contentWrap h1 {font-size:1em; text-indent:-2000px; height:1px; overflow:hidden;}

