\n');
}
function hideDIV(element) {
document.getElementById(element).style.visibility = 'hidden';
}
function showDIV(element) {
document.getElementById(element).style.visibility = 'visible';
}
// BG IMAGES
//onmouseout="setDIVBG('NavQuickQuote', '');" onmouseover="setDIVBG('NavQuickQuote', 'images/btn_quickquote_over.jpg');"
function setDIVBG(element, imgURL) {
if(imgURL == '') {
document.getElementById(element).style.background = '';
} else {
document.getElementById(element).style.background = 'url('+imgURL+') no-repeat top center';
}
}
function ctmGoto(URL) {
if(URL != '') {
location.href = 'http://www.capetownmagazine.com/' + URL;
}
}
isRegionOpen = true;
function toggleRegions() {
if(isRegionOpen) {
document.getElementById("RegionPop").style.visibility = 'visible';
document.getElementById("RegionPop").style.display = 'block';
isRegionOpen = false;
} else {
document.getElementById("RegionPop").style.visibility = 'hidden';
document.getElementById("RegionPop").style.display = 'none';
isRegionOpen = true;
}
}
function setFeedBack(Message, noclose) {
if(Message != '') {
document.getElementById("FeedBackPostit").style.visibility = 'visible';
if(noclose) {
Message = Message + ' Amakhala Game Reserve
began in 1999 as a joint conservation venture and today has six
independently owned lodges. All are owner managed by the descendants of
the original families who arrived here with the British settlers of
1820. The lodges offer various styles of
accommodation, which include two gracious colonial homesteads, two
classic bush lodges, an historic inn, a Settler farmhouse and an
authentic ox-wagon camp. To maintain our
hospitality and exclusivity we have limited the number of guests
visiting the lodges to the amount of land which each family has
contributed to the reserve. There is a choice of
en-suite and serviced bedrooms with private lounges. Farm-style meals
are usually taken in the main dining room. Morning and late afternoon
safari-style game drives across the Reserve are arranged to suit your
personal needs. Guests can also choose just to
relax in the peaceful garden or enjoy the safe bird watching and game
walks along the lazy Bushman's River. In the evenings there are new
friends to be made over cool sundowners and stories from bygone days to
entertain you around a braaivleis fire under South African stars. Awake to an African morning and the calls of the
Valley Bushveld. Capture the spirit of the Eastern Cape as you relax on
the wooden deck or take a stroll through the breathtaking scenery. Do
some bird watching and canoeing or take a boat trip on the river and
enjoy a fireside barbecue at the end of the day. Spend cheerful evenings in
the old 1832 cellar pub where guests make many friends or enjoy a quiet
game of billiards on the full size antique table. Your hosts are the
Fowlds family. Farm style breakfasts and three course dinners are served in the main dining room with your hosts Rod and Tracy Weeks. Soak in a luxurious double
bath or splash off the dust in an outdoor shower before sharing your
day's adventures around the fireside under a canopy of stars. On
a recommended three day safari, experience game drives, a canoe safari,
a river cruise, a guided walk and a visit to neighbouring Shamwari. Now
beautifully converted into four luxury en-suite bedrooms, one with a
private lounge, all the rooms open on to a wide colonial verandah,
overlooking indigenous gardens, rolling lawns and the quaintly charming
Leeuwenbosch Chapel. Your hosts are the Fowlds family. Children are welcome at all these establishments. Designed with great care
to blend in with the natural surroundings, there are four thatched
stone sleeping lodges, serviced by a central dining room and barbecue
area, lounge bar and swimming pool. The sleeping lodges are comfortably
appointed, with en-suite bathrooms, and each boasts a unique and
breathtaking view from their wooden decks. Your
stay will be made special by personalised attention and arrangements
tailor-made to suit your requirements. There is a full range of
catering options, excursions and activities. These include game drives
(both day- and night- time), bird watching, canoeing, guided walks,
picnic lunches and a river cruise. Take
a step back in time and experience the history of the Eastern Cape
frontier. Nestled in pristine Valley Bushveld, these authentically
restored wagons have been comfortably fitted out as bedrooms, with
adjoining private bathrooms. The centre of the camp is an airy,
thatched entertainment area, where you can soak up the African sun.
Looking out over a spectacular view of plains game, it provides an
outdoor feeling to complement delicious traditional meals. Day
activities include game drives, canoeing, picnics and walking trails.
Evenings are spent around a campfire listening to stories of days gone
by with your hosts, the Gush family, descendants of the1820 Settlers.
Children over 12 years are welcome. Our Cancellation Policy is as follows: Amakhala Game Reserve retains the right to change rates without notice. Save and book direct, no agent fees. Special Note:
Our organisation has been selling discount luxury hotels in Southern
Africa since 1998. Among the first travel sites on the web, since July
1998 we have offered the very best rates. We have been the
number one Cape Town Hotels producer in the world for the last five
years, with a turnover of hundreds of rooms per month. This means we
have the ability to offer additional discounts that you won't find
elsewhere. Our customer service and destination knowledge
is second to none! Whether you are looking for that special romantic
honeymoon, anniversary celebration, or just to get out of town, we
offer you the best rates and premier service available. subcribe to our
newsletter for great specials and unique information. Enquire about our special discounts. Browse the vast selection of good Bed & Breakfast and Guesthouse accommodation in Cape Town, its Winelands, the villages on the Garden Route, Johannesburg and even Kruger Park.
Our other option: find accommodation with rooms available in 3 mouse clicks! Cape Town is not the undiscovered gem anymore.
CLOSE'
}
document.getElementById("FeedBackPostit").innerHTML = Message;
} else {
document.getElementById("FeedBackPostit").innerHTML = '';
document.getElementById("FeedBackPostit").style.visibility = 'hidden';
}
}
isAdPopUP = true;
function toggleAdPopUP() {
if(isAdPopUP) {
isAdPopUP = false;
document.getElementById("AdPopUP").style.display = 'block';
document.getElementById("AdPopUP").style.visibility = 'visible';
} else {
isAdPopUP = true;
document.getElementById("AdPopUP").style.display = 'none';
document.getElementById("AdPopUP").style.visibility = 'hidden';
}
}
function openBanner() {
if (MM_FlashCanPlay) {
//alert('Hello');
//var flashMovie=getFlashMovieObject("headerBannerFlash");
//flashMovie.Play();
document.getElementById("TwinShortImage").style.display = 'none';
document.getElementById("TwinShortImage").style.visibility = 'hidden';
document.getElementById("HeaderAdPopUP").style.display = 'block';
document.getElementById("HeaderAdPopUP").style.visibility = 'visible';
document.getElementById("InnerHide").style.display = 'block';
document.getElementById("InnerHide").style.visibility = 'visible';
}
}
function getFlashMovieObject(movieName)
{
if (window.document[movieName])
{
return window.document[movieName];
}
if (navigator.appName.indexOf("Microsoft Internet")==-1)
{
if (document.embeds && document.embeds[movieName])
return document.embeds[movieName];
}
else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
{
return document.getElementById(movieName);
}
}
function toggleCenterBanner() {
document.getElementById("HeaderAdPopUP").style.display = 'none';
document.getElementById("HeaderAdPopUP").style.visibility = 'hidden';
document.getElementById("TwinShortImage").style.display = 'block';
document.getElementById("TwinShortImage").style.visibility = 'visible';
}
function MM_swapImgRestore(itemNo) { //v3.0
if(is_selected_item != itemNo) {
var i,x,a=document.MM_sr; for(i=0;a&&i
One moment please.
tip: subscribe to our newsletter and receive the lastest specials
![]()
![]()
![]()
![]()
![]()
![]()
Amakhala Game Reserve
![]()
![]()
![]()
![]()
Accommodation

Weary
travellers through our uniquely beautiful Valley Bushveld have always
appreciated the warm hospitality of the Eastern Cape.

Carnarvon Dale
Guests
on this 1857 family farm are comfortably accommodated in the historic
Settler farmhouse, “The Bottom House”, or the elegantly restored
Edwardian cottage, “The Top House”.
Children over six years are welcome. Your hosts are Roger and Maryan Hart.

Eliweni

This
attractive, thatched lodge, surrounded by indigenous trees and bush,
nestles in a sheltered kloof and offers panoramic views of the
Bushman's River. The Lodge has a rustic open-plan design and sleeps
five. Kitchen facilities are available and catering is by arrangement
with your hosts, the Fowlds family.
Leeuwenbosch
Accommodation
on Leeuwenbosch consists of the Country House and Shearers Lodge. Built
in 1908 and set in its own lovely garden, the Country House is a large
and beautiful home, which offers true country living in every sense.
Both spacious and comfortable, it has four en-suite bedrooms and a
newly added suite.

Reed Valley Inn

These
historic buildings once provided rest and safe haven for the Mailwagon
passengers. Now stylishly re-decorated, the four comfortable en-suite
bedrooms are positioned in the tranquil working farmyard and completely
separate from the main homesteads to ensure our guests' peace and
privacy.
Children are welcome and babysitting can be arranged. Enjoy the
comforts and securities of home life while being on safari.
The Safari Lodge
The
Safari Lodge is secretly hidden up a kloof in the indigenous Valley
Bushveld. African tribal design has inspired the creation of this
intimate thatched lodge and its unique safari huts, which offer all of
the creature comforts of a graded four star lodge.
Children over 12 years are welcome. Your hosts are Mike and Justine Weeks.

Shearer's Lodge

Shearers Lodge, set in the grounds of Leeuwenbosch, was originally built in 1930 and used for shearing and classing wool.
Woodbury
Set
in a spectacular krantz above the Bushman's River valley, Woodbury
Lodge offers an intimate and tranquil experience of the Eastern Cape
Valley Bushveld at its best.
Children are welcome. Your hosts are the Gush family.

Witmos Oxwagons


![]()
Seasonal Rates
1st May 2008
to 31st Aug 20081st Sep 2008
to 30th Apr 20091st May 2009
to 31st Aug 2009
Woodbury Lodge - Single
Woodbury Lodge - Double
Leeuwenbosch + Shearers Lodge - Single
Leeuwenbosch + Shearers Lodge - Double
Reed Valley Inn - Single
Reed Valley Inn - Double
The Safari Lodge - Single
The Safari Lodge - Double
1st Sep 2009
to 30th Apr 2010
Woodbury Lodge - Single
Woodbury Lodge - Double
Leeuwenbosch + Shearers Lodge - Single
Leeuwenbosch + Shearers Lodge - Double
Reed Valley Inn - Single
Reed Valley Inn - Double
The Safari Lodge - Single
The Safari Lodge - Double
![]()
![]()
![]()
![]()
Amakhala Game Reserve
![]()
•
A 50% deposit is payable within 7 days of the booking. Please note that
your booking will only be confirmed on receipt of your deposit. The
balance is due on departure.
• Cancellation less than 30 days prior to arrival - 25% cancellation fee.
• Cancellation less than 14 days prior to arrival - 50% cancellation fee.
• Cancellation less than 48 hours prior to arrival - 100 % cancellation fee.
![]()
![]()

![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Easy to find, and to submit requests for quick feedback from the Guesthouse or B&B owners themselves.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
This means making last minute bookings for accommodation, or finding availability in B&B's can certainly take you by surprise. Our B&B online availability & booking
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()