div#concierge-bell {
	background: #000 url('/images/concierge/concierge-bell.jpg') top left no-repeat;
	height:233px;
	position: relative;
}

	a#concierge-arrow {
		display:block;
		background: transparent url('/images/concierge/arrow.gif') top left no-repeat;
		width: 78px;
		height: 35px;
		text-indent: -9999px;
		position: absolute;
		top: 190px;
		left: 115px;
	}
	a:active#concierge-arrow, a:focus#concierge-arrow{
		outline: none;
	}
	body#luxury-concierge a#concierge-arrow {
		display: none;
	}

div#concierge-email {
	background: #710302 url('/images/global/red-gradient.jpg') top left repeat-x;
	border-bottom: 1px solid #fff;
	padding: 1em 4em;
}
div#concierge-email a {
	color: #fff;
	font-weight:800;
	padding:0;
	text-decoration:none;
	font-size: 1.3em;
	background: #710302 url('/images/global/red-gradient.jpg') repeat-x left -10px;
}
div#concierge-email a:hover {
	text-decoration: underline;
}
div#concierge-telephone {
	text-indent: -9999px;
	background: #262626 url(/images/concierge/telephone-number.jpg) repeat-x scroll left top;
	border-bottom: 1px solid #fff;
	height: 42px;
}
div#concierge-contact-info {
	padding: 1.2em 2em;
	line-height: 1.6em;
}
div#concierge-contact-info strong {
	font-weight: bold;
	font-size: 1.1em;
}
div#concierge-contact-info strong em {
	font-size: 1.2em;
	font-style: normal;
}

