@charset "UTF-8";
/* Custom CSS for PSS Lander Only */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size:12px;
	color:#393939; 
}

body
{
	background: repeat-x url('/images/global_lander/background_repeat_x.png');
}

img
{
	border: none;
}

/* --- COLOUR BAR --- */

#header 
{
	background:none;
	min-width: 1000px;
	width: 100%;
}

#header_content 
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	padding:25px 0px 7px 0px; 
	float:left;
}

/* --- CONTENT --- */


#region_bg
{
	background: url("/images/global_lander/region_bg.png") repeat scroll 0 0 transparent;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	width: 856px;
	margin-top:60px;
}

#international_bg
{
	background: url("/images/global_lander/international_bg.png") repeat scroll 0 0 transparent;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	width: 856px;
	margin-top:60px;
}

#selectRegion
{
	float:left;
	margin:120px 0px 0px 70px;
}

select
{
    width: 195px;
	background: #FFFFFF;
    border: #CCC 1px solid;
	height: 30px;
    line-height:30px;
	font-size: 12px;
	vertical-align:middle;
	padding: 6px 6px;
}

.dropdownPos
{
		font-size:18px; 
		font-weight:bold; 
		font-family:Arial, Helvetica, sans-serif; 
		color:#444444;
		margin: 20px 35px 10px;
}

/* --- BOOTSTRAP BUTTON ---*/

.btn {
  display: inline-block;
  *display: inline;
  padding: 6px 16px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20x;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* Homepage links added by Burke 6/1/15 */
#homecountrylinks {
	text-align:center;
}
#homecountrylinks a {
	text-decoration:none;
	color:#ff5d22;
}