/* -----------------------------------------
CSS Structure of the files by Razvan Stavila
CSS Design by Razvan Stavila - X3 Studios --
CSS Project made for Company ---------------
------------------------------------------*/

/* Reset by Eric Meyer */
@import url("reset.css");

/* All the Layouts, home and inside; I think only div blocks */
@import url("layout.css");

/* The styles applied on text; font-family, font-size etc. */
@import url("typography.css");

/* This is the css file for all the navigations. Only the structure */
@import url("nav.css");

/* All the form elements are styled in this css file */
@import url("forms.css");

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}