body {
  margin-top: 5px;
  font: normal 11px verdana;
  min-height: 1000px;
  background: url(images/background2.gif) repeat
}

#wrapper {
  width: 770px;
  margin: 0 auto;
  color:white;
  background-color: #285b8a;
  border: 1px solid white;
  min-height: 800px
}

#header {
  margin: 0 auto;
  width: 600px;
  height: 150px;
  margin-top: 10px;
}

#boldred {
  font-weight: bold;
  color: red;
}


a:link, a:visited {
  color: white;
}

a:hover: {
  color: #f33
}

#menu {
  margin-left: 10px;
  width: 150px;
  float: left;
  border: 3px solid white;
  text-align: left;
}

#menu a {
  color: #777}

#menu a:hover {
  color: #f33
}

.contentmotd {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 520px;
  float: right;
  border: 3px solid white;
  text-align: center;
  font-size: 133%;
  color: white;
}



.contentboxnameleft {
  float: left;
  background-color: white;
  color: #f33;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Tahoma, sans-serif;
  line-height: 21px;
  padding: 0 3px 0 0;
}

.content {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 520px;
  float: right;
  border: 3px solid white;
  text-align: left;
  color: white;
}

.content p, .solution p, .contentmotd p, .contact p {
  padding: 23px 3px 0 3px;
}


.content img.right, .contact img.right{
    float: right;
    margin: 20px;
    border: 1px solid #ccc;
    clear: bottom;
}

.content ul {
  border: none;
}


.content ul li{
  color: #fff;
  margin: 0;
  padding-left: 16px;
  padding-bottom: 5px;
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  width: 350px;
}

.solution {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 370px;
  float: right;
  border: 3px solid white;
  text-align: left;
  padding-bottom: 5px;
  color: white;
}

.solutionimage {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 150px;
  float: right;
  text-align: left;
  padding: 0 3px;
  color: white;
}

.contact {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 520px;
  float: right;
  border: 3px solid white;
  text-align: left;
  color: white;
}

p.center {
  text-align: center;
}

.redtext {
  color: #f33;
  font-weight: bold;
}

#footer {
  margin: 0 auto;
  width: 150px;
  border-top: 3px white dashed;
  clear: both;
  padding-bottom: 10px;

}

h1 {
  font-size: 16px;
  text-align: center;
}

h4 {
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
  clear: both;
}


/*gearknob page stuff */

.movie {
  margin: 0 100px;
  width: 320px;
  text-align: justify;
  background-color: #285b8a;
}

form{
  float: left;
  margin: 5px 50px;
}


/* here comes the technical shit*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #f33; background: #f9f9f9; } /* Hover Styles */

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */
