/* RESET (Based on Eric Meyer's Reset) */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* GENERAL */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #464e4c; font-family: Georgia, "Times New Roman", Times, serif; font-size: 80%; }

	h1, h2, h3, h4			{ font-weight: normal; color: #89112b; }
	h1						{ font-size: 2.0em; }
	h2						{ font-size: 1.6em; }
	h3						{ font-size: 1.2em; }
	h4						{ font-size: 1em; }
	
	h2.logo					{ background: url(../images/logo_small.png) left no-repeat;
							  padding: 8px 0 8px 62px; }

	pre						{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
							  white-space: -o-pre-wrap; word-wrap: break-word; }	
	pre, code				{ font-family: Consolas, "Courier New", Courier, monospace; }

	em						{ font-style: oblique; }
	strong					{ font-weight: bold; }
	
	q						{ }

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

	abbr					{ border-bottom: 1px dotted; cursor: help; }
	
	a						{ color: #89112b; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }
	a.img					{ border: 0; }
	
	#header a				{ color: #464e4c; text-decoration: none; }
	#header a:hover			{ text-decoration: underline; }
	
	#footer a				{ text-decoration: none; }
	#footer a:hover			{ text-decoration: underline; }

	blockquote				{ font-style: oblique; font-weight: bold; color: #89112b; }

	dt 						{ font-weight: bold; }

	.caption, caption		{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #ff0000; }
	.highlight				{ color: #89112b; }

/* Line Heights */

	#header p,
	#header li				{ line-height: 1.6; }
	
	p, li, dt, dd, 
	td, th,					
	.caption, caption		{ line-height: 1.5; }
	pre						{ line-height: 1.3; }

/* Margins, Padding & Layout */

	h2, h3, h4,
	p, ul, ol, dl			{ margin: 0.8em 0 0 0; }
	pre						{ margin: 1em 0; }

	ul, ol					{ margin-left: 2em; }
	dd 						{ margin-left: 1.5em; }

	.caption				{ display: block; }

/* List Styles */

	ul						{ list-style: disc; }
	ol						{ list-style: decimal; }
	
	ul li					{ color: #89112b; }
	ul li span				{ color: #464e4c; }

/* General Alignment */

	img.center, 
	div.center				{ margin-left: auto; margin-right: auto; }
	img.left, 
	div.left				{ float: left; margin-right: 1em; margin-bottom: 1em; }
	img.right, 
	div.right				{ float: right; margin-left: 1em; margin-bottom: 1em; }
	
	p.center,				
	th.center, td.center	{ text-align: center; }
	p.left,					
	th.left, td.left		{ text-align: left; }
	p.right	,				
	th.right, td.right		{ text-align: right; }
	p.justify,
	th.justify, td.justify	{ text-align: right; }
	
	.top					{ margin-top: 0 !important; }
	

/* IMAGES */
	
	img						{ display: block; border: 0; }
	#content img			{ margin-top: 1em; background: #e3e3ca; padding: 2px; border: 1px solid #adaf9f; }


/* LAYOUT */

/* Body */
	html					{ height: 100%; }
	body					{ margin: 0; background: #2d302c url(../images/layout/bg.png) top center; height: 100%; }
	#wrapper				{ margin: 0 auto; width: 777px; padding: 0 76px;
							  background: #d1d1bc url(../images/layout/content_bg.png); min-height: 100%; }
	#inner					{ background: url(../images/layout/header_bg.png) 100% -37px no-repeat; }
	
/* Header */
	#header					{ clear: both; overflow: hidden; 
							  padding: 8px 0; }
	#header, #header a		{ }
	#logo					{ margin: 0 27px; float: left; }
	#block					{ float: right; padding: 22px 40px; }
	#contact				{ float: left; margin-top: 0; margin-right: 12px; text-align: right; }

/* Fader */
	#fader					{ height: 297px; position: relative; }
	#fader img				{ position: absolute; top: 0; right: 0; margin-top: 0; }
	
/* Navigation */
	#nav					{ list-style: none; margin: 0; float: left; border-left: 1px solid #94988c; padding-left: 12px; }
	#nav a:hover			{ color: #89112b; text-decoration: none; }
	#index #nav_index a,
	#believe #nav_believe a,
	#what #nav_what a,
	#how #nav_how a,
	#team #nav_team a,
	#contact_page
		#nav_contact a		{ color: #89112b; }

/* Content */
	#content				{ overflow: hidden; padding: 15px 0; position: relative; }
	#left					{ float: left; width: 224px; padding: 45px 35px 0 35px; }
	#right					{ float: left; width: 434px; padding: 0 35px 0 14px; }
	#index #right			{ border-left: 1px solid #94988c; padding-left: 13px; }
	
/* Footer */
	#footer					{ margin: 15px 35px; border-top: 1px solid #99998a; overflow: hidden; padding: 0 0 15px 0; }
	#footer, #footer a		{ color: #99998e; }
	#footer p				{ font-size: 0.85em; font-family: Arial, Helvetica, sans-serif; margin-top: 0.5em; }
	#copyright				{ float: left; }
	#ad						{ float: right; }
		
/* ELEMENTS */
		
/* Tables  */
	table					{ width: 100%; margin: 1.5em 0 0 0; border: 1px solid #eee; }
	th, td 					{ padding: 2px 5px; vertical-align: top; }
	th						{ font-weight: bold; text-align: left; }

	thead th				{ border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	tfoot td				{ border-bottom: 1px solid #eee; border-right: 1px solid #eee; font-weight: bold; }
	tfoot tr:first-child td	{ border-top: 1px solid #ddd; }
	tbody td				{ border-bottom: 1px solid #eee; border-right: 1px solid #eee; }
	tbody tr:hover td		{ border-bottom-color: #ddd; }

	caption					{ caption-side: bottom; }
	
/* Forms  */

	fieldset				{ margin: 1em 0 0 0; padding: 0 15px 15px 15px; border: 1px solid #eee;  }
	legend					{ font-size: 1.2em; background: #fff; }
	
	fieldset .row			{ margin-top: 1em; }
	fieldset .column_inner	{ margin-left: 1em; }
	
	form label				{ display: block; font-weight: bold; line-height: 1.16; margin: 0; }
	form .mandatory			{ color: #aaa; }
	form label.secondary	{ font-size: 0.85em; font-weight: normal; color: #aaa; line-height: 1; margin: 4px 0 2px 0; }
	form label .note,
	form label .error		{ font-size: 0.85em; font-weight: normal; }

	form .field				{ padding: 5px 0 0 0; overflow: hidden; clear: left; }
	form .field_part		{ margin-right: 4px; float: left; clear: none; }
	form .affix				{ font-size: 1em; }

	form label.inline		{ display: inline; font-weight: normal; line-height: 1.4; }

	input.type_text,
	input.type_password,
	input.type_submit,
	input.type_reset,
	input.type_button,
	button,
	select, textarea		{ font-family: sans-serif; }
	input.type_text,
	input.type_password,
	select, textarea		{ font-size: 1em; }
	input.type_submit,
	input.type_reset,
	input.type_button,
	button					{ font-size: 1em; }

	textarea.monospace		{ font-family: Consolas, "Courier New", Courier, monospace; }
	
	optgroup				{ font-style: normal; }

	input.type_text,
	input.type_password,
	select, textarea		{ margin: 0; padding: 0; }
	
	input.type_text,
	input.type_password,
	textarea				{ padding: 2px; }
	select					{ padding: 1px; }

	input.type_radio, 
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
	input.type_text,
	input.type_password		{ width: 18em; }
	textarea				{ width: 98%; height: 10em; }
		
	input.integer, 
	input.decimal			{ width: 6em; } 

	input.size_xxs, 
	select.size_xxs			{ width: 3em; }
	input.size_xs, 
	select.size_xs			{ width: 6em; }
	input.size_s, 
	select.size_s			{ width: 12em; }
	input.size_m, 
	select.size_m			{ width: 18em; }
	input.size_l, 
	select.size_l			{ width: 24em; }
	input.size_xl, 
	select.size_xl			{ width: 30em; }
	input.size_xxl, 
	select.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }

/* Rows & Columns */

	.row					{ overflow: hidden; margin: 1.5em 0 0 0; }	
	.row_first				{ margin-top: 0; }
	.column					{ float: left; }
	.column_inner			{ margin: 0 0 0 1.5em; }
	.column_first
		.column_inner		{ margin-left: 0; }

	.x5						{ width: 5%; }
	.x10					{ width: 10%; }
	.x15					{ width: 15%; }
	.x20					{ width: 20%; }
	.x25					{ width: 25%; }
	.x30					{ width: 30%; }
	.x35					{ width: 35%; }
	.x40					{ width: 40%; }
	.x45					{ width: 45%; }
	.x50					{ width: 50%; }
	.x55					{ width: 55%; }
	.x60					{ width: 60%; }
	.x65					{ width: 65%; }
	.x70					{ width: 70%; }
	.x75					{ width: 75%; }
	.x80					{ width: 80%; }
	.x85					{ width: 85%; }
	.x90					{ width: 90%; }
	.x95					{ width: 95%; }

/* Horizontal Rules  */

	.hr						{ border-top: 1px solid #eee; margin: 1em 0; }
	.hr	hr					{ display: none; }

/* Extraordinary Lens */

	#exlens					{ position: absolute; bottom: 15px; left: 35px; }
	#exlens img				{ border: 0; background: transparent; }