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


body{
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:"Trajan Pro", Arial, Helvetica, sans-serif;
	}
	
a, img{
	border:none;
}

#main{
	width:1024px;
	height:768px;
	background:url(../img/bg_4.jpg) no-repeat top center;
	margin:auto;
	border:2px solid #a98447;
	position:relative;
	}
	
#egg{
	position:absolute;
	display: none;
	height:50px;
	width:50px;
	top:1%;
	left:93%;
	z-index:100;
}

#egg span{
	position:absolute;
	right:100%;
	width:500px;
	text-align:right;
	top:40px;
	color:#FFFFFF;
	font-size:10px;
}

#trigger{
	position:absolute;
	height:50px;
	width:50px;
	top:1%;
	left:93%;
	z-index:1000;
}


#header{
	background:url(../img/logo.png) no-repeat top center;
	width:661px;
	height:160px;
	margin:auto;
	cursor:pointer;
	}
	
#links{
	width:900px;
	height:50px;
	padding:0;
	margin:auto;
	text-align:center;
}

#links a, #links a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	font-size:22px;
	text-shadow:#333333 2px 2px;
	padding:0px;
}

#links a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

#links li{
	display:inline;
	}
	
#links img{
	margin-right:10px;
	opacity:0.75;
	filter:alpha(opacity=75);
	}
	
#links img:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
	cursor:pointer;
	}
	
#info{
	width:60%;
	height:500px;
	margin:auto;
	background-color:#FFFFFF;
	opacity:0.2;
}

#main1{
	margin-left:10px;
	margin-top:10px;
	padding:15px;
}

#ms{
	width:50%;
	float:right;
	padding:0px 5px 0px 10px;
	
}

.whitet{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.whitet li{
	list-style-type:none;
	line-height:35px;
	cursor:pointer;
	position:relative;
	color:#CCCCCC;
}

.whitet li div{
	
	padding:10px;
	background-color:#FFFFFF;
	color:#333333;
	z-index:1000;
	display:none;
	opacity:0.7;
	filter:alpha(opacity=70);
	width:300px;
	font-size:13px;
	line-height:20px;
	border:5px solid #666666;
}

.whitet li:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.whitet li:hover div{
	display:block;
	position:absolute;
	right:100%;
	top:80%;
}

#mainVid{
	float:left;
	width:450px;
	border: 1px solid #333333;
	background-color:#000000;
	height:338px;
	margin-top:20px;
	position:relative;
}

#mainVid .networking{
	position:absolute;
	top:105%;
}

#mainVid .networking img{
	border:1px solid #666666;
	margin-right:8px;
}



.select1{
	border:0px;
	padding:7px;
	width:300px;
	font-size:14px;
	margin-top:20px;
	margin-bottom:18px;
}


.input1{
	width:50px;
	text-align:right;
	margin-right:5px;
	float:left;
	clear:both;
}

#footer{
	clear:both;
	color:#FFFFFF;
	margin:auto;
	width:600px;
	font-size:10px;
	text-align:center;
	position:absolute;
	z-index:100;
	bottom:3%;
	left:20%;
}
