body { 
  font: 72%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: center; 
  min-width: 760px;
}

#wrapper { 
  width: 720px; 
  margin: 0 auto; 
  text-align: left;
}

#banner {
}

#bannerTop {
  height: 25px;
  border-left: thin dotted gray;
  border-top: thin dotted gray;
}

#bannerBottom {
  clear: both;
  font-size: 110%;
}

#logo {
  float: left;
  margin-right: 10px;
  margin-left: 17px;
}

#menus {
  float: right;
  width: 477px;
}

.smallSquare {
  min-width: 10px;
  min-height: 10px;
  float: left;
}

#content {
  clear: both;
  display: block;
  margin-top:70px;
}

#taglineSection {
  float:left;
  width:250px;
  color: gray;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  font-family: Arial;
  margin-top: 30px;
 }

#productsSection {
  float:right;
  width:450px;
  min-width: 450px;
  text-align: left;
 }
 
 .releaseVersion {
   color: green;
   font-weight: bold;
   font-size: 130%;
   font-family: Verdana;
 }
 
 .releaseNote {
   color: #101010;
   font-family: Verdana;
 }

/* mainNav
=======================*/

ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  float: left;
}

ul a {
  padding: 0 1em;
  line-height: 2.1em;
  text-decoration: none;
  color: gray;
  float: left;
  display: block;
  border-left: thin dotted gray;
}

ul .first a {
  padding: 0;
  border-left: none;
}

ul .l-color a {
	background:#419199;
	color: lightgray;
}

ul .e-color a {
	background:#eaa832;
	color: lightgray;
}

ul .d-color a {
	background:#43a336;
	color: lightgray;
}

ul .o-color a {
	background:#36639f;
	color: lightgray;
}

ul .y-color a {
	background:#e17229;
	color: lightgray;
}

ul .selected-l-color a {
	background:#419199;
	color: black;
	font-weight: bold;
}

ul .selected-e-color a {
	background:#eaa832;
	color: black;
	font-weight: bold;
}

ul .selected-d-color a {
	background:#43a336;
	color: black;
	font-weight: bold;
}

ul .selected-o-color a {
	background:#36639f;
	color: black;
	font-weight: bold;
}

ul .selected-y-color a {
	background:#e17229;
	color: black;
	font-weight: bold;
}

ul .selected a {
  color: black;
  font-weight: bold;
}

ul a:hover {
  color: #111;
}


