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

	Autor: Daniel Simões Augusto
	E-mail: daniel.simoes@arcasolutions.com
	
	Path: layout/filename.css
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

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

	Welcome to wonderfull world of CSS style!
	
	These are all the files that control the CSS styles in all the Front Page.
	Be careful with the changes!!!!
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* 
	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");

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

/* 
	Here is the style that control the structure content, BANNER-RIGHT, BANNER-LEFT, CONTENT-MIDDLE...	*/
	@import url("style_content.css");
		
/* 
	You need changing the visual of navbar? This file control the style that are used in the navbar!	*/
	@import url("style_navbar.css");
	
