@charset "utf-8";
table { border-collapse: collapse; border-spacing:0px;}
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-spacing:0px;
}td
{
font-size:11px;
font-weight: normal;
text-decoration: none;
}
h1
{
display: inline;
font-family: verdana;
font-size:13px;
color: #E12A0B;
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;
}
#body-bg
{ 
background-image:url(../images/body-bg.jpg); background-repeat: repeat;
}
#top-bg
{ background-image:url(../images/toplink-bg.jpg); background-repeat:no-repeat; }
.toplink
{
	font-family: Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; color:#ffffff;}
.toplink:hover
{
	font-family: Verdana, Geneva, sans-serif; font-size:13px; font-weight:bold; font-style: italic; text-decoration:none; color:#000000; background-color:#E12A0B;
}
#header-bg
{
	background-image:url(../images/header-bg.jpg); background-repeat:no-repeat;
}
.topright
{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; text-decoration:none; font-weight:bold;}
#packages
{
	font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; text-decoration:none; color:#000000;background-image:url(../images/pack-bg.jpg); background-repeat:no-repeat;
}
#packages:hover
{
	font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; text-decoration:none; color:#000000;background-image:url(../images/pack-bg1.jpg); background-repeat:no-repeat;
}
.black-head
{
	font-family: "Times New Roman", Times, serif; font-size:14px; font-weight:bold; text-decoration:none; color:#000000;
}
.red
{
font-family: Verdana, Geneva, sans-serif; font-size:11px; font-weight: bold; text-decoration:none; color:#E12A0B;
}
.grey-ul
{
font-family:Arial, Helvetica, sans-serif;font-size:11px; font-weight:bold; text-decoration:underline; color:#505050;
line-height:24px;
}
.red-more
{
font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal;text-decoration:none;color:#E12A0B;
}
#morebg
{
	background-image:url(../images/more-bg.jpg); background-repeat: no-repeat;
}
.more-white
{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; color:#ffffff;
}
.tahoma-red
{
font-family: Tahoma, Geneva, sans-serif; font-size:11px; font-weight: bold; text-decoration:none; color:#E12A0B;
}	
.arial-reguar
{
	font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#000000;
}
#greybg
{
	background-image:url(../images/grey-bg.jpg); background-repeat:no-repeat;
}
#brownbg
{
	background-image:url(../images/brown-bg.jpg); background-repeat:no-repeat;
}
.read-black
{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#000000;
}
.book
{
	font-family:Tahoma, Geneva, sans-serif; font-size:10px; font-weight:bold; text-decoration:none; color:#ffffff;
}	
.verdana11
{
	font-family: Verdana, Geneva, sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#000000; line-height:15px;
}	
	
.redborder
{
	border-width:1px; border-color:#E12A0B; border-style:solid;
}
#bottombg
{
	background-image: url(../images/bottom-bg.jpg); background-repeat:no-repeat;
}
#bottombg1
{
	background-image:url(../images/bottom-bg1.jpg); background-repeat:no-repeat;
}
.verdanawhite
{
	font-family: Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; color:#ffffff;
}	
.bottomlinks
{
	font-family:Verdana, Geneva, sans-serif; font-size:10px; font-weight:normal; text-decoration:none; color:#ffffff;line-height:17px;
}
.breadcrump
{
font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; color:#000000;
}
#rightmore-bg
{
	background-image:url(../images/rightmore-bg.jpg); background-repeat:no-repeat;}
.right-head
{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; color:#ffffff;
}







/*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; 
}
