@charset "utf-8";

td
{
font-family: arial;
font-size:11px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
h1
{
display: inline;
font-family: verdana;
font-size:12px;
color: #69BF09;
font-weight: bold;
text-decoration: none;
line-height: 12px;
}
h2
{
	font-family:Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; color:#FFB400;
}
/* CSS Document */
.mar
{
margin-top:0px;
margin-bottom:0px; margin-left: 0px; margin-right: 0px;
}
.background
{
	background-image:url(../images/background.gif); background-color:#ECECEC; background-repeat:repeat-x;
}
/*top link hover coding*/
.home
{ 
font-family: Tahoma, Geneva, sans-serif; font-size:10px; font-weight:bold; color:#2482AC; text-decoration:none;
}
.home:hover
{ 
 color:#FFFFFF; text-decoration:none;
}
#home
{
	background-image:url(../images/home-bg2.jpg);
}
#home:hover
{
	background-image:url(../images/home-bg1.jpg); color:2482AC;
}
#maldives
{
	background-image:url(../images/maldives-bg1.jpg);
}
#maldives:hover
{
	background-image:url(../images/maldives-bg2.jpg);
}
#india
{
	background-image:url(../images/india-bg1.jpg);
}
#india:hover
{
	background-image:url(../images/india-bg2.jpg);
}
#honeymoon
{
	background-image:url(../images/honeymoon-bg1.jpg);
}
#honeymoon:hover
{
	background-image:url(../images/honeymoon-bg2.jpg);
}
#sritour
{
	background-image:url(../images/tour-bg1.jpg);
}
#sritour:hover
{
	background-image:url(../images/tour-bg2.jpg);
}
/* end of top link coding*/
.packleft-bg
{
	background-image:url(../images/pack-left.jpg); background-repeat:repeat-y;
}
.packright-bg
{
	background-image:url(../images/pack-right.jpg); background-repeat:repeat-y;
}
.grey-bg
{
	background-image:url(../images/grey-bg.jpg); background-repeat:repeat-x;
}








.bottom-links
{
	font-family: Verdana, Geneva, sans-serif; font-size: 10px; font-weight:normal; text-decoration:none; color:#000000; line-height: 17px;
} 
.top-most
{
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration:none; color:#ffffff;
} 
.blue-link
{
font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight:bold; text-decoration:none; color:#23AED9;
} 
.leftlink
{
font-family: Verdana, Geneva, sans-serif; font-size: 11px; font-weight:bold; text-decoration:none; color:#23AED9;
} 
.top-bg
{
	background-image:url(../images/top-bg.jpg); background-repeat:no-repeat;
}
.pack-head
{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:none; color:#ffffff;
}
.contents
{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration:none; color:#000000;line-height:15px;
}
.honeymoon-links
{ 
font-family: Tahoma, Geneva, sans-serif; font-size:11px; font-weight:bold; color:#69BF09; text-decoration:none;
}
.dark-blue
{ 
font-family: Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold; color:#003851; text-decoration:none;
}
.view-bg
{
	background-image:url(../images/glass-effect.jpg); background-repeat:no-repeat;
}
.black-link
{
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; text-decoration:none; color:#000000;
}
.blue-pack
{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; text-decoration:none; color:#23AED9;
} 
.blue-read
{
font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; text-decoration:none; color:#23AED9;
} 
.blue-bg
{
	background-image:url(../images/blue-bg.jpg); background-repeat:no-repeat;
}
.tourism
{
	font-family:Comic Sans MS; font-size:12px; font-weight:bold; text-decoration:none; color:#69BF09;
}
.attraction-bg
{
	background-image: url(../images/attraction-bg.jpg); background-repeat:no-repeat
}
.tourist
{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; color:#000000;
}
.main-content
{
font-family: Verdana, Geneva, sans-serif; font-size:11px; font-weight: normal; text-decoration:none; color:#000000;
line-height:16px;
}


/*popup style*/
.formstyle
{
  width: 510px;
  color: #000000;
  /*background-image:  url('../images/formbg.jpg');*/
  /*background-repeat: no-repeat;*/
/*background-position: 100% 100%; */
   border: 2px solid #232D37;
  -webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
  font-size: 11px;
}

fieldset
{
  padding: 0 10px 5px;
  margin: 0 0 5px;
  border: 1px solid #CD4806;
-webkit-border-radius: 5px; /* Safari prototype */
-moz-border-radius: 5px; /* Gecko browsers */
border-radius: 5px;
}

legend
{
width: 9em;
  color: #ffffFF;
  background-color: #FF6616;
  font-family: verdana, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 0;
  width: 100px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px; /* Safari prototype */
-moz-border-radius: 3px; /* Gecko browsers */
border-radius: 3px;
}

label
{
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 30%;
  margin: 5px 3px 0 0;
}
.inputstyle
{
  border: 1px solid #8E3110;
  FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; 
  
}
.inputddstyle
{
  margin: 4px 0 0 0;
  width: 30%;
  border: 1px solid #E47C0B;
  padding: 2px;
}
textarea
{
  margin: 4px 0 0 0;
  width: 90%;
  border: 1px solid #4A9103;
  padding: 2px;
}
input:focus, select:focus, textarea:focus
{
  border: 1px solid #000000;
}

#buttons
{
  text-align: right;
  margin: -5px 0 -2px 0;
  width: 90px;
}

input.button
{
  width: auto;
  background: #D26E00;
  border: 2px solid #CD4806;
}
.query-content
{
font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	COLOR: #000000

}
.divposition
{
z-index:1
}

.content
{
font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	COLOR: #000000

}
.link
{
font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	COLOR: #5A8500

}
.dockclass{
position:relative;
}

.enq-font
{
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana; font-weight: normal; text-decoration: none; 
}
.enq-font1
{
FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; 
}
.enq-font3
{
FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; line-height: 13px;
}
.enq-font2
{
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana; font-weight: normal; text-decoration: none; 
}
.enq-mini
{
FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; 
}
.white-mini
{
FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: arial; font-weight: bold; text-decoration: none; 
}