body {
  background: #ffffff url("images/bg-tile.gif") repeat;
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

a img {
  border: none;
}

.floor-graphics-left {
  float: left;
  width: 200px;
}

.floor-graphics-right {
  float: right;
  width: 285px;
}

.border {
  border: 1px solid #4e4e4e;
}

td.product-name {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-input {
  width: 300px;
}

.submit-button {
  margin-top: 20px;
}

.align-center {
  text-align: center;
}

.contact-info {
  float: right;
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  text-align: right;
  width: 400px;
}

.contact-info span {
  float: right;
  margin-top: 0px;
  padding-top: 0px;
}

.contact-info img {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}

* html .contact-info img {
  margin-top: 6px;
}

.header {
  background: #ffffff url("images/head-gradient.gif") repeat-x;
  color: #4e4e4e;
  height: 83px;
  width: 760px;
}

.header-2 {
  background: #ffffff url("images/header-2.gif") repeat-x;
  color: #4e4e4e;
  height: 83px;
  width: 760px;
}

.main-content {
  margin: auto;
  text-align: left;
  width: 760px;
}

.content-wrap {
  text-align: center;
}

.navigation {
  width: 760px;
}

a.navigation-element:link, a.navigation-element:visited {
  background : #ffffff url("images/nav-fill.gif") repeat-x;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: #6e6e6e;
  cursor: pointer;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 24px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
}

a.navigation-element:hover, a.navigation-element:active {
  background : #ffffff url("images/nav-fill-over.gif") repeat-x;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: #6e6e6e;
  cursor: pointer;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 24px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
}

.nav-home a {
  width: 125px;
}

.nav-design-process a {
  width: 126px;
}

.nav-top-sellers a {
  width: 126px;
}

.nav-college-catalog a {
  width: 126px;
}

.nav-history a {
  width: 126px;
}

.nav-contact-us a {
  width: 125px;
}

.feature-flash-holder {
  background-image: url('images/feature.gif');
  height: 100px;
  padding: 0px;
  width: 760px;
}

.page-title {
  background-color: #4e4e4e;
  background-image: url('images/head-tile.gif');
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  width: 740px;
}

.clear-float {
  clear: both;
  line-height: 0px;
}

.inner-content {
  background-color: #ffffff;
  color: #4e4e4e;
  float: left;
  width: 760px;
}

.inner-content h2 {
  font-size: 14px;
  font-weight: bold;
}

.inner-content p {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom:10px;
  margin-top: 10px;	
}

.inner-main-content {
  /*border-right: 1px solid #d9d9d9;*/
  float: left;
  min-height: 300px;
  padding: 20px;
  width: 487px;
}

* html .inner-main-content {
  height: 300px;
}

.inner-nav {
  float: right;
  width: 213px;
}

.inner-nav h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  padding-top: 5px;
  margin: 0px 0px 0px 10px;
}

a:link, a:visited {
  background-color: transparent;
  color: #036b89;
  text-decoration: none;
}

a:active, a:hover {
  background-color: transparent;
  color: #024770;
  text-decoration: underline;
}

.inner-nav a {
  font-size: 10px;
  margin-left: 10px;
}

.inner-nav-item {
  background-image: url('images/inner-nav-bg.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  border-left: 1px solid #d9d9d9;
  padding-bottom: 5px;
  width: 212px;
}

.footer {
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
  color: #4e4e4e;
  padding: 10px 0px;
  text-align: center;
  width: 760px;
}

/* added Dec 16th, remodel */
.inner-nav-item h2 a{
	color: #4e4e4e;
	font-size: 14px;
	margin-left: 0px;
}