/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		CEEDU
Filename:		layout_common.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	27/6/06		PG			added bottom bar
1	9/3/06		PG			Created

*/

/* general essentials */


#siteHolder {
	position: relative;
	width: 760px;
	height: 420px;
	margin:0px auto;
	/* top:0px;
	left:0px; */
	/*top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -380px; */
	background:transparent url(/images/background/bg_homepage.gif) no-repeat right top;
}
.flashMenu{
	position: absolute;
	left:0px;
	top:0px;
	z-index:100;
	width:474px;
	height:370px;
}

.kid{
	position: absolute;
	left:0px;
	top:0px;
	width:138px;
	z-index:100;
}
.off .logo{
	position: absolute;
	left:0px;
	top:0px;
	width:385px;
	z-index:10;
}
.menu{
	position:absolute;
	left:60px;
	top:153px;
	z-index:100;
}

.normalMenus{
	position:absolute;
	top:250px;
	right:25px;
	width:217px;
}
.normalMenus img{
	display:block;
}

.logo{
	position:absolute;
	right:20px;
	top:22px;
	text-align:right;
}
.text{
	text-align:left;
	position:absolute;
	right:55px;
	top:140px;
	width:310px;
	z-index:200;
}

.text h1{
	padding-bottom:10px;
}
.text p{
	padding:0;
	margin:0;
}

.flashButton{
	position:absolute;
	top:80px;
	right:36px;
	z-index:200;
}
	
.bottomArea{
	position:relative;
	top: 430px;
	/*left:179px;
	width:394px;*/
	width:760px;
	text-align:center;
}

#coSiteFooter{
	position:absolute;
	width:470px;
	height:24px;
	background-color:#000;
	top:388px;
	left:151px;
	color:#000;
	background:transparent url(/images/background/bg_home_footer.gif) no-repeat left top;
	padding-top:4px;
}

#coSiteFooter{
	font-size:0.8em;
}
#coSiteFooter a{
	color:#fff;
	text-decoration:none;
	border-right:1px solid #fff;
	padding:0px 8px; 
}
#coSiteFooter a:hover{
	text-decoration:underline;
}

#coSiteFooter .last{
	border:none;
}
