@charset "utf-8";
/* CSS Document */
@font-face{src:url(../fonts/CONSOLA_0.TTF); font-family:0;}
@font-face{src:url(../fonts/CONSOLAB_0.TTF); font-family:bold;}

@font-face{src:url(../fonts/segoeui.ttf); font-family:regular;}


*{
	margin:0px;
	padding:0px;
}

body{
	width:100%;
	height:auto;
	margin:0px auto;
}

#wrapper{
	width:100%;
	height:auto;
	margin:0px auto;
}

#main_div{
	width:100%;
	height:100%;
	background-color:#fff;
	position:absolute;
}

.logo_img img{margin-right:3%; margin-top:1%;}

.logo{
	width:15%;
	height:100%;
	float:left;
	background-color:#fcc024;
	position:relative;
	position:fixed;
}


.logo ul{
	list-style:none;
	position:relative;
}

.logo ul li{
	padding:19% 0px 0px 30%;
	z-index:9999;
	cursor:pointer;
}

.logo ul li a img{
	color:#fff;
	text-decoration:none;
	z-index:9999;	
	-webkit-transition: all 1s ease; 
	 -moz-transition: all 1s ease; 
	 -ms-transition: all 1s ease; 
	 transition: all 1s ease;
}

.logo ul li img:hover{
	cursor:pointer;
	width:60px;
	height:60px;
}


#timeline {
    position: relative;
    padding: 0;
    list-style: none;
	position:fixed;
}

#timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left:85px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #46494a;
}

.main_body{
	width:85%;
	height:100%;
	float:right;
	position:relative;
}





#logo_img{position:absolute;
	
	right:0px;
	z-index:9999;
}

#logo_img img{
	padding:10px;
}



.bottom{width:100%; height:40px; background-color:#4a4a4c;  position:fixed; bottom:0px; }

.bottom ul{list-style:none; line-height:40px; }

.bottom ul li{ color:#fcc024; font-size:12px; padding:0px 0px 0px 10px; float:left;}

.bottom ul li a{text-decoration:none;color:#fcc024; float:left;}

.awemail a{color:#fcc024;}

.awemail a:hover{color:#333333;text-decoration:none;}