/***
*
* HTML Elements
*Sales.westminster@westin.com
*/

* {
	margin:0;
	padding:0;
}
html, body {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#6e6b5c;
	text-align:center;
	background:#816e5c url('assets/bg.jpg') repeat;
}
a:link, a:visited {
	color:#5a7e95;
	text-decoration:none;
}
a:hover {
	color:#7d6955;
}
a img {
	border:0;
}

/***
*
* IDs, IDs Elements, IDs Classes
*
*/


/***
*
* IDs, IDs Elements, IDs Classes
*
*/

.container {
	height:700px;
	background:url('assets/bg_top.jpg') repeat-x;
}
	.wrapper {
		width:990px;
		margin:0 auto;
		text-align:left;
	}
		#header {
			padding:0 20px;
			color:#cbc6bb;
		}
			ul#nav-header li a:link, #header ul#nav-header li a:visited {
				color:#cbc6bb;
				font-size:12px;
				line-height:75px;
				text-decoration:none;
			}
			ul#nav-header li a:hover {
				color:#cce1b0;
			}
		.header_image {
			text-align:center;
			background:url('assets/bg_content.png') repeat-y;
		}
			.header_image img {
				border-top:1px solid #948b3c;
			}
		.content {
			padding-top:30px;
			background:url('assets/bg_content.png') repeat-y;
		}
		* html .content {
			width:950px;
			margin:0 20px;
			background:#efe7de;
		}
			/*
			.content a {
				text-decoration:underline;
			}
			*/
			.content .column-left {
				width:170px;
				padding:0 20px 0 40px;
			}
			* html .content .column-left {
				padding:0 20px 0 20px;
			}
				.content .column-left h1.reservations {
					display:block;
					width:160px;
					margin-bottom:5px;
					padding:5px;
					color:#fff;
					font-size:15px;
					font-weight:normal;
					text-align:center;
					text-transform:uppercase;
					background:#a8a042;
				}
				.content .column-left a.best-rate-guarantee {
					display:block;
					margin:15px 0;
					font-size:12px;
					line-height:30px;
					text-align:center;
					border-bottom:1px solid #a8a042;
					border-top:1px solid #a8a042;
					text-decoration:underline;
				}
				.content .column-left .subnav {
					margin-bottom:30px;
					font-size:14px;
					line-height:21px;
				}
					.content .column-left .subnav div {
						padding-left:10px;
						color:#7d6955;
						background:url('assets/bullet_s1.gif') center left no-repeat;
					}
					.content .column-left .subnav div:hover {
						color:#5a7e96;
						background:url('assets/bullet_s2.gif') center left no-repeat;
					}
					.content .column-left .vertical-menu {
						background:none !important;
					}
					.content .column-left .vertical-menu-title {
						margin-bottom:5px;
						padding-left:20px !important;
						background:none !important;
					}
						.content .column-left .vertical-menu-title a:link, .content .column-left .vertical-menu-title a:visited {
							color:#5a7e96;
							font-weight:bold;
							/* text-decoration:none !important; */
						}
						.content .column-left .vertical-menu-title a:hover {
							color:#7d6955;
						}
				.content .column-left h3 {
					color:#5b7f96;
					font-size:15px;
					font-weight:normal;
					line-height:30px;
					text-transform:uppercase;
				}
				.content .column-left h5 {
					margin-bottom:10px;
					color:#888677;
					font-size:15px;
					font-weight:normal;
					line-height:20px;
				}
				.content .column-left p {
					line-height:13px;
				}
					.content .column-left p a {
						text-decoration:underline;
					}
			.content .column-right {
				width:705px;
				padding:0 40px 0 5px;
			}
			.content .column-right a {
				text-decoration:underline;
			}
			* html .content .column-right {
				padding:0 20px 0 5px;
			}
				.content .column-right ul {
					list-style-position:outside;
				}
					.content .column-right li {
						margin:0 0 0 20px;
					}
				.content .column-right h1 {
					color:#5b7f96;
					font-size:24px;
					font-weight:normal;
					padding-bottom:10px;
				}				
				.content .column-right h3 {
					color:#597275;
					font-size:16px;
					font-weight:normal;
				}				
				.content .column-right hr {
					height:1px;
					color:#c9c484;
					border:0;
					background-color:#c9c484;
				}				
		.footer {
			padding:40px 20px;
			color:#cbc6bc;			
			background:url('assets/bg_bottom.png') no-repeat;
		}
		* html .footer {
			background:url('assets/bg_bottom1.png') top center no-repeat;
		}
			ul#nav-footer li a:link, .footer ul#nav-footer li a:visited {
				color:#e5eded;
				font-size:11px;
				line-height:16px;
				text-decoration:none;
			}
			ul#nav-footer li a:hover {
				color:#cbc6bc;
			}

/***
*
* Horizontal Navigation
*
*/

.navigation, .navigation ul {
	list-style:none;
}
	.navigation a {
		display:block;
	}
	.navigation li {
		float:left;
		margin-left:25px;
	}

/***
*
* LPS Styles
*
*/

div#headerSlideshow {
	margin:0 auto;
	width:950px !important;
	height:443px !important;
}

.book_now_bar {
	text-align: right;
	margin-top: 10px;
}
.bn_bar {
	padding-left:15px;
	/* background-color: #E1D8C7; */
}
.bw_field {
	padding:0 !important;
	color:#3e8a88 !important;
}
.bn_button {
	float: right;
	background-image: url('assets/bw_btn_arrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #3e8a88;
	font-weight: bold;
	margin: 2px 8px;
	padding: 2px 16px 3px 5px;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	text-decoration:none !important;
}
.booking_bar {
	background-color: #fff;
	clear:both;
	padding:5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.booking_widget {
	float: right;
	height: 54px;
	background-image: url('assets/bw_bg.gif');
	background-repeat: repeat-x;
	color: #4583B8;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 5px;
	display: inline;
}
.booking_widget input, .booking_widget select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.booking_widget input {
	width: 68px;
}
.booking_widget select {
	width: 45px;
}
.booking_box {
	float: left;
	margin-left: 0px;
	width: 267px;
	height: 96px;
	padding: 1px 1px 1px 6px;
	background-image: url('assets/booking_box.gif');
	background-repeat: no-repeat;
	background-position: top right;
	color: #AAA9A9;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	display: inline;
}
.booking_box h1 {
	display: inline;
	color: #DF7C13;
	font-size: 30px;
	font-weight: bold;
}
.booking_box p {
	margin: 0px;
}

/* START MENU STYLE */

.menu div {
	z-index: 1000;
}

.menu {
	position: relative;
	width: 950px;
	padding:0 20px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	z-index: 1000;
	text-align:right;
}

.menu .item {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
}

.menu a {
	color:#e5eeed;
	text-decoration:none;
	height:30px;
}

.menu .item.hover {
	color:#e5eeed;
}

.menu .item.hover a {
	color:#e5eeed;
}


.submenu {
	display:none;
}

/*
.submenu {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 180px;
	z-index: 1000;
	text-align: left;
	/*white-space: nowrap;* /
}

.submenu a {
	color: #fff !important; 
}

.submenu a:hover, .submenu a item.hover {
	color: #fff !important; 
}

.submenu .item {
	float: none;
	display: block;
	padding: 6px 8px;
	height: auto;
	line-height: normal;
}
*/

/* END MENU STYLE */	
	
/***
*
* Classes
*
*/

.clear {
	clear:both;
	height:0.01%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.underline {
	text-decoration:underline;
}

.png {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "assets/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}


.form {
	font-family: Tahoma, Geneva, sans-serif;
	color:#6e6b5c;
	font-size:14px;
}
.form_main {
	font-family: Tahoma, Geneva, sans-serif;
	width:230px;
	margin-left:5px;
	color:#6e6b5c;
}
.form_main_small {
	font-family: Tahoma, Geneva, sans-serif;
	width:80px;
	margin-left:5px;
	color:#6e6b5c;
}
.form_main_half {
	font-family: Tahoma, Geneva, sans-serif;
	width:150px;
	margin-left:5px;
	color:#6e6b5c;
}
.form_sm {
	margin-left:5px;
}
.red {
	font-size: 80%;
	color: #FF0000;
}
.form_captcha {
	width:94px;
	font-size: 140%;
	text-align: center;
	color:#6e6b5c;
	margin-left:5px;
}
#captchaimg {
	width:98px;
	height:28px;
	border:none;
	margin:4px 0 0 5px;
}
/*TABLE
*****************************************************************************************************/
.bg_table1 {
	background-color:#ffffff;
}
.bg_table2 {
	background-color:#f3f1ea;
}
.bg_table1 p, .bg_table2 p {
	text-align:right;
	font-size:12px;
	padding:8px 0 8px 0;
}
.bg_table1 p.center, .bg_table2 p.center {
	text-align:center;
}
.bgbody_table1 {
	background-color:#ffffff;
}
.bgbody_table2 {
	background-color:#f3f1ea;
}
.bgbody_table1 p, .bgbody_table2 p {
	padding:4px 0 4px 10px;
	line-height:18px;
}
.w250 {
	width:250px
}
/*FORMS BUTTONS*/
.formbutton {
	color: #ffffff!important;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	background-color: #6e6b5c;
	padding: 6px;
	margin: 1px;
	border:none;
	line-height:30px;
	margin-left:5px;
}
a.formbutton:link, a.formbutton:visited {
	color: #ffffff!important;
	text-decoration: none;
	background-color: #a8a042;
	padding: 6px;
	line-height:30px;
	margin-left:5px;
}
a.formbutton:hover, a.formbutton:active {
	text-decoration: none;
	background-color: #7e6954;
}
/*FORMS BUTTONS*/
.button {
	color: #ffffff!important;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #6e6b5c;
	border:none;
	line-height:30px;
	margin: 1px;
}
a.button:link, a.button:visited {
	color: #ffffff!important;
	text-decoration: none;
	background-color: #7e6954;
	padding: 6px;
	line-height:30px;
}
a.button:hover, a.button:active {
	text-decoration: none;
	background-color: #a8a042;
}
.cln {
	display:block;
	clear:both;
	overflow:hidden;
 //zoom:1;
}
