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


div#container1 {
	z-index: 100;
	color: white;
	left: 0px;
	} 
      
div#scale { 

	position: absolute; 
	top: 0;
	left: 0; 
	z-index: 0; 
	overflow: hidden; 
	}
 


a:link {
	color:#CCFF00;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:line-through;
}


h1{
	color:#CCFF00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	
	position: absolute;
	top: 17px;
	left: 85px;

	}

.tm{
	font-size:14px;
	font-weight: lighter;
	position: absolute;
	top: 10px;

}


.menu {
	width: 350px;
	height: 530px;
	position: absolute;
	top: 68px;
	padding: 10px 20px 20px 20px;
	margin: 10px 10px 10px 0px;
	background-color: #000000;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	left: -1px;
}


.menu ul li { 
	z-index: 100000;
	list-style:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-stretch: condensed;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1em;
	text-align: right;
	margin: 3px 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}


hr{
	color:#CCFF00;
	border: 1px dotted #CCFF00; 
	border-style: none none dashed;
	width: 330px;
	position: absolute;
	top: 250px;
	left: 40px;
	
	
}


.logo{
	position: absolute;
	bottom: 30px;
	right: 50px;
	}


/*Home Page*/


.index_icon{
	z-index: 10000;
	position: absolute;
	top: 130px;
	left: 15px;
	}
	
	
h2{

	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing:-4px;
	line-height: -3px;
	
	margin:20px 20px 20px 20px;
	
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	left: -1px;
	
	position: absolute;
	top: 55px;
	left: 400px;

}

