/*--------------------------*/
/* CSS INCLUDES			    */
/*--------------------------*/
@import url(base.css);

/*--------------------------*/
/* GLOBALS				    */
/*--------------------------*/
body{
	background: url(../images/ui/ui/bg.jpg);
	background-repeat: repeat-x;
	font-family:arial,verdana,sans-serif;
	font-size:5px;
	color:#393939;
	background-color:#ffffff;
	width:970px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.body{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#page{
	position: relative;
}
/*==========================*/
/* HEADER				    */
/*==========================*/
#header{
	padding-bottom:26px; 
	height: 112px;
}
#header .logo{
	display: block;
	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:960px;
	margin: 0px;
	position: absolute;
	top: 78px;
}

/*----------*/
/* user nav */
/*----------*/
#header #userNav{
	position:absolute;
	right:35px;
	top:6px;
	z-index:1000;
}
#header #userNav li{
	float:left;
	position:relative;
	padding-left:12px;
	display: block;
}
#header #userNav li.mylc a{
	color: #888888;
	text-transform:capitalize;
	text-decoration: none;
}
#header #userNav li.mylc a:hover{
	color: #333333;
}
#header #userNav li.assist a.assist, #header #userNav li.lang a.lang{
	background:transparent url(../images/ui/topNavDropDnArrow.gif) no-repeat scroll right center;
	cursor:pointer;
	padding:0 12px 2px 0;
	color:#888888;
	font-size:10px;
	text-transform:capitalize;
	font-weight:normal;
	text-decoration:underline;
	display:block;
}
#header #userNav li.assist a.assist.on, #header #userNav li.lang a.lang.on{
	background:transparent url(../images/ui/topNavDropDnArrowRed.gif) no-repeat scroll right center;
	color:#603524;
	text-decoration:none;
	position: relative;
	z-index: 9999;
}

#header #userNav li.assist #assistMenu{
	display:none;
	font-size:11px;
	position:absolute;
	right:-8px;
	top:-6px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	padding:25px 17px 17px;
	width:144px;
	z-index:1;
}
#header #userNav li.assist #assistMenu.on{
	display:block;
}
#header #userNav li.assist #assistMenu li{
	margin: 0px;
	padding: 0px;
	float: none;
}
#header #userNav li.assist #assistMenu li a{
	background:transparent url(../images/ui/navLinkArrowRight.gif) no-repeat scroll right center;
	padding-right:8px;
	color:#888888;
	font-size:11px;
	text-transform:capitalize;
	text-decoration: none;
}
#header #userNav li.assist #assistMenu li a:hover{
	color:#333333;
}
#header #userNav li.assist #assistMenu li.custServContactNumber{
	border-bottom:1px solid #CCCCCC;
	margin:17px 0 8px;
	padding-bottom:8px;
	color:#888888;
	font-size: 10px;
	text-transform:capitalize;
	width:100%;
}
#header #userNav li.lang #langMenu{
	display:none;
	border:1px solid #CCCCCC;
	position:absolute;
	right:-21px;
	top:-6px;
	z-index:999;
	background:#FFFFFF none repeat scroll 0 0;
	padding:25px 17px 17px 8px;
}
#header #userNav li.lang #langMenu.on{
	display:block;
}
#header #userNav li.lang #langMenu li{
	width:60px;
	padding:0 0 1px;
	padding-left:12px;
}
#header #userNav li.lang #langMenu li a{
	color:#888888;
	font-size:11px;
	text-decoration:none;
	text-transform:capitalize;
}
#header #userNav li.lang #langMenu li a:hover{
	color:#753C52;
	font-weight:bold;
}

/*-------------*/
/* primary nav */
/*-------------*/
#header #primaryNav{
	height:42px;
	position:absolute;
	right:21px;
	top: 37px;
}
#header #primaryNav li{
	float:left;
	height:30px;
	padding-left:17px;
	padding-top:13px;
}
#header #primaryNav li a{
	color: #333333;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
}
#header #primaryNav li a:hover{
	color: #999999;
}
#header #primaryNav #findReserveTab{
	padding: 0px;
	margin: 0px;
}
#header #primaryNav #findReserveTab a{
	display: block;
	color: #666666;
	background:transparent url(../images/ui/topFindReserveLeft.gif) no-repeat scroll left top;
	cursor:pointer;
	font-size:11px;
	margin-left:17px;
	padding-left:2px;
	text-transform:uppercase;
}
#header #primaryNav #findReserveTab span{
	display: block;
	background:transparent url(../images/ui/topFindReserveRight.gif) no-repeat scroll right top;
	font-weight:bold;
	padding:12px 30px 17px 12px;
}

/*==========================*/
/* COLUMNS				    */
/*==========================*/
.col.left{
 	float: left;
 	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	_margin-left: 10px;
	width:204px;
}
.col.right{
 	float: left;
 	position: relative;
	width:725px;
}
.col.right hr{
	background-color:#CCCCCC;
	border:medium none;
	color:#CCCCCC;
	height: 1px;
	margin:	0px;
	margin-top: 15px;
	margin-bottom: 15px;
	*margin-top: 0px;
}

/*==========================*/
/* FOOTER				    */
/*==========================*/
#footer{
	margin-top:17px;
	margin-bottom:25px;
	font-size:10px;
	line-height:14px;
	background: url('');
}
#footer hr{
	display: none;
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width:960px;
	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: 10px;
	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;
}

/*==========================*/
/* IE6 PAGE					*/
/*==========================*/
#ie6 p {
left:200px;
position:absolute;
top:230px;
width:700px;
}
#ie6 a.ie8 {
left:350px;
position:absolute;
top:270px;
}
#ie6 a.flash {
left:550px;
position:absolute;
top:280px;
}
#page.ie6 #footer {
left:0;
margin-top:455px;
position:absolute;
top:0;
z-index:2;
}




}
.PropertyName {
	font-weight: normal; font-size: 16px; color: #7e7e7d; font-family: Verdana,Helvetica,Arial,sans-serif; text-decoration: none
}
.PropertyTextBold {
	font-weight: bold; font-size: 15px; color: #333300; line-height:17px; font-family: Verdana,Helvetica,Arial,sans-serif; text-decoration: none; padding-top: 0px; padding-bottom: 0px;
}
.PropertyTextRegular {
	font-weight: normal; font-size: 11px; color: #f333300; line-height:17px; font-family: Verdana,Helvetica,Arial,sans-serif; text-decoration: none; padding-top: 0px; padding-bottom: 0px;
}
.PropertyTextRegular2 {
	font-size: 14px; color: #666666; line-height:16px; text-decoration: none; padding-top: 0px; padding-bottom: 0px;
}

.StandardTextHeader {
	font-weight: normal; font-size: 14px; color: #666666; text-decoration: none
}

.StandardPropName {
	font-weight: normal; font-size: 16px; color: #7e7e7d; text-decoration: none
}
.StandardTextSubhead {
	font-weight: normal; font-size: 14px; color: #666666; text-decoration: none
}
.StandardRegionName {
	font-weight: normal; font-size: 14px; font-family: Chalet-LondonSixty; color: #5a3131; text-decoration: none
}
.StandardText {
	font-size: 12px; color: #666666; line-height: 15px; text-decoration: none
}
.StandardTextRed {
	font-size: 11px; color: #aa0000; line-height: 16px; font-family: Verdana,Helvetica,Arial,sans-serif; text-decoration: none
}

.BreadcrumbURL {
	font-size: 9px; font-weight: lighter;
}





# CSS Menu styles
.dropWrapper            	{ width: 200px; font-family: verdana; border: 1px solid #ddd; padding: 1px; text-decoration: none;}
.topmenu                	{ float: left; display: block; width: 100px; text-decoration: none;}
.topmenuul              	{ height: 10px; list-style-type: none; margin: 0; padding: 0; text-decoration: none;}
.topmenuliWin           	{ background: url('../images/dropdown_purple.gif') left no-repeat; list-style-type: none; width: 200px; height: 25px; cursor: pointer; margin-bottom: -1px; text-decoration: none;}
.topmenutitle           	{ display: block; float: right; height: 18px; text-align: right; font-size: 9px; padding: 4px 5px 0 0; text-decoration: none;}
.topmenulititle         	{ display: block; color: #666666; font-family: Arial; padding: 5px 5px 5px 4px; font-size: 9px; text-decoration: none;}
li ul, li.over ul       	{ top: auto; z-index: 100; white-space: nowrap; text-decoration: none;}
.submenuul              	{ z-index: 20; text-decoration: none; list-style-type: none; position: relative; height: 150px; padding: 1px 1px 1px 1px; display: none; overflow: auto; width: 200px; text-align: left; margin: 2px 0 0 1px; background-color: #FFFFFF;  z-index: 2000; border: 1px solid #b7b9ba; font-size: 9px; cursor: default;}
ul.submenuul li a       	{ display: block; color: #666666; width: auto; height: 11px; padding: 1px; text-decoration: none;}
ul.submenuul li a:hover 	{ background-color: None; color: #b7b9ba; text-decoration: none; }
ul.submenuul li a:visited	{ background-color: None; color: #666666; text-decoration: none; }
ul.submenuul            	{ width:185px; text-decoration: none;}
.dropClear         		{ clear: both; }






_input
{
color: #781351;
border: 1px solid #666666
}


# Starwood corporate styles
#globalFooterContainer	{
	margin:auto;
	font-size:9px;
	z-index:2000;


}

#globalFooterContainer a	{
	font-size:10px;
	font-family:arial;
	line-height: 14px;
	margin:0px;
	padding:0px;
	z-index: 2000;
}



#globalFooterContainer #globalFooterBrandNavigatorContainer {
	margin-top:15px;
	padding:0px;
	z-index:1000;
}

#globalFooterContainer #brandNavigatorContainer	{
	display:inline;
	padding-right:10px;
	margin:0px;
	position:relative;
}

#globalFooterContainer #brandNavigatorContainer	#youAreOnLink	{
	margin-right:12px;
}

#globalFooterContainer #otherStarwoodBandsContainer	{
	position:relative;
	display:inline;
	margin-left:0px;
	padding:0px;
	z-index:1000;
}

#globalFooterContainer #spgComponentContainer	{
	display:inline;
	margin:0px;
	padding:0px;
    color: #EFEEED;
}

#globalFooterContainer #spgComponentContainer	form{
	margin:0px;
	padding:0px;
	display:inline;
	z-index:1200;
}


#globalFooterContainer #globalFooterBrandNavigatorContainer #spgComponentContainer a#spgSignIn,
#globalFooterContainer #globalFooterBrandNavigatorContainer #spgComponentContainer a#spgSignout,
#globalFooterContainer #globalFooterBrandNavigatorContainer #spgComponentContainer a#spgJoin {
	margin-left:5px;
	margin-right:5px;
	text-decoration:underline;
}



#globalFooterContainer #globalFooterLegal	{
	margin-top:10px;
    color: #CCCCCB;
    z-index:1200;
}

#globalFooterContainer #globalFooterBrandBar {
	margin-top:12px;
	padding-bottom:25px;
}

#globalFooterContainer #globalFooterBrandBar table	{
	width:100%;
	border-top:solid 0px;
	margin:0px;
	padding:0px;
}

#globalFooterContainer #globalFooterBrandBar td	{
	text-align:center;
	width:8%;
	margin:0px;
    vertical-align: top;
}


#globalFooterContainer #globalFooterBrandBar td.verticalSeperator	{
	text-align:center;
	width:2%;
	margin:0px;
}

#globalFooterContainer #globalFooterBrandBar td#first	{
	text-align:left;
    vertical-align: top;
    padding:0 0 0 4px;
	width:10%;
	margin:0px;
}

#globalFooterContainer #globalFooterBrandBar td#last	{
	text-align:right;
    vertical-align: top;
    padding:0 4px 0 0;
	width:10%;
	margin:0px;
}

#globalFooterContainer #globalFooterBrandBar img	{
	border:0px;
	margin:0px;
	padding:0px;
}

#brandNavBrandList	{
display:block;
color: #666666;
position:absolute;
top:-166px;
left:-10px;
visibility: hidden;
font-size: 11px;
text-align: left;
margin:0px;
z-index:1000;
}

*html #brandNavBrandList	{
	left:0px;
	top:-166px;
}

#brandNavigatorContainer #brandNavIframeShim	{
position:absolute;
	width:141px;
	height:170px;
	top:-151px;
	left:-10px;
	border:none;
	display:none;
	z-index:200;
}


* html #brandNavigatorContainer #brandNavIframeShim	{
	position:absolute;
	width:142px;
	height:187px;
	top:-166px;
	left:0px;
	border:none;
	display:none;
	z-index:200;
}

.popdiv
{
overflow:auto;
height:603px;
width: 535px;
}

