body{
	background-color: #000000;
	background-image: url(/web-dev/master-template/master-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B1B1B1;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	padding: 2px;
	margin: 1px;
}

.whiteText{
	color: #FFFFFF;
}

.yellowText{
	color: #FFCC00;
}

.bookedTourRed{
	color: #CC0000;
}

.tableBorder{
	border: 1px solid #666666;
}

.textSize2{
	font-size: 12px;
}

.tourDatesTable{
	background-color: #2C2C2C;
	border: 1px solid #515151;
}

.whiteHeading{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#bottomMenu a:link{
	text-decoration: none;
	color: #737273;
}
#bottomMenu a:visited{
	text-decoration: none;
	color: #737273;
}

#bottomMenu a:hover{
	color: #f5c403;
}

#bottomMenu a:active{
	text-decoration: none;
}

#bottomMenu{
	color: #737273;
}

#greyLink a:link{
	text-decoration: none;
	color: #CCCCCC;
}
#greyLink a:visited{
	text-decoration: none;
	color: #CCCCCC;
}

#greyLink a:hover{
	color: #f5c403;
}

#greyLink a:active{
	text-decoration: none;
}

#greyLink{
	color: #CCCCCC;
}

ul{
	margin-left: 10px;
	padding-left: 10px;
}
ol{
	margin-left: 10px;
	padding-left: 10px;
}
.imagePadding{
	padding: 5px;
}
a:link{
	text-decoration: none;
	color: #f5c403;
}
a:visited{
	text-decoration: none;
	color: #f5c403;
}

a:hover{
	color: #CCCCCC;
}

a:active{
	text-decoration: none;
}
.menu {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #666666;
	border: 1px solid #666666;
}
.destinationsMenu {
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	background-color: #333333;
	border: 1px solid #666666;
}
.destinationsMenu2 {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #666666;
}
.destinationsMenu3 {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #666666;
}
.indeximage{
	background-image: url(/web-dev/index-images/african-overland-tours-main01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#tt {
 position:absolute;
 display:block;
 background:url(/tool-tip-images/tt_left.gif) top left no-repeat;
 font: 13px Arial, Helvetica, sans-serif;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(/tool-tip-images/tt_top.gif) top right no-repeat; 
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(/tool-tip-images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}


#followTab {
  list-style: none;
  position: fixed;
  z-index: 5;
  right: 0;
  top: 130px;
  width: 24px;
  padding: 8px 5px;
  border: 3px solid #fff;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  background: rgba(239, 91, 10, .75);
  background: -moz-linear-gradient(top, rgba(243, 52, 8, .75), rgba(239, 91, 10, .75));
  background: -webkit-gradient( linear, left top, left bottom, from( rgba(243, 52, 8, .75) ), to( rgba(239, 91, 10, .75) ) );
  background: linear-gradient(top, rgba(243, 52, 8, .75), rgba(239, 91, 10, .75));
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr='#c0F33408', endColorStr='#c0EF5B0A', GradientType=0 );
}

#followTab li {
  margin: 9px 0 0 0;
  line-height: 0;
}

#followTab li:first-child {
  margin-top: 0;
}

#followTab a {
  display: block;
  width: 24px;
  background-image: url("/web-dev/quick-enquiry/follow-tab-buttons.png");
}

#followTab a span {
  position: absolute;
  top: -999em;
}

#followTab a.enquire-now {
  height: 24px;
  background-position: 0 0;
}

#followTab a.enquire-now:hover {
  background-position: 0 -26px;
}

#followTab a.facebook {
  background-position: 0 -132px;
  height: 24px;
}

#followTab a.facebook:hover {
  background-position: 0 -155px;
}

#followTab a.currency-converter{
  background-position: 0 -110px;
  height: 24px;
}

#followTab a.currency-converter:hover {
  background-position: 0 -110px;
}


