@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#mainwrapper {
	width:900px;
	border:solid 1px #2a2117;
	margin:0 auto;
	overflow:hidden;
	text-align:center;	
}

#content {
	width: 850px;
	text-align:left;
	margin:0 auto;
	padding-bottom: 15px;
}

#navigation {
	height: 25px;
	background-color: #cf0000;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
}

#navigation a {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#header {
	font-size: 16px;
	font-weight: bold;
}

#header h1 {
	font-size: 16px;	
}

#content h2 {
	font-size: 16px;	
}

#footerwrapper {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;	
}

#footer {
	margin-top: 0px;
	font-size: 12px;
	color: #999;
}

#footer a {
	font-size: 12px;
	font-weight:normal;
	color: #999;
	text-decoration: none;
}

#CountryBar {
	background-color:#242424;
	height:40px;
}

#CountryBarInner {
	padding:10px 0 0 0;
	text-align:right;
	font-size:85%;
}


	#CountryBarInner ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
		#CountryBarInner ul li
		{
			margin: 0;
			padding: 0;
			display: inline;
			font-size:16px;
		}
		
		#CountryBarInner ul li a
		{
			float: left;
			margin: 0;
			padding: 0 30px 0 32px;
			display: block;
		}

		
		#CountryBarInner ul li a.uk { background: url(/images/flag_uk.gif) no-repeat left; }
		#CountryBarInner ul li a.za { background: url(/images/flag_za.gif) no-repeat left; }
		#CountryBarInner ul li a.usa { background: url(/images/flag_usa.gif) no-repeat left; }
		#CountryBarInner ul li a.ca { background: url(/images/flag_ca.gif) no-repeat left; }
		#CountryBarInner ul li a.au { background: url(/images/flag_au.gif) no-repeat left; }
		#CountryBarInner ul li a.nz { background: url(/images/flag_nz.gif) no-repeat left; }


.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/****************************************************************
*    WLD Badge Styles
*****************************************************************/

#wld_badge {
	width: 850px;
	margin: 0 auto;
	float: left;
	margin-left: 0px;
}

#wld_badge .wld_badge_item {
	float: left;
	height: 180px;
	width: 120px;
	text-align: center;
}

#wld_badge_item_1 {
/*	background: url(images/mp1.jpg) no-repeat;*/
}

#wld_badge_item_2 {
/*	background: url(images/mp2.jpg) no-repeat;*/
}

#wld_badge_item_3 {
/*	background: url(images/mp3.jpg) no-repeat;*/
}

#wld_badge_item_3 .wld_badge_item_photo, #wld_badge_item_3 .wld_badge_item_detail {
	position: relative;
	left: -4px;
}

.wld_badge_item_photo {
	margin-top: 30px;
}

.wld_badge_item_photo img {
	border: 1px solid #ccc;
}

.wld_badge_item_detail {
	margin-top: 5px;
}

.wld_badge_item_region {
	display: none;
}
