/* Localized */
/* get rid of firefox outline sillyness */
* { outline: 0; }

html, body {
	height: 100%;
}

body {
	background: #FFF;
	margin: 0;
	font: 76%/1.6 Helvetica, Arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, ul, form { margin: 0; padding: 0; }

/* keeps footer stuck to the bottom of the window */
div#stickywrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}

div#globalheadercontainer {
	height: 80px;
	background: url(../images/SouthAfrica/globalheaderbg.jpg) top left repeat-x;
}

div#globalheader {
	margin: 0 auto;
	width: 960px;
}

	div#globalheader h1 {
		text-indent: -10000px;
		background: url(../images/SouthAfrica/globalheaderlogo.gif) top left no-repeat;
		width: 200px;
		height: 48px;
		margin: 10px 10px 0 0;
		padding: 0;
		float: left;
	}
	
	div#globalheader ul.menu {
		margin: 0;
		padding: 0;
		padding-top: 11px;
	}
	
		div#globalheader ul.menu li {
			padding: 0;
			margin: 0 10px 0 0;
			display: block;
			float: left;
			text-indent: -10000px;
		}
		
		div#globalheader ul.menu li.home { width: 58px; background: url(../images/SouthAfrica/menuhome.gif) no-repeat; }
		div#globalheader ul.menu li.products { width: 82px; background: url(../images/SouthAfrica/menuproducts.gif) no-repeat; }
		div#globalheader ul.menu li.sectors { width: 76px; background: url(../images/SouthAfrica/menusectors.gif) no-repeat; }
		div#globalheader ul.menu li.sports { width: 65px; background: url(../images/SouthAfrica/menusports.gif) no-repeat; }
		div#globalheader ul.menu li.aboutus { width: 75px; background: url(../images/SouthAfrica/menuaboutus.gif) no-repeat; }
	
		div#globalheader ul.menu li a {
			padding: 0;
			margin: 0;
			color: #000;
			display: block;
			height: 47px;
		}
		
		div#globalheader ul.submenu {
			margin: 0;
			padding: 0;
			float: right;
			border-top: 1px solid #333333;
			border-bottom: 1px solid #333333;
			width: 218px;
			background: url(../images/SouthAfrica/submenubg.gif) center left no-repeat;
		}

			div#globalheader ul.submenu li {
				padding: 0;
				margin: 0;
				display: block;
				float: left;
				text-indent: -10000px;
			}

			div#globalheader ul.submenu li.search { width: 44px; background: url(../images/SouthAfrica/submenusearch.gif) center left no-repeat; }
			div#globalheader ul.submenu li.newsevents { margin-left: 12px; width: 85px; background: url(../images/SouthAfrica/submenunewsevents.gif) center left no-repeat; }
			div#globalheader ul.submenu li.contactus { margin-left: 12px; width: 63px; background: url(../images/SouthAfrica/submenucontactus.gif) center left no-repeat; }

			div#globalheader ul.submenu li a {
				padding: 0;
				margin: 0;
				color: #000;
				display: block;
				height: 20px;
			}
			
div#divisionsmenutop {
	background: #254BAC;
	width: 218px;
	height: 28px;
	float: right;
	margin-top: 7px;
}

	div#divisionsmenutop a {
		display: block;
		width: 218px;
		height: 28px;
		text-indent: -10000px;
		background: url(../images/SouthAfrica/divisionsmenutop.gif) center center no-repeat;
		outline: none;
	}
	
div#divisionsmenu {
	background-color: #516FBD;
	width: 216px;
	position: absolute;
	margin: -13px 0 0 742px;
	border-left: 1px solid #254BAC;
	border-right: 1px solid #254BAC;
	border-bottom: 5px solid #333;
	display: none;
	z-index: 100;
}

	div#divisionsmenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;	
	}
	
	div#divisionsmenu ul li {
		background-color: #92A5D6;
		color: #FFF;
		font-weight: bold;
		font-size: 0.95em;
	}
	
	div#divisionsmenu ul li a { text-decoration: none; display: block; color: #FFF; }
	div#divisionsmenu ul li ul li ul li a { text-decoration: underline; display: block; color: #FFF; font-size: 0.9em; }
	
	div#divisionsmenu ul li ul li {
		padding: 3px 0;
		border-top: 1px solid #254BAC;
		text-indent: 22px;
		background: #516FBD url(../images/SouthAfrica/divisionsmenu_outerbullet.gif) 12px 0.9em no-repeat;
	}
	
	div#divisionsmenu ul li ul li ul li {
		padding: 0;
		border: none;
		text-indent: 32px;
		background: url(../images/SouthAfrica/divisionsmenu_innerbullet.gif) 23px 0.6em no-repeat;
	}
	
	div#divisionsmenu span#international, div#divisionsmenu span#divisions {
		display: block;
		text-indent: -10000px;
		padding: 3px 0;	
	}
	
	div#divisionsmenu span#international { background: url(../images/SouthAfrica/divisionsmenu_international.gif) 10px center no-repeat; }
	div#divisionsmenu span#divisions { background: url(../images/SouthAfrica/divisionsmenu_divisions.gif) 10px center no-repeat; }
	
	div#divisionsmenu li.newsection {
		border-top: 1px solid #254BAC;
	}
	
div#globalcontentcontainer {
	background-color: #FFF;
}	

div#globalcontent {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 70px;
}
	
div#globalfootercontainer {
	background: url(../images/SouthAfrica/globalfooterbg.jpg) top left repeat-x;
	text-align: center;
}

div#globalfooter {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

	div#globalfooter p {
		padding: 28px 0 0 210px;
		font-size: 0.9em;
		line-height: 1.8em;
		color: #666;
	}
	
	div#globalfooter p a {
		text-decoration: none;
		color: #FE5200;
	}

div#left {
	width: 200px;
	float: left;
	margin-right: 20px;
}

	div#logo {
		background-color: #EEE;
		border-top: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
		padding: 15px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	
	h2#logo {
		padding: 0;
		text-indent: -10000px;
		background: url(../images/SouthAfrica/divisionlogo.gif) top left no-repeat;
		width: 171px;
		height: 26px;
	}
	
	h2#SSlogo {
		padding: 0;
		text-indent: -10000px;
		background: url(../images/Sports-services/sports_services_logo.gif) top left no-repeat;
		width: 171px;
		height: 22px;
	}
	
	h2 {
		font-size: 1.15em;
		line-height: 1.2em;
		color: #333;
		padding-top: 10px;
	}
	
p#menuheader {
		display: block;
		border-bottom: 1px solid #254BAC;
		text-indent: -10000px;
		background: url(../images/SouthAfrica/divisionmenuheader.gif) top left no-repeat;
		line-height: 13px;
}

p#menuheaderaf {
		display: block;
		border-bottom: 1px solid #254BAC;
		text-indent: -10000px;
		background: url(../images/SouthAfrica/divisionmenuheader_AF.gif) top left no-repeat;
		line-height: 13px;
}

p#menuheaderzu {
		display: block;
		border-bottom: 1px solid #254BAC;
		text-indent: -10000px;
		background: url(../images/SouthAfrica/divisionmenuheader_ZU.gif) top left no-repeat;
		line-height: 13px;
}

p#aboutPASA {
	display: block;
	border-bottom: 1px solid #254BAC;
	text-indent: -10000px;
	background: url(../images/SouthAfrica/aboutmenuheader.gif) top left no-repeat;
	line-height: 13px;
	margin-top:12px;
}

p#aboutPASAaf {
	display: block;
	border-bottom: 1px solid #254BAC;
	text-indent: -10000px;
	background: url(../images/SouthAfrica/aboutmenuheader_AF.gif) top left no-repeat;
	line-height: 13px;
	margin-top:12px;
}

p#aboutPASAzu {
	display: block;
	border-bottom: 1px solid #254BAC;
	text-indent: -10000px;
	background: url(../images/SouthAfrica/aboutmenuheader_ZU.gif) top left no-repeat;
	line-height: 13px;
	margin-top:12px;
}
	
p#saadheader {
		display: block;
		border-bottom: 1px solid #254BAC;
		text-indent: -10000px;
		background: url(../images/SouthAfrica/divisionadsheader.gif) top left no-repeat;
		line-height: 13px;
		margin-bottom: 1em;
		cursor: pointer;
}
	

div#thanks-message {
	font-size: 11px;
	color: #254BAC;
	float:left;
	line-height: 13px;
	margin-bottom: 6px;
	display:none;
}
	
	
div#menu {
	margin-bottom: 15px;
}
	
div#menu ul {
	list-style-type: none;
	border-bottom: 1px solid #CCC;
	padding-left: 10px;
}

div#menu ul:hover {
	background: #EFEFEF;
}

body#whatwedo div#menu ul#aboutpasa {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid #254BAC;
}

body#whatwedo div#menu ul#whatwedo,
body#sportsbodies div#menu ul#sportsbodies,
body#customers div#menu ul#customers,
body#contact div#menu ul#contact {
	padding-left: 10px;
	border-left: 3px solid #254BAC;
}

body#whatwedo div#menu ul#whatwedo:hover,
div#menu ul#aboutpasa:hover,
body#sportsbodies div#menu ul#sportsbodies:hover,
body#customers div#menu ul#customers:hover,
body#contact div#menu ul#contact:hover {
	background: none;
}

div#menu h3.weworkwith {
	text-transform: none;
	font-size: 1.6em;
	color: #254BAC;
	font-weight: bold;
	padding: 10px 0px 5px 10px;
}
	
div#menu ul li {
	padding: 10px 0;
	margin: 0;
	text-indent: 0;
}

div#menu a {
	display: block;
	text-decoration: none;
}

div#menu ul li span.header {
	font-weight: bold;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: -1px;
	padding-bottom: 0.3em;
}

div#menu ul li span.description {
	display: block;
	color: #666;
	font-size: 0.95em;
	line-height: 1em;
	letter-spacing: 0;
}

div#menu ul li ul {
	border: none;
	padding: 0.6em 0 0 0;
	font-size:1.05em;
}

div#menu ul li ul:hover {
	background: none;
}

div#menu ul li ul li {
	padding: 0 0 0 14px !important;
	background: url(../images/SouthAfrica/divisionmenubullet.gif) 5px 0.6em no-repeat;
	display: block;	
	height: auto !important;
}

div#menu ul li ul li a {
	color: #333;
	text-decoration: underline;
}

div#content {
	width: 502px;
	float: left;
	margin-right: 20px;
}

	ul#languageselection {
		display: block;
		list-style-type: none;
		width: 196px;
		height: 32px;
		background: #BDC9E6 url(../images/SouthAfrica/lightbluemapbg.gif) 30% 30% no-repeat;
		margin-bottom: 20px;
	}
	
	ul#languageselection li {
		float: left;
	
		padding: 5px 0 8px 10px;
	}
	
	ul#languageselection li a {
		display: block;
		border-right: 1px solid #607CC3;
		padding-right: 10px;
		text-indent: -10000px;
	}
	
	
	ul#languageselection li.last a { border-right: none; }
	
	ul#languageselection li#english a { width: 45px; background: url(../images/SouthAfrica/lang_en.gif) left center no-repeat; }
	ul#languageselection li#zulu a { width: 27px; background: url(../images/SouthAfrica/lang_zu.gif) left center no-repeat; }
	ul#languageselection li#afrikaans a { width: 62px; background: url(../images/SouthAfrica/lang_af.gif) left center no-repeat; }
	
	ul#languageselection li.selected {
		background: url(../images/SouthAfrica/lang_selected.gif) center bottom no-repeat;
	}
	
	body.interior h4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	div#content h3 {
		font-size: 2.4em;
		margin-bottom: -0.4em;
	}
	
	div#content h4 {
		font-size: 1.8em;
		font-weight: normal;
	}
	
	div#content h1 {
		font-size: 1.8em;
		font-weight: normal;
	}
	
	div#content h5 {
		font-size: 1.2em;
	}
	
	div#content a {
		color: #FE5200;
	}
	
	div#content p {
		padding-bottom: 1.4em;
		line-height: 1.4em;
	}
	
	div#content blockquote {
		float: right;
		width: 150px;
		margin: 0 0 1.5em 1.5em;
		padding: 1em;
		border-top: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
		font-weight: bold;
		font-style: italic;
	}

div#right {
	width: 218px;
	float: left;
}

	div#onpasport {
		background: #254BAC url(../images/SouthAfrica/bluemapbg.gif) 40% 105% no-repeat;
		padding: 10px 8px;
		height: 200px;
		margin-bottom: 12px;
	}
	
		div#onpasport h5 {
			text-indent: -10000px;
			background: url(../images/SouthAfrica/onpasport.gif) top left no-repeat;
			padding-bottom: 0.5em;
		}
		
	div#contactpasport {
		background: #EEEEEE;
		padding: 10px 8px 5px 8px;
		margin: 0px;
	}
	
		div#contactpasport h5 {
			text-indent: -10000px;
			background: url(../images/SouthAfrica/contactpasport.gif) top left no-repeat;
			padding-bottom: 0.5em;
			height: 12px;
		}
		
		div#contactpasport h5.zu {
			text-indent: -10000px;
			background: url(../images/SouthAfrica/contactpasport_zu.gif) top left no-repeat;
			padding-bottom: 0.5em;
		}
		
		div#contactpasport p {
			color: #555;
			font-size: 0.95em;
			line-height: 1.3em;
			padding-bottom: 1.3em;
			border-bottom: 1px solid #CCC;
		}
		
		div#contactpasport a {
			color: #555;
			font-weight: bold;
		}
		
		div#contactpasport dt {
			clear: both;
			width: 70px;
			float: left;
			font-weight: bold;
			padding-top: 0.2em;
			color: #555;
		}
		
		div#contactpasport dd {
			float: left;
			width: 130px;
			margin: 0 0 0.5em 0;
		}
			
		div#contactpasport dd#contactbutton {
			text-align:right;
			padding-top:5px;
			height: 9px;
		}
		
		/* for firefox */
		div#contactpasport dd#contactbutton, x:-moz-any-link {
			margin-top: -5px;
			padding: 0 0 5px 0;
		}
		
		/* above also applies to IE7 and firefox3, so reset here... */
		div#contactpasport dd#contactbutton, x:-moz-any-link, x:default {
			margin-top: 0;
		}
		
		div#contactpasport dd input {
			width: 100%;
		}
		
		div#contactpasport textarea {
			width: 100%;
			height: 80px;
		}
		
div#ads-right img{
	margin-bottom: 12px;
}
		
		
div#globalfooter-pa {
	float: left;
	width: 166px;
	height: 60px;
	padding-top: 15px;
}


