@import url("base.css");
@import url("menu.css");

/*
-----------------------------------------------
jerryvandyke.com home page screen style
author: Jackson Marketing <jacksonmarketing.ca>
----------------------------------------------- */

#banner_image {
  float: left;
  width: 770px;
  height: 304px;
  background: #FFF url('../images/banners/home.jpg') no-repeat 0 0;
  }
#banner_flash {
  float: left;
  width: 770px;
  height: 304px;
  }
#banner_footer_bg {
  float: left;
  width: 768px;
  height: 5px;
  background: #001430 url('../images/banners/banner_footer_bg.gif') repeat-x 0 0;
  }
#whats_new {
  float: left;
  width: 498px;
  padding: 0 15px;
  }
#whats_new .title {
  color: #EB352A;
  font-weight: bold;
  }
#whats_new .bold-title {
  font-size: 14px;
  color: #023457;
  font-weight: bold;
  }
#whats_new .divider {
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  background: #D5D6D6;
  margin: 10px 15px;
  }
#whats_new .thumb {
  float: left;
  padding: 5px;
  margin: 5px 20px 5px 15px;
  border: 1px solid #ADAFB1;
  }
#map {
  position: relative;
  float: left;
  width: 239px;
  height: 125px !important;
  height /**/: 151px;
  margin: 10px 0 15px 0;
  border-bottom: 1px solid #E1D3AB;
  background: url('../images/map.gif') 0 0 no-repeat;
 }
#map li {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  }
#map a {
  display: block;
  }
#africa {
  left: 102px;
  top: 39px;
  width: 45px;
  height: 55px;
  }
#africa a {
 height: 55px;
  }
#africa a:hover {
  background:  url('../images/map.gif') -102px -165px no-repeat;
  }
#antarctica {
  left: 10px;
  top: 110px;
  width: 200px;
  height: 15px;
  }
#antarctica a {
 height: 15px;
  }
#antarctica a:hover {
  background:  url('../images/map.gif') -10px -362px no-repeat;
  }
#asia {
  left: 130px;
  top: 10px;
  width: 100px;
  height: 65px;
  }
#asia a {
 height: 65px;
  }
#asia a:hover {
  background:  url('../images/map.gif') -130px -388px no-repeat;
  }
#australia {
  left: 170px;
  top: 75px;
  width: 30px;
  height: 25px;
  }
#australia a {
 height: 25px;
  }
#australia a:hover {
  background:  url('../images/map.gif') -170px -579px no-repeat;
  }
#europe {
  left: 107px;
  top: 12px;
  width: 50px;
  height: 33px;
  }
#europe a {
 height: 33px;
  }
#europe a:hover {
  background:  url('../images/map.gif') -107px -642px no-repeat;
  }
#north_america {
  left: 12px;
  top: 5px;
  width: 75px;
  height: 57px;
  }
#north_america a {
 height: 57px;
  }
#north_america a:hover {
  background:  url('../images/map.gif') -12px -761px no-repeat;
  }
#south_america {
  left: 65px;
  top: 55px;
  width: 30px;
  height: 55px;
  }
#south_america a {
 height: 55px;
  }
#south_america a:hover {
  background:  url('../images/map.gif') -65px -937px no-repeat;
  }
#whats_new p.bullet {
  padding: 2px 10px 2px 30px;
  background: url('../images/bullet.gif') 15px 7px no-repeat;
  }