/* CSS Document */
body {
	/* background-image:url(images/pattern4.jpg); */
	padding:0;
	margin:0;
	font-size:9pt;
	font-family:"Trebuchet MS", "Palatino Linotype", "Lucida Console", "Lucida Sans Unicode";
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:7pt;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}

h1 {
	margin:0;
	padding:0;
	color:#5E7C8D;
	text-transform:uppercase;
	font-size:18pt;
}

p {
	margin:0;	
	margin-top:5px;
	padding:0;
	
}

form {
	margin:0;
	padding:0;
}

form span {
}

input [type=text] {
	border:1px solid #CCCCCC;
}

input {
	border:1px solid #CCCCCC;
	margin:1px;
}

ul.links {
	display:none;
}


#rightColumn {
	width:193px;
	float:right;
	padding:3px;
}


#header {
	width:944px;
	margin:0 auto 0 auto;
	
	overflow:auto;
	height:100%;
	height:auto !important;
	padding:8px;

}

#transparentBackground {
	background:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:absolute;
	width:960px;
	height:110%;
	z-index:10;
	overflow:auto;
}

#infoTabs {
	overflow:visible;
}

#topBar .languageSelectorComponent form select * {
	display:block;

}

#topBar h1 {
	font-size:8pt;
	color:#fff;
	background-color:rgb(74, 189, 243);
	padding:10px 5px 8px 15px;
}

#menuBar{
	padding-left:10px;
}

#wrapper {
	/* background-image:url(images/background4.jpg); */
	background-repeat:no-repeat;
	background-position:top;
	margin:0;
	padding:0 0 0 0;
	width:100%;
	height:100%;
	z-index:1;
}

#mainwrapper {
	width:960px;
	margin:0 auto;
	overflow:auto;
	height:100%;
	z-index:9;
	
}

#main {
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:auto;
	height:100%;
	z-index:15;
}



#logo {
	float:left;
	margin:5px 0 0 15px;
	width:249px;
	padding:0;
	height:120px;

}


#banner {
	float:right;
}




#contentWrapper {
	width:758px;
	_width:746px;
	float:left;
	border-right:solid 2px #DEE9F3;
	margin:0;
	height:100%;
	_overflow:hidden;

}


#content  {
	padding:12px;
		height:100%;
}

	#content img {
		margin:5px;
	}

	#content h1 {
		font-size:10pt;
	}
	
#topBar {
	padding:6px 6px 6px 6px;
	font-weight:bold;
	font-size:8pt;
	margin:0;
	height:100%;
	overflow:auto;
	text-align:right;

}

#topBar * {
	display:inline;
	margin-right:5px;
}

#footer {
	width:930px;
	
	margin:8px auto 0 auto;
	border-top:1px solid #333;
	overflow:auto;
	height:100%;
	padding:0 15px 10px 15px;
	position:relative;
	z-index:100;
}

#hotelInfo h1 {
	font-size:9pt;
}

#HIGallery .photoItem{
	width:100px;
	height:100px;
	text-align:center;
	overflow:hidden;
}

#HIGallery .photoWrapper {
	padding:2px;
	float:left;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 2px solid;
	margin:4px;
	padding:4px;
	background:#eee;
	height:100px;
	text-align:center;
}
#HIGallery .photoItem img{
	max-width:160px;
	width:160px;
	height:auto;
	padding:0;
	border:none;
	margin-top:-5px;
	margin-left:-5px;
}
