div#left_col_content {
  background-image: url('../asset/home_left.jpg');
  background-repeat: no-repeat;
  background-position: 0 100px;
}

div#newsletter {
  position: absolute;
  bottom: 3px;
  color: #d1e0e8;
}

div#product_type {
  margin: 2px 0;
}

div#beach_holidays {
  float: left;
  width: 201px;
  height: 109px;
}

div#skiing_holidays {
  float: left;
  margin-left: 6px;
  width: 201px;
  height: 109px;
}

div#quick_links {
  display: block;
  width: 408px;
  height: 48px;
}

div.ad {
  float: left;
  width: 133px;
  height: 48px;
  margin-top: 4px;
}

div#family_holidays {
  float: left;
  width: 201px;
  height: 109px;
}

div#corporate_events {
  float: left;
  margin-left: 6px;
  width: 201px;
  height: 109px;
}

div.product_link {
  position: relative;
  padding: 3px;
  width: 195px;
  height: 103px;
}

div.product_link_content {
  position: absolute;
  bottom: 3px;
  width: 195px;
  text-align: right;
}

div.product_clear {
  clear: left;
  height: 5px;
  font-size: 1%;
}

div.product_ans {
clear: left;
height: 0px;
font-size: 1px;
}

a.link_1 {
  color: #0c0b43;
  text-decoration: none;
}

a.link_1:hover {
  text-decoration: underline;
}
a.link_2 {
  color: #FFFFFF;
  text-decoration: none;
}

a.link_2:hover {
  text-decoration: underline;
}

a#ad {
  display: block;
  margin-top: 4px;
  height: 48px;
  width: 408px;
  overflow: hidden;
  background-image: url(../asset/home/ad.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

a#ad:hover {
  background-position: 0 -48px;
}

a#ad span {
  display: none;
}

div#movie {
  width: 408px;
  height: 230px;
  overflow: hidden;
}

div#side_nav {
  margin-top: 5px;
  width: 177px;
  padding: 5px;
}

#side_nav_list
{
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
}

#side_nav_list li
{
  list-style: none;
  margin: 0;
  padding: 0.25em;
  text-transform: uppercase;
  border-top: 1px solid #FFFFFF;
}

#side_nav_list li a { color: #FFFFFF; text-decoration: none; }
#side_nav_list li a:hover { color: #ffffff; text-decoration: underline; }

div#main_pic {
  width: 408px;
  height: 284px;
  background-position: top;
  background-repeat: no-repeat;
}

div#brochure_call_us {
  margin: 5px;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* For Film Menu */
div#film_nav {
  margin-top: 1px;
  margin-bottom: 20px;
  width: 177px; 
  height: 25px;
  padding: 5px;
  float: left;

}
#film_nav a { color: #FFFFFF; text-decoration: none; }
#film_nav a:hover { text-decoration: underline; }


/* For 3 SkyScrapers */

div#scraper_type {
  margin: 2px 0;
}

div#photos_right {
  float: left;
  width: 90px;
  height: 276px;
}
div#photos_left {
  float: left;
  margin-left: 6px;
  width: 90px;
  height: 276px;
}

