
/* General stuff */
body {
    background: #e0e0e0 url(/images/top_bar_with_logo.png) no-repeat;
    margin: 0;
    padding: 0;
}

p, li {
    font-size: 12px;
  font-family: Verdana, "Lucida Grande", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin-left: 50px;
    padding: 0;
}

h1 {
    font-size: 16px;
  color: #000080;
}

h2 {
    font-size: 14px;
  color: #000080;
}

h3 {
    font-size: 11px;
  color: #000000;
  margin-top: -10px;
}

a {
    color: #000680;
}

a:visited {
    color: #3252b2;
}

a img {
    border: 0;
}

blockquote {
    font-family: georgia;
}
/* FB logo */
#logo {
 position: absolute;
 float: left;
 margin-left: 60px;
 margin-top: 15px;
}

/* search box */
#search-box {
    float: right;
    margin-right: 50px;
    margin-top: 60px;
    height: 19px;
    width: 150px;
    background-color: #e9e9e9; 
}
#search-box #s {
    float: left;
    padding-left: 10px;
    border: 0;
    height: 19px;
    width: 120px;
   /* background: url(searchboxleftend.png);
    background-repeat: no-repeat; */
    background-color: #e9e9e9; 
    color: black;
}

#search_box #go {
    position: absolute;
    float: right;
    margin: 0 0 0 0;
}

/* Navigation/menu bar on top */
#navbar
{
  position: absolute;
  margin-top: 95px;
  float: left;
    height: 20px;
    width: 100%;
    background-image: url(/images/menu_bg.gif);
    background-color: black;
    background-repeat: repeat-x;
}

#navbar ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 20px;
    margin-left: 100px;
    margin-right: 50px;
}

#navbar ul li
{
    display: block;
    width: auto;
    float: left;
    height: 20px;
    line-height: 20px;

    font-size: 11px;
    font-weight: bold;
    color: white;
    list-style: none;
    margin-left: 0;
    margin-right: 35px;
}

#navbar ul li.right
{
    float: right;
}

#navbar ul li a
{
    display: block;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    color: white;
    text-decoration: none;
}

#navbar ul li a:hover, #navbar ul li.active a
{
    background-color: white;
    background-image: url(/images/menu_hover_white.png);
    color: black;
}

#navbar_shadow
{
    position: absolute;
    width: 100%;
    top: 140px;
    background-image: url(/images/menu_shadow.png);
    height: 5px;
}

/* Main text */
#maintext
{
    text-align: left;
  position: absolute;
    margin-top: 130px;
  width: 100%;
    margin-left: 0px;
    font-size: 12px;
  font-family: Verdana, "Lucida Grande", sans-serif;
    color: black;
}

div.normaltext {
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
  font-family: Verdana, "Lucida Grande", sans-serif;
}
div.band {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
    padding: 30px 0;
    text-align: left;
/*  background-color: #dce9fa; */ /*lightblue*/
  background-color: white;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    font-size: 12px;
  font-family: Verdana, "Lucida Grande", sans-serif;
}
div.peopleband {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
    padding: 30px 0;
    text-align: left;
/*  background-color: #dce9fa; */ /*lightblue*/
  background-color: white;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
    font-size: 12px;
  font-family: Verdana, "Lucida Grande", sans-serif;
}
div.product {
  margin-left: auto;
  margin-right: auto;
    width: 600px;
    text-align: left;
    margin-bottom: 20px;
}

div.product p {
    margin-bottom: 0;
}

div.productlogo {
    float: left;
  margin-bottom: 10px;
  margin-right: 40px;
}

div.people img.none {
    margin-bottom: 0;
}

div.people {
  margin-left: auto;
  margin-right: auto;
    width: 550px;
    text-align: left;
    margin-bottom: 20px;
}

div.people p {
    margin-bottom: 0;
}

div.peopleimg {
    float: right;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

div.people img.none {
    margin-bottom: 0;
}

img.customerlogo {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

div.footer {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 0;
        font-family: sans-serif;
        color: #555555;
        padding: 2px 0;
        font-size: 10px;
        clear: both;
}

div.footer a {
        color: #a0a0a0;
}


