/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Autor : daniel simões augusto
	E-mail: daniel.simoes@arcasolutions.com

	Path  : /includes/layout/

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Here Start the Code for Result!
	Results control the content in the middle in the edirectory!
	Be careful with the changes!!!!

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*
	Global CSS control all basic HTML elements: BODY, A, IMG, H1, H2, SPAN...
	This element you don't need put . in front of code																			*/
	@import url("style_global.css");

/*
	Expert CSS control all expert elements that have ID: WRAPPER, HEADER, FOOTER, IMG-TOP
	Elements with ID are 'unique' and don't repeat in the code;																	*/
	@import url("style_expert.css");

	@import url("style_special.css");

/*
	Expert CSS control all Elements that use .class: 																			*/
	@import url("style_classes.css");

/*
	Navbar CSS control all style and visual used in the navbar																	*/
	@import url("style_navbar.css");
	
/*
	Style Tabs CSS contain css classes for tabs in hotel informations
*/
	@import url("style_tabs.css");
