@charset "utf-8";
/* CSS Document */

/*Global Setting Start*/
html, body, #wrapper, #wrapperone {
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	border: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#wrapper {
	margin: 0 auto;
   	text-align: left;
   	vertical-align: middle;
	}
#wrapperone {
	margin: 0 auto;
   	text-align: left;
   	vertical-align: middle;
	}

img { border: none; }

.other_links {
	color:#06C;
	text-decoration:none
	}
a.other_links:hover {
	color:#06C;
	text-decoration:underline;
	}
/*Global Setting End*/

/* Home Page start */
#home_toplinks{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666; 
	letter-spacing: 1px;
	text-align: left;
	text-transform:uppercase;
	}

.home_toplinks{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #666666; 
	text-decoration:none;
	}

a.home_toplinks:hover{ 
	color: #666666; 
	text-decoration: underline;
	}
	
.announcement_li { 
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
text-align:left;
vertical-align:top;
color:#666;
text-decoration:none;
	}
a.announcement_li:hover { 
text-decoration: underline;
	}
.footer {
	background:url(images/footer.gif);
	background-repeat:no-repeat;
	}

.quick_contact_bg {
	background:url(images/quick_contact_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
#welcome {
	font-size:15px;
	color:#333;
	text-align: left;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 10px;
	}

#toplinks{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999; 
	letter-spacing: 1px;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	text-transform:uppercase;
	float:left;
	width:auto;
	}

.toplinks{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #666666; 
	text-decoration:none;
	}

a.toplinks:hover{ 
	color: #666666; 
	text-decoration: underline;
	}

/*Home Page End*/

/*Quick contact start*/
.smallText { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #666666; 
	}
.designedby{ 
	font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #ffffff; 
	}
.quickContactHead { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		padding-bottom: 3px;
		font-style:italic;
		color: #666666; 
	}

input.formInputText   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #918f8f;
	background-color: #fff;
	border: solid 1px #cee4f0;
	height: 15px;
	}
	
input.send_button   {
	background:url(images/send.gif);
	background-repeat:no-repeat;
	}
	
form.quickcontact {
	background-color: #def8de;
}
/*Quick contact end*/

/*Typical Pages*/
.header_creche {
	background:url(images/header_bg_creche.gif);
	background-repeat:no-repeat;
	}
.footer_creche {
	background:url(images/footer_bg_our_creche_bg.gif);
	background-repeat:no-repeat;
	}
.header_who_we_are {
	background:url(images/header_bg_who_we_are.gif);
	background-repeat:no-repeat;
	}
.footer_who_we_are {
	background:url(images/footer_bg_who_we_are.gif);
	background-repeat:no-repeat;
	}
.header_pre_school {
	background:url(images/header_bg_our_pre_school.gif);
	background-repeat:no-repeat;
	}
.footer_pre_school {
	background:url(images/footer_bg_our_pre_school.gif);
	background-repeat:no-repeat;
	}
.header_location {
	background:url(images/header_bg_our_location.gif);
	background-repeat:no-repeat;
	}
.footer_location {
	background:url(images/footer_bg_our_location.gif);
	background-repeat:no-repeat;
	}
#submenuCont {
	height: 30px;
	border-top: 1px solid #00A8DE;
	text-transform:uppercase;
	border-bottom: 1px solid #00A8DE;
	width:500px;
	margin-top:5px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #2A3990;
	letter-spacing: 1px;
}

.submenu {
	color: #666;
	text-decoration: none;
	}

a.submenu:hover {
	color: #000;
	text-decoration: underline;
	}
	
#bodytextCont {
	font-size: 13px;
	text-align:justify;
	line-height: 20px;
	color:#333;
	width:500px;
	padding-top:10px;
	}
#creche_footer_menu{
	padding-left:400px;
	padding-top:50px;
	}

#divempty{
position:relative;
display:block;
float:left

}	

}
/* back to top link start*/
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 935px;
	}

#back-to-top,
#back-to-top.visible {
  display: none;
}

#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 3px 17px 3px 7px;
  font: bold 10px Arial, Helvetica, sans-serif;
  color: #fff;
  background: #666 url(images/triangle-gray-up.png) no-repeat right center;
}

#back-to-top.visible {
  display: inline;
}
/* back to top link end*/
