@charset "utf-8";
/* for index */
#play_apple,.apple_logo{
	margin-top:80px;
	margin-left:150px;
}
.index_background #kinder_logo.apple_logo{
	margin-top:80px;
	margin-left:100px;
}
.index_link{
	width:75px;
	height:16px;
	float:left;
}
#kinder.index_link{
	width:78px;
	margin-top:20px;
}
#play.index_link{
	background-image:url(../img/nav_playgroups.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:20px;
	/*margin-left:50px;*/
}
#play.index_link:hover{
	background-image:url(../img/nav_playgroups_hi.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
#kinder_apple{
	position:relative;
	margin-top:130px;
	margin-left:110px;
}
#kinder.index_link{
	background-image:url(../img/nav_kindergarten.gif);
	background-repeat:no-repeat;
}
#kinder.index_link:hover{
	background-image:url(../img/nav_kindergarten_hi.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
/* both for play and kinder index*/
.right_content{/* both for play and kinder index */
	width:267px;
	float:left;
	margin-top:130px;
	margin-left:105px;
}
.content_link:hover{/* both for play_content and kinder_content*/
	cursor:pointer;
}
.content_link{/* both for play_content and kinder_content*/
	width:267px;
}
.visited,#kinder_logo .change_link,.index_link{
	width:73px;
	height:16px;
	display:block;
	float:left;
}
#play_logo .change_link{
	width:75px;
	height:16px;
	display:block;
	float:left;
}
/* play_index */
#play_logo .visited{
	padding-left:50px;
	padding-right:10px;
	margin-left:0px;
	margin-right:10px;
	background-image:url(../img/nav_divider.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#play_logo .change_link{
	background-image:url(../img/nav_kindergarten.gif);
	background-repeat:no-repeat;
}
#play_logo .change_link:hover{
	background-image:url(../img/nav_kindergarten_hi.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
#play_content a div{
	height:47px;
	background-repeat:no-repeat;
}
/* this part is filling the content pic */
#play_content #about{
	background-image:url(../playgroup/img/nav_abtus.gif);	
}
#play_content #about:hover{
	background-image:url(../playgroup/img/nav_abtus_hi.gif);	
}
#play_content #programmes{
	background-image:url(../playgroup/img/nav_prog.gif);	
}
#play_content #programmes:hover{
	background-image:url(../playgroup/img/nav_prog_hi.gif);	
}
#play_content #reg{
	background-image:url(../playgroup/img/nav_reg.gif);	
}
#play_content #reg:hover{
	background-image:url(../playgroup/img/nav_reg_hi.gif);	
}
#play_content #products{
	background-image:url(../playgroup/img/nav_prdts.gif);	
}
#play_content #products:hover{
	background-image:url(../playgroup/img/nav_prdts_hi.gif);	
}
#play_content #birthday{
	background-image:url(../playgroup/img/nav_bday.gif);	
}
#play_content #birthday:hover{
	background-image:url(../playgroup/img/nav_bday_hi.gif);	
}
#play_content #contact{
	background-image:url(../playgroup/img/nav_contact.gif);	
}
#play_content #contact:hover{
	background-image:url(../playgroup/img/nav_contact_hi.gif);	
}
/* for kinder index */
#kinder_logo .change_link{
	background-image:url(../img/nav_playgroups.gif);
	background-repeat:no-repeat;
	margin-right:10px;
	margin-left:50px;
}
#kinder_logo .change_link:hover{
	background-image:url(../img/nav_playgroups_hi.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
#kinder_logo .visited{
	padding-left:10px;
	padding-right:10px;
	background-image:url(../img/nav_divider.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* this part is filling the content pic */
#kinder_content #about{
	height:76px;
	background-image:url(../kindergarten/img/nav_abtus.gif);
	background-repeat:no-repeat;
}
#kinder_content #about:hover{
	background-image:url(../kindergarten/img/nav_abtus_hi.gif);
	background-repeat:no-repeat;
}
#kinder_content #programmes{
	height:64px;
	background-image:url(../kindergarten/img/nav_prog.gif);
	background-repeat:no-repeat;
}
#kinder_content #programmes:hover{
	background-image:url(../kindergarten/img/nav_prog_hi.gif);
	background-repeat:no-repeat;
}
#kinder_content #reg{
	height:64px;
	background-image:url(../kindergarten/img/nav_reg.gif);
	background-repeat:no-repeat;
}
#kinder_content #reg:hover{
	background-image:url(../kindergarten/img/nav_reg_hi.gif);
	background-repeat:no-repeat;
}
#kinder_content #contact{
	height:78px;
	background-image:url(../kindergarten/img/nav_contact.gif);
	background-repeat:no-repeat;
}
#kinder_content #contact:hover{
	background-image:url(../kindergarten/img/nav_contact_hi.gif);
	background-repeat:no-repeat;
}
