/* 
  faux columns from ALA http://alistapart.com/articles/fauxcolumns/  
  menus from ALA
*/

body {
  background: #fff ;
  margin: 0;
  padding: 0;
  font-family:  Arial, Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #000;
}

td {
  font-size: 12px;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: url(../images/gray_background.gif) repeat;
  width: 822px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 800px;

}

#inner {
  padding: 0 35px 0 35px;
}


a {
  color: #6392AC;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  color: #226699;
  text-decoration: none;
  border-bottom: 1px dotted #226699;

}

b a {
    font-weight: bold;
}



#homeSect,
#missingSect
{
  height: 50px;
  background: url(../images/title_bar.jpg) top left no-repeat;
}


span.nodisplay {
  display: none;
}


#outerContainer {
  padding: 20px 15px 40px 20px;
  margin: 0;
  width: 450px;
  float: left;
}

#rightMiddle {
  margin: 0;
  padding: 0;

}

#rightInner {
  margin: 0;
  padding: 0 35px 5px 30px;

}

#rightInner ul {
  margin: 10px 15px;
}

.wider_list li {
  margin-bottom: 5px;
}


ul {
  list-style: disc url(../images/bullet.gif) outside;
  padding: 0;
  margin: 0 0 10px 15px;
}



/* sidebar coloured with an edge  */

#sidebarContainer {
  margin: 20px 0 20px 0;
  width: 220px;
  float: left;
  background-color: #f9f9f9;
  border: solid #ddd 1px;
}

#sidebar {
  padding: 15px 20px 5px 25px;
  font-size: 11px;
  color: #000;
  line-height: 15px;
}


#sidebar p {
  margin: 0 0 10px 0;
}

#sidebar h1, h2, h3 {
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #000;
}

hr {
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px dotted #bbb;
  margin: 5px 35px 8px 35px;
  padding: 0;
}

p {
  margin: 0 0 15px 0;
}

h1, h2 {
  font-family:  "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 22px;
  color: #000;
}

h3 {
  font-family:  "Trebuchet MS", 'Lucida Grande', Arial, Helvetica, sans-serif;
  margin: 0 0 4px 0;
  font-size: 14px;
}




#footer {
  padding: 1px 30px;
  text-align: right;
  font-size: 10px;
  color: #000;
  border-top: solid #eee 1px;
  border-bottom: solid #777 1px;
  background-color: #f6f6f6;
}


pre {
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
  padding: 10px 10px;

}


.img_border,  .img_border_faint {
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  margin-top: 5px;
}

.img_border_faint {
  border-color: #aaa;
}


.find-out-maps,  .find-out-maps:hover,
.find-out-aerials,  .find-out-aerials:hover,
.find-out-more,  .find-out-more:hover {
  border-style: none;
}

#smalltext {
  font-size: 10px;
}

#indented {
  margin: 0px 0px 0px 10px;
}


/* highlight for product names */
#product {
  color: #226699;
}


/* used on the dowloads page for the list of downloads */
#downloaditem {
  font-size: 11px;
  color: #000;
  line-height: 14px;
}



/* nav bar */

#menu {
    display: none;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border: 0;
}

#menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: block;
}

#menu ul li a {
  color: #555;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #e0e0e0;
  width: 119px;
  height: 18px;
  display: block;
  text-decoration: none;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

#menu ul li#contact a	{
  width: 123px;
}

#menu ul li a:hover,
#menu ul li a:hover.selected
{
  background: #ffcc33;
  color: #333;
  border-top: 1px solid #ffee55;
  border-left: 1px solid #ffee55;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
}

#menu ul li a.selected {
  background: #ffcc33;
  border-top: 1px solid #ffee55;
  border-left: 1px solid #ffee55;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
}


/* reseller stuff */

.licence_key {
  padding: 10px 10px 10px 10px;
  margin: 0px;
  background-color: #f0f0d0;
  font-size: 18px;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  line-height: 120%;
}