/*
Style Sheet for Key Electronics web site

Contents
1: Defaults
2: Structure
3: Menu Bar
4: Contents General
  Header
  List
  Table
5: Content Pages
*/

/* ---------- 1: Defaults ----------------*/

*{
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  /*margin-bottom: 1px;*/
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #333;
  text-align: center;
  background: #fff;
}

/* ---------- 2: Structure ----------------*/

#wrapper {
  min-width: 500px;
  max-width: 1400px;
  text-align: left;
}

#menucontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 184px;
  float: left;
  font-size: 0.75em;
}

#content {
  padding: 0 2em 1em 2em;
  margin-left: 184px;
  border-left: 2px solid #aca0b1;
  min-height: 588px;
  /*The following 2 lines are and IE6 hack
    I've no idea why it works - but it does!*/
  height: auto !important;
  height: 590px;
}

#pagefooter {
  border-top: 1px solid #060;
  border-bottom: 1px solid #060;
  font-size: 0.75em;
  text-align: center;
  padding: 0.25em 0;
  clear: both;
}

/* ---------- 3: Menu Side Bar ----------------*/

#header {
  background: url(../images/logo_keygroup_small.jpg) no-repeat;
  height: 44px;
  width: 180px;
  padding: 0;
  border: 2px solid #aca0b1;
}

#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
  color: #ffffff;
}

#menu li {
  border-bottom: 1px solid #000080;
  /*padding: 0.4em 0 0.4em 10px;*/
}

#menu li a {
  font: bold  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #000000;
  display: block;
  padding: 2px 0 2px 10px;
  margin: 0;
  text-decoration: none;
  background-color: #c9c9fe
}

* html #menu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
  width: 174px;
}

#menu li a:active {
  background-color: #000080;
}

#menu li a:hover {
  width: 175px;
  border-right: 2px solid #ffffff;
  color: #000000;
  text-decoration: underline;
  background-color: #ffffff;
}

#menu li.head {
  font-size: 1em;
  color: #ffffff;
  width: 174px;
  padding: 0.4em 0 0.4em 10px;
    margin: 0;
  background-color: #1E80FF
}

#note {
  color: black;
  text-align: center;
  background-color: #FFD700;
  width: 180px;
  margin-top: 0;
  border: 2px solid #00008B;
}

#note p {
  color: red;
  font-weight: bold;
}


/* ---------- 4: Content General ----------------*/

#content h2 {
  margin-top: 0;
  padding: 5px 0 10px 0;
  border-top: 10px solid #800000;
  border-bottom: 2px solid #aca0b1;
  color: #800000;
  text-align: center;
  font-size: 1.2em;
}

#content h3 {
  margin-top: 10px;
  color: #0000CD;
  font-size: 1.1em;
}

#content h4 {
  margin-top: 10px;
  color: #8B0000;
  font-size: 1em;
}

#content p {
  margin-top: 10px;
}

#content ul {
  list-style-type: none;
  list-style-image: url(../images/blue_bullet.jpg);
  margin-left: 20px;
}

#content ul, #content li, #content li li {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

#content li {
  background-repeat: no-repeat;
  background-position: 0 .2em;
  padding-left: 1.8em;
}

#content li li {
  background-repeat: no-repeat;
  background-position: 0 .1em;
  padding-left: 1.6em;
}

.display {
  border: 2px solid blue;
  padding: 40px;
  text-align: center;
}


.spacer {
  clear: both;
}
p {
  padding: 0px;
  margin-top: 0px;
}

dd, dt {
  font-size: 0.95em;
}

dt {
  color: blue;
  font-weight: bold;
  padding-top: 10px;
}

.sub1 {
  padding-left:20px;
  color: #008000;
}

textarea, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.highlight1 {
  color: red;
}
.emp {
  color: red;
  font-weight: bold;
}

.ok {
  color: green;
  font-weight: bold;
}

.nok {
  color: red;
  font-weight: bold;
}

hr {
  width: 100%;
  color: #800000;
  padding: 0;
  margin; 0;
}
img {
  padding: 10px;
}

img.left {
  float: left;
  padding-right: 30px;

  }

img.right {
  float: right;
  padding-left: 30px;
}



/* ---------- 5: Content Pages ----------------*/
/* Splash */

#splash {
  text-align: center;
  width: 800px;
  margin: auto;
}

#splash h1 {
  font-size: 1.4em;
  color: #00008B;
  margin: 20px 0;
  }

#splash img {
  border: 0;
}

/* Home */

#hpleft {
  float: left;
  width: 500px;
  margin-top: 0;
  margin-left:20px;
  padding-top: 0;
  padding-bottom: 20px;
}

#hpright {
  margin-left: 550px;
  width: 150px;
  margin-top: 30px;
  padding-top: 0;
  text-align: left;
}

#hpleft p {
  padding: 20px 0;
}

#hpleft p.a1 {
  font-size: 1.6em;
  color: #0000CD;
}

#hpleft p.a2 {
  font-size: 1.2em;
  color: #483D8B;
}

#hpleft p.a3 {
  font-size: 1.2em;
  color: #DC143C;
}

#hpright img {
  border: 0;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* Why */
.why {
  margin-top: 0;
  margin-bottom: 0;
}

#pagetitle {
  background: #000099;
}

#pagetitle p {
  color: #ffffff;
  font-size: 1.2em;
  padding: 5px;
}
/* Contacts */

.contacts_left {
  float: left;
}

.contacts_right {
  margin-left: 350px;
}

/* Coming Soon */

.comingsoon {
  font-size: 0.8em;
  vertical-align: middle;
}

.cstitle {
  font-weight: bold;
  color: #0000CD
}

table {
  border-collapse: collapse;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

th {
  background: blue;
  color: white;
  border-right: 1px solid white;
}

th.alignleft {
  text-align: left;
}

td {
  border-bottom: 1px solid #000099;
  padding: 5px 0 0 5px;
  vertical-align: top;
}

td.model {
  font-weight: bold;
  font-size: 1.3em;
  color: #0000ff;
}

td.footer {
  border-top: 1px solid black;
  margin: 2px 0 2px 0;
  text-align: right;
  font-size: 0.8em;
}



