/*
------------------------------------------------------------------------------------------------
	EMBER INTERACTIVE CSS - styles.css											  
------------------------------------------------------------------------------------------------
	Created: 	03-06-2009															
	Author: 	Ember Interactive (www.emberinteractive.co.uk)						
	Website: 	Ember Interactive Limited													
------------------------------------------------------------------------------------------------
*/

/* --- Colours 
														


*/

/*
------------------------------------------------------------------------------------ CSS RESET
															
------------------------------------------------------------------------------------------------
*/


body,div,img,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


html {font-size: 50%;}
body {background: #FFF; font-family: Helvetica, Arial, sans-serif; font-size: 125%; margin: 0; padding: 0; text-align:center;}

html, body {height: 100%;}


/*
----------------------------------------------------------------------------------------- LAYOUT
															
------------------------------------------------------------------------------------------------
*/

#master {width:100%; min-height: 100%; margin:0 auto;}
/* ie6 hack */
* html #master {height: 100%;}

#flash_holder {width:100%; min-height: 100%; margin:0; position:absolute; top:0; left:0; z-index:5000;}
/* ie6 hack */
* html #flash_holder {height: 100%;}

br.clear {clear: both; overflow: hidden; height: 0; line-height: 0;}