@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#000000;
}
h1.handler{
				font-size:20px;
				font-height: 50%;
				color:#ffffff;
				font-family:'Andale mono';
				margin-left: 2%;
				border-top: 3px solid #000000;
				border-right: 3px solid #000000;
				text-shadow:1px 1px 1px #FF6600;
				font-size-adjust:inherit;
				/* IF IE */
				filter: Shadow(Color=#FF6600, Direction=135, Strength=1);

}
h1.hdl{
				font-size:20px;
}
img#bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
div#menuBg{
	position:fixed;
	height:100%;
	width: 8%;
	margin-left: 6%;
	background-color:#000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index:3;
	padding-top: 20%;
}
img#logo
{
	position:absolute;
	height:20%;
	z-index:4;
	top:3%;
	left:6%;
}
div#LeftCorner{
	height:106px;
	width:31px;
	float:left;
	background-image:url(../images/round_asx.png);
	background-position:top;
	background-repeat:no-repeat;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
div.Container{
	position:absolute;
	visibility:hidden;
	position:fixed;
	width: 50%;
	background-color:#FF6600;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	opacity: 0.5;
}
div.accordion{
	position:absolute;
	z-index:2;
}
p.home{
	margin-right: 10px;
	font-family: "Andale Mono";
}
form.everyPage{
	width:200px;
	margin-right: 0px;
	border-left: 2px dotted #333333;
}
div.page{
	position:absolute;
	top:0;

}
h1.page{
	margin-left: 5%;
	color:#FFFFFF;
	text-shadow: 2px 2px 2px #000;
	filter: Shadow(Color=#000000, Direction=135, Strength=2);

}
div.img{
	width: 35%;
	background-color:;
	float:left;	
	z-index: 3;
}
div.menuAccordion{
	position:absolute;
	left:0;
	top:0;
}
div.myForm{
	position:absolute;
	top:0;
	background-color:#000000;
}
div#responder{
	color:#FF9900;
	margin-bottom: 1%;
	margin-left:-1%;
}
.myForm input{
	margin:	5px;
	border:	1px solid #FF9900;
	background-color:#333333;
	margin-left: 2%;
	color:#FFFFFF;
	font-family:"Andale Mono";
}
.myForm	h1{
	margin-top: 2%;
	margin-left: 1%;
	margin-bottom: 10px;
	color:#FF6600;
	text-shadow: 1px 1px 1px #000;
	/* IF IE */
	filter: Shadow(Color=#000000, Direction=135, Strength=1);
	
}
.myForm label{
	font-family:"Andale Mono";
	color:#FF9900;
	font-size:10px;
	max-width: 100px;
}
.myForm	p{
	color:#FF6600;
	cursor:pointer;
	font-family:"Andale Mono";
}
div.menuItem p{
	margin:0px;
	padding:4px;
}
div.menuItem{
	
}
h2.thisToggler {
	cursor: pointer;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	color:#000000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
p.menu{
	font-family: 'Andale Mono', sans-serif;
	font-size:10pt;
	font-weight:700;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000;
	/* IF IE */
	filter: Shadow(Color=#000000, Direction=135, Strength=1);
}

img#homeImage{
	position:absolute;
	left:0px;
	top:0px;
	/*for IE*/
	border-right:1px solid #000000;
}
.menuList ul{
	position	:	absolute; 
	color	:	#000000;
	font-family	:	"Verdana";
	font-size	:	12px;
	top:36%;
	cursor:pointer;
	padding-left:0px;

}
.menuList	div{
	padding-bottom:3px;
	padding-left:6px;

}

div#myMenuContainer{
	padding-left:8%;
}

.menuVoice2 ul, li{
	font-family:"Georgia";
	line-height:20px;
	font-weight:bold;
	color:#900;
	text-shadow:0px 0px 1px #FC0;
	
	font-size:13px;
}
.menuVoice2 span{
	font-size:12px;
	font-weight:bold;
	margin-left: 20px;
	margin-bottom:10px;
	color:#F00;
}




