html {
	margin:0;
	padding:0;
	background:#ecf1f5;
}
body {
	color:#747474;
	font-size: 62.5%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#ecf1f5;
}

/*-------------------------------------------
Colour palette
-------------------------------------------*/
.light-blue {color:#00a5c5;}
.purple {color:#141d56;}
.rose {color: #771a4a;}

/*-------------------------------------------
Titles
-------------------------------------------*/
h1,
h2 {
	font-size: 2.4em; /* Page headings */
	color:#141d56; /* purple */
	margin: 0 0 15px 0;
}

h1 a,
h1 a span,
h2 a,
h2 a span {
	color:#141d56; /* purple */
}

h3 {
	font-size: 2.2em; /* Sub headings */
	color:#771a4a; /* rose */
	margin: 0 0 10px 0;
}
h3 a {
	color:#771a4a; /* rose */
}
h4 {
	font-size: 2.2em;
	color:#141d56; /* purple */
	margin: 0 0 10px 0;
}
h4 a {
	color:#141d56; /* purple */
}
h4 span,
h4 a span {
	color:#00a5c5; /* lblue */
}
h5 {
	font-size: 1.6em;
	color:#141d56;
	margin: 0 0 6px 0;
}
h5.ad {
	font-size: 1.8em;
	color:#141d56;
	line-height: 1em;
}
h5.grey {
	font-size: 2em;
	color:#6c6c6c;
	margin: 0 0 10px 0;
}
h5.ad a {
	color:#141d56;
}

h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus {
	color:#00a5c5; /* lblue */
	text-decoration: none;
}

/*-------------------------------------------
Main Tags
-------------------------------------------*/
a {
	color:#00a5c5; /* lblue */
	outline:none;
	text-decoration:none;
}
a:hover, 
a:focus {
	color:#00a5c5;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	font-size: 1.2em;
	line-height: 1.3;
	padding:0 0 10px 0;
}

ul, ol {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
ul li {
	background: url(/images/icons/atglance-bullet.gif) no-repeat 0 4px;
	padding: 0 0 6px 9px;	
}

.rich_text ul li{
	line-height:1.4em;
}

table {
	font-size: 1.2em;
}
strong, .strong, .strong p { font-weight: bold; }
.bold p, .bold { font-weight: bold; color:#141d56; }
.small p, .small { font-size: 1em; }

.print {
	font-weight: bold;
	padding: 2px 0 4px 26px;
	background: transparent url(/images/icons/print.gif) no-repeat 0 0;
}
map {
	margin: 0 0 16px 0;
}

/*-------------------------------------------
Left / Right Divisions
-------------------------------------------*/
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.iblock {
	display: inline-block;
}
.clear {
	clear: both;
}
.clearFix {
	margin: 0;
	padding: 0;
	display:block; 
	clear:both; 
	font-size:0; 
	line-height:0; 
	height:0; 
	overflow:hidden;
}
.TAR {text-align: right;}
.TAL {text-align: left;}

p span.left {
	width: 50%;
	display: block;
	float: left;
}
p span.right {
	width: 50%;
	text-align: right;
	display: block;
	float: left;
}
.title-fl {
	width: 70%;
	float: left;
}
.title-fr-link {
	width: 30%;
	float: right;
}
.title-fr-link a {
	float: right;
}
.block-fl {
	width: 60%;
	float: left;
}
.block-fr {
	width: 36%;
	float: right;
}
.col-half_left {
	width: 46%;
	float: left;
}
.col-half_right {
	width: 46%;
	float: right;
}
/*-------------------------------------------
General Spacing
-------------------------------------------*/
.pad10 {
	padding: 10px;
}
.pad6 {
	padding: 6px;
}
.pad3 {
	padding: 3px;
}
.nomargin,
#faceted_search .nomargin {
	margin: 0;
}

/*-------------------------------------------
Tables
-------------------------------------------*/

table {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-collapse: collapse;
	border-spacing: 0 0;
	margin: 0 0 10px 0;
}
table th,
table td {
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 6px;
}
table th {
	background: #fbfbfb;
	font-weight: bold;
}

table td{
	line-height:1.3em;
}

table td p{
	font-size:1.0em;
}

/*-------------------------------------------
Form 
-------------------------------------------*/
label {
	font-size: 1.2em;
	color: #414141;
	font-weight: bold;
}
.nonBoldLabel label {
	font-weight: normal;
}
.checkboxTitleLabel {
	line-height: 20px;
}
input,
textarea {
	border: 1px solid #dcdcdc;
	color: #626262;
	padding: 3px;
	background: #fbfbfb;
	margin: 4px 0 0 0;
}
textarea {
	overflow-y: hidden;
}
input.frm_check,
ul.radio_list input,
.checkbox_list input {
	width: 16px;
	border: 0;
	background: transparent;
	float: left;
	margin: 0 8px 0 0;
}
ul.radio_list label {
	line-height: 20px;
}
.checkboxWrap {
	position: absolute;
}
.checkboxWrap input {
	border: 0;
	background: transparent;
}
.checkboxWrapLabel {
	display: block;
	margin-left: 22px;
	line-height: 1.3;
}
select {
	border: 1px solid #dcdcdc;
	color: #626262;
	background: #fbfbfb;
	padding: 1px;
	margin: 4px 0 0 0;
}
.forgotPassword form {
	width: 320px;
	overflow: hidden;
}
form div.full {
	clear: left;
	width: 320px;
	margin: 0 0 12px 0;
}
form div.half {
	width: 154px;
	float: left;
	margin: 0 12px 12px 0;
	overflow:hidden;
}
form div.third {
	width: 102px;
	float: left;
	margin: 0 12px 12px 0;
	overflow:hidden;
}
form span.qtr {
    display: block;
	width: 68px;
	float: left;
	margin: 0 8px 0 0;
}
form div.full input,
form div.full textarea {
	width: 312px;
}
form div.half input,
form div.half textarea {
	width: 146px;
}

form div.full input.frm_check,
form div.half input.frm_check,
form div.full ul.radio_list input,
form div.half ul.radio_list input {
	width: 16px;
}
span.height14 input {
	height: 14px;
}
form div.full select {
	width: 320px;
}
form div.small-dropdown select {
	width: auto;
}

form em.required {
	color: #771a4a;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-style: normal;
}

form ul.checkbox_list {
	font-size: 1em;
	margin: 4px 0 0 0;
}
form ul.checkbox_list li {
	background: none;
	padding: 0;
	float: left;
	margin: 0 12px 8px 0;
}
form ul.checkbox_list input,
.frm-checkbox-div input {
	width: 16px;
	float: left;
	margin: 0 4px 0 0;
	border: none;
	background: transparent;
}
form ul.checkbox_list label {
	font-weight: normal;
}

form div.full ul.radio_list li {
	clear: left;
	float: left;
	margin: 0 0 12px 0;
	width: 320px;
}

ul.error_list {
	border: 1px solid #cc3333;
	color: #000;
	font-weight: bold;
	padding: 4px 4px 0 4px;
	margin: 6px 0 0 0;
	width: auto;
}
ul.error_list li {
	padding: 4px 2px 6px 9px;
	background-position: 0 8px;
}

#recaptcha_widget_div {
	clear: both;
	border-color: #dcdcdc;
	margin-bottom: 12px;
}
#recaptcha_logo,
#recaptcha_tagline {
	display: none;
}

.frm_date, 
form div.full .frm_date {
	width: 72px;
}

.colourbox #form {
	width: 320px;
}
.colourbox .mainForm,
.colourbox #form form {
	width: 320px;
	overflow: hidden;
}
.colourbox .mainForm fieldset,
.colourbox #form fieldset {
	width: 350px;
}

.forgotPassword  input.floatR:hover {
	cursor: pointer;
	background: #f2f2f2;
}

.errors,
.success,
.warning {
	border: 2px solid #b80030;
	font-weight: bold;
	padding: 6px;
	width: auto;
	margin: 0 0 10px 0;
	clear: left;
}
.success {
	border-color: #009900;
}
.warning {
  border-color: #f1804d;
}

fieldset.col1,
fieldset.col2 {
	float: left;
	width: 334px;
}
fieldset.col1 {
	margin-right: 14px;
	border-right: 1px solid #f2f2f2;
}
/*-------------------------------------------
Grey Separator Bar 
-------------------------------------------*/
.greyBar hr,
.greyBarSmall hr {
	display: none;
}
.greyBar {
	clear: both;
	width: auto;
	height: 7px;
	background: #f2f2f2;
	overflow: hidden;
	font-size: 1px;
	margin: 0 16px 18px 0;
	border-top: 18px solid #fff;
}
.greyBarSmall {
	background: url(/images/bg-layout/greyBar_sml.gif) no-repeat 0 0;
	overflow: hidden;
	font-size: 1px;
	margin: 0 0 18px 0;
	border-top: 18px solid #fff;
	height: 5px;
}
.fullwidthcontent .greyBar,
#contentcolumn .greyBar,
#hotelscontentcolumn .greyBar,
.offer_listing .greyBar {
	margin-right: 0;
}
.greyBarMyAccount {
	margin: 0 0 10px 0;
	border: none;
	width: 928px;
}
.greyBarNoSpacing {
	margin: 0 0 10px 0;
	border: none;
}

hr.greyBarSingleLine {
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
	margin: 10px 0 10px 0;
	border: 0;
}
.noborder {
	border: 0!important;
}

/*-------------------------------------------
Buttons
-------------------------------------------*/
.btn {
	background: transparent url(/images/buttons/btn_book_r.png) no-repeat 100% 0; 
	display: block;
	float: left;
	height: 24px;
	padding: 0 15px 0 0;
	text-decoration: none;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	outline: none;
	position: relative;
}
.btn span {
	background: transparent url(/images/buttons/btn_book_l.png) no-repeat 0 0; 
	display: block;
	line-height: 24px; 
	padding: 0 4px 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
	float: left;
	overflow: hidden;
	margin: 0;
} 
.btn:hover,
.btn:active,
.btn:focus {
	background-position: 100% 100%;
	text-decoration: none;
	outline: none;
}
.btn:hover span,
.btn:active span,
.btn:focus span {
	background-position: 0 100%;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.btn-back {
	background: transparent url(/images/buttons/btn_book_r2.png) no-repeat scroll top right; 
}
.btn-back span em {
	background: transparent url(/images/buttons/btn-back-arrow.gif) no-repeat scroll left 4px;
	padding-left: 12px; 
	font-style: normal;
}

a.rightnav-book {
	clear: left;
}
a.rightnav-book span {
	width: 72px;
	text-align: center;
}

/* Input Button */
.input-btn {
	background: transparent url(/images/buttons/btn_book_r.png) no-repeat scroll 100% 0; 
	display: block;
	float: left;
	padding: 0 12px 0 0; /* RIGHT IMAGE WIDTH */
	text-decoration: none;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	position: relative;
	outline: none;
	cursor: pointer;
}
.input-btn input {
	background: transparent url(/images/buttons/btn_book_l.png) no-repeat 0 0; 
	display: block;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	float: left;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	padding: 0 4px 1px 6px;
	margin: 0;
	outline: none;
} 

.input-btn:hover,
.input-btn:active,
.input-btn:focus {
	background-position: 100% 100%;
	text-decoration: none;
	outline: none;
}
.input-btn:hover input,
.input-btn:active input,
.input-btn:focus input {
	background-position: 0 100%;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.input-btn input.apply-date {
	width: 82px;
}
.input-btn input.send {
	width: 82px;
}
.button-line-height {
	line-height: 24px;
}
.adjacentLink a {
	margin-left: 12px;
}
.button-line-height input.frm_check {
	margin: 6px 0 2px 0;
}
.button-line-height .floatL label {
	padding-left: 4px;
}
#bigInputBtn {
	background: transparent url(/images/buttons/btn_bookLarge_r.png) no-repeat scroll 100% 0; 
	height: 38px; /* IMAGE HEIGHT */
	padding-right: 30px; /* RIGHT IMAGE WIDTH */
}
#bigInputBtn input {
	background: transparent url(/images/buttons/btn_bookLarge_l.png) no-repeat 0 0; 
	line-height: 38px; /* BUTTONG HEIGHT */
	height: 38px;
	white-space: nowrap;
	width: auto;
	padding-left: 16px;
	font-size:20px;
} 
#bigInputBtn:hover,
#bigInputBtn:active,
#bigInputBtn:focus {
	background-position: 100% 100%;
	text-decoration: none;
}
#bigInputBtn:hover input,
#bigInputBtn:active input,
#bigInputBtn:focus input {
	background-position: 0 100%;
	color: #fff;
	text-decoration: none;
}

/* Grey Button */
.grey-btn {
	background-image: url(/images/buttons/btn_gry_r.png);
}
.grey-btn span,
.grey-btn input {
	background-image: url(/images/buttons/btn_gry_l.png);
}

/*-------------------------------------------
Any width round corners
-------------------------------------------*/
.rnd-box {
 position:relative;
 margin:0px auto;
 /* min-width:8em; */
 max-width:760px; /* based on image dimensions */
 z-index:1;
 margin-left:7px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 float: left;
}
.rnd-box .rnd-box-inner,
.rnd-box .t,
.rnd-box .b,
.rnd-box .b div {
 background:transparent url(/images/bg-layout/rnd-corners.png) no-repeat top right;
}
.rnd-box .rnd-box-inner {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:7px 7px 0px 0px;
}
.rnd-box .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:7px; /* top slice width */
 margin-left:-7px;
 height:100%;
 background-position:top left;
}
.rnd-box .b {
 /* bottom */
 position:relative;
 width:100%;
}
.rnd-box .b,
.rnd-box .b div {
 height:7px; /* height of bottom cap/shade */
 font-size:1px;
}
.rnd-box .b {
 background-position:bottom right;
}
.rnd-box .b div {
 position:relative;
 width:7px; /* bottom corner width */
 margin-left:-7px;
 background-position:bottom left;
}
.rnd-box .hd,
.rnd-box .bd,
.rnd-box .ft {
 position:relative;
}
.rnd-box .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/* Box center */
.box-center {
	background: #fff url(/images/bg-layout/box-shade.gif) repeat-x 0 100%;
	padding: 8px 10px;
}
.box-center h3 {
	margin-bottom: 2px;
	font-size: 2em;
}
.box-center ul {
	position: relative;
}
.box-center ul li {
	background: url(/images/icons/atglance-bullet.gif) no-repeat 0 4px;
	padding: 0 0 6px 9px;	
}
/*-------------------------------------------
Lists 
-------------------------------------------*/
/* arrow list */
.list1 li {
	clear: left;
	float: left;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 9px 0;
	background: none;
	padding: 0;
}
.list1 li a {
	display: block;
	width: 196px;
	float: left;
    background: transparent url(/images/icons/list-icon.gif) no-repeat 0 0;
	padding: 0 0 9px 20px;
	color:#00a5c5; /* lblue */
	cursor: pointer;
}
.list1 li a span {
	display: block;
	float: left;
	width: 86px;
}
.list1 li a em {
	font-style: normal;
	display: block;
	float: left;
	width: 110px;
	color: #747474;
}

/* arrow list - no links */
.list1b li {
	clear: left;
	float: left;
	margin: 0 0 9px 0;
	background: none;
	float: left;
	background: transparent url(/images/icons/list-icon.gif) no-repeat 0 0;
	padding: 0 0 0 24px;
}

/* Small arrow list */
.list2 li { 
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 8px 0;
	padding: 0 0 9px 9px;
	background: transparent url(/images/icons/footerNav-arrow.gif) 0 4px no-repeat;
}  
.list2 li a { 
	color: #414141;
	display: block;
}
.list2 li a.selected { 
	color:#141d56; /* purple */
	font-weight: bold;
}

/*icon-list*/
.icon-list {}
.icon-list li {
	background: url(/images/bg-layout/bg-round-icon-list.gif) no-repeat 0 0;
	clear: left;
	float: left;
	margin: 0 0 6px 0;
	padding: 0;
	width: 219px;
}
.icon-list li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #747474;
	font-weight: bold;
}
.icon-list li a img {
	float: left;
	padding: 1px 6px 1px 1px;
}

/* star list */
.star-list {
	float: left;
}
.star-list li {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999em;
	width: 15px;
	height: 16px;
	background: url(/images/icons/star.gif) no-repeat 0 0;
	padding: 0;
}

/* address bulleted list */
.address-details-list  {
	margin: 0 0 8px -8px;
}
.address-details-list li{
	display: inline;
	padding: 0 8px 8px 8px;
	background: transparent url(/images/icons/address-bullet.gif) 100% 6px no-repeat;
}
.address-details-list li.last{
	padding: 0 0 0 8px;
	background: 0;
}

/* vcard address */
.vcard {
    margin: 0 0 8px -8px;
}

.vcard .url, .vcard .org, .vcard .email{
	display:none;
}

.vcard .adr{
	margin:0 0 8px 0;
}

.vcard .tel, .vcard .fax, .vcard span{
	display: inline;
	padding: 0 8px 8px 8px;
	font-size:1.2em;
	background: transparent url(/images/icons/address-bullet.gif) 100% 6px no-repeat;
}



/* link list */
.link-arrow-list {
	margin: 0 0 10px 0;
	line-height: 1.2;
}
.link-arrow-list li {
	display: inline;
	padding: 0 10px 6px 0;
	margin: 0;
	background: none;
}
.link-arrow-list li a {
	color:#00a5c5; /* lblue */
	font-weight: bold;
	background: transparent url(/images/icons/footerNav-arrow.gif) 0 6px no-repeat;
	padding: 0 0 0 9px;
}
.link-arrow {
	margin: 8px 0 0 0;
}
.link-arrow a {
	color:#00a5c5; /* lblue */
	font-weight: bold;
	background: transparent url(/images/icons/footerNav-arrow.gif) 0 6px no-repeat;
	padding: 0 0 0 9px;
}


/*-------------------------------------------
Tooltip styling
-------------------------------------------*/
.tooltip {
	z-index: 10000;
	background: url(/images/bg-layout/white_arrow.png) no-repeat 0 0;
	font-size:12px;
	height:37px;
	width:160px;
	padding:25px;
	color:#414141;	
	font-weight: bold;
	text-align: center;
}

/*-------------------------------------------
Pop Ups 
-------------------------------------------*/
#contentwrapper.colourbox {
	width: auto;
}
.colourbox #onecolumncontent,
.colourbox #contentcolumn {
	margin: 0;
}
.colourbox #onecolumncontent .innertube,
.colourbox #contentcolumn .innertube {
	margin: 0;
	width: auto;
}
.lightbox-inlinecontent {
	background: #fff;
	padding: 6px;
}
.overlay-hide {
	display: none;
}

/*-------------------------------------------
Loading Overlay
-------------------------------------------*/
#loadingOverlay {
	position: relative;
	overflow: hidden; 
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	background-color: #fff;
}
#loadingOverlayImage {
	position: absolute;
	top: 100px;
	left: 250px;
}
#loadingOverlay.full {
	width: 528px;
}
#loadingOverlay.full #loadingOverlayImage {
	left: 140px;
}
#loadingOverlay.short #loadingOverlayImage {
	left: 200px;
	top: 4px;
}
#loadingOverlay.fullWidthOverlay #loadingOverlayImage {
	left: 375px;
}
#loadingOverlay.formOverlay {
	height: 180px;
	width: 320px;
}
#loadingOverlay.formOverlay #loadingOverlayImage {
	left: 100px;
	top: 6px;
}
#loadingOverlay.faveHotelsLoader #loadingOverlayImage {
	left: 154px;
	top: 4px;
}

/* At a glance corners */
.crns_base {
  width: 184px;
  margin: 0 0 18px 0;
  background: #dbe6ee url(/images/bg-layout/rnd-crns-b-184.png) no-repeat bottom left;
 }
.crns_top {
  margin: 0;
  padding: 4px;
  background: #ebf0f5 url(/images/bg-layout/rnd-crns-t-184.png)  no-repeat top left;
 }
.crns_mid {
  margin: 0;
  padding: 0 0 4px 0;
}
.crns_base_single {
  width: 184px;
  margin: 0 0 10px 0;
  background: #ebf0f5 url(/images/bg-layout/rnd-crns-b-184.png) no-repeat bottom left;
  float: left;
}

/* My Barcelo corners */
.crns_base455 {
  width: 455px;
  margin: 0 0 10px 0;
  background: #dbe6ee url(/images/bg-layout/rnd-crns-b-455.gif) no-repeat bottom left;
}
.crns_top455 {
  margin: 0;
  padding: 4px;
  background: transparent url(/images/bg-layout/rnd-crns-t-455.gif)  no-repeat top left;
}

.crns_base710 {
  width: 710px;
  margin: 0 0 10px 0;
  background: #dbe6ee url(/images/bg-layout/rnd-crns-b-710.gif) no-repeat bottom left;
}
.crns_base710 .crns_top {
  margin: 0;
  padding: 4px;
  background: transparent url(/images/bg-layout/rnd-crns-t-710.gif)  no-repeat top left;
} 
.crns_base710 .crns_mid {
  margin: 0 10px 0 10px;
  padding: 0 0 6px 0;
}

.crns_base312 {
  width: 312px;
  margin: 0 0 10px 0;
  background: #dbe6ee url(/images/bg-layout/rnd-crns-b-312.gif) no-repeat bottom left;
}
.crns_base312 .crns_top {
  margin: 0;
  padding: 4px;
  background: transparent url(/images/bg-layout/rnd-crns-t-312.gif)  no-repeat top left;
} 
.crns_base312 .crns_mid {
  margin: 0 10px 0 10px;
  padding: 0 0 6px 0;
}

/*-------------------------------------------
Breadcrumbs
-------------------------------------------*/
#breadcrumb {
	margin: 0 0 12px 0;
	border-bottom: 1px solid #f2f2f2;
	float: left;
	width: 100%;
}
#breadcrumb ul{
	font-size: 1.1em;
	float: left;
	margin: 0 0 6px 0;
}
#breadcrumb span {
	float: left;
	padding: 0 10px 0 0;
	font-size: 1.1em;
}
.breadcrumbs li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	color:#5d5d5d; /* lgrey */
	background: transparent url(/images/icons/footerNav-arrow.gif) 0 3px no-repeat;
	padding: 0 0 4px 9px;
}
.breadcrumbs li a {
	color:#5d5d5d; /* lgrey */
}
.breadcrumbs {
	white-space: nowrap;
}


/*--------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
Site Structure
----------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------*/

.wrapper {}

/*-------------------------------------------
Header structure
-------------------------------------------*/
.headerWrap {
	width: 100%;
	background: #fff url(/images/bg-layout/header-bg.gif) repeat-x 0 100%;
	border-bottom: 1px solid #fff;
}
.header {
	position: relative;
	z-index: 2;
	width: 960px;
	margin: 0 auto;
	background: transparent;
	height: 98px;
}

/*-------------------------------------------
Logo
-------------------------------------------*/
#logo {
	width: 10px;
	height: 10px;
	position: relative;
}	
#logo h1,
#logo h2 {
	width: 131px;
	height: 123px;
	position: absolute;
	top: 0;
	left: -4px;
	z-index: 3;
	display: block;
}	

#logo a {
	position: absolute;
	left: -4px;
	display: block;
	width: 131px;
	height: 123px;
	background: transparent url(/images/logo.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}

#logo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
}

/*-------------------------------------------
Carousel
-------------------------------------------*/
#carousel-overflow {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	background: #f2f2f2
}
#carousel {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#carousel-inner {
	height:341px;
	left:-160px;
	overflow:hidden;
	position:relative;
	width:1300px;
}
#carousel-inner.short {
	height:130px;
}
#image_wrap {
	width:1300px;
	height:341px;
	margin:0;
	padding:0;
	text-align:center;
	position: relative;
}
#image_wrap a, #image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
}
#carousel-tint {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 120px;
	background: #000;
	bottom: 0;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;

}
/*-------------------------------------------
Middle structure
-------------------------------------------*/
.middle {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -26px;
}

.middle .shadow-l {
	width: 955px;
	padding: 0 0 0 5px;
	background: transparent url(/images/bg-layout/shadow-l.png) repeat-y 0 0;
	float: left;
}
.middle .shadow-r {
	width: 960px;
	padding: 0 5px 0 0;
	background: transparent url(/images/bg-layout/shadow-r.png) repeat-y 100% 0;
	float: left;
}
.middle .shadow-b {
	width: 964px;
	position: relative;
	left: 3px;
	background: transparent url(/images/bg-layout/shadow-b.png) repeat-x 0 0;
	height: 5px;
	font-size: 1px;
	float: left;
}

.center {
	position: relative;
	z-index: 2;
	width: 100%;
	background: transparent url(/images/bg-layout/centre-shadow.gif) repeat-x 0 0;
	border-top: 1px solid #fff;
}
.content {
	width: 960px;
	margin: 0;
	background: #fff;
	padding: 0;
	border-top: 3px solid #1e1f72;
}
#center_content {
	width: 944px;
	padding: 0 0 20px 16px;
	float: left;
	background: #fff;
}

/*-------------------------------------------
Main Page Columns
-------------------------------------------*/
/* 3 column layout */
#contentwrapper{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#contentcolumn{
	margin: 0 200px 0 204px; 
}
#contentcolumn .innertube {
	position: relative;
	float: left;
	width: 510px;
	margin: 25px 15px 0 10px;
	padding: 0;
	z-index: 2;
}
#leftcolumn{
	float: left;
	width: 220px; /*Width of left column in pixel*/
	margin: 0 0 0 -960px; /*Set margin to that of -(MainContainerWidth)*/
	background: transparent url(/images/bg-layout/col-left-shadow.gif) no-repeat 100% 100%;
	padding: 0 0 100px 0;
	position: relative;
	z-index: 2;
}
#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin: 0 0 0 -200px; /*Set left margin to -(RightColumnWidth)*/
	position: relative;
	z-index: 2;
}

#leftcolumn .innertube{
	margin: 25px 20px 20px 16px; /*Margins for inner DIV inside each column (to provide padding)*/
	position: relative;
}
#rightcolumn .innertube{
	margin: 25px 0 0 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*-------------------------------------------
One Column Content
-------------------------------------------*/
#onecolumncontent {
	margin: 0 0 0 204px; 
}
#onecolumncontent .innertube {
	position: relative;
	float: left;
	width: 716px;
	margin: 25px 0 20px 10px;
	padding: 0;
	z-index: 2;
}

/*-------------------------------------------
Single Left Column
-------------------------------------------*/
#singleleftcolumn {
	float: left;
	width: 220px; /*Width of left column in pixel*/
	margin: 0 0 0 -960px; /*Set margin to that of -(MainContainerWidth)*/
	background: transparent url(/images/bg-layout/col-left-shadow.gif) no-repeat 100% 100%;
	padding: 0 0 100px 0;
  	position: relative;
  	z-index: 4;
}
#singleleftcolumn .innertube{
	margin: 25px 20px 20px 16px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*-------------------------------------------
Full width content
-------------------------------------------*/
.fullwidthcontent {
	padding: 25px 0 0 0;
	float: left;
}
.fullwidthcontent .fullwidthContainer {
	width: 928px;
}
.fullwidthcontent #breadcrumb {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #f2f2f2;
	width: 928px;
}

.fullwidthcontent .box-center {
	padding: 12px;
}
.fullwidthcontent .box-center h3 {
	font-size: 2.3em;
}

.fullwidthcontent .fullwidth2col {
	float: left;
	width: 470px;
	margin: 0 0 12px 0;
}
.fullwidthcontent .fullwidth2col .rnd-box {
	width: 454px;
}
.fullwidthcontent .fullwidth2col .img-wrap {
	width: 446px;
	overflow-x: hidden;
}

.fullwidthcontent .fullwidth3col {
	float: left;
	width: 312px;
	margin: 0 0 12px 0;
}
.fullwidthcontent .fullwidth3col .rnd-box {
	width: 300px;
}
.fullwidthcontent .fullwidth3col .img-wrap {
	width: 294px;
	overflow-x: hidden;
}

.fullwidthcontent .fullwidth4col .rnd-box {
	width: 220px;
	margin-right: 8px;
}


/*-------------------------------------------
Form 
-------------------------------------------*/
/* footer nav */
#footerNav {
	clear: both;
	border: 2px solid #f5f5f5;
	background: #f5f5f5 url(/images/bg-layout/footerNav-bg.gif) repeat-x 0 100%;
	width: 940px;
	padding: 12px 0px 12px 16px;
	font-size: 1.1em;
}
#footerNav h2 {
	font-size: 1.5em;
	color: #141d56;
	margin-bottom: 6px;
}
#footerNav ul {
	font-size: 1em;
}
#footerNav .footer-col {
	float: left;
	margin-right: 16px;
}

#footerNav div#footercol_hotels {
	width: 146px;
}
#footerNav div#footercol_destinations {
	width: 120px;
}
#footerNav div#footercol_offers {
	width: 120px;
}
#footerNav div#footercol_meetings {
	width: 170px;
}
#footerNav div#footercol_weddings {
	width: 160px;
}
#footerNav div#footercol_beauty {
	width: 124px;
	margin-right: 0;
}

#footerNav ul li { 
	padding: 0 0 5px 9px;
	background: none;
	background: transparent url(/images/icons/footerNav-arrow.gif) 0 3px no-repeat;
}  
#footerNav a { 
	color: #414141;
}

/* Base footer */
#footer {
	width: 964px;
	margin: 0;
	padding: 10px 3px 10px 3px;
	color: #414141;
	clear: left;
}
#footer .copyright {
	width: 290px;
	margin: 0;
	padding: 0;
	float: left;
}
#footer ul {
	font-size: 1em;
}
#footer ul li {
	background: transparent url(/images/bg-layout/pipe-bar-gry.gif) no-repeat right top;
	padding: 0 8px 0 0; 
	margin: 0 0 0 3px;
	display: inline;
}
#footer ul li.last {
	background: none;
}
#footer ul li a {
	text-decoration: none;
	color: #414141;
}
#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus { 
	text-decoration: underline;
}
#footer ul.left {
	float: left;
}
#footer ul.right {
	float: right;
}
#footer .footerSig {
	clear: both;
	float: right;
	padding: 0 5px 0 0;
}
#footer .footerSig2 {
	clear: none;
}
#footer p {
	font-size: 1em;
	line-height: 1;
}
#footer .footerSig a {
	color: #414141;
}
