body {
  width: 1000px; margin: 10px auto; padding: 2px;
  font: 12px Verdana, sans-serif; color: #333;
  line-height: 1.5em;
  text-align: center;
  background: #7d8feb url(../Images/PageBackground.jpg) center repeat-y;
  position: relative; /* Resolves the IE6 Peekaboo bug */
}

a                     { text-decoration: none; }
  a:link       { color: #072ce5; }
  a:visited { color: #cc0923; }
  a:hover     { background-color: #ef9; }
  a:active   { color: #760923; }

h1, h2, h3, h4 {
	margin: 0.25em auto 0.5em auto;
	font-family: Verdana, sans-serif; font-weight: bold;
	letter-spacing: 0.1em; word-spacing: 0.2em; line-height: 1em;
}
  h1 { font-size: 2.0em; }
  h2 { font-size: 1.5em; }
  h3 { font-size: 1.4em; }
  h4 { font-size: 1.2em; }
  h5 { font-size: 1em; }
  h6 { font-size: 0.8em; }

img { margin: 1px; padding: 2px; }

p {
  margin: 0 auto 1em auto;
  letter-spacing: 0.09em; 
}

/* --- Top of page --- */

#FullPage { /* So that IE6 can contain the header image */
  width: 1000px;
  position: relative; /* Resolves the IE6 Peekaboo bug */
}

#Logo {
  width: 1000px;
  margin: -12px 0 0 -16px; padding: 0;
  position: relative; z-index: 1; /* For IE6 positioning */
  background-color: inherit;
}

/* --- Below the logo --- */

#Container {
  width: 935px; margin-top: -155px; padding-top: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  position: relative; z-index: 0; /* For IE6 positioning */
}

/* --- Left column --- */

#SideBar {
  float: left;
  width: 220px;
  margin: 80px 0 0 5px; padding: 0;
  line-height: 2.5em;
  display: inline;
}

#Categories {
  width: 170px;
  border: 1px solid #97cdfa;
  background-color: #eef0f1;
  margin: 10px; padding: 10px;
 	font: bold 12px Verdana, sans-serif;
  line-height: 2.5em;
}
  #Categories ul {
    list-style: none;
    padding-left: 1em;
  }
  #Categories ul a { display: block; }
  #Categories ul li {
    margin: 0; padding: 0.3em 0.2em;
    cursor: pointer; 
  }
  #Categories a { color: #333; }
  #Categories .Highlight { color: #fff; background-color: #b31919; } /* Used with hover over Categories */
  #Categories .HighlightCategory { color: #fff; background-color: #b31919; } /* Used to identify the product page */

#CorpInfo {
  margin: 3em 0 0 15px; width: 190px;
	font: 12px Arial, sans-serif;
}
  #CorpInfo p {
    line-height: 1.5em;
    padding-left: 1em;
    font-size: 0.9em;
  }

/* --- Main content --- */

#MainContent {
  float: left;
  width: 700px;
  margin-top: 50px;
}
  #MainContent img.HPImage, #LowerText img.HPImage {
    float: right; 
    margin: 5px;
  }

/* --- Navigation at the bottom of the home page --- */

#LowerNav { width: 935px; padding-left: 5px; }
  #LowerNav a { display: block; }
  #LowerNav div {
    float: left;
    width: 220px; height: 150px;
    margin: 15px 5px; padding: 0;
    border: 1px solid #e0e4fa;
    font: 11px Arial, sans-serif;
    text-align: left;
    background-color: #f4f7fe;
  }
  #LowerNav h5 {
    text-align: center; text-transform: uppercase;
    color: #fff; background-color: #a9afcd;
    padding: 10px 0;
    font-weight: bold; font-size: 1.4em;
    letter-spacing: 0.1em;
    height: 20px
  }
  #LowerNav p {
    padding: 5px;
    background: #fff url(../Images/LowerNavBackground.jpg) repeat-x;
    height: 100px;
  }

#OPInfo, #LLInfo, #SoInfo, #CEInfo { position: relative; }

/* Custom Engineering page */

#CustomEngineering {
  font: 14px Verdana, sans-serif;
  width:360px;
}
  #CustomEngineering p { margin: 25px auto; }

#ContactUs {
  margin-top: 65px;
  font: 14px Verdana, sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2em;
}

#Geary img { float: right; }

/* Right content  on components pages */

#PageDesc {
  float: right;
  width: 300px;
  font-size: 0.9em;
}

/* On Optical Products and Lidar And Laser Systems pages */

#DetailedSpecsMsg { 
  margin: -5px auto 15px auto;
  font-style: italic;
}

/* On Lidar And Laser Systems page */

#LidarSpecSheet { margin: 1em 0 1em 2em; }
  #LidarSpecSheet a { color: #00f; }

/* Classes */

.ProductList { width: 375px; }
  .ProductList a { color: #00f; }

.highslide-maincontent  { text-align: left; }

.Center  { text-align: center; }
.Left    { text-align: left; }
.Right   { text-align: right; }

.FloatLeft  { float: left; }
.FloatRight { float: right; }

.Clear  { clear: both; }
.Clear_IE6 { margin-top: -100px; }

.NextButton { position: absolute; bottom: 0; right: 0; }
 
.Red { color: #f00; }

.XSmallInfo    { font-size: 11px; }
.XXSmallInfo   { font-size: 10px; }
