/* CSS USED In main page, index.html*/


#mainPic_container{
	height:254px;
	background-color:#FFFFFF;
}

#mainPic_left{
	background-image: url(../images/main_pic_left.png);	
	background-repeat:no-repeat;
	float:left;
	padding-right:1px;
	width:515px;
	height:254px;
	clear:right;
}



/*-- WHy Myhometutor ---*/
#mainPic_right{
	float:right;
	width:484px;
	height:254px;

}

#whymht_left{
	float:left;
	width:240px;
	clear:right;
	
}

#whymht_right{
	float:right;
	width:244px;
	height:254px;
	background-image:url(../images/whymht/main_off.jpg);
}


#whymht_left ul{
	display:inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#whymht_left li{
	float:left;
}


.id{
	visibility:hidden;
	position:absolute;
	width:244px;
	height:254px;
}


#id1{
	background-image:url(../images/whymht/main_pt1.jpg);
}

#id2{
	background-image:url(../images/whymht/main_pt2.jpg);
}

#id3{
	background-image:url(../images/whymht/main_pt3.jpg);
}

#id4{
	background-image:url(../images/whymht/main_pt4.jpg);
}


#pt1 a{
	display:block;
	background-image:url(../images/whymht/pt1_off.png);
	width:240px;
	height:54px;
	text-indent:-9999px;

}

#pt2 a{
	display:block;
	background-image:url(../images/whymht/pt2_off.png);
	width:240px;
	height:68px;
	text-indent:-9999px;

}
#pt3 a{
	display:block;
	background-image:url(../images/whymht/pt3_off.png);
	width:240px;
	height:67px;
	text-indent:-9999px;

}

#pt4 a{
	display:block;
	background-image:url(../images/whymht/pt4_off.png);
	width:240px;
	height:65px;
	text-indent:-9999px;

}

#pt1 a:hover{
	display:block;
	background-image:url(../images/whymht/pt1_over.png);
	width:240px;
	height:54px;
	text-indent:-9999px;

}

#pt2 a:hover{
	display:block;
	background-image:url(../images/whymht/pt2_over.png);
	width:240px;
	height:68px;
	text-indent:-9999px;

}
#pt3 a:hover{
	display:block;
	background-image:url(../images/whymht/pt3_over.png);
	width:240px;
	height:67px;
	text-indent:-9999px;

}

#pt4 a:hover{
	display:block;
	background-image:url(../images/whymht/pt4_over.png);
	width:240px;
	height:65px;
	text-indent:-9999px;

}

/*----^ Why Myhometutor^----*/


/* ------------------- News and Prepaid ------------------*/
#newsNprepaid_container{
	height:203px;
	background-color:#FFFFFF;
	
}

#latestNews{
	background-image: url(../images/latestNewsBk.png);	
	float:left;
	width:495px;
	height:203px;
	clear:right;
	padding-left:20px;

}

.label{
	font-size:13px;
	font-weight:bold;
	margin:0px;
	margin-top:5px;
	padding:0px;
}

.imgMain{
	margin-top:5px;
	margin-bottom:15px;
}

#prePaid .imgMain{
	margin-top:5px;
	margin-bottom:6px;
}

#prePaid{
	float:right;
	background-image: url(../images/prepaidBk.png);	
	width:464px;
	height:203px;
	padding-left:20px;
}

#prePaid p{
	margin:0px;
	padding:0px;
	width:200px;
	clear:right;
}

#prePaid .writeup{
	width:258px;
	float:left;
	clear:right;
	margin-top:18px;
}

#prePaid .img{
	margin:0px;
	padding:0px;
	width:199px;
	float:right;
	
}
/*---------------- -------------------------*/