/*
 * Homepage Styles
 */

body {
  background: #181617;
  color: #ffffff;
}

div#page-content div#centre-column {
  font-size: 1em;
}

body h1 {
  position: absolute;
  left: -9999px;
}

div#site-container {

  width: 100%;
}

div#site-container #header {
  margin-bottom: 0 !important;
  padding-bottom: 3px;
}

div#site-container  div#page-content {
  background: url(/img/hp-page-content-bg.jpg) #231f20 repeat-x;

  margin: 0;
  padding: 0;
}

div#page-content div#centre-column {
  background: none !important;
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 32px 0 0 0 ;
}


div#hp-mivan-logo {
  padding-left: 30px;
  float: left;
}

div#hp-slideshow {
  position: relative;
  float: right;
  padding: 0 2px 11px 0;
  background: url(/img/hp-main-slideshow-bg.gif) bottom center no-repeat;

}

div#hp-slideshow span#hp-slideshow-next,
div#hp-slideshow span#hp-slideshow-prev {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  height: 284px;
  width: 82px;
  z-index: 9999;
  background: url(/img/hp-slideshow-prev.png)  center no-repeat;
}

div#hp-slideshow span#hp-slideshow-next {
  left: 627px;
  background: url(/img/hp-slideshow-next.png)  center no-repeat;
}

div#hp-slideshow span#hp-slideshow-next span,
div#hp-slideshow span#hp-slideshow-prev span {
  position: absolute;
  left: -9999px;
}
div#hp-slideshow ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 2px solid #ffffff;
  width: 709px;
  height: 284px;
  overflow: hidden;
}

div#hp-slideshow ul li {
  margin: 0;
  padding: 0;
  float: left
}

div#hp-slideshow ul li img {
  display: block;
}

div#hp-under-slideshow {
  position: relative;
  z-index: 99;
  float: right;
  clear: both;
  background: url(/img/hp-main-slideshow-bg.gif) bottom no-repeat;
  overflow: hidden;
  width: 715px;
  height: 62px;
  padding-bottom: 11px;
  overflow: hidden;


}

div#hp-under-slideshow div.inner {
  border: 2px solid #ffffff;
  padding: 0 19px 0 18px;

}

div#hp-under-slideshow img#hp-under-slideshow-prev {
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 99;
}

div#hp-under-slideshow img#hp-under-slideshow-next {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 690px;
  z-index: 99;
}

div#hp-under-slideshow ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  height: 62px;
  overflow: hidden;
  z-index: 1;
}

div#hp-under-slideshow ul li {
  cursor: pointer;
  float: left;
  background:url(/img/hp-under-slideshow-li-bg.gif) right no-repeat;
  padding-right: 4px;
}

div#hp-intro {
  float: none;
  clear: both;
  font-size: 0.85em;
  top:-60px;
  background: url(/img/big-letter-e.gif) no-repeat;
  position: relative;
  padding-top: 119px;
  z-index: 1;
  width: 100%;
}

div#hp-intro p {
  margin: 0;
  padding: 0;
  font-size: 1.909em;
  font-weight: normal;
  text-shadow: #000000 1px 2px 1px;
}

div#hp-intro span.big-letter-e {
  float: left;
  width: 90px;
}


div#hp-latest-news {
  overflow: hidden;
  margin: 0 auto 15px auto;
  padding: 0;
  width: 900px;
}
div#hp-latest-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#hp-latest-news ul li {
  float: left;
  margin: 0;
  padding: 0 0px 0 0;
  width: 300px;
}
div#hp-latest-news ul li.last {
  padding: 0;
}
div#hp-latest-news ul li div.news-image {
  float: left;
  padding: 0 10px 0 0;
}
div#hp-latest-news ul li div.news-image img {
  border: 2px solid #fff;
}
div#hp-latest-news ul li div.news-content {
  float: left;
  width: 140px !important;
}
div#hp-latest-news ul li div.with-image {
  width: 150px;
}
div#hp-latest-news ul li div.news-content h3 {
  font-weight: normal;
  margin: 0;
}
div#hp-latest-news ul li div.news-content h3 a,
div#hp-latest-news ul li div.news-content a {
  text-decoration: none;
  color: #fee119;
}



div#hp-services {
  font-size: 0.9em;
  background: url(/img/hp-services.jpg) top center repeat-x;
  padding-top: 13px;
  height: 134px;
}

div#hp-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#hp-services ul li {
  background:url(/img/hp-services-li-left.png) top left no-repeat;
  float: left;
  margin: 0;
  padding: 0;
  width: 131px;
}

div#hp-services ul li a {
  background:url(/img/hp-services-li-right.png) top right no-repeat;
  color: #000000;
  font-size: 1.45em;
  text-decoration: none;
  font-family: georgia, times, "Times New Roman";
  display: block;
  width: 131px;
  height: 120px;
}

div#hp-services ul li a span {
  cursor: pointer;
  display: block;
  line-height: 24px;
  padding: 6px 12px 0 6px;
  height: 114px;
}
div#hp-services ul li a:hover span {
  background:url(/img/hp-services-li-a-hover-span.png) top center no-repeat;
}

