#upside {
/*  background: url(img/topback.jpg) repeat-x top;*/
  background: gray;
/*  background: url(/img/upside/wide-background.jpg);
  background-size: cover;*/
}

#upside-content {
  margin: 0.5em auto;
  width: 1000px;
  text-align: left;
  color: white;
    text-shadows:
    -1px -1px 0 #555,
    1px -1px 0 #555,
    -1px 1px 0 #555,
    1px 1px 0 #555;  
  font-size: 1.2rem;
  font-weight: 400;
}

#upside-content ul {
  margin: 1em 0.5em;
}

#upside-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#upside-content .button-link {
  font-size: 1em;
  color: white;
  border-radius: 0.2em;
  border: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  padding: 0.15em 0.5em;
}

#upside-content .button-link:hover {
  background: rgba(255,255,255,0.1);
  
}

#inner-upside {
  background: url(/img/upside/miss02.jpg) no-repeat top;
  height: 405px;
}

#topbar {
  margin: 0 0;
  padding: 0 0 0;
  text-align: center;
  width: 100%;
  height: 364px;
}

#topbar h1 {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  height: 154px;
  
}

#topbar a {
  padding: 0;
  margin: 0;
  font-size: 1px;
}

#topbar img {
  border: none;
}

#main-menu {
  background: rgba(50,50,50,0.5); /* #404040; */
  background: rgba(70,20,20,0.5); /* #404040; */
  margin: 0;
  padding: 0px;
  min-height: 1px;
  overflow: hidden;
/*  height: 40px;*/
/*  box-shadow: 0 3px 4px #202020; */
}

#main-menu ul {
	margin: 0px auto;
	padding: 0px 0px;
  width: 1000px;
}

#main-menu li {
/*  border-right: 1px solid #908D81; */	
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
/*  width: 140px; */
  text-transform: lowercase;
  transition: all 0.15s;
}

#main-menu a {
  display: block;
/*  height: 32px;*/
  margin: 0px 0px;
  padding: 0.25em 0.5em;
  border: 0px;
  text-decoration: none;
  float: left;
  color: white;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.19em;
  font-weight: 200;
  transition: all 0.15s;     
}

#main-menu a.selected {
  cursor: hand;
  background: #e3e3e3;
  color: #202020;
  font-weight: 300;
/*  box-shadow: 0px -5px 3px #202020;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; */
/*  box-shadow: 0px 2px 3px #202020;
  padding-top: 11px;
  padding-bottom: 0px; */
}

#main-menu a:hover {
  color: orange;
  transition: all 0.2s;     
}

#main-menu a.selected:hover {
  color: #202020;
}

#main-menu.f-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#menu {
  height: 29px;
  font-weight: bold;
  margin: 0;
  padding: 0px;
/*  background: #111111; */
  background: #111111 url(img/tabMenuBackground.png) repeat-x top;
  background: #8F8C80;
  color: white;
  text-align: center;
  border-top: 0px solid #908D81;	
  border-bottom: 0px solid #908D81;
}

#menu ul {
	margin: 0px auto;
	padding: 0px 0px;
  width: 968px;
}

#menu li {
/*  border-right: 1px solid #908D81; */	
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
/*  width: 140px; */
}

#menu a {
  display: block;
/*  width: 140px; */
  height: 29px;
  margin: 0px 0px;
  padding: 0px 0px 0px 5px;
  border: 0px;
  text-decoration: none;
  background: url(img/tabMenuInactiveLeft.png) no-repeat top left;
  float: left;
}

#menu a span {
  font-size: 16px;
  line-height: 16px;
  color: #444444;
  display: block;
  height: 23px;
  margin: 0px;
  padding: 6px 9px 0px 4px;
  border: 0px;
  background: url(img/tabMenuInactiveRight.png) no-repeat top right;
  float: left;
}

* html #menu a span {  /* IE hack */
  height: 29px;
}

#menu a:hover {
  cursor: hand;
	background: url(img/tabMenuActiveLeft.png) no-repeat top left;
/*	color: #F7902B; */
}

#menu a:hover span {
  cursor: hand;
	background: url(img/tabMenuActiveRight.png) no-repeat top right;
/*	color: #F7902B; */
}

#menu a.selected {
  cursor: hand;
	background: url(img/tabMenuSelectedLeft.png) no-repeat top left;
/*	color: #F7902B; */
}

#menu a.selected span {
  color: #c10000;
  cursor: hand;
	background: url(img/tabMenuSelectedRight.png) no-repeat top right;
/*	color: #F7902B; */
}

#menu a.selected:hover {
  cursor: hand;
	background: url(img/tabMenuSelectedLeft.png) no-repeat top left;
/*	color: #F7902B; */
}

#menu a.selected:hover span {
  cursor: hand;
	background: url(img/tabMenuSelectedRight.png) no-repeat top right;
/*	color: #F7902B; */
}

#menu .anotation {
  display: block;
  padding: 7px;
  color: white;
}


