
@import url(http://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Nothing+You+Could+Do);

#logo {
	background: url(../../images/header/fs-header-logo.png);
	background-repeat: no-repeat;
	height: 110px;
}

li.txtHeadUnitedStates, li.txtHeadCanada, li.txtHeadInternational {
  float:left;
  font-family: 'Nothing You Could Do';
  font-size:13px;
  font-weight:bold;
  height:30px;
  line-height:30px;
  text-transform:uppercase;
  margin-right:22px;
  text-decoration:none;
  list-style: none;
  color: purple;
}

li.txtHeadUnitedStates a {
  color:#2591B0;
  padding-left:19px;
}

li.txtHeadUnitedStates:hover a {
  background-position:left bottom;
  color:#046F8E;
  text-decoration:inherit;
}

li.txtHeadCanada a {
  color:#cf2528;
  padding-left:23px;
}

li.txtHeadCanada:hover a {
  background-position:left bottom;
  color:#a70508;
  text-decoration:inherit;
}

li.txtHeadInternational a {
  color:#8FB935;
  padding-left:17px;
}

li.txtHeadInternational:hover a {
  background-position:left bottom;
  color:#68920E;
  text-decoration:inherit;
}