/* Postioning and layout rules for the Tudors homepage + Flash intro.

v2.0 - Working on:
Win	FireFox/IE
Mac	FireFox	
===================================*/
		
/* CORE RULES 
====================*/
html {margin:0px; padding:0px; width:100%; height:100%;}

body {margin:0px; padding:0px; width:100%; height:100%; font-family:arial,helvetica,sans-serif; font-size:12px;}

table {padding:0px; margin:0px; border-collapse:collapse; text-align:left;}

#container {width:100%; height:100%;}


/* INTRO+HEADERFLASH
====================*/
html.mask {overflow:hidden;}

#flashintro {/*position:absolute; height:100%;*/width:100%;}

#flashintro.mask {position:absolute; background:#000000; width:100%; height:200%;}

#flashintro.reveal {background:0; position:absolute;}

#flashintro p {/*Initial message is styled to look like the browser's 'missing plug-in' alert for users with css but no JavaScript.*/padding:5px 5px 5px 25px; display:block; background:#ffffff; background-image:url(../images/error_x.png); background-repeat:no-repeat; border:#000000 solid 1px; color:#000000; font-size:11px;}

#flashintro p em {color:#333333; font-style:normal;}

#flashintro a:link, #flashintro a:visited, #flashintro a:active, #flashintro a:hover {color:#ff0000; font-weight:bold;}
