/* ----------------- BODY ------------------ */

body {
  background-color: #fff;
  font-family: Verdana, "Times New Roman";
  font-size: 11px;
  margin: 0px;
  text-align: center; /* IE */
}

td.catalog {
  font-family: Verdana;
  font-size: 12px;
  }

.cal-font-big {
  font-size: 12px;
  }
  
.cal-font-small {
  font-size: 12px;
  }
/* ----------------- LAYOUT STUFF ---------- */

#page-container {
  width: 760px;
  margin: 0 auto;
  padding: 0;
}

#logo-line {
  width: 760px;
  height: 78px;
  text-align: left;
  padding-left: 10px;
}

#search {
  float: right;
  width: 300px;
  margin-top: 35px;
  }
  
#search input {
  border: solid 1px #a9a9a9;
 /* height: 21px; */
  }
  
#search label {
  font-family: Verdana, "Times New Roman";
  font-size: 13px;
  font-weight: bold;
  color: #588bb4;
  }

#logo {
  float: left;
  }

#header {
  width: 760px;
  height: 263px;
  background: url(main-bg.jpg) no-repeat;
}

#header-sub {
  width: 760px;
  height: 140px;
  background: url(sub-bg.jpg) no-repeat;
}

#mystuff {
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding-top: 150px;
  padding-left: 390px;
  text-align: left;
}

#mystuff-sub {
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding-top: 23px;
  padding-left: 390px;
  text-align: left;
}

#main-nav {
  padding-top: 19px;
  padding-left: 295px;
}

#sub-nav {
  padding-top: 19px;
  padding-left: 295px;
}

#left-menu {
  background: url(left-menu-bg.gif) center top no-repeat #deeaf5;
  text-align: center;
}

#content-container {
  background-color: white;
}

#category-container {
  width: 150px;
  margin: auto;
  line-height: 20px;
  font-family: Verdana;
  font-size: 10px;
  text-align: left;
}

#sub-content {
  width: 500px;
  margin: auto;
  line-height: 18px;
  font-family: "Trebuchet MS";
  font-size: 12px;
  text-align: left;
  color: #000;
  }

#footer {
  clear: both;
  width: 760px;
  height: 29px;
  background: url(footer-bg.gif) repeat-x;
  font-family: Verdana;
  color: white;
  font-size: 10px;
  line-height: 29px;
}

/* --------- LISTS --------- */

#main-nav ul {
  margin: 0px;
  padding: 0px;
}

#main-nav li {
  list-style-type: none;
  display: inline;
  float: left;
}

#sub-nav ul {
  margin: 0px;
  padding: 0px;
}

#sub-nav li {
  list-style-type: none;
  display: inline;
  float: left;
}

/* ---------- LINKS --------- */

#mystuff a:link {
  color: white;
  text-decoration: none;
}

#mystuff a:hover {
  text-decoration: underline;
}

#mystuff a:visited {
  color: white;
  text-decoration: none;
}

#mystuff-sub a:link {
  color: white;
  text-decoration: none;
}

#mystuff-sub a:hover {
  text-decoration: underline;
}

#mystuff-sub a:visited {
  color: white;
  text-decoration: none;
}

#category-container a:link {
  color: #054178;
  text-decoration: none;
}

#category-container a:hover {
  text-decoration: underline;
}

#category-container a:visited {
  color: #054178;
  text-decoration: none;
}

#footer a:link {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a:visited {
  color: white;
  text-decoration: none;
}

.catalog a:link {
  color: #054178;
  text-decoration: none;
}


.catalog a:visited {
  color: #054178;
  text-decoration: none;
}

.catalog a:hover {
  text-decoration: underline;
}

/* ----- headers ----- */
h1 {
  font-size: 14px;
  font-weight: bold;
  color: #2964b2;
  }

