@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #993300;
	font-weight: bold;
}


img, img a{
	border:none;
	}

Body {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: 1px none #FFFFFF;
}

.menu a {
	color: #000000;
	text-decoration: none;
}
.menu a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFB43C;
	display: inherit;
	font-weight: bold;
	text-indent: 15px;
	padding-top: 15px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-indent: 15px;
	list-style-position: inside;
	list-style-type: disc;
}

.productdisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CADB2a;

}

.producttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.productprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.productname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFB535;
	text-decoration: none;
	vertical-align: top;
}

.productname a {
	color: #FFC20E;
	text-decoration: none;
}

.boldgreen {
	color: #006600;
	font-weight: bold;
}

.darktext {
	font-size: 14px;
	font-weight: bold;
}


.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9000;
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFB20E;
}
.darktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
}
.footercopyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #231F20;
	text-align: right;
}
.footermenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #231f20;
}
.footercompany{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

.breadcrumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #231F20;
}

.breadcrumbs a{
	text-decoration: underline;
}

.breadcrumbs a:hover{
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

#marqueecontainer0{
position: relative;
width: 200px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

#marqueecontainer1{
	position: relative;
	width: 200px; /*marquee width */
	height: 300px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid orange;
	padding: 2px;
	padding-left: 4px;
}

.calendartext {
	font-weight: bold;
	padding: 5px;
}

.red {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}

.red2 {
	color: #FF0000;
}

.green{
	font-weight: bold;
	color: #009900;
}
.ip {
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}

.url {
	font-size: 14px;
	color: #3C6;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}

.time {
	color: #00F;
	font-style: italic;
	font-weight: bold;
}

.hacking {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.tableborders {
	border: 1px dotted #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

.button {
  -moz-border-radius:      3px;
  -webkit-border-radius:   3px;
 /* background:              white url('button.gif') 0 0 repeat-x; /* Image fallback */
  background:             -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background:             -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border:                  1px solid;
  border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6;
  border-radius:           3px;
  color:                   #404040;
  display:                 inline-block;
  font-family:            "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
  font-size:               13px;
  outline                  0;
  padding:                 5px 8px 5px;
  text-align:              center;
  text-decoration:         none;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap; }

  .button:hover {
    background:           -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    border-color:          #99ccff;
    color:                 #333333; }

  .button:active {
    position:              relative;
    top:                   1px; }

  .button:active, .button:focus {
    background-position:   0 -25px;
    background:           -moz-linear-gradient(0% 170% 90deg, white, #dedede);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
    border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
    color:                 #1a1a1a;
    text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5); }
	
#container {
	width: 917px;
	position: absolute;
}

#roadshow {
	width: 917px;
	position: absolute;
}

#windhoek {
	position:absolute;
	left:180px;
	top:651px;
	right:0;
	width:79px;
	height:30px;
	z-index: 10;
}

#gaberone {
	position:absolute;
	left:388px;
	top:641px;
	right:0;
	width:72px;
	height:30px;
	z-index: 10;
}

#polokwane {
	position:absolute;
	left:525px;
	top:580px;
	right:0;
	width:80px;
	height:30px;
	z-index: 10;
}

#johannesburg {
	position:absolute;
	left:465px;
	top:659px;
	right:0;
	width:88px;
	height:30px;
	z-index: 10;
}

#pretoria {
	position:absolute;
	left:540px;
	top:640px;
	right:0;
	width:64px;
	height:30px;
	z-index: 10;
}

#alberton {
	position:absolute;
	left:540px;
	top:669px;
	right:0;
	width:64px;
	height:30px;
	z-index: 10;
}

#kemptonpark {
	position:absolute;
	left:525px;
	top:689px;
	right:0;
	width:88px;
	height:30px;
	z-index: 10;
}

#nelspruit {
	position:absolute;
	left:625px;
	top:675px;
	right:0;
	width:67px;
	height:30px;
	z-index: 11;
}

#harrismith {
	position:absolute;
	left:565px;
	top:722px;
	right:0;
	width:76px;
	height:30px;
	z-index: 10;
}

#underberg {
	position:absolute;
	left:540px;
	top:795px;
	right:0;
	width:52px;
	height:30px;
	z-index: 10;
}

#eastlondon {
	position:absolute;
	left:545px;
	top:875px;
	right:0;
	width:83px;
	height:30px;
	z-index: 10;
}

#portelizabeth {
	position:absolute;
	left:405px;
	top:882px;
	right:0;
	width:91px;
	height:30px;
	z-index: 10;
}

#george {
	position:absolute;
	left:340px;
	top:925px;
	right:0;
	width:51px;
	height:30px;
	z-index: 10;
}

#sunnydale {
	position:absolute;
	left:205px;
	top:928px;
	right:0;
	width:66px;
	height:30px;
	z-index: 10;
}

#constantiaberg {
	position:absolute;
	left:175px;
	top:880px;
	right:0;
	width:93px;
	height:30px;
	z-index: 10;
}

#stellenbosch {
	position:absolute;
	left:262px;
	top:893px;
	right:0;
	width:83px;
	height:30px;
	z-index: 10;
}

#kimberley {
	position:absolute;
	left:365px;
	top:760px;
	right:0;
	width:71px;
	height:30px;
	z-index: 10;
}

#bloemfontein {
	position:absolute;
	left:445px;
	top:768px;
	right:0;
	width:88px;
	height:30px;
	z-index: 10;
}

.heading_roadshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5791A8;
	font-weight: bold;
	padding-left: 10px;
}

.heading_roadshow_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFB20E;
	font-weight: bold;
	padding-left: 20px;
}

.heading_roadshow_smaller li{
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	margin-left: 35px;
}

.sub_heading_roadshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #babcbe;
	font-weight: bold;
	padding-left: 20px;
}

.main_heading_roadshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: bold;
}
.main_heading_roadshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: bold;
}

