@charset "UTF-8";
html{
	height:100%;
}

body{
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:100%;
	line-height:18px;
	background:#FFF;
	margin:0;
	padding:0;
	background-image:url(../../media/image/common/v3/bg.png);
	background-repeat:repeat-x;
}

img{
	border:0;
	display:block;
	outline:none;
}

textarea:focus, input:focus{
    outline:none;
}

a{
	font-weight:normal;
}

*:focus{
    outline:none;
}

select{
font-size:11px;
}

table img{
	display:inline;
}

#egl_wrapper{
    width:980px;
	margin:0 auto;
	padding:0;
}

#egl_header{
	float:left;
	width:775px;
	height:120px;
	position:relative;
}

#egl_header img{
	display:inline;
}

#egl_left_content{
	float:left;
	width:210px;
	border:1px solid #CCC;
	background:#F2F2F2;
}

#egl_left_content img{
	display:inline;
}

#egl_main_content{
	float:right;
	width:980px;
}

#egl_full_content{
	width:100%;
}

#egl_footer{
	float:left;
	width:100%;
	margin-top:16px;	
}

.clear{
	clear:both;
}

.egl_footer_content{
	text-align:left;
	display:block;
	float:left;
	padding-right:16px;
	font-size:11px;
}

.egl_footer_content_last{
	text-align:left;
	display:block;
	float:left;
	padding-right:0;
	font-size:11px;
}

.egl_footer_content a, .egl_footer_content_last a{
	color:#808080;
	text-decoration:none;
}

.egl_footer_content a:hover, .egl_footer_content_last a:hover{
	color:#990000;
	text-decoration:none;
}

.egl_footer_content .heading, .egl_footer_content_last .heading{
	font-weight:bold;
	color:#005BAB;
}

.back-to-top{
			position:fixed;
			bottom:25px;
			right:18px;
			text-decoration:none;
			background-image:url(../images/back_to_top.png);
			background-repeat:no-repeat;
			width:25px;
			height:25px;
			overflow:hidden;
			display:none;
		}

.back-to-top:hover{
		background-position:0 -25px;	
		}

#egl_logo{
	position:absolute;
	left:0;
	top:0;
}

#egl_member{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:18px;
	display:block;
}

#egl_email{
	position:absolute;
	left:0;
	top:18px;
	width:100%;
	height:24px;
	display:block;
}

#egl_agent{
	position:absolute;
	left:120px;
	top:0;
	width:80px;
	height:18px;
	display:block;
}
#egl_topmenu{
	position:absolute;
	top:16px;
	left:208px;
	height:42px;
	display:inline;
}

.egl_topmenu_open{
	display:inline;
	width:172px;
	height:42px;
	float:left;
}

.egl_topmenu_close{
	display:inline;
	width:88px;
	height:42px;
	float:left;
}

.egl_topmenu_body{
	background:url(../../media/image/common/v3/topmenu_05.png);
	background-repeat:repeat-x;
	display:inline;
	height:42px;
	float:left;
	position:relative;
}