/* CSS for the homepage */

html.homepage #header {
  height:152px;
}

html.homepage h2 {
  padding:10px 0;
  font-weight:normal;
  font-size:18px;
  color: rgb(104, 103, 156);
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 26, 2012 */

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

.brand_fontface {
	font-family:'metaplusbold', Helvetica, Arial, san-serif;
}

/**
*****************************************
Main content on homepage
*****************************************
*/

#main_content {
  padding:0 8px;
}
.main_content_inner {
  padding: 5px 10px 10px;
}
.main_content_inner .col1 { float:left; width: 640px;}
.main_content_inner .col2 { float:left; width: 250px; margin-left:25px;}

/**
*****************************************
Package listings
*****************************************
*/

html.homepage .col1 .top_description {
  color:#666C98;
  font-size:13px;
  margin:7px 10px 15px;
  width: 660px;
}

/**
*****************************************
Top spas
*****************************************
*/
html.homepage .top_venues h2 {
  margin:0 0 14px;
}

html.homepage .top_venues .num_people {
  font-size: 11px;
}

html.homepage .top_venues h2.overseas_holiday {
  font-size: 16px;
}

html.homepage .top_venues td {
  padding-bottom:10px;
  vertical-align:top;
}
html.homepage .top_venues .name {
  padding-right:10px;
  font-size:13px;
}
html.homepage .top_venues .name strong {
  font-size:13px;
  display: block;
  margin-bottom: .4px;
}

html.homepage .top_venues .name,
html.homepage .top_venues .name a {
  color:#418084;
}
html.homepage .top_venues .price,
html.homepage .top_venues .price a {
  color:#666C98;
  font-size: 19px;
  text-align:right;
}
html.homepage .top_venues .price .from {
  font-size:11px;
  display: block;
}
html.homepage .top_venues .price .pp {font-size:11px;}

/**
*****************************************
Offer Boxes
*****************************************
*/

ul#offer_boxes {
  margin:10px 0 16px 4px;
}

ul#offer_boxes li {
  border: solid 1px #ccc;
  list-style: none;
  float: left;
  padding: 3px;
  margin: 5px;
}

span.tab_search {
  padding-left: 20px;
}

span.tab_search a {
  color: #666C98;
  border-bottom: solid 1px #666C98;
}

html.homepage .top_venues span.lowest_price {
}

/*
*****************************************
 Enquiry button
*****************************************
*/
html.homepage .enquire_button_bar {
  background: #eff8f8 url(images/homepage/enquire_button_bar.jpg) left top no-repeat;
}
html.homepage .enquire_button_bar .left,
html.homepage .enquire_button_bar .right {
  width:442px;
  float:left;
  padding:0 15px;
}
html.homepage .enquire_button_bar .left {
  text-align:right;
}
html.homepage .enquire_button_bar h3 {
  font-size:18px;
  color: #666C98;
  font-weight:normal;
  margin:10px 0 6px;
}
html.homepage .enquire_button_bar .left p {
  float: right;
}
html.homepage .enquire_button_bar .left p,
html.homepage .enquire_button_bar .right p {
  font-size:12px;
  width:330px;
  color:#888;
}
html.homepage .bg {
  background-color:#EFF8F8;
  position:absolute;
  z-index:1;
  height:50%;
  width:100%;
  bottom:0;
  left:0;
}
