@charset "utf-8";
/* CSS Document */

	html{
		height:100%;	
	}
	body{
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		background:url(/images/splash/bg.jpg) top left repeat-x #ffffff;
		color:#4b566a;
		height:100%;
	}
	h1{
		font-size:18px;
		padding-top:1em;
	}
	h2{
		font-size:15px;
	}
	h3{
		font-size:13px;
	}
	a{
		color:#0099FF;
	}
	
	p, h3{
		padding-left:1em;
	}	

	#splashContainer{	
		height:100%;			
		position:relative;
		z-index:100;
	}
	#splash{					
		height:710px;
	}
	
	#menuContainer{
		background:url(/images/splash/menuBg.gif) top left repeat-x #00c6ff;
		height:56px;
		width:740px;
		position:absolute;
		top:225px;
	}
	#menuContainer ul{
		list-style-type:none;
		margin:0;
		padding:0;
		padding-left:10px;
		padding-top:24px;		
		position:relative;
		z-index:3;
	}
	#menuContainer ul li{
		float:left;
		padding:0;
		padding-left:7px;
	}
	#menuContainer ul li a{
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		padding:5px;
	}
	#menuContainer ul li a:hover{
		background-color:#000000;
	}
	
	
	#redShoes{
		width:247px;
		height:206px;
		position:absolute;
		top:140px;
		left:555px;
		background:url(/images/splash/redShoes.png) top left no-repeat;
	}
	*html #redShoes{
		 background-image: none;
		 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/splash/redShoes.png",sizingMethod="crop");
	}
	
	#footer{
		width:995px;
		height:50px;
		background:url(/images/splash/logosy.jpg) bottom left no-repeat #ffffff;
		position:absolute;
		top:550px;
		text-align:right;
	}
	#w2b img{
		border:none;
	}
	
	#aboutUs{
		width:970px;
		position:absolute;
		top:700px;
		padding-left:22px;
	}
	
	.clear{
		clear:both;
	}	
