/* ===== OVERRIDE BROWSER DEFAULTS ===== */

body, h1, h2, h3, h4, h5, h6, p, form, td, button, input, select {margin: 0; padding: 0}
h1, h2, h3, h4, h5, h6 {font-size: 1em}
ul {margin: 0;padding:0px;}
a {text-decoration: none; color:#B5AC75}

a:hover {text-decoration: underline; cursor: pointer;}
#main-content a:hover {text-decoration: none; color:#fff}


a img {border: none}
button {overflow: visible; padding: 0 6px} /* fixed IE's magical, persistent padding problem and aligns it with other browsers */

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 76%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* ===== GENERAL LAYOUT & TEXT FOR ALL TEMPLATES ===== */

body {
	background: #280b21 url(../images/bg_purple_fade.jpg) repeat-x 0 0;
	position: relative; /* needed for correct placement of footer */
}

#holder {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	padding-top: 10px; /* in order to prevent margin collapse between the holder and the main content,
						margins and padding below must equally be adjusted by 10 pixels */
}

#holder:after {
	content: " ";
	clear: both;
	visibility: hidden;
	height: 0px;
	display: block;
	font-size: 0;
}

#main-visual-container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 520px;
	width: 100%;
	overflow: hidden;
	min-width: 615px;
	max-width: 1200px; /* js fixed for IE6 */
	background: transparent url(../images/main_panel_bg_top.gif) no-repeat;
}

#main-visual {
	position: absolute;
	height: 520px;
	width: 100%;
	overflow: hidden;
	left: 10px;
}

/* ===== MAIN CONTENT ===== */

#main-content {
	width: 570px;
	z-index: 30;
	margin-top: 470px;
	margin-left: 0px;
	background: transparent url(../images/main_panel_bg_middle.gif) repeat-y 0px 0px;
	position: relative;
	padding-right: 630px;
	min-height: 250px;
}

* html #main-content {
	padding-right: 590px; /* needed for ie6 */
}

#main-content:after {
	content: " ";
	clear: both;
	visibility: hidden;
	height: 0px;
	display: block;
	font-size: 0;
}

#main-content {
	line-height: 1.35;
}

#main-content h2 {
	font-size: 40px;
	color: white;
	margin-left: 40px;
	font-family: "acaslon", Georgia;
	margin-bottom: 0px;
	width: 560px;
	margin-top: -15px;
	text-transform: uppercase;
	line-height: 40px;
}
* html #main-content h2{
	margin-top: 0px; /* needed for ie6 */
}

#main-content h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 9px;
	color: #B5AC75;
	margin-left: 40px;
	font-family: "acaslon", Georgia;
	margin-top:9px;
	width: 560px;
	text-transform: uppercase;
}

.main-heading {
	margin-right: 8px;
}

.main-subheading {
	margin-right: 8px;
}

#main-content p {
	font-family: Arial, Sans Serif;
  	font-size: 12px;
  	color: #ffffff;
	margin-left: 40px;
}

#main-content ul {
	font-family: Arial, Sans Serif;
  	font-size: 12px;
	margin-bottom: 0.8em;
	margin-left: 40px;
  	color: #ffffff;
}

#main-center-text ul {
	color: #ACACAC;
}

#main-content ul li {
	margin-left: 14px;
}

div#intro p {
	color: #B5AC75;
}

/* ===== ELEMENTS ===== */

h1#doc-header {
	position: absolute;
	top: 0px;
	left: 10px;
	background: transparent url(../images/h1_bg.png) no-repeat 0 0;
	height: 15px;
	width: 1185px;
	z-index: 10;
	color: #c2c2c2;
	padding-left: 5px;
	_behavior: url(/iepngfix.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


#booking-mask {
	position: absolute;
	top: 462px;
	left: 790px;
	width: 166px;
	height: 200px;
	z-index: 40;
	overflow: hidden;
	background: green;
}
		
#offersHolder {
	position:absolute;
	top: 462px;
	left: 614px;
	z-index:30;
}

#logo {
	left:25px;
	top:15px;
	position:absolute;
}

#branding {
	position:absolute;
	top: 30px;
	left: 10px;
	width: 300px;
	height: 175px;
	z-index: 60;
	display: block;
	overflow:hidden;
}

#newsletter-wrapper {
	position:absolute;
	top: 205px;
	left: 10px;
	width: 300px;
	height: 125px;
	z-index: 60;
	display: block;
	overflow:hidden;
}

#branding-inner {
	background: #1B181B;
	width: 300px;
	height: 175px;
	position: relative;
	overflow:visible;
	z-index:5;
}

#clock {
	position: absolute;
	top: 30px;
	right: 17px;
	color: #9F959D;
	font-size: 10px;
}

#time-in-barcelona {
	margin-left: 5px;
}

#weather {
	position: absolute;
	top: 45px;
	right: 17px;
	font-size: 10px;
	color: #9F959D;
}

#boxnewsletter {
	position: absolute;
	background: transparent url(../images/bg-newsletter.jpg) repeat-x 0 0;
	bottom: 18px;
	right: 17px;
	height:18px;
	vertical-align: middle;
	line-height:18px;
	font-family: "Trebuchet MS",Trebuchet,Arial;
	text-transform: uppercase;
	font-size: 10px;
	color: #9F959D;
	padding:0px 8px;
	cursor:pointer;
}

#sideLeft-newsletter {
	position: absolute;
	top:0;
	left:0;
}

#sideRight-newsletter {
	position: absolute;
	top:0;
	right:0;
}

#newsletter {
	position: relative;
	background-color: #1B181B;
	width: 270px;
	padding-left:30px;
	height:33px;
	vertical-align: middle;
	font-family: "Trebuchet MS",Trebuchet,Arial;
	text-transform: uppercase;
	font-size: 11px;
	line-height:33px;
	color: #FFF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index:5;
	top: -33px;
}

#newsletterButton {
	position:absolute;
	right : 17px;
	top:7px;
	background: transparent url(../images/bg-newsletter.png) no-repeat 0 0;	
	width : 170px;
	height:19px;
}


#newsletterButton input{
	position:absolute;
	left:0; top:0;
	border:0 none;
	margin : 2px 0 2px 10px;
	height:15px;
	width: 120px;
	background-color: #cccccc;
	color: #666666;
	font-size: 11px;
	vertical-align:middle;	
}

#newsletterButton form{
	position:relative;
	top:0; left:0;
	margin:0; padding:0;
	border:0 none;
}

#newsletterButton .go{
	position:absolute;
	right: 1px; 
	top : 0px important!;
	top: 1px !important!;	
	top:1px;
	border:0 none;
	background: transparent;
	width: 21px;
	display:inline;
	height:17px;
	margin:0; padding:0;
	vertical-align:middle;	
	cursor:pointer;
}

/* ===== LANGUAGE NAVIGATION ===== */

ul#language-list {
	font-size:10px;
	height:20px;
	position:absolute;
	right:-25px;
	top:8px;
	width:120px;
}

ul#language-list li {
	display: inline;
	margin: 0px 5px 0px 0px;
}

ul#language-list li,
ul#language-list li a {
	color: #9F959D;
}

ul#language-list {
	padding-left: 0;
	list-style: none;
}

ul#language-list li.current a {
	color: #fff;
}

ul#language-list li a:hover {
	color: #fff;
	text-decoration: none;
}

/* ===== FOOTER ===== */
#footer {
	width: 1200px;
	min-height: 200px;_height: 215px;
	background: #290A21 url(../images/main_panel_bg_bottom.gif) no-repeat 0 0;
	margin-bottom: 0px;
	position: absolute;
	bottom: -199px;
	left: 0px;
	height: 215px;
}

div#address {
	position: absolute;
	top: 30px;
	right: 120px;
	width: 300px;
}

#address-line-1,
#address-line-2 {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

#address-line-3 {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 300px;
}

p#footer-fine-print {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 580px;
	width: 600px;
	display: inline;
	float: left;
}

div#address,
p#footer-fine-print {
  font-family: Arial, Sans Serif;
  font-size: 12px;
  color: #7B6F78;
}

div#address a {
	color: #B5AC75;
}

#footer-menu {
	margin-left: 20px;
	float: left;
	display: inline;
	width: 690px;
	margin-right: 670px;
	margin-bottom: 10px;
}

#footer .shortcuts {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding: 0;
	margin-bottom: 10px;
}

#footer .shortcuts li {
	display: inline;
	padding-right: 8px;
	white-space: nowrap;
}

#footer .shortcuts li a {
	display: inline;
}

#footer .shortcuts li a,
#footer .shortcuts li a:visited {
	font-family: Arial, Sans Serif;
	font-size: 10px;
	color: #B5AC75;
	text-transform: uppercase;
}

#footer .shortcuts li a:hover {
	text-decoration: none;
	color: #fff;
}

div#footer-images {
	margin-left: 20px;
}

.footer-logos {
	float: left;
	margin-right: 40px;
	display: inline;
}

#footer-logo-2 {
	float:right;	
}

#footer #facebook{
    position: absolute;
    left: 195px;
    top: 30px;    
}

/* ===== MAIN NAVIGATION ===== */

#main-navigation {
	position: relative;
	margin-top: 24px;
	z-index: 30;
	width: 165px;
	height: 400px;
	float: right;
	background: #100b09;
	display: block;
	overflow: hidden;
}

#main-navigation ul {
	padding-left: 0px;
	list-style: none;
}

#main-navigation li.level1 {
	width: 135px;
	font-family: Trebuchet, Helvetica, Sans Serif;
	font-size: 11px;
	border-bottom: 1px solid #1e1a18;
	margin: 0px 15px 0px 15px;
	background: transparent url(../images/nav_link_sprite_hz.jpg) no-repeat 0 0;
}

#main-navigation li.level1 a {
	display: block;
	line-height: 22px;
	color: #B5985A;
	padding-left: 5px;
	text-transform: uppercase;
	outline: none;
}

#main-navigation li.level1 a:hover {
	text-decoration: none;
}

#main-navigation li.active a {
	background: transparent url(../images/nav_link_sprite_hz.jpg) no-repeat -210px 0;
}

#main-navigation li.item10 a,
#main-navigation li.item11 a,
#main-navigation li.item12 a,
#main-navigation li.item13 a,
#main-navigation li.item14 a {
	color: #654538;
}

#submenu-left .imap{
	position:relative;
	left:40px;
	outline:0 none;
	}

/* ===== BEST RATE WIDGET ===== */

#best-rate{
	position:absolute;
	bottom:0;
	margin-left:20px;
	background: black url(../images/best_rate_sprite.gif) no-repeat scroll 0 0;
	width:106px;
	height:60px;
	cursor:pointer;
	text-decoration:none;
}

#best-rate:hover{
	background: black url(../images/best_rate_sprite.gif) no-repeat scroll 0 0;
}

#best-rate .bestRateContentLeft{
	padding-top:3px;
	color:white;
	width:85px;
	text-align:center;
	font-family:'Trebuchet MS',Trebuchet, Helvetica, Sans Serif;
	text-decoration:none;	
}


#best-rate .bestPricesRooms{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
}

#best-rate	.bestPricesAvailable{
	text-align:center;
	font-size:10px;
	font-style:italic;
	font-weight:100;
	color:#FFF;	
}

#best-rate .bestPrice{
	padding-left:9px;
	color:#FFF;	
}

#best-rate .bestPrice .bestPricesFromLowestRate{
	font-size:30px;
	font-weight:bold;
	text-decoration:none;	
	font-family:'Arial',Trebuchet, Helvetica, Sans Serif;		
}

#best-rate .bestPrice .bestPricesFromCurrencySymbol{
	font-size:16px;
	font-weight:bold;
	vertical-align:top;
	text-decoration:none;	
	font-family:'Trebuchet MS',Trebuchet, Helvetica, Sans Serif;	
}

/* ===== TRAVELCLICK LINK ===== */

#travelclick-link {
	text-align: center;
}

#travelclick-link a {
	color: #808080;
}

/* ========== PAGE DOWNLOADS ========== */

.download {
	margin-left:25px;
}


.body_subpageWithNav .download {
	margin-left:0px;	
}

.download h4 {
	font-size:18px;
	margin-top:4px;	
}

#holder .download p {
	margin-left:0px;
}

.downloadImage {
	float:left;	
	padding:0px 10px 0px 0px;
}

.downloadContent {
	float:left;	
	width:255px;
}

