/*--------------------------*/
/*                          */
/* LC : DESTINATIONS	    */
/*                          */
/*--------------------------*/

/*--------------------------*/
/* CSS INCLUDES			    */
/*--------------------------*/
@import url(base.css);

/*--------------------------*/
/* GLOBALS				    */
/*--------------------------*/
body{
	/*background: url(../ui/bg.jpg);*/
	background-repeat: repeat-x;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	color:#393939;
	background-color:#ffffff;
	width:1030px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.body{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#page{
	position: relative;
}
/*==========================*/
/* HEADER				    */
/*==========================*/
#page.home #header{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 2;
}
#header{
	padding-bottom:26px; 
	height: 112px;
}
#header .logo{
	background: url(../images/ui/lc_logo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 112px;
	width: 204px;
	position:absolute;
	left:20px;
	top:0px;
	z-index:999;
}	
#header hr{
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width:1030px;
	margin: 0px;
	position: absolute;
	top: 78px;
}
#header img.pageTitle{
	display: block;
	position: absolute;
	top: 30px;
	left: 240px;
	height:34px;
	width:256px;
}
/*#header img.pageSubTitle{
	display: block;
	position: absolute;
	top: 86px;
	left: 240px;
	height:21px;
	width:569px;
}*/
#page #header img.pageSubTitle{
	display: block;
	position: absolute;
	top: 86px;
	left: 240px;
	height:19px;
	width:599px;
}
#header ul.explorerNav{
	display: block;
	position: absolute;
	top: 46px;
	left: 730px;
	width:290px;
	z-index: 999;
}
/*#header ul.explorerNav li{
	display: block;
	float: left;
    margin-right: 23px;
}*/

#page #header ul.explorerNav li{
	display: block;
	float: none;
    margin-right: 0px;
}

#page #header ul.explorerNav li.subMenu{
	position: absolute;
	top: -10px;
	left: 80px;
	width: 135px;
}
#page #header ul.explorerNav li.subMenu.open{
	display: block;
	border: solid;
	border-width: 1px;
	border-color: #cccccc;
	background: #ffffff;
	height: 135px;
}
#page #header ul.explorerNav li.subMenu ul{
	position: absolute;
	top: 60px;
	left: 10px;
}
#page #header ul.explorerNav li.subMenu.open ul li{
	margin-bottom: 10px;
}
#page #header ul.explorerNav li.subMenu.open ul a{
	text-transform: none;
	font-size: 12px;
	color: #858585;
}
#page #header ul.explorerNav li.subMenu.open ul a:hover{
	color: #753c52;
}
#page #header ul.explorerNav li.subMenu.closed{
	background-color: none;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	height: 30px;
}
#page #header ul.explorerNav li.subMenu.closed ul{
	display: none;
}
#page #header ul.explorerNav li.stories{
    left: -38px;
    position: absolute;
    top: 1px;
}
#page #header ul.explorerNav li.about{
	position: absolute;
	top: 0px;
	left: 233px;
}
#header ul.explorerNav li a{
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
	color: #3b3b3b;
	cursor: pointer;
}
#page #header ul.explorerNav li.about a:hover{
	color: #753c52;
}
#page #header ul.explorerNav li.stories a:hover, #page #header ul.explorerNav li.stories.on a{
	color: #753c52;
}
#page #header ul.explorerNav li a.ourexp{
	position: absolute;
	top: 10px;
	left: 10px;
}
#page #header ul.explorerNav li.subMenu.open a.ourexp{
	color: #753c52;
}
#page #header ul.explorerNav li.subMenu.closed a.ourexp{
	color: #3b3b3b;
}
#page #header ul.explorerNav li.subMenu.open a.ourexp em{
	background: url(../images/ui/explorerMenu_arrow.png);
	background-position: 0px 5px;
	display: block;
	position: absolute;
	top: 3px;
	left: 103px;
	height: 6px;
	width: 11px;
}
#page #header ul.explorerNav li.subMenu.closed a.ourexp em{
	background: url(../images/ui/explorerMenu_arrow.png);
	background-position: 0px 14px;
	display: block;
	position: absolute;
	top: 3px;
	left: 103px;
	height: 6px;
	width: 11px;
}
#header ul.explorerNav li.active a{
	color: #b63722;
}

/*==========================*/
/* IE6					    */
/*==========================*/
#ie6 p{
	width: 700px;
	position: absolute;
	top: 230px;
	left: 200px;
}
#ie6 a.flash{
	left:550px;
position:absolute;
top:280px;
}
#ie6 a.ie8{
	left:350px;
	position:absolute;
	top:270px;
}
/*==========================*/
/* FOOTER				    */
/*==========================*/

#page.home #footer{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 2;
	margin-top:755px;
}
#page.ie6 #footer{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 2;
	margin-top:455px;
}
#footer{
	margin-top:17px;
	margin-bottom:25px;
	font-size:10px;
	line-height:14px;
}
#footer hr{
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width:1030px;
	margin: 0px;
}

#footer .links{
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 6px;
}
#footer .links li{
	text-align:center;
	display: inline;
	margin-left: 17px;
}
#footer .links li a{
	color:#888888;
	font-size:10px;
	text-transform: capitalize;
	text-decoration: underline;
}
#footer .links2{
	text-align: center;
}
#footer .links2 li{
	color:#CCCCCB;
	text-align:center;
	display: inline;
}
#footer .links2 li a{
	color:#999999;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
}
#footer .links2 li a:hover{
	color:#753C52;
}
#hotellogos{
	margin-top:55px;
	margin-left: 60px;
	position: relative;
	height: 85px;
	background: url(../images/ui/ftr_SPGbg.png);
	background-repeat: no-repeat;
	width: 650px;
}
#footer .logos{
	display:block;
	height:19px;
	left:168px;
	position:absolute;
	top:-12px;
	width:430px;
}
#footer .logos li{
	float:left;
	margin-right:18px;
}
#footer .logos li.last{
	margin-right:0px;
	border: none;
}
#footer .logos2{
	display:block;
	height:38px;
	left:215px;
	position:absolute;
	top:20px;
	width:340px;
}
#footer .logos2 li{
	float:left;
	margin-right:46px;
}
#footer .logos2 li.last{
	margin-right:0px;
	border: none;
}

#footer .legal{
	display: block;
	width: 300px;
	position: absolute;
	top: -20px;
	left: 650px;
}
#footer .legal a.youare{
	display: block;
	color:#000000;
	text-decoration: none;
}
#footer .legal a.youare:hover{
	text-decoration: underline;
}
#footer .legal a.otherbrands{
	color:#753C52;
	text-decoration: underline;
}
#footer .legal a.starwoodhotels{
	text-decoration: none;
	color:#6C6C6C;
}
#footer .legal a.starwoodhotels:hover{
	text-decoration: underline;
}
#footer .legal span.copyright{
	margin-top:16px;
	display: block;
	width:230px;
}

#footer .otherbrandspopup li a{
	line-height:14px;
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	margin:0 0 1px;
	padding:0 10px;
	text-decoration:none;
}
#footer .otherbrandspopup li a:hover{
	color:#753C52;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0 0 1px;
	padding:0 0 0 10px;
	text-decoration:none;
}
#footer .otherbrandspopup li hr{
	border-color:#D9D9D9;
	border-style:solid;
	border-width:0 0 1px;
	margin:3px 10px;
	width:122px;
}
#footer .otherbrandspopup{
	visibility: hidden;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:8px 0;
	width:143px;
	position: absolute;
	top: -205px;
	left: 645px;
}
#footer #spglogo{
	display:block;
	height:90px;
	left:0;
	position:absolute;
	top:-20px;
	width:150px;
}







/*------------------------------*/
/*------------------------------*/
/*------------------------------*/


/*==========================*/
/* FOOTER STAGING		    */
/*==========================*/
#page #footer.staging{
	position: relative;
	margin-top:17px;
	margin-bottom:25px;
	font-size:10px;
	line-height:14px;
	background: url('');
}
#page #footer.staging hr{
	display: none;
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width:960px;
	margin: 0px;
}

#page #footer.staging .links{
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 24px;
}
#page #footer.staging .links li{
	text-align:center;
	display: inline;
	margin-left: 17px;
}
#page #footer.staging .links li a{
	color:#888888;
	font-size:10px;
	text-transform: capitalize;
	text-decoration: underline;
}
#page #footer.staging .links2{
	text-align: center;
}
#page #footer.staging .links2 li{
	color:#CCCCCB;
	text-align:center;
	display: inline;
}
#page #footer.staging .links2 li a{
	color:#999999;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
}
#page #footer.staging .links2 li a:hover{
	color:#753C52;
}

#page #footer.staging #hotellogos{
	margin-top:35px;
	margin-left: 10px;
	position: relative;
	height: 85px;
	background: url(../images/ui/lc_brandbar.png);
	background-repeat: no-repeat;
	width: 650px;
}

#page #footer.staging #hotellogos .logos.top{
	display:block;
	height:28px;
	left:207px;
	position:absolute;
	top:5px;
	width:396px;
}

#page #footer.staging #hotellogos .logos.top a{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px; 
	width: 10px; 
}
#page #footer.staging #hotellogos .logos.top .lemeridien a{
	left: 0px;
	width: 74px; 
}
#page #footer.staging #hotellogos .logos.top .aloft a{
	left: 105px;
	width: 45px; 
}
#page #footer.staging #hotellogos .logos.top .tlc a{
	left: 330px;
	width: 65px; 
}
#page #footer.staging #hotellogos .logos.top .westin a{
	left: 250px;
	width: 50px; 
}
#page #footer.staging #hotellogos .logos.top .fourpoints a{
	left: 180px;
	width: 40px; 
}

#page #footer.staging #hotellogos .logos.bottom{
	display:block;
	height:38px;
	left:255px;
	position:absolute;
	top:46px;
	width:311px;
}

#page #footer.staging #hotellogos .logos.bottom a{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 38px; 
	width: 10px; 
}
#page #footer.staging #hotellogos .logos.bottom .element a{
	left: 266px;
	width: 40px; 
}
#page #footer.staging #hotellogos .logos.bottom .sheraton a{
	left: 90px;
	width: 42px; 
}
#page #footer.staging #hotellogos .logos.bottom .stregis a{
	left: 170px;
	width: 58px; 
}
#page #footer.staging #hotellogos .logos.bottom .whotels a{
	left: 0px;
	width: 40px; 
}
#page #footer.staging #hotellogos .legal{
	display: block;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 660px;
}
#page #footer.staging #hotellogos .legal a.youare{
	display: block;
	color:#000000;
	text-decoration: none;
}
#page #footer.staging #hotellogos .legal a.youare:hover{
	text-decoration: underline;
}
#page #footer.staging #hotellogos .legal a.otherbrands{
	color:#753C52;
	text-decoration: underline;
}
#page #footer.staging #hotellogos .legal a.starwoodhotels{
	text-decoration: none;
	color:#6C6C6C;
}
#page #footer.staging #hotellogos .legal a.starwoodhotels:hover{
	text-decoration: underline;
}
#page #footer.staging #hotellogos .legal span.copyright{
	margin-top:16px;
	display: block;
	width:230px;
}





#page #footer.staging #topDestinationsList {
    color: #333333;
    font-size: 13px;
    position: absolute;
    text-align: left;
    z-index: 99;
}
#page #footer.staging #topDestinationsIframeShim {
    position: absolute;
}
#page #footer.staging #topDestinationsList {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 25px 25px 25px 26px;
    width: 366px;
}
#page #footer.staging #topDestinationsList a:active, 
#page #footer.staging #topDestinationsList a:visited, 
#page #footer.staging #topDestinationsList a:link {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
#page #footer.staging #topDestinationsList a:hover {
    color: #753C52;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#page #footer.staging #topDestinationsList{
    top: -305px;
    left: 475px;
    position: absolute;
    visibility: hidden;
}
#page #footer.staging #topDestinationsList .region_NA {
    float: left;
    height: auto;
    margin-bottom: 21px;
    width: 40%;
}
#page #footer.staging #topDestinationsList .region_All {
    float: right;
    height: auto;
    margin-bottom: 21px;
    width: 50%;
}




#page #footer.staging #socialMediaConnect{
	/*height: 50px;*/
	margin-top: 8px;
}
#page #footer.staging #socialMediaConnect {
	margin-top: 8px;
    border-bottom: 1px solid #D9E0D8;
    border-top: 1px solid #D9E0D8;
    margin: 10px 0 0;
}
#page #footer.staging #socialMediaConnect a {
    font-size: 12px;
}
#page #footer.staging #socialMediaConnect a.arrowLink {
    background: url("http://www.starwoodhotels.com/luxury/images/icons/arrowright_red.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
#page #footer.staging #socialMediaConnect ul {
    height: 30px;
    margin: auto;
    padding: 10px 0;
    width: 650px;
}
#page #footer.staging #socialMediaConnect li {
    float: left;
    height: 20px;
    list-style: none outside none;
    padding: 3px 10px;
}
#page #footer.staging #socialMediaConnect li.mediaIcon {
    padding: 0 2px;
}
#page #footer.staging #socialMediaConnect #footerFBLike {
    position: relative;
    top: 2px;
}
#page #footer.staging #socialMediaConnect .leftLine {
    border-left: 1px solid #D8C9B6;
}
#page #footer.staging #socialMediaConnect a, #page #footer.staging #socialMediaConnect a:link, #page #footer.staging #socialMediaConnect a:active {
    color: #753C52;
    font-weight: bold;
    text-decoration: none;
}
#page #footer.staging #socialMediaConnect a:visited {
    color: #B66483;
}
#page #footer.staging #socialMediaConnect a:hover {
    text-decoration: underline;
}
#page #footer.staging #socialMediaConnect a.arrowLink {
    background: url("http://www.starwoodhotels.com/luxury/images/navLinkArrowRight.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/

#page #footer.staging{
	width: 1085px;
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/






.popup{
	height:314px;
	padding:20px;
	width:410px;
	background: url(../images/ui/aboutPopupBG.png);
	background-repeat: no-repeat;
}
.popup.waris{
	height:214px;
	padding:20px;
	width:450px;
	background: url(../images/ui/warisComingSoon_bg.png);
	background-repeat: no-repeat;
}
.popup.aboutcopy span.header{
	display:block;
	background: url(../images/ui/aboutHeader.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 380px;
	margin-top:20px;
}
.popup p{
	margin-top: 15px;
}
.popup a.close{
	display: block;
	background: url(../images/ui/icon_archivePopup_close.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 47px;
	position: absolute;
	top: 10px;
	left:392px;
    cursor: pointer;
}
.popup a:hover.close{
	background: url(../images/ui/icon_archivePopup_close_on.png);
	background-repeat: no-repeat;
}
/*==========================*/
/* exlorer footer			*/
/*==========================*/

.explorer{
	position: absolute;
	top: 595px;
	left: 35px;
	width: 950px;
	height:103px;
}
.explorer.andrea{
	background: url(../images/ui/sig_andrea.jpg);
	background-repeat: no-repeat;
	background-position: 700px 70px;
}
.explorer.greg{
	background: url(../images/ui/sig_greg.jpg);
	background-repeat: no-repeat;
	background-position: 700px 65px;
}
.explorer span.name{
	color:#8A8A8A;
	display:block;
	font-family:Times New Roman;
	font-size:22px;
	letter-spacing:0.06em;
	margin-top:15px;
	text-transform:uppercase;
	width:285px;
}
.explorer span.title{
	color:#4C4C4C;
	display:block;
	font-family:Arial;
	font-size:14px;
	letter-spacing:0.06em;
	margin-bottom:5px;
	text-transform:uppercase;
	width:275px;
}
.explorer div.split{
	background-color:#C4C4C4;
	font-size:0.01em;
	height:78px;
	left:303px;
	position:absolute;
	top:12px;
	width:1px;
}
.explorer p{
	position: absolute;
	top: 10px;
	left: 325px;
	color:#404040;
	font-family:Arial;
	font-size:11px;
	letter-spacing:0.06em;
	line-height:16px;
	width: 630px;
	height: 75px;
}
.explorer p a{
	color:#B63722;
	text-decoration: none;
}
.explorer p a:hover{
	text-decoration: underline;
}

/*==========================*/
/* POPUPS AND ALERTS		*/
/*==========================*/

/*---------*/
/* overlay */
/*---------*/
#overlay{
	display: none;
	background: url(../images/ui/overlay.png);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
}
/*--------*/
/* popups */
/*--------*/
#overlay .popup{
	display: none;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}


/*-------------------*/
/* ADD THIS TOOL BOX */
/*-------------------*/
.addthis_toolbox .vertical{
    width: 136px;
    padding: 10px 0 10px 0;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.addthis_toolbox .vertical a{
    width: 102px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
}
.addthis_toolbox .vertical a:hover{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}
.addthis_toolbox .vertical span{
    position: absolute;
    left: 14px;
    top: 4px;
}
.addthis_toolbox .vertical .more{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}
.addthis_toolbox .vertical .more a{
    padding: 4px 0;
    margin: 0;
}
.addthis_toolbox .vertical .more span{
    display: none;
}

