/* Elife HTML-CSS Standard, Copyright 2008 by Phạm Quốc Tuấn, Email: busdcon@gmail.com */

/* 
   CUSTOMIZE 
------------------------------------------------------------------- */

/* Khu vực chính TO NHẤT */
#elife-main{
	position:relative;
	z-index:60;
	width:100%;
	margin:0 auto;
}
#elife-fixbackground{	
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-999;
	margin:0px;
	padding:0px;
}
.elife-page-wrapper{width:1000px; margin:0 auto; position:relative; background:#fff;}

#elife-canvas{ 
	width:1000px;
	margin:0 auto;
    height: 674px;
    position:relative;

}

/* HEADER */
#elife-header{	
	/*height:130px;*/
	
	/*background:url(../image/bg-header.jpg) repeat-x;*/
    width: 224px;
    position:absolute;
    height: 117px;
    top:0px;
    left: 0px;
}

#elife-logo{position:absolute; width:224px; height:117px; z-index:100;}

#elife-header-content{
	float:right;
	width:400px;
	height:30px;
}

/* Footer Div */
#elife-footer{width:1000px;
    
}
#elife-footer-left{width:49%}
#elife-footer-right{width:49%;}

#elife-body{position:relative;background:#e6e4e2;}

/* 
   NAVIGATION - KHU VỰC CHỨA MENU CHÍNH CỦA WEBSITE 
------------------------------------------------------------------- */
/* Style cho div Navigation */
#elife-navigation{
	position:relative;
	/*z-index:299;*/
    width: 224px;
    height: 503px;
    position: absolute;
    left: 0px;
    top:117px;
}


.elife-pagination{padding-top:5px}

.elife-content .elife-section-content{padding:0px 0px 20px 0px;}

/* 
   FIXED 
------------------------------------------------------------------- */
/*LAYOUT 0 SIDEBAR*/
.elife-layout-nosidebar .elife-sidebar-left{display:none}
.elife-layout-nosidebar .elife-sidebar-right{display:none}
.elife-layout-nosidebar .elife-content{width:633px; position: absolute;
    height: 425px;
    left: 224px; top:155px;
}

/*LAYOUT 1 SIDEBAR LEFT*/
.elife-layout-leftsidebar .elife-sidebar-left{float:left; width:210px}
.elife-layout-leftsidebar .elife-sidebar-right{display:none}
.elife-layout-leftsidebar .elife-content{float:right; width:750px}

/*LAYOUT 1 SIDEBAR RIGHT*/
.elife-layout-rightsidebar .elife-sidebar-left{display:none}
.elife-layout-rightsidebar .elife-sidebar-right{float:right; width:240px}
.elife-layout-rightsidebar .elife-content{
	background:#246756 url(../image/content-bg.jpg) repeat-x; float:left; width:748px; min-height:415px; border-radius: 0px 5px 5px 5px;
	border-top: 1px solid #256857;
	border-left: 1px solid #256857;
	border-right: 1px solid #256857;	
}

/*LAYOUT 2 SIDEBAR*/
.elife-layout-twosidebar .elife-sidebar-left{float:left; width:210px}
.elife-layout-twosidebar .elife-sidebar-right{float:right; width:255px}
.elife-layout-twosidebar .elife-content{float:left; width:500px; margin-left:15px}