/* CSS Document */

/* main 

/* global reset */
* { margin: 0px; padding: 0px; font-size: 100%; overflow: hidden; }

/* general rules */
html, body { width: 100%; height: 100%; font: 12px helvetica, verdana, arial; background: #000; }

h1 { font-size: 2em; letter-spacing: -1px; line-height: 23px; padding: 0 0 3px 0; text-transform: uppercase; }
h2 { font-weight: normal; color: #333; }

.text { font: 14px "Times New Roman", Times, serif; background: none;}

a:link {  color: #333; text-decoration: underline; }
a:visited { color: #333;  }
a:hover { color: #000; }
a:active { color: #333; }

img { border: none; }

strong { font-weight: bold; }

#movie { margin: 5px; font-size: 9px; color: #333; }
#movie a:hover { color: #fff; }

/* ------------------------- basic layout ------------------------- */

/* styles for IE 5 Mac */
#horizon { position: absolute; top: 20px; left: 20px; }
 
/* following rules are invisible to IE 5 \*/
#horizon { top: 50%; left: 0px; width: 100%; margin-top: -384px; text-align: center; }
/* end IE 5 hack */ 
	  
#wrapper { background-color: #000; position: relative; text-align: left; width: 1024px; height: 768px; margin: 0px auto; }
#backgroundImage { position: absolute; left: 0px; right: 0px; }
#maincontainer { position: absolute; width: 940px; height: 550px; background: none; padding: 10px; border: 0px solid #666; top: 50%; left: 50%; margin-top: -285px; margin-left: -480px; }

/* left container */
#leftcontainer { float: left; width: 80px; height: auto; padding: 10px; background: url(../images/trans.png); }

#logo { float: left; width: 80px; height: 40px; background: url(../images/lp_logo_small.png) no-repeat; }
#logo a { display: block; width: inherit; height: inherit; }

#navigation { float: left; width: 80px; margin-top: 0px; }
#navigation ul { list-style: none; }

/* center column */
#centercontainer { width: 560px; height: 560px; float: left; margin: 0px 10px; background: none; }

/* center column */
#centerprojectscontainer { width: 560px; height: 1000px; float: left; margin: 0px 10px; background: none; }

/* right column */
#rightcontainer { width: 240px; height: auto; float: right; padding: 5px 10px 5px 10px; background: url(../images/trans.png); }
#navigation ul{ font:Verdana, Arial, Helvetica, sans-serif;float: left; width: 80px; margin-top: 10px; }
#navigation ul { font:Verdana, Arial, Helvetica, sans-serif; list-style: none; }

	#txt {
		
	color:#FFF;
	position:absolute;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin : 0px 0px 0px 400px;
	border-top: 2px solid ;
	border-color:000000;
	padding:0px;
	margin-top: 0px;
	width:450px;
	text-align:left;
	
	}
	
	
	#txt a{
		
	color:#000000;
	text-align:center;
		padding-bottom: 5px;

	}
	
	
	#txt a:hover {
		color: #00CC66;
		

}


#txt p {
margin-top : 2px;
}


#txt a:link {
color:#666666;
text-align:left;
}

	body#current a#menu-current, 
body#home a#menu-home,
body#newsletter a#menu-newsletter,
body#powerPack a#menu-powerPack,
body#toolbox a#menu-toolbox,
body#browserPhoto a#menu-browserPhoto
	{color:navy; 
	background:#00FF00; 
	display:block;}