/* 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: #e7d0e7; font-family: "Times New Roman", Times, serif; font-size: 0.85em; }

	h1, h2, h3, h4			{ font-weight: normal; color: #fff; }
	h1						{ font-size: 2.0em; }
	h2						{ font-size: 1.6em; }
	h3						{ font-size: 1.4em; }
	h4						{ font-size: 1.2em; }
	
	#site_page_7 h2			{ clear: both; }

	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: #c0a1c0; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }
	a.img					{ border: 0; }

	blockquote				{ font-style: oblique; }

	dt 						{ font-weight: bold; }

	.caption, caption, cite	{ font-size: 0.9em; }
	cite					{ text-align: right; display: block; font-style: normal; }

	.note					{ color: #666; }
	.error					{ color: #ff0000; }

/* Line Heights */

	p, li, dt, dd, 
	td, th,					
	.caption, caption		{ line-height: 1.5; }
	pre						{ line-height: 1.2; }

/* Margins, Padding & Layout */

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

	h1:first-child,
	h2:first-child,
	h3:first-child,
	h4:first-child,
	.file:first-child,
	blockquote:first-child,
	p:first-child			{ margin-top: 0; }

	blockquote				{ margin: 1em 0 0 0; padding: 0 0 0 40px;
							  background: url(../images/layout/quotes.alpha.png) top left no-repeat; }

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

	.caption				{ display: block; }

/* List Styles */

	ul						{ list-style: disc; }
	ol						{ list-style: decimal; }

/* General Alignment */

	img.center, 
	div.center				{ margin-left: auto; margin-right: auto; }
	img.left, 
	div.left				{ float: left; }
	img.right, 
	div.right				{ float: right; }
	
	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; }
	

/* IMAGES */
	
	img						{ display: block; border: 0; }
	.file_standard,
	.file_tiny,
	.file_wideSecondary		{ margin-top: 1.4em; border: 1px solid #5e4c5e; }
	
	.file_standard			{ width: 150px; float: right; margin-left: 1em; margin-bottom: 1em; }
	.file_wideSecondary		{ margin-top: 1.5em; }
	.file_tiny				{ width: 50px; float: right; margin-left: 1em; margin-bottom: 1em; }
	.file_icon				{ width: 64px; float: right; margin-left: 1em; margin-bottom: 1em; }


/* LAYOUT */

/* Body */
	body					{ margin: 0; background: #2d232d url(../images/layout/bg.png) top repeat-x fixed; }
	#container				{ background: url(../images/layout/pattern.png) top no-repeat fixed; padding: 20px; }
	#wrapper				{ width: 760px; margin: 0 auto; }
	
/* Header */
	#header					{ padding: 70px 0; position: relative; }
	#logo					{ margin: 0 0 0 10px; }
	#alex					{ width: 367px; height: 367px; position: absolute; top: -20px; right: -30px; z-index: 1; }
	#alex div				{ width: 367px; height: 367px; z-index: 1; background: url(../images/layout/alex.alpha.png); }
	
/* Navigation */
	#nav					{ border: 1px solid #1e171e; }
	#nav ul					{ list-style: none; margin: 0; background: url(../images/layout/nav_bg.alpha.png) top repeat-x;
							  overflow: hidden; padding: 0 10px; }
	#nav li					{ display: block; float: left; }
	#nav a					{ text-decoration: none; text-transform: uppercase; color: #8f7a8f; display: block;
							  padding: 12px 10px 11px 10px; z-index: 50; position: relative; }
	#nav a:hover			{ color: #fff; }
	#nav li.active			{ background: url(../images/layout/nav_link_bg.alpha.png) top left no-repeat; }
	#nav li.active a		{ color: #fff; }

/* Content */
	#content				{ border: 1px solid #1e171e; border-top: 0;
							  background: url(../images/layout/content_bg.stretch.alpha.png); }
							  
	#primary, #secondary	{ float: left; padding: 20px; position: relative; z-index: 2; }
	#primary				{ width: 410px; }
	#primary.wide			{ width: auto; float: none; }
	#secondary				{ width: 268px; padding-top: 24px; }

	#content_liner_1		{ background: url(../images/layout/content_bg_top.alpha.png) top repeat-x; }
	#content_liner_2		{ background: url(../images/layout/content_bg_bottom.alpha.png) bottom repeat-x; overflow: hidden; }
	
/* Footer */
	#footer					{ padding: 10px 1px; overflow: hidden; }
	#footer, #footer a		{ color: #594c59; }
	#footer a:hover			{ color: #fff; }
	#footer p				{ font-size: 0.75em; margin: 0; }
	#footer #copyright		{ float: left; }
	#footer #contact		{ float: right; }
	#footer .divider		{ color: #403640; padding: 0 0.3em; }
		
/* 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  */

	input.text,
	input.password,
	input.button,
	select, textarea		{ font-family: sans-serif; }
	input.text,
	input.password,
	select, textarea		{ font-size: 1em; }
	
	optgroup				{ font-style: normal; font-weight: bold; }

	input.text,
	input.password,
	select, textarea		{ margin: 0; padding: 0; border: 1px solid #ccc; border-top-color: #bbb; }
	
	input.text,
	input.password,
	textarea				{ padding: 3px; }
	select					{ padding: 2px; }

	input.radio, 
	input.checkbox 			{ margin: 0; }
	div.toggle				{ font-size: 0.1em; }
	
	input.text,
	input.password,
	select					{ width: 16em; }
	textarea				{ width: 98%; height: 10em; }
		
	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; }
	
	fieldset				{ border-top: 1px solid #eee; margin: 1.5em 0; padding: 0; }
	legend + fieldset		{ margin-top: 0; }
	legend					{ font-size: 1.2em; }
	label					{ display: block; line-height: 1.2; font-weight: bold; margin: 0; }
	label.inline			{ float: left; font-weight: normal; }
	
	form .mandatory			{ color: #ddd; }
	form .note,
	form .error				{ font-size: 0.9em; font-weight: normal; margin: 0 0 0.4em 0; line-height: 1; }

	form .row				{ margin: 0.5em 0 0 0; }
	form .field				{ margin: 0.2em 0 0 0; }

/* Horizontal Rules  */

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

/* SPECIALS */
	
	/* Video */
		.videos 			{ overflow: hidden; padding: 0 0 1px 0; }
		.videos a			{ float: left; margin: 15px 0 0 10px;
							  width: 129px; display: block; }
		.videos a.left		{ margin-left: 0; }
		.videos img			{ border: 1px solid #5e4c5e; }
		.videos span		{ display:block;
							  font-size: 0.8em;
							  margin: 0.4em 0 0; white-space: nowrap; }

	/* Modal */
		#modal_overlay 		{ background-color: #2d232d; }
	
	/* Player */
		.player 			{ margin: 0.5em 0 0 0; }
		.player a 			{ display: block; font-size: 0.8em; margin: 0.4em 0 0 0; }
		
	/* Prices */
		#site_page_4 #content
			strong			{ font-size: 1.6em; color: #f2e0f2; }
		
	/* Repertoire */
		#repertoire #content
			ul				{ margin-left: 0; list-style: none; }
		#repertoire #content
			ul li			{ line-height: 1.3; margin-top: 0.2em; overflow: hidden; }
		#repertoire #content
			ul li strong	{ float: left; width: 33%; }
		#repertoire #content
			ul li span		{ float: left; width: 67%; }
	
		#repertoire #content
			ol				{ margin-left: 0; list-style: none; overflow: hidden; }
		#repertoire #content
			ol li			{ float: left; width: 33%; }
	
