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;
}
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;
}

html
{
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:visited, a, a:link, a:focus
{
	border: 0px;
	outline: 0px;
	color: #767676;
	text-decoration: none;
}

@font-face {
    font-family: 'eudaldnewregular';
    src: url('eudaldnew-webfont.eot');
    src: url('eudaldnew-webfont.eot?#iefix') format('embedded-opentype'),
         url('eudaldnew-webfont.woff') format('woff'),
         url('eudaldnew-webfont.ttf') format('truetype'),
         url('eudaldnew-webfont.svg#eudaldnewregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gardatitlingregular';
    src: url('gardatitling-webfont.eot');
    src: url('gardatitling-webfont.eot?#iefix') format('embedded-opentype'),
         url('gardatitling-webfont.woff') format('woff'),
         url('gardatitling-webfont.ttf') format('truetype'),
         url('gardatitling-webfont.svg#gardatitlingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	font-size: 14px;
	font-family: 'gardatitlingregular', georgia, serif;
	color: #c7c7c7;
	background: #1b1b1b;
	overflow-x: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main
{
	width: 100%;
	height: 100%;
	margin-top: 60px;
	background: url("../duecitaniadesign_hotel_bin/left_bar.png") repeat-y left top;
}

.contentBlock
{
	float: left;
	width: 78%;
	min-width: 770px;
	position: relative;
	margin: 510px 0 0;
}

.contentBlock.wImagelinks
{
	margin: 830px 0 0;
}

.bottomBlock
{
	position: relative;
	width: 100%;
	z-index: 50;
	background: #0a0a0a;
	overflow: hidden;
	text-transform: uppercase;
	clear: both;
}

.container
{
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	margin-bottom: 50px;
	background: url("../duecitaniadesign_hotel_bin/bg.png") no-repeat right top;
	position: relative;
}

.topblock
{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: url("../duecitaniadesign_hotel_bin/topblock_bg.png") repeat;
}

.topwrapper
{
	position: relative;
	min-width: 980px;
	width: 92%;
}

/**
 * @area Languages flags
 */
.languages
{
	float: left;
	padding-top: 25px;
}

.languages li
{
	display: inline;
	margin: 0 0 0 10px;
}

.languages li .active
{
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: default;
}

/**
 * @area Hotel logo
 */
.hotellogo
{
	margin: 70px 0 200px;
	text-align: center;
}

.hotellogo a
{
	display: block;
}

.hotellogo a img
{
	border: none;
}

.hotellogo a span
{
	display: block;
	text-indent: -9999px;
	height: 0;
}

/**
 * @area Quicklinks
 */
.quicklinks
{
	position: relative;
	padding: 20px 0;
}

.quicklinks ul
{
	text-align: left;
	padding: 10px 20px 20px 20px;
}

.quicklinks li
{
	display: block;
}

.quicklinks li a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #dadada;
	background: url("../duecitaniadesign_hotel_bin/sep.png") repeat-x 0 bottom;
	padding: 10px 20px 10px 0;
	display: block;
}

.quicklinks li a:hover, .quicklinks li.active a
{
	color: #846e45;
}

/**
 * @area Central block
 */
#contentBlock
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	z-index: 0;
}

/**
 * @area Navigation menu
 */
.navigation
{
	height: 50px;
	overflow: hidden;
	width: auto;
	max-width: 94%;
	float: left;
}

.navigation ul
{
	padding: 16px 10px 0 13px;
	overflow: hidden;
}

.navigation li
{
	float: left;
	margin: 0 1px 0 -1px; 
}

.navigation li a
{
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 32px;
	float: left;
	padding: 0 0 0 10px;
	background: url("../duecitaniadesign_hotel_bin/menu_lia.png") no-repeat right 12px;
	text-shadow: -1px -1px 0 #202321;

}

.navigation li:last-child a
{
	background: none;
}

.navigation li.active a, .navigation li a:hover
{
	border-bottom: 1px solid #9a8e6f;
	border-top: 1px solid #9a8e6f;
	background: rgba(150,138,107,0.2);
}

.navigation li a span
{
	padding: 0 12px 0 0;
	float: left;
}

/*.navigation li a:hover span, .navigation li.active a span
{
	background: url("../duecitaniadesign_hotel_bin/menu_lia_active.png") no-repeat right -31px;
}*/

/**
 * @area Sidebar
 */
.leftColumn
{
	float: left;
	width: 210px;
	position: relative;
	background: url("../duecitaniadesign_hotel_bin/leftColumn_bg.png") no-repeat 0 0;
	margin: 1px 0 0;
}

#sidebar
{
	width: 170px;
	margin: 0 20px;
	color: #a9a9a9;
}

.leftColumn #sidebar > div
{
	margin: 20px 0 50px;
}

/**
 * @area Flash container
 */
.flashContainer
{
	width: 100%;
	height: 650px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.flashContainer .gcb_image_current, .flashContainer .gcb_image_next
{
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.flashContainer .bannerImage img
{
	width: 100%;
	height: 100%;
}

.flashContainer .gcb_image_legend
{
	bottom: 100px;
	left: 250px;
	font-family: 'gardatitlingregular', georgia, serif;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 24px;
	width: auto;
	color: #fff;
	text-shadow: none;
	filter: none;
}

.ie7 .flashContainer .gcb_image_legend, .ie8 .flashContainer .gcb_image_legend
{
	width: auto;
}

.flashContainer .gcb_navigation
{
	top: auto;
	bottom: 80px;
	right: 30px;
}

.flashContainer .gcb_navigation_paginator
{
	background: none;
}

.flashContainer .gcb_navigation_paginator ul li
{
	background: url("../duecitaniadesign_hotel_bin/banner_nav.png") no-repeat 0 0;
	height: 10px;
	margin: 0 3px;
}

.flashContainer .gcb_navigation_paginator ul .selected
{
	background-position: 0 -10px;
}

.flashContainer .gcb_navigation_arrow
{
	display: none;
}

.flashContainer .gcb_container:hover .previous, .flashContainer .gcb_container:hover .next,
.flashContainer .gcb_container:hover .gcb_navigation_paginator
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.bannerBottom
{
	background: url("../duecitaniadesign_hotel_bin/transp_fff80.png") repeat;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 211px;
	right: 0;
	z-index: 3;
}

/**
 * @area imagelink holder
 */

#imagelinksHolder
{
	position: absolute;
	left: 211px;
	right: 0;
	top: 585px;
	width: 78%;
}

#imagelinksHolder .holder
{
	margin-left: 4%;
	width: 96%;
	min-width: 730px;
	overflow: hidden;
	/*border-bottom: 1px solid #292929;*/
}

/**
 * @area Page content
 */
.content
{
	line-height: 18px;
	text-shadow: -1px -1px 0 #222;
	width: 96%;
	padding: 15px 0 0;
	margin: 5px 0 15px 4%;
	clear: both;
	overflow: hidden;
	-webkit-transition-property: margin;
	-moz-transition-property: margin;
	-o-transition-property: margin;
	-ms-transition-property: margin;
	transition-property: margin;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.loaded .content
{
	/*margin-top: 220px;*/
	background: url("../duecitaniadesign_hotel_bin/sep.png") repeat-x 0 0;
}

.container h1, .container h2, .container h3,
#sidebar h1, #sidebar h2, #sidebar h3
{
	font-weight: normal;
	clear: both;
	text-transform: uppercase;
	color: #fff;

}

.content h1
{
	font-size: 26px;
	line-height: 24px;
	margin: 20px 0 30px;
}

.loaded .content h1
{
	padding: 0 0 15px;
	margin: 0 0 15px;
	background: url("../duecitaniadesign_hotel_bin/sep.png") repeat-x bottom;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #222;
}

.content h2
{
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0px 10px;
}

.content h3
{
	font-size: 16px;
	line-height: 16px;
	margin: 15px 0px 5px;
}

.content p
{
	font-size: 14px;
	position: relative;
	margin: 0px 0px 8px;
	width: 100%;
	clear: both;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	text-transform: none;
	color: #c7c7c7;
}

.content iframe
{
	position: relative;
	z-index: 0;
}

.ie7 .content p, .ie7 .content p span
{
	/*white-space: nowrap;*/
}

.content a
{
	color: #c7c7c7;
	text-decoration: underline;
}

.content a:hover
{
	text-decoration: none;
}

.content ul, .content ul
{
	float: left;
	margin: 10px 0px;
	clear: both;
	width: 100%;
}

.content ol
{
	margin: 0px 0px 0px 20px;
}

.content ul li
{
	font-size: 14px;
	background: url(../duecitaniadesign_hotel_bin/li.png) no-repeat 0 3px;
	padding-left: 15px;
	text-align: left;
	float: left;
	width: 40%;
	margin-right: 5%;
	font-family: 'Lato', sans-serif;
	color: #c7c7c7;
	text-transform: none;
}

.content ol li
{
	list-style: decimal;
	font-size: 13px;
	padding-left: 5px;
	margin-left: 15px;
}

.content img
{
}

/**
 * @area Bottom block
 */
.wrapper
{
	width: 85%;
	min-width: 980px;
	margin: 20px 0 20px 20px;
	padding-bottom: 110px;
	overflow: hidden;
	background: url(../duecitaniadesign_hotel_bin/footer_logos.png) no-repeat 220px 155px;
}

.footerMenu
{
	line-height: 10px;
	float: left;
	min-width: 760px;
	width: 77%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #1f1f1f;
}

.footerMenu ul
{
	padding: 0;
	margin: 0;
}

.footerMenu li
{
	display: inline-block;
	margin-right: 3%;
	line-height: 16px;
	float: left;
	width: 22%;
}

.ie7 .footerMenu li
{
	display: inline;
}

.footerMenu a
{
	font-size: 11px;
	text-decoration: none;
	white-space: normal;
	font-weight: normal;
	color: #dadada;
}

.footerMenu a:hover
{
	color: #846e45;
}

.hoteladdress
{
	float: left;
	width: 77%;
	min-width: 760px;
	margin-left: 220px;
	color: #dadada;
	border-bottom: 1px solid #1f1f1f;
}

.hoteladdress address
{
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	float: left;
	padding: 20px 0;
}

.hoteladdress address strong
{
	font-weight: normal;
	font-family: Cochin, Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

/**
 * Css file for the page gadgets
 */
/**
 * @area RoomTypes
 */
.roomContainer
{
	clear: both;
	width: 96%;
	float: left;
	margin-top: 25px;
	position: relative;
	background: #0c0c0c;
	padding: 2%
}

.roomContainer .roomName
{
	width: 70%;
	margin-bottom: 20px;
}

.roomContainer .roomName h2
{
	margin: 0;
	padding: 0;
}

.roomContainer .minRate
{
	width: 30%;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 20px;
}

.roomContainer .minRate h3
{
	margin: 0;
	font-size: 12px;
	color: #846e45;
	font-size: 14px;
}

.roomContainer .roomPhoto, #main .content .roomPhoto
{
	clear: both;
    float: left;
    margin: 0 4% 10px 0;
    position: relative;
    min-height: 0;
    width: 36%;
    overflow: hidden;
}

.roomContainer .pgImage a
{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.roomContainer .pgImage a.loaded
{
	opacity: 1;
}

#main .roomContainer .pgImage a > img
{
	display: none;
}

#main .roomContainer .roomPhoto .pgContainer .pgImage
{
	width: 100%;
	height: 250px;
}

.pgContainer .pgImage
{
}

.roomContainer .roomDescription.mealplan
{
	margin-bottom: 15px;
}

.roomContainer .roomDescription
{
	margin: 0;
	overflow: hidden;
	text-shadow: none;
	float: right;
	width: 60%;
	margin-bottom: 50px;
}

.roomContainer .roomPhoto .pgContainer a label
{
	position: absolute;
	bottom: 5px;
	left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

.roomContainer .roomDescription p
{
	float: left;
}

.roomContainer .roomDescription ul
{
	text-align: left;
	margin-top: 0px;
	float: none;
	clear: none;
	width: 100%;
	color: #ffffff;
	text-shadow: -1px -1px 0 #222;
}

.roomContainer .roomDescription li
{
	width: auto;
	background: none;
	list-style: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px 7px 0px 0px;
}

.ie7 .roomContainer .roomDescription li
{
	padding-right: 15px;
	margin-left: 0px;
	white-space: nowrap;
}

/* Room type promotions description */
.roomContainer .promotions-termsActions
{
	width: auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger
{
	float: none;
	display: block;
	margin-bottom: 10px;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
}

.roomContainer .promotions-termsActions .promotions-bgLink
{
	background: url(../duecitaniadesign_hotel_bin/book_now.png) no-repeat 0 0;
	color: #515151;
	font-size: 12px;
	line-height: 22px;
	display: inline;
	text-decoration: none;
	text-shadow: 1px 1px 0 #e6e6e6;
	float: left;
	padding: 2px 0;
	width: 115px;
	text-align: center;
	text-transform: uppercase;
	float: right;
}

.roomContainer .promotions-termsActions .promotions-bgLink:hover
{
	background-position: 0 -26px;
	color: #d6d6d6;
	text-shadow: -1px -1px 0 #000;
}

.roomContainer .promotions-termsContent
{
	background: #efefef;
	color: #313131;
	margin: 10px 0 0 20px;
	padding: 5px 10px 10px;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-top: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 0;
}

.roomContainer .promotions-termsContent .promotions-closeTermsShell
{
	padding: 0;
}

.roomContainer .promotions-termsContent .promotions-closeTerms
{
	font-weight: normal;
	display: block;
	color: #333;
	margin-bottom: 10px;
}

.roomContainer .promotions-termsContent .promotions-termsText
{
	line-height: 14px;
}

.roomContainer .promotions-termsContent .promotions-termsText p,
.roomContainer .promotions-termsContent .promotions-termsText a,
.roomContainer .promotions-termsContent .promotions-termsText strong
{
	font-size: 12px;
	color: #313131;
	text-shadow: none;
}

.roomContainer .promotions-termsContent .promotions-canceltext
{
}

/**
 * @area Picture Gallery gadget
 */
#pg .pgContainer
{
	float: left;
	width: 25%;
	height: 220px;
	margin: 0px 0px 20px;
}

#pg .pgImage
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 0 10px;
}

#pg .pgContainer .pgImage
{
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.35);
	border: 1px solid rgba(255,255,255,0.1);
}

#pg .pgContainer .pgImage img
{
	width: 150px;
	height: 150px;
}

#pg .pgContainer .pgText
{
	line-height: 18px;
	font-size: 12px;
	width: 70%;
}

#pg .pgContainer .pgText strong
{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #846e45;
}

/**
 * @area Meetings and Events
 */
#meetingandevents
{
}

#meetingandevents p
{
	clear: both;
}

.content #meetingandevents h3
{
	margin: 40px 0px 0px;
	border-bottom: 1px solid #444;
}

#meetingandevents ul
{
	margin: 0px;
	padding: 0px;
    font-size: 13px;
    width: 520px;
}

#meetingandevents ul li
{
	font-weight: normal;
	background: none;
	padding: 0px;
	margin: 5px 0px 0px;
	letter-spacing: 0px;
	line-height: 13px;
	float: none;
	width: auto;
}

#meetingandevents ul li img
{
	width: 24px;
}

/**
 * @area Promotions gadget
 */
.promotionsgadget
{
	cursor: pointer;
	margin: 20px 0;
	width: 170px;
	position: relative;
	clear: both;
}

.prgWrapper
{
	padding-bottom: 30px;
}

.promotionsgadget .prgTitle
{
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.promotionsgadget .prgImgWrapper
{
	width: 170px;
	height: 125px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.35);
}

.promotionsgadget .prgImage
{
	width: 170px;
	height: 170px;
	margin-top: -25px;
}

.promotionsgadget .prgClick
{
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	width: 170px;
	background: url("../duecitaniadesign_hotel_bin/sep.png") repeat-x 0 0;
	padding-top: 10px; 
}

.promotionsgadget .prgDescription
{
	font-size: 14px;
	margin: 10px 0;
}

/* Promotions banner */

#main .flashContainer .promotionsgadget
{
	background: url("../duecitaniadesign_hotel_bin/transp_fff80.png") repeat 0 0;
	bottom: auto;
	top: 61px;
	left: 211px;
	right: 0;
	width: auto;
	margin: 0;
	z-index: 120;
	color: #fff;
}

#main .flashContainer .promotionsgadget .prgWrapper
{
	padding: 20px 40px 50px;
}

#main .flashContainer .promotionsgadget .prgImgWrapper
{
	display: none;
}

#main .flashContainer .promotionsgadget .prgTitle
{
	margin: 0px;
	font-size: 22px;
}

#main .flashContainer .promotionsgadget .prgClick
{
	line-height: 22px;
	margin: 0;
	bottom: 10px;
	left: 40px;
	background: none;
}

#main .flashContainer .promotionsgadget:hover .prgClick
{
	background: #000;
}

#main .flashContainer .promotionsgadget .prgDescription
{
	display: block;
	margin: 10px 0px 0px;
	padding: 0;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	clear: none;
	text-transform: uppercase;
}

/**
 * @area Weather gadget
 */
#sidebar .weatherGadget, .content .weatherGadget
{
	display: none;
}

.weather
{
	position: absolute;
	width: 220px;
	height: 50px;
	left: 230px;
	top: 10px;
	color: #9A8236;
	font-family: TrajanRegular, Georgia, "Times New Roman", Times, serif;
}

.topblock .weatherGadget
{
	border: none;
	width: auto;
	height: auto;
	padding: 0px;
}

.topblock .weatherGadget img
{
	width: 30px;
	height: auto;
}

.topblock .weatherGadget .wgImageNode
{
	margin: 0 5px;
}

.topblock .weatherGadget .wgTemperatureNode
{
	width: 60px;
	margin: 5px 0 0;
	font-weight: normal;
	font-size: 12px;
	float: left;
}

.weather .location
{
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	line-height: 14px;
	float: left;
	margin: 5px 0 0;
}

/**
 * @area TripAdvisor gadget
 */
.tasidebar
{
	margin: 20px 0 0;
	overflow: hidden;
	clear: both;
	background: url("../duecitaniadesign_hotel_bin/sep.png") repeat-x 0 25px;
}

.tasidebarwrapper
{
	padding: 0 0 20px;
}

#TA_mini_pane
{
	width: 100%;
	margin: 5px 0 0;
}

#TA_Container, .TA_rtable td
{
	border: 0;
}

#TA_mini_pane a
{
	color: #a9a9a9;
	font-size: 10px;
	line-height: 16px;
}

#TA_mini_pane a:hover
{
}

.tasidebar img
{
	margin-bottom: 5px;
}

.tasidebar #TA_mini_pane img
{
	margin-bottom: 0px;
	width: 75px;
	height: 19px;
}

#sidebar #TA_mini_pane a
{
	width: auto;
}

.content .TA_rtable td, .content #TA_Container
{
	border: none;
}

.content #TA_Container
{
}

.content .TA_rdesc
{
	font-family: GillSansLight, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

.content .TA_rdate, .content .TA_ruser
{
	color: #FFFFFF;
}

.content .TA_rname
{
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	font-family: Cochin, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

.content #TA_Link
{
	display: none;
}

.content #TA_Header
{
	text-align: left;
	margin: 40px 0px 10px 90px;
}

.content #TA_Flags2
{
	display: none;
}

.content #TA_Header
{
	display: none;
}

/* Tripadvisor badge */
.TA_rated
{
	display: none;
}

.hotel .TA_rated, .home .TA_rated
{
	display: block;
}

.leftColumn #CDSWIDFRR
{
	margin: 10px 15px;
}

/**
 * @area Contact us form v3
 */
.contactFormContainer #contacts_form, .content form
{
	float: left;
	width: 50%;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 10;
	margin-right: 20px;
	padding-bottom: 20px;
}

#main #contacts_form p, .content form div
{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 3px 0px;
}

#main #contacts_form p label
{
	font-size: 9px;
}

#main #contacts_form input, .content form input,
#main #contacts_form select, .content form select,
#main #contacts_form textarea, .content form textarea
{
	border: none;
	background: #fff;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	box-shadow: inset 0 0 2px #222;
	-moz-box-shadow: inset 0 0 2px #222;
	-webkit-box-shadow: inset 0 0 2px #222;
}

#main #contacts_form input, .content form input, #main #contacts_form textarea, .content form textarea
{
	padding: 5px 2px;
	width: 94%;
}

#main #contacts_form select, .content form select
{
	padding: 4px 2px;
	width: 95%;
}

#main #contacts_form #reservationFields
{
	clear: both;
}

#main #contacts_form #fcheckinShell, #main #contacts_form #cbnrnightsShell, #main #contacts_form #cbnradultsShell, #main #contacts_form #cbnrchildrenShell
{
	width: 135px;
}

#main #contacts_form #cbnrnights, #main #contacts_form #cbnradults, #main #contacts_form #cbnrchildren
{
	width: 100px;
}

#main .content #contacts_form #ckbnotifyme
{
	width: auto;
}

#main #contacts_form #fcheckin
{
    width: 75px;
    text-align: center;
}

#main #contacts_form #checkincal
{
	text-shadow: none;
	color: #000;
}

#main #contacts_form input[type="submit"], .content form input[type="submit"]
{
	background: url("../duecitaniadesign_hotel_bin/book_now.png") no-repeat 0 0;
	border: none;
	font-size: 12px;
	font-family: GillSansLight, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #5e5e5e;
	width: 115px;
	height: 26px;
	line-height: 15px;
	margin: 10px 0 20px;
	float: left;
	text-align: center;
	cursor: pointer;
	font-weight: normal !important;
	text-shadow: 1px 1px 0 #FFFFFF;
}

#main #contacts_form input[type="submit"]:hover, .content form input[type="submit"]:hover
{
	background-position: 0 -26px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 #000;
}

/**
 * @area Booking gadget
 */

.bookingGadgetWrapper
{
	height: 200px;
	background: url("../duecitaniadesign_hotel_bin/transp_fff10.png") repeat 0 0;
}

.gcBookingGadget {
	margin: 0 15px 0 45px;
	width: 150px;
}

.gcBookingGadget form > *
{
	font-family: GillSansLight, Helvetica, Arial, sans-serif;
}

#bookingengine
{
	display: none;
}

.bookingGadgetWrapper .gc_sh .gc_horizontalSh .shortHandTitle
{
	font-size: 14px;
	height: 30px;
	text-align: left;
	border: none;
	margin: 45px 0 10px;
	width: 100%;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	display: none;
}

.bookingGadgetWrapper .gc_sh .gc_horizontalSh .shortHandDate, .bookingGadgetWrapper .gc_sh .gc_horizontalSh .shortHandNrNights
{
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	clear: both;
}

.bookingGadgetWrapper .gc_sh .gc_horizontalSh .checkinLabel, .bookingGadgetWrapper .gc_sh .gc_horizontalSh .shortHandNrNightsLabel
{
	margin: 0 0 8px;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'gardatitlingregular', georgia, serif;
}

.bookingGadgetWrapper .gc_sh .startDay
{
	width: 80px;
	height: 20px;
	line-height: 12px;
	text-align: center;
	background: #fff url("../duecitaniadesign_hotel_bin/dropdown.png") no-repeat 90% center;
	padding-right: 15px;
	color: #000;
	border: none;
}

.bookingGadgetWrapper .gc_sh .shortHandCalendarIcon
{
	visibility: hidden;
}

.bookingGadgetWrapper .gc_sh .yui-menu-button button
{
	width: 40px;
	height: 20px;
	line-height: 12px;
	text-align: center;
	background: #fff url("../duecitaniadesign_hotel_bin/dropdown.png") no-repeat 80% center;
	padding-right: 15px;
	color: #000;
	border: none;
}

.bookingGadgetWrapper .gc_sh .gc_horizontalSh .shortHandButton,
.ie7 .bookingGadgetWrapper .gc_sh .gc_horizontalSh .shortHandButton
{
	margin: 20px 0 0;
	clear: both;
}

.bookingGadgetWrapper .gc_sh .shortHandCheckRates
{
	background: url("../duecitaniadesign_hotel_bin/book_now.png") no-repeat 0 0;
	border: none;
	font-size: 13px;
	font-family: 'gardatitlingregular', georgia, serif;
	text-transform: uppercase;
	color: #515151;
	width: 115px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	float: left;
	cursor: pointer;
	text-shadow: 1px 1px 0 #e6e6e6;
}

.bookingGadgetWrapper .gc_sh .shortHandCheckRates:hover
{
	background-position: 0 -26px;
	color: #d6d6d6;
	text-shadow: -1px -1px 0 #000;
}

.ie7 .bookingGadgetWrapper .gc_sh .shortHandCheckRates
{
	margin: 0;
}

/**
 * @area sidebar gadget
 */
 #sidebar p, #sidebar a, #sidebar h1, #sidebar h2, #sidebar h3
 {
 }

#sidebar p
{
	line-height: 16px;
	font-size: 12px;
}

#sidebar a
{
	text-decoration: none;
}

#sidebar a:hover
{
	color: #FFFFFF;
}

/* positioning newsletter icon */
#sidebar a img
{
	margin-left: -20px;
}

#sidebar h1
{
	font-size: 18px;
	margin: 20px 0 10px;
}

#sidebar h2
{
	font-size: 14px;
	margin: 15px 0 10px;
}

#sidebar h3
{
	font-size: 12px;
	margin: 10px 0 5px;
}

/* New footer seals Nov2010 */
#seals
{
	background: #FFFFFF url(../duecitaniadesign_hotel_bin/footer_seals_bg.jpg) repeat-x 0 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.sealsHolder
{
	width: 90%;
	margin: 0px auto;
}

.security
{
	width: 285px;
	height: 30px;
	float: right;
	margin-right: 30px;
}

.powered
{
	width: 345px;
	height: 30px;
	float: left;
}

/* google map */
.mapFull
{
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 60px;
	left: 210px;
	z-index: 50;
}

#map_canvas
{
}

#GoogleMapGadget
{
	color: #000;
	text-shadow: none;
	font-size: 11px;
	line-height: 14px;
	clear: both;
}

.content .dirLink
{
}

/* facebook internal widget */
#sidebar .facebookLikeBox
{
	float: left;
	width: 170px;
	height: 194px;
	overflow: hidden;
	margin: 20px 0;
	clear: both;
}

#sidebar .facebookLikeBox iframe
{
	width: 182px !important;
	margin: -1px 0px 0px -10px;
}

/* social media icons */
.socialmedia
{
	float: left;
	width: 50px;
	margin-right: 170px;
	overflow: hidden;
}

.socialmedia ul
{
}

.socialmedia li
{
	display: block;
	width: 32px;
	height: 32px;
	background: url(../duecitaniadesign_hotel_bin/socialmedia_ic.png) no-repeat -190px -760px;
	margin-bottom: 10px;
}

.socialmedia li a
{
	text-indent: -9999px;
	display: block;
	line-height: 14px;
	height: 14px;
}

.socialmedia .facebook
{
	background-position: 6px 4px;
}

.socialmedia .facebook:hover
{
	background-position: 6px -54px;
}

.socialmedia .twitter
{
	background-position: -43px 8px;
}

.socialmedia .twitter:hover
{
	background-position: -43px -50px;
}

.socialmedia .flickr
{
	background-position: 0 -28px;
}

.socialmedia .flickr:hover
{
	background-position: -72px -28px;
}

.socialmedia .Pinterest
{
	background-position: -72px -42px;
}

.socialmedia .Pinterest:hover
{
	background-position: 0px -42px;
}

.socialmedia .youtube
{
	background-position: -72px -60px;
}

.socialmedia .youtube:hover
{
	background-position: 0px -60px;
}

.socialmedia .blog
{
	background-position: -72px -80px;
}

.socialmedia .blog:hover
{
	background-position: 2px -80px;
}

/*
** ImageLink widget
**/


#imageLink
{
	overflow: hidden;
}

.imagelinkgadget
{
	float: left;
	position: relative;
	margin: 0 0 25px;
	background: #0c0c0c;
}

.loaded .imagelinkgadget
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.large-image
{
	width: 100%;
	clear: both;
	padding-bottom: 15px;
}

.small-image
{
	width: 31%;
	height: 290px;
	margin-right: 3%;
}

.small-image:last-of-type
{
	margin-right: 0;
}

.ie7 .small-image
{
	width: 30%;
}

.imglinkWrapper a
{
	text-decoration: none;
}

.small-image .imglinkWrapper
{
	width: 100%;
}

.large-image .imglinkWrapper
{
	width: 100%;
	padding: 0;
}

.imgImageWrapper
{
	float: left;
	position: relative;
	width: 96%;
	padding: 2%;
}

.small-image .imgImageWrapper
{
	height: 155px;
	overflow: hidden;
}

.small-image .imgImageWrapper img, .large-image .imgImageWrapper img
{
	width: 100%;
}

.large-image .imgImageWrapper
{
	width: 98%;
	padding: 1%;
	height: 200px;
	overflow: hidden;
}

.video .imgImageWrapper {
    height: auto;
}

.imgTitle
{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	clear: both;
	padding: 15px 10px;
}

.imgDescription
{
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0;
	padding: 0 10px;
}

.small-image .imgDescription
{
	width: 194px;
}

.large-image .imgDescription
{
	width: 709px;
}

#main .imgLink a
{
	background: #a9a39b;
	color: #726d65;
	padding: 3px 4px 2px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px;
	display: inline-block;
	position: relative;
	bottom: auto;
	left: auto;
	margin: 15px 0 0;
	text-decoration: none;
}

#main .imgLink a:hover
{
	color: #FFFFFF;
}

.ie7 #main .imgLink a
{
	display: inline;
}

#main .small-image .imgLink a
{
	left: 0;
}

/** ImageLink top **/

.ImgLink-content-top
{
	width: 32%;
	height: 275px;
	margin-right: 2%;
	background: none;
}

.ImgLink-content-top:last-child
{
	margin-right: 0;
}

.ie7 .ImgLink-content-top
{
	width: 32%;
	margin-right: 1%;
}

.ImgLink-content-top .imgImageWrapper
{
	position: absolute;
	width: 96%;
	top: 55px;
	left: 0;
	height: 150px;
	overflow: hidden;
	padding: 2%;
	background: #000;
	border-bottom: 6px solid #000;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

.ImgLink-content-top .imgImageWrapper img
{
	width: 100%;
}

.ImgLink-content-top .imgTitle
{
	color: #fff;
	font-size: 16px;
}

.ImgLink-content-top .imgDescription
{
	margin-top: 190px;
	color: #fff;
	max-height: 50px;
}

/*
** transitions area
**/

.quicklinks li a, .bookingGadget .gc_sh .shortHandCheckRates,
.roomContainer .promotions-termsActions .promotions-bgLink, .bookingGadgetWrapper .gc_sh .shortHandCheckRates,
.content #contacts_form input[type="submit"], .content form input[type="submit"]
{
	/* transition */
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}



















