@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
	font-size:11px;
	font-weight:bold;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	background-color: #FFFFFF;
	background-image: url(/common-images/windamere-navigation-bk.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

ul.MenuBarHorizontal ul td
{
	padding: 12px;
	list-style-type: none;
	font-weight:normal;
}

ul.MenuBarHorizontal td a.mainLevel
 {
	color: #000;
	text-decoration: none;
	background-image: url(/common-images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 12px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-weight:normal;
	border-bottom:dotted #D5BDA4 1px;
	border-right:#D5BDA4 1px dotted;
}

ul.MenuBarHorizontal td a.mainLevel:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(/common-images/nav-arrow-hover.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 12px;
	display: block;
	background-color: #d5ac84;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	border-bottom:dotted #D5BDA4 1px;
	border-top:none;
}

ul.MenuBarHorizontal td a.subLevel {
	color: #000;
	text-decoration: none;
	background-image: url(/common-images/nav-sub-arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 12px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-style: none;
	height: 10px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 8px;
}
ul.MenuBarHorizontal td a.subLevel:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/common-images/nav-sub-arrow-hover.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 12px;
	display: block;
	background-color: #d5ac84;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-style: none;
	height: 10px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 8px;
}


ul.MenuBarHorizontal td h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 6px;
	padding-bottom: 2px;
}

ul.MenuBarHorizontal a.HLimage
 {
	padding:0px;
	margin-top:0px;
	background:none;
	border:none;
}

ul.MenuBarHorizontal a.HLimage:hover
 {
	padding:0;
	margin-top:0px;
	background:none;
	border:none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
ul.MenuBarHorizontal ul table
{
	text-align:left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	border-bottom: 3px solid #900;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background:none;
	padding: 9px 0.75em;
	color:#900;
	text-decoration: none;
	height:15px;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFF;
	color: #600;
	border-top:#900 2px solid;
	height:15px;
		padding: 8px 0.75em;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFF;
	color: #600;
	border-top:#900 2px solid;
	height:15px;
	padding: 8px 0.75em;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}



#windamereHistory {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#windamereLocation {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#oldWindamere {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#theSnuggery {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#itati {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#zri {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#conference {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#dining {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#DHRclub {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#windamerePalms {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#christmas-in-india {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#christmas-at-windamere {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#christmas-this-year {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#christmas-last-year {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#memory-lane {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#things-of-the-past {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#guest-memories {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#raj-memories {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}
#darjeeling-history {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#darjeeling-climate {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#getting-there {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#sight-seeing {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#trekking {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#snaps-of-darjeeling {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#remembrances {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}


#winter-at-windamere {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#windamere-interiors {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#album-the-snuggery {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}


#album-old-windamere {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#windamere-highlights2 {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#GITC {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#whyDrj {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#askAdv {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#our-pictures {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}


#newsletter {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#contact-info {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#dear-windamre {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#making-a-reservation {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}

#publications {
	position:absolute;
	width:200px;
	height:260px;
	z-index:1;
	background-color:#d5ac84;
	margin-left:220px;
	margin-top:0px;
	visibility: hidden;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding:16px;
	color: #74493c;
	width: 971px;
	margin: auto;
	height: auto;
	position: relative;
	clear:both;
}

#footer a {
	color: #74493c;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#translator select {
	font-size:11px;
	padding:1px;
	margin-right:2px;
	margin-top:1px;
	border: #00156e solid 1px;
	background-image: url(/common-images/select-bk.gif);
	background-color:#f7f7f7;
	background-position:top;
	background-repeat:repeat-x;
	color: #666;
	
}

select.google {
width:201px;
}

#translator form {
	margin: 0px;
	padding: 0px;
}
#translator img {
	margin: 0px;
	padding: 0px;
	border:none;
}



a.more {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #af5b00;
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
	}
	
a.more:hover {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #904c02;
	display: inline-block;
	}	
#windamere-tools a.addthis_button_email {
	background-image: url(/common-images/windamere-mail-01.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 24px;
	width: 26px;
	margin-right: 5px;
	text-decoration:none;
}
#windamere-tools a.addthis_button_email:hover {
	background-image: url(/common-images/windamere-mail-02.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 24px;
	width: 26px;
	margin-right: 5px;
	text-decoration:none;
}
#windamere-tools a.addthis_button_print {
	background-image: url(/common-images/windamere-print-01.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 24px;
	width: 26px;
	margin-right: 5px;
	text-decoration:none;
}
#windamere-tools a.addthis_button_print:hover {
	background-image: url(/common-images/windamere-print-02.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 24px;
	width: 26px;
	margin-right: 5px;
	text-decoration:none;
}
#windamere-tools a.addthis_button_favorites {
	background-image: url(/common-images/windamere-favorite-01.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 24px;
	width: 26px;
	text-decoration:none;
}
#windamere-tools a.addthis_button_favorites:hover {
	background-image: url(/common-images/windamere-favorite-02.gif);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 24px;
	width: 26px;
	text-decoration:none;
}


a.special {
	color: #E6D4BE;
	background-color: #670003;
	display: block;
	width: 196px;
	padding:3px;
	margin-bottom:3px;
	text-decoration:none;
	text-align:center;
	margin-left:6px
}
a.special:hover {
	color: #FFF;

	background-color: ;
	background-color: #900;
}

img.desc {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 4px solid #FFF;
}
img.ender {
	margin-top: 8px;
	margin-left: 60px;
	text-align:center;
}

