body {
  margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ddd;
}

#container {
  margin: 0 10%;
	background-color: #fff;
}

#container1 {
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
	background-position: top left;
	height: 1%;
}

#container2 {
	background-image: url(/images/sprocket.png);
	background-repeat: repeat-y;
	background-position: top right;
  font-size: 0.9em;
	height: 1%;
}

.contentitem {
  padding: 0 0 10px 0;
}

.contentitem1  {
  display: inline;
  padding: 0 10px 0 0px;
}

.contentitem2, .contentitem3, .contentitem4 {
  display: inline;
  padding: 0 10px 0 10px;
  border-left: 1px solid #000000;
}


html>body #container1, html>body #container2 {
  height: auto;
}

#banner {
  background: #000;
	height: 6.5em;
}

#banner h1 {
  margin: 0;
	padding: 0.5em;
	text-align: center;
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 2.3em;
}

#nav {
  float: left;
	width: 140px;
	margin-left: 10px;
	/*padding-top: 1em;*/
	color: #FFF;
	height: 1%;
}
html>body #nav {
  width: 150px;
}

#nav ul {
  margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
  margin: 0 0 0 0;
}

#nav a {
  width: 140px;
  display: block;
	border: 1px solid #000;
	border-bottom: 1px solid #fff;
	text-decoration: none;
  color: #FFF;
}
html>body #nav  a {
  width: 150px;
}

#nav a:hover {
  border: 1px solid #fff;
	background-color: #666;
}

#sprocket {
  float: right;
	width: 40px;
	position: relative;
	height: 1%;
}

#content {
  padding-top: 1em;
	margin: 0 50px 0 210px;
	height: 1%;
}

html>body #content, html>body #nav, html>body #sprocket {
  height: auto;
}

#content h2 {
  font-size: 1.5em;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #000;
}

#content h3 {
  font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #000;
}

a {
	border: 1px solid #fff;
	border-bottom: 1px solid #000;
	text-decoration: none;
  color: #000;
}

a:hover {
  background-color: #ccc;
	border: 1px solid #000;
}

#submenu {
  width: 40%;
	float: right;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
}

#submenu a {
  display: block;
	border-bottom: 1px solid #000;
	text-decoration: none;
  color: #000;
	width: 100%;
}

.item {
  position: relative;
  width: 49%;
  margin: 0px;
  padding: 10px;
	float: left;
}

html>body .item {
  margin: 10px;
	padding: 0 10px 0 0;
	width: 40%;
}

.item a {
  position: relative;
  display: block;
  width: 100%;
	height: 100%;
  display: block;
  text-decoration: none;
	border: 1px solid #000;
}

html>body .item a {
  height: auto;
	padding: 0px 10px 0px 10px;
}

dt {
  font-weight: bold; 
}

dd {
  margin: 0px;
  display: block;
}

.item img {
  position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  height: 100%;
  border: 0;
	z-index: 1;
	visibility: hidden;
}

.item a:hover img {
  visibility: visible;
}

.item span {
  position: relative;
	width: 100%;
  margin: 0px;
  padding: 10px;
  cursor: pointer;
	z-index: 2;
}

.nf {
  display: inline;
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
}

#cleardiv, .cleardiv {
  clear: both;
	height: 1em;
}

#footer {
  clear: both;
	background-color: #000;
	text-align: center;
	color: #fff;
	height: 65px;
}

#footer p {
	display:inline;
}

#empty, .empty {
  visibility: hidden;
  display: none;
}



.left {
  float: left;
	margin-left: 5px;
}

.right {
  float: right;
	margin-right: 5px;
}

.fhal {
  position: relative;
  float: left;
  margin: 0 10 0 0;
  min-width: 10em;
}

.video {
	text-align: center;
	width: 100%;
}

.icons, .icons:hover {
  border: 0px;
}

#designer {
  background-color: #ddd;
  font-size: smaller;
  text-align: right;
}

#designer a, #designer a:hover {
  border: none;
  border-bottom: 1px solid #000;
}