/* 
    Document   : site_welcome
    Created on : 20-Apr-2010, 10:33:45
    Author     : peterh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.shop_image_top {
    background-image: url(../../images/latest_news_image_top.jpg);
    height: 167px;
    width: 613px;
}

.shop_image_bottom {
    background-image: url(../../images/latest_news_image_bottom.jpg);
    height: 33px;
    width: 613px;
    cursor: pointer;
}

.shop_image_bottom:hover {
    background-image: url(../../images/latest_news_image_bottom_ro.jpg);
    height: 33px;
    width: 613px;
}

.our_results_top {
    background-image: url(../../images/our_results_top.jpg);
    height: 119px;
    width: 298px;
}

.our_results_bottom {
    background-image: url(../../images/our_results_bottom.jpg);
    height: 33px;
    width: 298px;
}

.our_results_bottom:hover {
    background-image: url(../../images/our_results_bottom_ro.jpg);
    height: 33px;
    width: 298px;
}

.our_brands_top {
    background-image: url(../../images/our_brands_top.jpg);

    height: 119px;
    width: 298px;
}

.our_brands_bottom {
    background-image: url(../../images/our_brands_bottom.jpg);

    height: 33px;
    width: 298px;
}

.our_brands_bottom:hover {
    background-image: url(../../images/our_brands_bottom_ro.jpg);

    height: 33px;
    width: 298px;
}

.our_board_top {
    background-image: url(../../images/our_board_top.jpg);
  height: 119px;
  width: 298px;
}

.our_board_bottom {
    background-image: url(../../images/our_board_bottom.jpg);
  height: 64px;
  width: 298px;
}

.our_board_bottom:hover {
    background-image: url(../../images/our_board_bottom_ro.jpg);
  height: 64px;
  width: 298px;
}



.our_stores_top {
    background-image: url(../../images/our_stores_top.jpg);
  height: 119px;
  width: 298px;
}

.our_stores_bottom {
    background-image: url(../../images/our_stores_bottom.jpg);
  height: 64px;
  cursor: pointer;
  width: 298px;
}

.our_stores_bottom:hover {
    background-image: url(../../images/our_stores_bottom_ro.jpg);
  height: 64px;
  width: 298px;
}