Made by:		Evident Interactive

--------------------------------------------------------------------

[Color codes]
[content index]

00 global_layout

------------------------------------------------------------------------------------------------*/

/**------ global_settings ------**/
* 								{padding:0;margin:0}
img 							{border:0}
cite, em, dfn 					{font-style:italic}
big 							{font-size:115%}
small, sup, sub 				{font-size:85%}
sup 							{vertical-align:super}
sub 							{vertical-align:sub}
blockquote *:first-child:before {content:"\201C"}
blockquote *:first-child:after 	{content:"\201D"}
table 							{border-collapse:collapse;border-spacing:0}
caption, th, td 				{text-align:left;/*font-weight:normal*/}
q 								{quotes: "\201C" "\201D" "\2018" "\2019"}

.hideme 						{position:absolute;left:0;top:-5000em}
.nodisplay 						{display:none}
.floatleft 						{float:left}
.floatright 					{float:right}
.error 							{color:red}
.strong 						{font-weight:bold}
	
body 							{font-size: 62.5%;padding:0px;margin:0px;}
body, input 					{font-family:Arial, Helvetica, sans-serif;-moz-outline: none; }

ul,ol,li {
	padding:0px;
	margin:0px;
}

/**------ fixes ------**/

	.clearfix:after { 
		content: "."; 
		display: block; 
		clear: both; 
		visibility: hidden; 
		line-height: 0; 
		height: 0; 
	} 
	
	.clearfix { 
		display: inline-block; 
	} 
	
	html[xmlns] .clearfix { 
		display: block; 
	} 
	
	* html .clearfix { 
		height: 1%; 
	}

/**------  ------**/
