body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	font-size: 12px;
}

h3 {
	text-transform: uppercase;
	font-size: 2em;
}

.grey {
	color: #434343;
}

.blue {
	color: #118ad1;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#primary-content {
	background: #fff url("../images/bg_body.jpg") no-repeat;
	height: 386px;
}

#pageTitle {
	position: relative;
		top: 40px; left: 80px;
}

#selectRegion {
	position: relative;
		top: 55px; left: 80px;
	float: left;
	width: 200px;
	padding: 0 0 0 19px;
}

#selectCountry {
	position: relative;
		top: 60px; left: 80px;
	float: left;
	width: 600px;
	height: 275px;
}

#darkbar {
	/*background: url("../images/darkbar-bg.jpg") repeat-x;*/
	width: 100%;
	height: 30px;
	clear: both;
	
}

#selectRegion li {
	margin: 0;
	line-height: 22px;
	border: none;
}

#selectRegion a {
	background: url("../images/li-arrows.jpg") no-repeat scroll 0 2px;
	margin: 0 2px 0 -20px;
	padding: 0 0 1px 15px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
}

#selectRegion a:focus {
	user-focus: none;
	outline: none;
}

#selectRegion a:hover {
	color: #118ad1;
}

DIV.countryList {
  display:none;
  width : 600px;
  height : 300px;
}

DIV.countryList ul,li,a {
	list-style-image: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	color: #434343;
	font-size: 11px;
	text-decoration: none;
	/*line-height: 16px;*/
	
}


DIV.countryList a:hover {
	color: #118ad1;
}

.countryColumn {
	float: left;
	margin: 0 50px 0 0;
}

.selected {
	color: #118ad1;
	outline: none;
}

.unselected {
	color: #434343;
}

#rememberSelection {
/*	position: relative;
		top: 0px; left: 80px;
	width: 250px;
	clear: both;*/
	margin: 20px 0 0 -17px;
}

#rememberSelection input {
	margin-right: 5px;
	margin-top: -1px;
}










