/*
Primary navigation [ Bottom of Page]
--------------------------------------------------------------------------------
*/

#nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	color: #CECFCE;
	background-color: #CECFCE;
}




#nav #linear {
	padding-top: 0px;

	padding-bottom:=0px;
	 height: 75px; 
	background-color: #CECFCE;
}

#nav #container {
	width:1024px;
	margin: auto;	
	font-size: 36px;
	color: #CECFCE;
	background-color: #FFFFFF;
}


#container  a:link {
	font-weight: bold;
	color: #002596;
	text-decoration:none;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
} /* unvisited link */

#container a:visited {
	font-weight: bold;
	color: #002596;
	text-decoration:none;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
} /* visited link */

#container a:hover {
	color:#666666;
	text-decoration:underline;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
} /* mouse over link */

#container a:active {
	color:#000000;
	text-decoration:underline;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
} /* selected link */


#nav #container #lang_sel2 {
color:white;
height:30px;
position:relative;
font-size:20px;
}
#nav #container #lang_sel2 a:link {
color:white;

text-decoration:none;
font-size:20px;
}
#nav #container #lang_sel2 a:visited {
color:white;

text-decoration:none;
font-size:20px;
}
#nav #container #lang_sel2 a:hover {
color:white;
text-decoration:underline;
text-size: 20px;
}
#nav #container #lang_sel2 a:active {
color:#E2DB98;
text-decoration:none;
font-size:20px;
}



#nav h1 {
  position: absolute;
  left: 0;
  top: 0;
}

#nav h1 a{
  display: block;
  width: 144px;
  padding-top: 37px;
  height: 0;
  overflow: hidden;
}

#nav .primary {
  position: absolute;
  left: 198px;
  top: 0;
}

#nav .primary li {
  display: block;
  float: left;
}

#nav .primary a {
  display: block;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
}

#nav .primary a:hover, #nav .primary .open a {
  background-color: #f5f5f5;
}

#nav .visit {
  width: 81px;
  background-position: -144px 0;
}

#nav .explore {
  width: 119px;
  background-position: -225px 0;
}

#nav .learn {
  width: 95px;
  background-position: -344px 0;
}

#nav .give {
  width: 118px;
  background-position: -439px 0;
}

#nav .shop {
  width: 84px;
  background-position: -557px 0;
}

#nav .visit:hover, #nav .open .visit {
  background-position: -144px -37px;
}

#nav .explore:hover, #nav .open .explore {
  background-position: -225px -37px;
}

#nav .learn:hover, #nav .open .learn {
  background-position: -344px -37px;
}

#nav .give:hover, #nav .open .give {
  background-position: -439px -37px;
}

#nav .shop:hover, #nav .open .shop {
  background-position: -557px -37px;
}

#nav .search {
  position: absolute;
  right: 84px;
  top: 7px;
}

#nav .ps1-holder {
  position: absolute;
  top: 0;
  right: 4px;
  width: 42px;
}

#nav .ps1 {
  display: block;
  width: 64px;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
  background-position: -646px 0;
}

#nav .ps1 a:hover, #nav .open .ps1 {
  background-position: -646px -37px;
  background-color: #f5f5f5;
}

#social {
	text-align: center;
	min-height: 0px;
	background: #CECFCE;
	border-top-style: solid;
	border-top-color: #000000;
}


.bottom_spacer
{
	height: 100px;
	background-color: #000000;
}
