@charset "UTF-8";
/* CSS Document */

body 		 				{padding:0px;
						 	 margin:0px;
							 font-size:10px;
							 font-family:'Trebuchet MS', Tahoma, Geneva, sans-serif;
							 color:#fff;
							 font-weight:lighter;							 
							 overflow-y:hidden;							 							 
							 overflow-x:hidden;}
							 
			a:hover			{text-decoration:none;
							 color:#ccc;
							 font-weight:100;}
			
			a, a:link, 
			a:visited		{text-decoration:none;
							 font-family:'Trebuchet MS',Tahoma, Geneva, sans-serif;
							 font-weight:normal;
							 font-size:inherited;
							 color:#ff9900;}
							 
			.headings		{font-size:2em;
							 font-family:'Trebuchet MS', Tahoma, Geneva, sans-serif;
							 font-weight:lighter;}
			
			.darker			{color:#bbb;}

/* Using the MainBody to run a general theme & background image down the middle of the website  */
						 
			.MainBody 		{width:100%;
					 	 	 height:100%;
						 	 padding-left:0px;
							 font-family:'Trebuchet MS', Tahoma, Geneva, sans-serif;
							 margin-top:0px;
							 position:relative;
							 z-index:-3;
							 display:block;
							 overflow:hidden;}
							 
			.MainAbout
							{width:100%;
					 	 	 height:100%;
						 	 padding-left:0px;
							 font-family:'Trebuchet MS', Tahoma, Geneva, sans-serif;
						 	 font-size:1.35em;
							 color:#fff;
							 font-weight:lighter;
							 margin-top:0px;
							 display:none;
							 position:relative;
							 left:400px;
							 opacity:0;
							 z-index:-2;
							 overflow:hidden;}
							 
			.MainWhat 		{width:100%;
					 	 	 height:100%;
						 	 padding-left:0px;
							 font-family:'Trebuchet MS', Tahoma, Geneva, sans-serif;
						 	 font-size:1.35em;
							 color:#fff;
							 font-weight:lighter;
							 margin-top:0px;
							 display:none;
							 position:relative;
							 left:400px;
							 opacity:0;
							 z-index:-1;
							 overflow:hidden;}
							 
			.MainContact	{width:100%;
					 	 	 height:100%;
						 	 padding-left:0px;
							 font-family:'Trebuchet MS', Tahoma, Geneva, sans-serif;
						 	 font-size:1.35em;
							 color:#fff;
							 font-weight:lighter;
							 margin-top:0px;
							 display:none;
							 position:relative;
							 left:400px;
							 opacity:0;
							 z-index:-1;
							 overflow:hidden;}
							 
			.bg_limo,
			.bg_shell, 
			.bg_car,
			.bg_phone		{min-width:100%;
							 min-height:100%;
							 width:auto;
							 height:auto;}
							 
			.about			{width:100%;
							 height:auto;
							 position:absolute;
							 top:22.5%;}
							 
			.about_shade	{opacity:0.8;
							 width:530px;
							 height:440px;
							 float:right;
							 margin-right:14%;}

	 
			.aboutTxt		{width:450px;
							 height:450px;
							 margin-right:-495px;
							 margin-top:15px;
							 padding:10px 0% 20px 20px;
							 font-size:1em;
							 float:right;
							 text-align:justify;
							 position:relative;
							 z-index:10;
							 line-height:1.5em;}
							 
			.work			{width:100%;
							 height:auto;
							 position:absolute;
							 top:25%;}							 
							 
			.work_shade		{opacity:0.8;
							 width:auto;
							 height:auto;
							 float:right;
							 margin-right:13%;}
				 				 
			.workTxt		{width:400px;
							 height:400px;
							 margin-right:-450px;
							 margin-top:10px;
							 padding:10px 0% 20px 20px;
							 font-size:1em;
							 position:relative;
							 float:right;
							 text-align:justify;
							 line-height:1.5em;}
							 
			.contact		{width:100%;
							 height:auto;
							 position:absolute;
							 top:20%;}							 
							 
			.contact_shade	{opacity:0.8;
							 width:500px;
							 height:440px;
							 float:right;
							 margin-right:14%;}
				 				 
			.contactTxt		{width:400px;
							 height:400px;
							 margin-right:-450px;
							 margin-top:10px;
							 padding:10px 0% 20px 20px;
							 font-size:1em;
							 position:relative;
							 float:right;
							 text-align:justify;
							 line-height:1.5em;}							 

							 
			.topHeader		{position:absolute;
							 top:0px;
							 right:20px;
							 margin-top:20px;}
							 
			.topHeader p	{float:right;
							 font-family:Tahoma, Geneva, sans-serif;
							 font-size:1em;
							 font-weight:normal;
							 padding-left:18px;
							 color:#ccc;
							 letter-spacing:2px;
							 margin-top:16px;}
							 
							 
			.navigate		{position:absolute;
							 top:45%;
							 margin-left:3%;
							 width:100%;
							 opacity:0.7;}
							 
			.navigate img	{width:5%;
							 height:5%;}
							 
			.buttonLeft		{cursor:pointer;
							 position:relative;}
							 
			.buttonRight	{float:right;
							 margin-right:7%;
							 position:relative;
							 cursor:pointer;}
							 
						 
/* The following styles pertains to the Header section of the website */

			.icons			{position:absolute;
							 right:20px;
							 margin-top:-100px;
							 opacity:0.75;}
			
			.spaceShip		{position:absolute;
							 right:290px;
							 margin-top:-57px;
							 opacity:.75;
							 cursor:pointer;}
							 
			.alien			{position:absolute;
							 right:215px;
							 margin-top:-88px;
							 opacity:.75;
							 cursor:pointer;}
							 
			.testTube		{position:absolute;
							 right:115px;
							 margin-top:-95px;
							 opacity:.75;
							 cursor:pointer;}
							 
			.satellite		{position:absolute;
							 right:20px;
							 margin-top:-70px;
							 opacity:.75;
							 cursor:pointer;}				
	
			footer			{width:auto;
							 height:auto;
							 margin-top:-30px;
							 margin-bottom:0px;
							 padding-left:10px;
							 text-align:left;
							 color:#ccc;
							 font-size:.8em;
							 font-family:Trebuchet MS, Helvetica, sans-serif;}
		    