/*
---------------------------------------------------------------------------------------------------------
	Cascading Stylesheet designed by Fluvius (http://www.fluvius.co.uk)
	Copyright (c) MD&A Associates. All Rights Reserved.
	Created: March 2009
	Latest Revision: -
	NOTE: At present this file is only used by the index.html file

	IMPORTANT
	No part of this website can be considered a template.
	The author has no problem with you examining this stylesheet to find out how it 'ticks',
	but please don't reproduce it, or any other part of this website, without their written permission.
	Thanks.
--------------------------------------------------------------------------------------------------------- */



/* --------------------
=== Reset Styles -	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
					http://www.clintbalcom.com/css/better-css-reset
   -------------------- */
		html, body { font-size:12px; margin:0; padding:0; line-height:1; }
		* {	font-size:1em; margin:0; padding:0; outline:0; vertical-align:baseline; }
		img { border:none; }
		ul, ol, li { list-style:none; }
		:focus { outline:none; }
		table, td, form, fieldset {	border:none; border-collapse:collapse; border-spacing:0; }
		table { border-collapse:separate; border-spacing:0; } /* tables still need 'cellspacing="0"' in the markup */
		caption, th, td { text-align:left; font-weight:normal; }
		blockquote:before, blockquote:after,
		q:before, q:after { content:""; }
		blockquote, q { quotes:"" ""; }

/* --------------------
=== Element Sizing
   -------------------- */
		h1 { font-size:2.4em; }
		h2 { font-size:1.8em; }
		h3 { font-size:1.6em; }
		h4 { font-size:1.4em; }
		h5 { font-size:1.2em; }
		h6 { font-size:1.1em; }
		ol, ul, li { font-size:1.0em; }
		p {	font-size:1.0em; }
		pre { font-family:monospace; font-size:1.0em; }

/* --------------------
=== Redefine Standard Tags
   -------------------- */
		a:link { color:#6d5c4e; text-decoration:none; font-weight:bold; }
		a:hover { color:#3e342d; font-weight:bold; text-decoration:underline; }
		a:visited { color:#6d5c4e; font-weight:bold; text-decoration:none; }
		body { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; background-color:#009; color:#7b6757; }
		h1 { font-style:italic; font-weight:bold; }
		h2 { font-weight:bold; }
		h3 { font-weight:bold; }
		th { font-weight:normal; text-decoration:none; }

/* --------------------
=== Common Class Elements
   -------------------- */
		.removed { display:none; }
		.move-off { width:1px; position:absolute; left:-999px; overflow:hidden; }
		.bold {	font-weight:bold; }
		.italic { font-style:italic; }
		.underline { text-decoration:underline; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		#centre-movie { position:absolute; left:50%; width:750px; height:400px; margin-left:-375px; }