/*
*	Main Stuff
*/

html, #splash, #mainwrapper {
      height: 100%;
}

body {
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	padding: 0px; 
	background:url(img/mainbg.jpg) repeat-x;
	background-color: #dad6d7;
	background-attachment: fixed;
	height: 100%;
	font-family: Verdana, Arial, Georgia;
	font-size: 11px;
	color: #1f1f1f;
	text-align: left;

}

body a {
	text-decoration:none; 
	font:bold 11px Verdana, Arial, Georgia; 
	color:#953434;
}

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 143px;
	width: 143px;
	background: url(img/top-corner2.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#splash {
	padding: 0px;
	width: 100%;
    margin: 0 auto;
    border: none;
}

.splashleft {
	border: 0px;
	padding: 0px;
	width: 450px;
	background-color: #030303;
}

.splashmedian {
	border: 0px;
	padding: 0px;
	width: 13px;
	background: url(img/median-trans.png);
}

.splashright {
	border: 0px;
	padding-left: 20px;
}


#mainwrapper {
	padding: 0px;
	width: 100%;
    margin: 0 auto;
    border: none;
}

tr.mainheader {
	background-color: #1f1f1f;
	font-family: Verdana, Arial, Georgia;
	font-size: 11px;
	color: #FFFFFF;
}

ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li a {
	display: block;
	width: 386px;
	height: 30px;
	background: url('img/splashmenu-trans.png');
	}



ul.cssmenu li.showreel a {
	background-position: 0 0;
	}

ul.cssmenu li.email a {
	background-position: 0 -30px;
	}

ul.cssmenu li.mainsite a {
	background-position: 0 -60px;
	}



ul.cssmenu li.showreel a:hover {
	background-position: 0 -90px;
	}

ul.cssmenu li.email a:hover {
	background-position: 0 -120px;
	}

ul.cssmenu li.mainsite a:hover {
	background-position: 0 -150px;
	}
	
	
	
ul#red { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
}

ul#red li { 
	position:relative; 
	float:left; 
	border-bottom:4px solid #FFFFFF; 
	margin-right: 10px; 
	padding-top: 5px;
	font-size: 10px;
}

ul#red li:hover { 
	border-bottom:4px solid #962121;
}

ul#red li a { 
	padding:2px 2px; 
	text-decoration:none; 
	font:bold 11px Verdana, Arial, Georgia; 
	color:#953434;
	font-size: 10px;
}

ul#red li a:hover { 
	color:#962121; 
	border:none; 
}

ul#red li span { 
	display:none; 
	position:absolute; top:20px; left:2px; width:160px; 
	font:normal 11px Verdana, Arial, Georgia;  
	line-height: 15px; 
	background-color: #dad6d7; 
}

ul#red li a:hover span {
	margin-top: 7px; 
	display:block; 
	color:#962121;
}