/* -------------- Homepage Link Colours ----------------*/
.home_thumbnail_box a:link{color: #fff;}
.home_thumbnail_box a:visited {color: #fff;}
.home_thumbnail_box a:hover {color: #000;}




.offers_fp {
    margin: 10px 0 20px 30px;
}

.offers_fp div {
    float: left;
    width: 122px;
    margin-top: 10px;
}

#thumbnails_area {
    /*background-color: #000;*/
    background-image: none;
    margin-left:0px;
    height: 146px;
    padding: 0 19px 0 20px;
    width: 849px;
    background: url(/images/4/homep-bg.jpg) no-repeat left top black;
    overflow: hidden;
}
div#thumbnail_tab strong {
    color: #fff;
}

div#thumbnail_tab {
    background: url(/images/4/hometab-bg.jpg) no-repeat scroll 0 0 #000;
    color: #FFFFFF;    
    height: 25px;
    padding: 5px;
    width: 215px;
    font-size:11px;
    position: absolute;
    left: 30px;
    top: 0px;
	
}


#thumbnails_area img {
    border: 0 none;
    font-size: 1em;
    margin: 0;
    padding: 0 15px;
}

#content p { padding-right: 5px;}


a.btnMenuPrice { width:108px; height: 133px;  display: block; background: url("/images/home/home_sprites.png") no-repeat -10px -6px transparent;} 
a.btnSpecialOffers { width:108px; height: 133px;  display: block; background: url("/images/home/home_sprites.png") no-repeat -133px -6px transparent;}
a.btnFreeWeb { width:108px; height: 133px;  display: block; background: url("/images/home/home_sprites.png") no-repeat -254px -6px transparent;}
a.btnOnlineOrdering { width:108px; height: 133px; display: block; background: url("/images/home/home_sprites.png") no-repeat -376px -6px transparent; }

a.btnPromoFreeWebsite { width:340px; height: 450px;  display: block; background: url("/images/home/promo-free-website_sprite.png") no-repeat -3px -12px transparent; }

a.btnMenuPrice:hover { background-position: -10px -159px; }
a.btnSpecialOffers:hover { background-position: -133px -159px; }
a.btnFreeWeb:hover { background-position: -254px -159px; }
a.btnOnlineOrdering:hover { background-position: -376px -159px; }

a.btnPromoFreeWebsite:hover { background-position: -350px -12px; }

.offers_fp div {float: left;}