body
{
	font-family: verdana;
}

.logo
{
	background: url('../images/logo.jpg') no-repeat;
	height:90px;
}

.content
{
	font-size: 11px;
	padding: 14px 15px 0 15px ;
}

.header-quotes
{
	font-family: 'times new roman';
	font-size: 20px;
	font-style: italic;
	text-align: right;
	float: right;
	padding: 60px 30px;
	color: #fff;
}

.nav
{

}
	.nav ul
	{
		width: 500px;
		float: right;
		margin: 0 0 0 0;
	}
		.nav ul li
		{
			display: inline;
			list-style: none;
			margin-left: 20px;
		}
			.nav ul li a
			{
				text-decoration: none;
			}
				.nav ul li a:hover
				{
					color:#70458a;
					text-decoration:underline;
				}

#current
{
	font-weight: bold;
	color:#70458a;
}


.mainpage-header
{
	background: url('../images/welcome-header.jpg') no-repeat;
	height: 190px;
}

.index-content
{
	font-size: 11px;
	padding: 10px 0 0 30px;
}
	.homepagecontent p
	{
		
	}
	
.levels-holder
{
	
}
	 .pre-nursery
	 {
		background: url('../images/pre-nursery.jpg') no-repeat scroll 0px 3px transparent;;
		height: 310px;
		position: relative;
		}
		.nursery
		{
			background: url("../images/nursery.jpg") no-repeat scroll 0px -1px transparent;
			height: 310px;
			margin-left: 35px;
			position: relative;
		}
			.lkg-ukg
			{
				background: url("../images/lkg.jpg") no-repeat scroll 0px 1px transparent;
				height: 310px;
				margin-left: 35px;
				position: relative;
			}	
			

	.pre-nursery a,.nursery a,.lkg-ukg a
	{
		position: absolute;
		bottom: 2px;
		right: 40px;
		text-decoration: none;
	}
		.pre-nursery a:hover,.nursery a:hover,.lkg-ukg a:hover
		{	
			color: #fff;
		}
		
.footer
{
background: url('../images/footer.jpg') no-repeat;
height: 147px;
margin-top: 10px;
position: relative;
}
	.contact-info
	{
		color: #fff;
		font-weight: bold;
		padding-left: 170px;
		padding-top: 50px;
		
	}
		.copyright
		{
			position: absolute;
			bottom: 2px;
			right: 15px;
			font-size: 10px;
			color: #fff;
			text-align: right;
					
			}
	a#footerlink:link,
	a#footerlink:visited {
		color: #6da53c;
		text-decoration:none;
	}

	a#footerlink:active,
	a#footerlink:hover {
		color: #9ac85c;
		text-decoration:none;
	}
		
/* about us css */

.aboutus-header
{
background: url('../images/aboutus-header.jpg') no-repeat;
height: 190px;
}

.leftPageIcon
{
	float: left;
}
	.aboutus
	{
		background:url('../images/aboutus-page-indicator.jpg') no-repeat;
		height: 380px;
	}

.rightContentHolder
{
	float: left;
	margin-right: 0;
}
	.discription
	{
	
	}
		.discription p
		{
		
		}	
			.discription ul
			{
				padding-left: 30px;
				margin-right: 0;
			}
				.discription ul li
			{
			
			}
/* end about us css */

/* programme page css */
.programme-header
{
	background:url('../images/programme-header.jpg') no-repeat;
		height: 190px;
}

.programme
{
	background:url('../images/programme-page-indicator.jpg') no-repeat;
	height:725px;
	
}

.programme-photo-left
{
	position: relative;
	top: 390px;
}

.programme-content
{
	float: left;
	line-height: 14px;
}

.programmeRightPhotos
{
	
	height: 750px;
	width:288px;
	float: right;
}

.programmeRightPhotos table
{

}
.programmeRightPhotos table tr
{
}
.programmeRightPhotos table tr td
{
	padding:0 10px 0 5px;
}

.photos
{

}
.photos table tr
{

}
.photos table tr td
{
	padding:0;
}
/* end programme page css */

/* facilities page css*/
.facilities
{
	background:url('../images/facilities-page-indicator.jpg') no-repeat;
	height: 380px;
}

.facilities-header
{
	background: url('../images/facilities-header.jpg') no-repeat;
	height: 190px;
}

/* end facilities page css */

/* activities page css */

.activities-header
{
	background: url('../images/activities-header.jpg') no-repeat;
	height: 190px;
}


.activities
{
	background:url('../images/activities-page-indicator.jpg') no-repeat;
	height: 380px;
}


/* end activities page css */

.contactus-header
{
	background: url('../images/contactus-header.jpg') no-repeat;
	height: 190px;
}

.contactus
{
	background:url('../images/contactus-page-indicator.jpg') no-repeat;
	height: 380px;
}


/*contact us css */

#firstname, #email
{
	width: 200px;
}

.submit-button
{
	display: block;
	width:130px;
	height: 35px;
	background: url("../images/contactus-link-button.jpg") no-repeat scroll 0px 0 transparent;
	border:0;
	text-indent:-9999px;
}

.submit-button:hover
{
	background:url("../images/contactus-hover-button.jpg") no-repeat scroll 2px 0px transparent;
}

.submit-button:active
{
	background: url('../images/contactus-active-button.jpg') no-repeat;
}

#textarea
{
	width: 400px;
	height: 150px;
}

/* end contact us css */