body {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 12px;
}

/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

/* no borders on images */
img { border: 0px; }


#globalheader {
    background: #eee;
    margin-bottom: 1em;
}

#localheader {
    background: #eee;
    margin-bottom: 1em;
}

#localfooter {
    background: #eee;
    margin-top: 1em;
}

#globalfooter {
    background: #eee;
    margin-top: 1em;
    text-align: center;
}

.pager {margin: 1em 0 1em 0;}

.more {margin-top: 1em;}

#pageheader {margin-bottom: 1em; margin-top: 50px; margin: 50px 10px;}

#pagecontent { 
    margin: 20px auto;
    padding: 0 10px;
    }

#pagefooter  {background: #ccc; margin-top: 1em; text-align: center;}
#pagefooter a.backend {text-decoration: none;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
  margin: 0;
  padding: 0;
  background: white;
}

.fixed {
	width: 100%;
	position: fixed;
	top: 0px;
}

.nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 30px;
  text-align: left;
}

.nav a {
  text-decoration: none;
  color: #e18700;
  display: block;
  padding-left: 15px;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
}

.nav a:hover {
  background-color: #ad7017;
}

.nav li.active a {
  background-color: #e18700;
  color: #444;
  /*cursor: default;*/
}

/* Sub Menus */
.nav li li {
  font-size: .8em;
  display: none;
}

/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 500px) {
	body, table { 
		font-size: 9px;
	}
  #pagecontent { width: 460px;}
  .nav {
    width: 100%;
	box-shadow: 0px 2px 5px black;
  }
  .nav li {
    width: 55px;
    border-bottom: none;
    height: 25px;
    line-height: 25px;
    font-size: 0.8em;
    display: inline-block;
    /*margin-right: -4px;*/
  }

  .nav a {
    border-bottom: none;
  }

  .nav > ul > li {
    text-align: center;
  }

  .nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
  .nav li ul {
    position: absolute;
    display: none;
    width: inherit;
  }

  .nav li:hover ul {
    display: block;
  }

  .nav li ul li {
    display: block;
  }

}

@media screen and (min-width: 700px) {
	body, table { 
		font-size: 10px;
	}
  #pagecontent { width: 660px;}
  .nav li {
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
  }
}

@media screen and (min-width: 900px) {
	body, table { 
		font-size: 11px;
	}
  #pagecontent { width: 860px;}
  .nav li {
    width: 95px;
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1200px) {
	body, table { 
		font-size: 14px;
	}
  #pagecontent { width: 1160px;}
  .nav li {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 1.35em;
  }
}

#headimg {
	margin-top: 25px;
	height: 10em;
	background-image: url(../_images/3guys_1200.jpg);
	background-size: 100%;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 4em;
	padding-left: 10px;
	padding-bottom: 0;
	box-shadow: inset 0 -5px 9px -5px black;
}
#headimg h1 {
	margin: 0; padding: 0;
    font-size: 6em;
	color: white;
	text-shadow: 4px 4px 4px black;
}