/* this first section sets the background color....thats the color surround OUTSIDE
your main table. The same with the fonts, this applies only to any text you place outside the
main content table. Which will probably be nothing. The max-width is for Firefox, to let it know how wide you
want your page to be. This will be the maximum width of your main content table.

If you set it to perhaps 1050px, and view it on a 1024x768 monitor, it will appear full width. But to someone 
viewing on a 1200x1024 monitor, it will appear as 1050 wide, with your choice of a colored background either
 side, taking up the extra 150px. (75px each side)*/

body {
max-width: 1000px;
background:fixed;
background:-webkit-linear-gradient(bottom,#fff,#f1f1ec);background:-ms-linear-gradient(bottom,#fff,#f1f1ec);background:-moz-linear-gradient(bottom,#fff,#f1f1ec);background:-o-linear-gradient(bottom,#fff,#f1f1ec);
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
margin:auto;
padding:0;
text-align:center;
}


.responsive-top{float:left;margin-right:20px;}


/* you have 3 more classes of horizontal rule, as well as the default version Change the attributes to 
get the look you want. The 3 classes are solid, dotted, and dashed. Add class="dashed" to your hr
tag on an HTML page, to get the dashed version of the hr. Change the colors to suit. */

.solid {	
   border-top: 1px solid #ffffcc;
   border-bottom: none;
   height: 1px;
   color: #fffcc;
   border-left: none; 
   border-right: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dashed {
  border-bottom:.05px dashed #00008B;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dotted {
	border-bottom:.05px dotted #00008B;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* this is a custom class for your bold tag. You can alter anything here, or remove
it completely to get the default bold*/
b{

color: #00008B;
font-family: Arial;
font-size: 100%;
}


/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL*/
 
ul {
list-style-type: round;
padding-left: 20;
margin-left: 10px;
}
 
li.custom {
background: url(http://www.love-of-roses.com/images/bullet2.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
/* this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: #333366; text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color: #AFBDEA;
 color: #00008B;
 }


h1 { font-family: Arial, Verdana, sans-serif; font-size: 160%;  color: #FFA500}
h2 { font-family: Arial, Verdana, sans-serif; font-size: 140%;  color: #00008B}
h3 { font-family: Arial, Verdana, sans-serif; font-size: 120%;  color: #00008B}
h4 { font-family: Arial, Verdana, sans-serif; font-size: 108%;  color: #00008B}


/* 
Notice the width:expression part... That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely!
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.

BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/

.main-table {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}


/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Arial, Verdana, sans-serif;
background-color:#fff; 
font-size: 77%;
color: #666666;
font-weight: bold;
font-style: italic;
} 


/* Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet... Well, if you decide to do a site-wide color scheme change, you now change here, 
rather than on every page. A big improvement. Also, the less styling on the page, the better.

Suppose you prefer to have a tiled image rather than a solid color...
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/

td.topnavbg {
height: 25px;
background-color:#FFFFCC;  
border-left: 1px solid #00008b; 
border-right: 1px solid #00008b; 

}


td.headerbg {
background-color:#FFF;
background-image: url(../image-files/header.jpg);
background-repeat: no-repeat;
border-top: 1px solid #00008b;  
padding-bottom: 0cm;
border-left: 1px solid #00008b; 
border-right: 1px solid #00008b;
background-color: #FFFFCC;

}

td.spacerbg {
background: transparent url(https://www.south-africa-tours-and-travel.com/image-files/spacerbg.jpg) top left repeat-x;
}

td.contentbg {
background-color:#fff; 

   border-bottom: none;
   border-left: none;
   border-right: none;
   padding-left: 5px;
padding-right: 5px;
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #00008B;
background-color:#FFFFCC; 
border-right: 1px solid #00008b;


}

td.leftbg {
font-size: 86%;
color: #00008B;
border-left: 1px solid #00008b; 
background-color:#FFFFCC; 

}

td.footerbg {
font-size: 86%;
background-color:#FFFFCC; 
border-left: 1px solid #00008b; 
border-right: 1px solid #00008b;
border-bottom: 1px solid #00008b; 
}

/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg1{
background-color:#FFA500; 
color:#fff;
width: auto;
z-axis: 1;
}

.hbg2{
background-color:#333366; 
color:#fff;
width: auto;
z-axis: 1;
}
.hbg3{
background-color:#333366; 
color:#fff;
width: auto;
z-axis: 1;
}


/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #00008b;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #00008b;
} 

.responsive-top{width:336px;float:left;margin-right:10px;}





/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {
}

.housebutton a {
font-size: 100%;
}

.housebutton a:hover {
font-size: 100%;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {



width: 120px;



margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: normal;
text-align: center;
margin-bottom: 1px;
margin-top: 1px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #333366; /*this is where you change the button font color*/

background-color: #FFFFCC;


}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

color: #FFFFCC; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #333366;

border-top: 1px #333366 solid;

border-left: 1px #333366 solid;

border-bottom: 1px #333366 solid;

border-right: 1px #333366 solid;

}


#nav ul { 
float: right; 
list-style: none; 
width: 100%; 
padding: 0; 
margin: 0 0 0 0px; 
height: 20px; 
display: inline; 
text-transform: uppercase; 
} 
#nav ul li { 
display: inline; 
margin: 0; 
padding: 0; 
} 

#nav ul li a { 
display: block; 
float: right; 
width: auto; 
margin: 0; 
padding: 0 15px; 

color: #00008B; 
font: bold 10px/20px Arial, Geneva, sans-serif; 
text-transform: uppercase; 
text-decoration: bold; 
letter-spacing: 1px; 
} 
#nav ul li a:hover, 
#nav ul li a:active { 
color: #000; 
background-color: #A26E32; 
font: bold; 
}



/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/


div.content-box {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	border-top: none;
	border-bottom: none;
	Border-right: none; 
	border-left: none;
}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/


div.full-width-box {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #333366;
	
}

div.full-width-box2 {
   background-color: #ffffaa;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #333366;
	
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #333366;
	padding: 10px;
	width: 50%;
	float: right;
	
}



/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 2px solid #333366;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #333366;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}


/* ------------------ Test area below -------------------*/





body {
max-width: 1000px;
background:fixed;
background:-webkit-linear-gradient(bottom,#fff,#fff);background:-ms-linear-gradient(bottom,#fff,#fff);background:-moz-linear-gradient(bottom,#fff,#fff);background:-o-linear-gradient(bottom,#fff,#fff);
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
margin:auto;
padding:0;
text-align:center;
}

td.spacerbg {
background: none;
background-color: #ffc;
border-left: 1px solid #00008b;
}





/* ------------------ Test area above -------------------*/


div.clear{clear:both;background-color:transparent}div.clear10{clear:both;height:10px;background-color:transparent}div.clear20{clear:both;height:20px;background-color:transparent}div.clear30{clear:both;height:30px;background-color:transparent}div.clear40{clear:both;height:40px;background-color:transparent}div.clear50{clear:both;height:50px;background-color:transparent}div.clear60{clear:both;height:60px;background-color:transparent}div.clear70{clear:both;height:70px;background-color:transparent}div.clear80{clear:both;height:80px;background-color:transparent}div.clear90{clear:both;height:90px;background-color:transparent}div.clear100{clear:both;height:100px;background-color:transparent}
.mobile-only{display:none;}
.mobileOnly{display:none;}
@media screen and (max-width:16cm){
.mobile-only{display:block;width:100%}
span.mobile-only{display:inline;}
.mobileOnly{display:block;}
span.mobileOnly{display:inline;}
.desktopOnly{display:none;}
.desktop-only{display:none;}
body{background:url(../image-files/mobile-header.jpg)#fff top left  no-repeat;}
a:hover{background-color:transparent;}
.img-left, .img-right, img {float:none; margin-bottom:15px;margin-left:auto; margin-right:auto;}
.site_blog, .blogItItem p{font-size:12px; color:#006666}
#wrap{width:100%;position:relative;top:-10px;right:10px;background:transparent;border-color:transparent;padding:4px;margin-right:5px;margin-top:8px;margin-bottom:8px;color:#fff;}
#wrap img{border:transparent;}
#wrap a:link{color:#ffffff; font-weight:bold; margin:10px;}
#wrap a:visited{color:#ffffff;}
#wrap a:hover{color:#ffff00;}

.max-width{width:100%;}
.main-table{width:100%;margin-top:100px;}
td.headerbg{display:none}
td.topnavbg{display:none}
td.spacerbg {display:none}
td.contentbg{width:95%; padding:0px 20px 0 5px; display:block; border:transparent;margin:0 auto;margin-left:0;}
/*
td.contentbg table{max-width:320px !important; }
td.contentbg tr{max-width:320px !important; display:block;}
td.contentbg td{max-width:320px !important; display:block !important;}
td.contentbg td img{margin-bottom:-10px;}
*/
td.rightbg {display:none;}
td.leftbg {display:none;}
td.footerbg {width:100%;background-color:#fff;border:none;}
td.bottom-strip{display:none;}
#ddmenu {display:none;}
.MobileNav img{border:transparent}
.more{display:none;background:0 0;padding:0}
.mobile-nav{font-size:12px; position:absolute; top:110px;}
.topad{width:100%;display:block;margin-bottom:10px;}
.caption{margin-right:10px;}
.blogItItem {width:100%;}
.videowrap{position:relative;padding-bottom:56.25%;padding-top:25px;height:0; }
.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
td.contentbg img {max-width:260px !important; height:auto;}
img{max-width:90%!important;height:auto!important;-ms-interpolation-mode:bicubic;padding:4px;display:inline;}
.responsive-top{float:none;width:100%; text-align:left;}
}


/* ------------------ Test area below -------------------*/






/* ------------------ Test area above -------------------*/







/*navigation style sheet deleted and combined into main style sheet on 01-07-2015*/


 
/*divs style sheet deleted and combined into main style sheet on 01-07-2015*/





/* AddToBookmarks Style Sheet */
.addToContent {
 	text-align: center;
 	padding:3px; 
}
.addTo {
	background-color: #f8f8f8;
	border:1px  #bbbbbb solid; 
	padding:1px; 
	width: 460px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	margin: auto; 
	text-align:center;
}
.addTo img {
	vertical-align: middle;
	padding: 1px 2px 1px 6px;
	cursor:pointer;
}
.addTo {
  	background-color: #fbfbfb;
  	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}
.addtos {
	padding: 1px;
	margin: 0px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.addToAbout{
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	font-weight: bold;
	cursor:help;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}
/*  the next 2 styles are only for verticallayouts */
.addToV {
	background-color: #f8f8f8;
	border: 1px  #bbbbbb solid;
	padding: 1px;
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: auto;
	text-align: left;
}

.addToV img {
	vertical-align: middle;
	padding: 1px 2px 1px 3px;
	cursor:pointer;
}

.addToAboutV{
	list-style: none; 
	padding:1px;
	font-weight: bold;
	cursor:help;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}

A IMG {border:0.1px none #000000;} 