\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 + ' • Nine air-conditioned suites Kwandwe Main Lodge is stylishly furnished in Frontier Settler style, integrating local African culture with colonial settler history. Elegant thatched stone and glass suites feature floor-to-ceiling doors which fold back to reveal uninterrupted wilderness vistas. Guest areas have a large fireplace with massive stone chimney, and a soaring thatched roof with imposing chandeliers. Sophisticated, glass-fronted sitting and dining areas boast expansive viewing decks with breathtaking river views. Delicious Pan-African cuisine is served on the private decks, in the candlelit dining room, or enjoyed in the boma (outdoor dining area). Kwandwe is renowned for its spectacular bush banqueting in surprise settings. Kwandwes exciting safari activities: From interpretive twice-daily game drives in a Big Five game wilderness, guided river-walking/hiking and canoeing, to a Specialist Historic Safari Frontiers Kwandwe you will be spoilt for choice. • Three air-conditioned, spacious bedrooms Perfect for the sole use of a group or family of up to six guests, Uplands Homestead is situated half an hour from Heatherton Towers (Kwandwes reception building) and 45 minutes from Main Lodge. Antiques and memorabilia reminiscent of an 1820s Settler home elegantly blend with comfortable, modern finishes. The sitting and dining areas feature high ceilings, wooden floors and beautiful fireplaces. A deep and shady veranda leads out to the large swimming pool and gazebo. In the modernised farm kitchen, Uplands Homesteads private chef prepares delicious Pan-African cuisine and local specialities. Nothing beats a true CC Africa bush banquet in a surprise setting under the magical African sky. • Ideal for family safaris Ecca Lodge is fun, flamboyant and fabulous, with a funk-meets-futuristic-farmhouse ambience. Nestled into a gently sloping, densely vegetated hillside, the Lodge is airy and open with barely a barrier between indoors and the African bushveld. Each suite features an en suite bathroom with spacious, plate glass-enclosed shower, bath, private w.c and twin hand-basins, as well as a sitting area which can comfortably convert into accommodation for children 11 years and younger. Overlooking rolling spekboom valleys, guest areas comprise a spacious sitting room with fireplace, dining room and bar area and deep veranda with expansive viewing decks. Delicious fresh farm cuisine is prepared in the modern, open-plan kitchen and an interpretive centre provides hours of entertainment for children of all ages. Kwandwes unparalleled safari experience: Situated in the historically and culturally rich Eastern Cape in an extraordinary big game wilderness, Ecca Lodge offers various exciting South African safari activities including twice-daily game-drives and guided river walking/hiking. • Four spacious ensuite bedrooms Set in a beautiful location overlooking the Fish river and afromontane forests Melton Manor has a large swimming pool and central courtyard and is the perfect escape for a family safari; accommodating 8 guests. The elegant and simple design will incorporate earthy, organic finishes; deep inviting sofas; gorgeous Nguni rugs; dramatic photography; and will celebrate the style of early frontier days. The four ensuite bedrooms will feature innovative "butler hatches" for discreet room service and the interactive kitchen will be a cosy place where guests can muck in with Melton Manor's expert chef. Kwandwe's exhilarating safaris: With its own dedicated ranger, tracker and private 4x4 safari vehicle, Melton Manor offers a range of exceptional safari activities in Kwandwe's superb Big Five wilderness. 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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Kwandwe Private Game Reserve
![]()






Kwandwe Main Lodge

Malaria-free safari accommodation: Set along the steep banks of the Great Fish River in the scenic Eastern Cape, this extraordinary safari lodge affords spectacular views of the wild yet gentle African landscape.
• En suite bathrooms, indoor and outdoor showers
• Private plunge pools
• Expansive game viewing decks
• African gift gallery
• Reception in historical fort
• Member of Relais & Chateaux
Heatherton Towers is the main reception building, which is situated 40 minutes from the Lodge. It is, in fact, a Frontier War-era fortified homestead, complete with dramatic gun turrets and private chapel.


Uplands Homestead
Your private safari villa This intimate lodge is a sensitively restored 1905 farmhouse set in a remote and tranquil valley, offering the ultimate personal safari in Kwandwes extraordinary African wilderness.
• En suite bathrooms and private terraces
• Exclusive use of 4x4 safari vehicle
• Private butler, ranger and chef
• Large swimming pool and gazebo
• Member of Relais & Chateaux
Kwandwes exhilarating safaris: With its own dedicated ranger, tracker and private 4x4 safari vehicle, Uplands offers a range of exceptional safari activities in Kwandwes superb Big Five wilderness.


Kwandwe Ecca Lodge

Innovative safari accommodation: Set in spectacular African wilderness surrounds, this unique safari lodge boasts a revolutionary design stone-and-mesh gabion walls, sliding glass, timber and gauze doors and corrugated iron roofing. Exquisite guest areas overlook spekboom valleys with a backdrop of the distant cliff-faces of ecca shale.
• Six intimate suites
• Air-conditioning and en suite bathrooms
• Spacious sitting areas
• Gorgeous rim-flow lap pool
• Interactive kitchen
• Unique interpretive centre


Melton Manor
An exclusive private safari villa overlooking the Fish river and afromontane forests set to open on 20 April 2007.
• An interactive kitchen
• Private butler, ranger and chef
• Member of Relais & Chateaux

![]()
Seasonal Rates
1st Apr 2008
to 30th Sep 20081st Oct 2008
to 31st Dec 2008
Kwandwe Uplands Homestead/per night/ 1-3 nights
Kwandwe Uplands Homestead/per night/ 4-5 nights
Kwandwe Uplands Homestead/per night/ 6+ nights
Melton Manor - 1-3 nights
Melton Manor - 4-5 nights
Melton Manor - 6+ nights
Great Fish River Lodge/Ecca Lodge - 1-3 nights
Great Fish River Lodge/Ecca Lodge - 4-5 nights
Great Fish River Lodge/Ecca Lodge - 6+ nights
![]()
![]()
![]()
![]()
![]()
Kwandwe Private Game Reserve
![]()
• Rates are quoted per person sharing per night
• Rates are seasonal
• Refer here for applicable seasons
• Single room rates available on request
• Regrettably children 11 years and younger cannot be accommodated at Kwandwe Lodge.
![]()
![]()

![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
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
![]()