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;
}

.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;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E0E0E0;
	margin: 1px;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 1px;
	padding: 1px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 1px;
	padding: 1px;
}
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;
}


