@charset "utf-8";
/* CSS Document  */
/* Reset all browser css styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #763839;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* remember to define focus styles! */:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start Layout */
textarea
{
	width: 90%;
	margin-bottom: 10px;
}

select
{
	margin-bottom: 10px;
}

input
{
	font-weight: normal;
}

html
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(../hotel_loiu_bin/main_bg.png);
	background-repeat: repeat-x;
	height: auto;
	font-size: 11px;
}

body
{
}

a
{
	text-decoration: none;
}

img
{
	border: none;
}

/* workarea */
.mainCentral
{
	width: 900px;
	margin: 0px auto;
	height: auto;
}

/*Main container structure*/
#topBlock
{
	width: 900px;
	height: 131px;
	float: left;
	background-image: url(../hotel_loiu_bin/header.png);
	background-repeat: no-repeat;
}

#centerBlock
{
	width: 938px;
	padding: 0px;
	height: 312px;
	float: left;
	background-image: url(../hotel_loiu_bin/banner_bg.png);
	background-repeat: no-repeat;
	margin-left: -19px;
}

#navigationBlock
{
	width: 870px;
	height: 73px;
	float: left;
	padding: 0 15px;
}

#contentBlock
{
	width: 900px;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 20px;
}

#bottomBlock
{
	width: 100%;
	float: none;
	padding-bottom: 15px;
	clear: both;
}

/* #topBlock structure */
#topBlock .hotellogo
{
	width: 280px;
	height: 131px;
	float: left;
}

#topBlock .hotellogo a
{
	width: 280px;
	height: 120px;
	display: block;
	text-indent: -9999px;
}

#topBlock .quicklinks
{
	width: 620px;
	float: right;
}

#topBlock .quicklinks ul
{
	text-align: right;
	padding-top: 45px;
}

#topBlock .quicklinks li
{
	display: inline;
	margin-top: 8px;
	float: right;
}

#topBlock .quicklinks a
{
	color: #763839;
	padding: 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#topBlock .quicklinks a:hover
{
	color: #aa8a51;
	text-decoration: underline;
}

/* #centerBlock structure */
#centerBlock .flashContainer
{
	width: 650px;
	height: 300px;
	float: left;
	padding-left: 19px;
	padding-top: 11px;
}

#centerBlock .bookingGadget
{
	width: 220px;
	height: 300px;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}

/*booking gadget customization*/
/* #navigationBlock	structure */
#navigationBlock ul
{
	text-align: left;
	margin: 0px;
	padding: 15px 0px;
}

#navigationBlock li
{
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
}

#navigationBlock li a
{
	color: #e7dbc5;
	padding: 4px 8px 2px;
	margin-right: 5px;
	float: left;
	border-bottom: 3px solid #763839;

}

#navigationBlock li a:hover, #navigationBlock li.active a
{
	color: #caa86b;
	border-bottom: 3px solid #aa8a51;
}

/* #contentBlock structure */
#fxBlock1
{
	width: 900px;
	height: 10px;
	background: url(../hotel_loiu_bin/content_top.gif) no-repeat bottom;
	float: left;
}

#fxBlock2
{
	width: 900px;
	height: 10px;
	float: left;
}

#contentBlock .leftcolumn
{
	width: 620px;
	height: auto;
	float: left;
	margin-left: 25px;
}

#contentBlock .content
{
	width: 570px;
	margin-top: 50px;
	padding-right: 50px;
	height: auto;
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#contentBlock .content p
{
	margin-bottom: 10px;
	line-height: 20px;
	color: #666;
}

#contentBlock .content h1
{
	font-weight: bold;
	color: #763839;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentBlock .content h2
{
	font-weight: bold;
	color: #763839;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentBlock .content h3, h4, h5, h6
{
	font-weight: bold;
	color: #aa8a51;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentBlock .content a
{
	color: #7b1829;
	text-decoration: underline;
}

#contentBlock .content ul, #contentBlock .content ol
{
	margin-left: 0px;
	margin-top: 15px;
}

#contentBlock .content ul li
{
	color: #56524c;
	list-style: square;
	margin: 10px 15px;
}

#contentBlock .content ol li
{
	color: #56524c;
	list-style: decimal;
	margin: 10px 5px;
}

#contentBlock .rightcolumn
{
	width: 250px;
	height: auto;
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
	font-size: 11px;
}

#contentBlock .rightcolumn p
{
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #777777;
	text-align: left;
	margin-bottom: 5px;
	line-height: 20px;
}

#contentBlock .rightcolumn h1
{
	font: 12px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #372f23;
	margin-bottom: 0px;
	margin-top: 9px;
	text-transform: uppercase;
}

#contentBlock .rightcolumn h2
{
	font: 11px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #99173C;
	margin-bottom: 3px;
	margin-top: 9px;
	text-transform: uppercase;
}

#contentBlock .rightcolumn h3, h4, h5, h6
{
	font: 11px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	color: #000;
	margin-bottom: 3px;
	margin-top: 9px;
	text-transform: uppercase;
}

#contentBlock .rightcolumn a
{
	color: #7b1829;
	text-decoration: underline;
	font-size: 11px;
}

#contentBlock .rightcolumn ul li
{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	list-style: square;
}

#contentBlock .rightcolumn ol li
{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	list-style: decimal;
}

#contentBlock .footerMenu
{
	width: 850px;
	height: auto;
	text-align: left;
	border-top: 4px solid #763839;
	clear: both;
	float: none;
	margin: 50px 25px 0px;
}

#contentBlock .footerMenu ul
{
	margin-top: 10px;
	clear: both;
}

#contentBlock .footerMenu li
{
	display: inline;
	padding: 0px 6px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-left: 1px dotted #763839;
	float: left;
}

#contentBlock .footerMenu a
{
	color: #763839;
	margin-bottom: 2px;
}

#contentBlock .footerMenu li a:hover
{
	color: #763839;
	text-decoration: underline;
}

/* #bottomBlock structure */
#bottomBlock .poweredby
{
	margin-top: 5px;
	width: 390px;
	clear: both;
	padding-left: 255px;
	padding-right: 255px;
}

#bottomBlock .poweredby a
{
	width: 390px;
	height: 90px;
	text-indent: -9999px;
	display: block;
	background-image: url(../hotel_loiu_bin/powerd_by.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#bottomBlock .hoteladdress
{
	width: auto;
	clear: both;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
	text-align: center;
	text-transform: uppercase;
}

/***************************************** GADGET CONFIG *******************************************/
/* Room type descriptions */
#contentBlock .content .roomContainer
{
	width: 550px;
	height: auto;
	float: left;
	clear: both;
	border-bottom: 1px dotted #763839;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#contentBlock .content .roomContainer .roomName
{
	padding: 3px 0px;
	font: 13px Gill Sans MT, Arial Narrow, Helvetica, Lucida Sans, Century Gothic, Verdana, Arial, Tahoma;
	color: #372f23;
	margin: 0px 0px 4px 0px;
}

#contentBlock .content .roomContainer .roomName h2
{
	margin: 0;
	padding-top: 0px;
	font-size: 13px;
	font-weight: bold;
}

#contentBlock .content .roomContainer .roomPhoto
{
	width: 125px;
	height: auto;
	float: left;
	padding: 0px;
	margin-right: 15px;
	position: relative;
}

#contentBlock .content .roomContainer .roomPhoto .pgContainer .pgImage
{
	height: 100px;
	overflow: hidden;
	width: 130px;
}

#contentBlock .content .roomContainer .roomPhoto .pgContainer .pgImage a
{
	text-decoration: none;
}

#contentBlock .content .roomContainer .roomPhoto .pgContainer .pgImage a label
{
	position: absolute;
	left: 0px;
	top: 110px;
	font-size: 11px;
}

#contentBlock .content .roomContainer .roomPhoto img
{
	height: 138px;
	width: 138px;
	overflow: hidden;
	margin: -20px 0 0 -4px;
	padding: 0;
}

#contentBlock .content .roomContainer .roomDescription
{
	float: left;
	text-align: left;
	margin-bottom: 15px;
	width: 74%;
}

#contentBlock .content .roomContainer .roomDescription ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#contentBlock .content .roomContainer .roomDescription p
{
	margin: 0;
	padding: 0;
}

#contentBlock .content .roomContainer .roomDescription li
{
	font-size: 11px;
	margin-left: 30px;
	color: #666666;
	line-height: 18px;
	list-style: square;
}

#contentBlock .content .roomContainer .roomDescription h2
{
	padding: 0;
	margin: 0;
}

#contentBlock .content .roomContainer .spacer
{
	width: 100%;
	height: 10px;
	float: left;
	clear: both;
}

#contentBlock .content .roomContainer .promotions-showTermsTrigger
{
}

#contentBlock .content .roomContainer .promotions-bgLink
{
	font-weight: bold;
	font-size: 14px;
	background: #763839;
	padding: 5px;
	border-top: 1px solid #763839;
	border-left: 1px solid #763839;
	border-bottom: 1px solid #763839;
	border-right: 1px solid #763839;
	color: #ffffff;
	text-decoration: none;
}

#contentBlock .content .roomContainer .promotions-termsActions
{
	clear: both;
	margin-top: 10px;
	width: 409px;
	margin-left: 17px;
}

#contentBlock .content .roomContainer .promotions-closeTerms
{
	height: 25px;
	background: #555555 url(../hotel_loiu_bin/close_terms.gif) no-repeat 4px 4px;
	padding: 5px 5px 5px 30px;
	color: #ccc;
	text-decoration: none;
	width: 409px;
}

#contentBlock .content .roomContainer .termsText
{
	width: 409px;
	margin-left: 140px;
}

#contentBlock .content .roomContainer .promotions-termsText
{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999;
	padding: 15px;
}

#contentBlock .content .roomContainer .cancelText
{
	width: 100%;
}

/* meetingandevents */
#contentBlock .content #meetingandevents
{
}

#contentBlock .content #meetingandevents li
{
	list-style: none;
	padding: 0;
	margin: 5px;
}

/* Picture Gallery container */
.languages
{
	width: 300px;
	height: 30px;
	float: right;
	margin-top: 10px;
}

.languages ul
{
	text-align: right;
	margin: 5px;
}

.languages li
{
	display: inline;
	font: 10px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-left: 15px;
}

.languages li a
{
	text-decoration: none;
	color: #763839;
	text-transform: uppercase;
}

.languages li a:hover
{
	color: #fff;
}

/* Pormotions gadget */
.promotionsgadget
{
	cursor: pointer;
	width: 230px;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	clear: both;
	margin: 10px 0px;
	background-color: #efe9df;
}

.promotionsgadget .prgTitle, .promotionsgadget .prgTitle a
{
	cursor: pointer;
	float: left;
	color: #763839;
	width: 135px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.promotionsgadget .prgImage, .promotionsgadget .prgImage a
{
	cursor: pointer;
	float: right;
	width: 70px;
	height: 70px;
	border: none;
	text-decoration: none;
}

.promotionsgadget .prgClick, .promotionsgadget .prgClick a
{
	cursor: pointer;
	float: left;
	width: 135px;
	color: #caa86b;
	margin-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

.prgDescription, .promotionsgadget .prgDescription a
{
	cursor: pointer;
	height: 35px;
	width: 200px;
	padding-top: 10px;
	clear: both;
	color: #999999;
}

/* Weather gadget */
.mainCentral .weatherGadget
{
	padding: 0px 10px;
	background: #efe9df;
	width: 230px;
	border: none;
}

.mainCentral .weatherGadget .wgImageNode
{
	margin-right: 10px;
}

.mainCentral .weatherGadget .wgTemperatureNode
{
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #763839;
	margin-top: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Trip Advisor */
.mainCentral #TA_Container, .mainCentral .TA_rtable td
{
	border: 0;
}

/* Contact forms */
.content textarea
{
	width: 90%;
	margin-bottom: 10px;
	border: 1px solid #763839;
	padding: 5px 0px;
	font-size: 14px;
	color: #763839;
	background: transparent none repeat scroll 0 0;
}

.content select
{
	margin-bottom: 2px;
	border: 1px solid #763839;
	padding: 5px 0px;
	font-size: 14px;
	color: #763839;
	background: transparent none repeat scroll 0 0;
}

.content input
{
	font-weight: normal;
	border: 1px solid #763839;
	padding: 5px 0px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #763839;
	background: transparent none repeat scroll 0 0;
}

/* Picture Gallery */
.pgContainer
{
	width: 170px;
	text-align: left;
	float: left;
	margin: 0px 10px 0px 0px;
}

.pgContainer .pgImage
{
	width: 150px;
	height: 150px;
}

.pgContainer .pgText
{
	margin-top: 15px;
	color: #777777;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh
{
	margin-left: 18px;
	width: 170px;
	margin-top: 25px;
	padding: 0;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh .shortHandTitle
{
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh .checkinLabel
{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

#centerBlock .bookingGadget .gc_sh .gc_verticalSh .shortHandNrNightsLabel
{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

/*Checkin field*/
#centerBlock .bookingGadget .gc_sh .startDay
{
	width: 120px;
	height: 20px;
	padding-top: 4px;
	border-color: #763839;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #763839;
}

/*Nights field*/
#centerBlock .bookingGadget .gc_sh .yui-menu-button button
{
	width: 60px;
	height: 24px;
	padding-bottom: 4px;
	background: #ffffff url(../hotel_loiu_bin/bg_dropdown.gif) no-repeat 90% 50%;
	border-color: #763839;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #763839;
}

/*Calendar icon*/
#centerBlock .bookingGadget .gc_sh .shortHandCalendarIcon
{
	width: 20px;
	height: 25px;
	background: url(../hotel_loiu_bin/bg_calendar.png) no-repeat;
}

/*Booknow*/
#centerBlock .bookingGadget .gc_sh .shortHandCheckRates
{
	width: 168px;
	border: 0px;
	background: url(../hotel_loiu_bin/book_now.png) no-repeat;
	height: 36px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin-left: -4px;
}

