/* CSS Document */
body{ background:url(../images/bg.jpg) repeat;  padding:0px; border:0px; margin:0px;}
img{ border:none;}
.welcome{ font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; text-align:justify; color:#FEA88C; line-height:16px;}
.contact_text{ font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; text-align:justify; color:#FFFFFF; line-height:16px;}
.testimonial{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-align:justify; color:#FFFFFF; line-height:16px; font-weight:bold;}
.contact_page{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-align:justify; color:#FFFFFF; line-height:16px; font-weight:bold;}
/*-------menu------*/
.kormasutra{
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/ks1.jpg);
	background-repeat:no-repeat;
	}
.kormasutra1{

	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/ks1_hover.jpg);
	background-repeat:no-repeat;
	}	

.kormasutra:hover{
	background-image:url(../images/ks1_hover.jpg);
	background-repeat:no-repeat;
	}
	
.korma{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/ks2.jpg);
	background-repeat:no-repeat;
	}
.korma1{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/ks2_hover.jpg);
	background-repeat:no-repeat;
	}	

.korma:hover{
	background-image:url(../images/ks2_hover.jpg);
	background-repeat:no-repeat;
	}	
.testimonials{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/testimonials.jpg);
	background-repeat:no-repeat;
	}
.testimonials1{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/testimonials_hover.jpg);
	background-repeat:no-repeat;
	}	

.testimonials:hover{
	background-image:url(../images/testimonials_hover.jpg);
	background-repeat:no-repeat;
	}		
.menu{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	}
.menu1{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/menu_hover.jpg);
	background-repeat:no-repeat;
	}	

.menu:hover{
	background-image:url(../images/menu_hover.jpg);
	background-repeat:no-repeat;
	}
.gallery{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/gallery.jpg);
	background-repeat:no-repeat;
	}
.gallery1{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/gallery_hover.jpg);
	background-repeat:no-repeat;
	}	

.gallery:hover{
	background-image:url(../images/gallery_hover.jpg);
	background-repeat:no-repeat;
	}	
	
.contact{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	}
.contact1{
	float:right;
	display:block;
	height:27px;
	width:246px;
	background-image:url(../images/contact_hover.jpg);
	background-repeat:no-repeat;
	}	

.contact:hover{
	background-image:url(../images/contact_hover.jpg);
	background-repeat:no-repeat;
	}	
					
/*----------footer--------*/
.link{ font: 12px Arial, Helvetica, sans-serif; color:#FFCC33; font-weight:bold; }	
.link a{ color:#FFCC33; text-decoration: underline; }
.link a:hover{ text-decoration: none; color:#FFFFFF; }
#footer{ font: 12px Arial, Helvetica, sans-serif; color:#000000; }	
#footer a{ color:#000000; text-decoration: underline; }
#footer a:hover{ text-decoration: none; color:#000000; }	  
	  
