/*
 * Cascading style sheet for front page of Cat's Eye Technologies web site
 * (c)2011 Cat's Eye Technologies.  All rights reserved.
 */

/* LOGO */

#logo {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#eye {
  padding-left: 25px;
  padding-right: 25px;
}

/* ANIMATION */

#animation {
  float: left;
  margin-top: 100px;
  margin-left: 25px;
}

/* CENTER MIDDLE: MENU */

#content {
  padding-left: 250px;
  padding-right: 250px;
}
div.menucolumn {
  width: 50%;
  float: left;
}
.menucolumn ul {
  margin-top: 0;
}
.menucolumn li {
  margin-left: 0;
}
#news {
  clear: both;
}

/* FOOTER */

#bottom {
  clear: both;
  font-size: 66%;
  text-align: center;
  margin-top: 0;
}

#bottomleft {
  float: left;
}
#bottomleft img {
  border: 0;
  width: 88px;
  height: 31px;
  margin: 0em;
  margin-left: 0.5em;
}
#bottomright {
  float: right;
}
#bottomright img {
  border: 0;
  width: 88px;
  height: 31px;
  margin: 0em;
  margin-right: 0.5em;
}

