/**** P&L Systems Splash Page Stylesheet ****/
/**** Created by Torsion Creative *******/
body
	{
	background-color: #01131C;
	background-image: url(../images/bg-splash.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #002239;
	}
img
	{
	border: 0px;
	}
a
	{
	text-decoration: none;
	color: #002239;
	}
	
/**** Layout Items ****/

#container
	{
	background-image: url(../images/splash-executor.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	}
	
#logo
	{
	padding-left: 200px;
	width: 955px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 755px;
	}
html>body #logo
	{
	width: 705px;
	}
	
	
#languageselect
	{
	color: #FFFFFF;
	margin-left: 750px;
	margin-top: 60px;
	padding: 0px 0px 40px 0px;
	width: 955px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 165px;
	}
html>body #languageselect
	{
	width: 165px;
	}
#languageselect ul
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#languageselect li
	{
	border-bottom: 1px dotted #FFFFFF;
	width: 125px;
	}
#languageselect a
	{
	padding: 5px 0px 5px 3px;
	display: block;
	color: #FFFFFF;
	}
#languageselect a:hover
	{
	color: #FFFFFF;
	background-image: url(../images/selector-hover.jpg);
	background-repeat: no-repeat;
	}
	
	
#footer
	{
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
	clear: both;
	width: 955px;
	color: #fff;
	}
	
#footer a {
	color: #fff;
	}
	
/**** Other Classes ****/
	
.none
	{
	display: none;
	margin: 0px;
	padding: 0px;
	}