/* START Layout Styles */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%; /* Required */
}
body {
  background-color: #FFFFFF;
  color: #787778;
  background-image: url(images/left-line.jpg);
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}
div#page {
  background-image: url(images/left.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height: 648px;
  position: relative;
  z-index: 2;
}
div#header {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  height: 96px;
  padding-left: 201px;
  position: relative;
  z-index: 2;
}
div#nav {
  height: 511px;
  padding-top: 45px;
  float: left;
  width: 201px;
  margin-left: 0%;
}
div#spacer {
  float: right;
  width: 0px;
  height: 100px;
}
div#content {
  padding-left: 220px;
  padding-right: 50px;
}
div#main-image {
  padding-top: 47px;
  padding-bottom: 39px;
  padding-left: 265px;
}
div#main-flash {
  width: 436px;
  height: 203px;
}
div#chair-flash {
  width: 500px;
  height: 285px;
}
div#inner-content {
  padding-left: 235px;
}
div#footer {
  padding-left: 235px;
}
div#inner-footer {
  padding-top: 20px;
}
div#footer-left {
  float: left;
  width: 50%;
}
div#footer-right {
  float: right;
  width: 50%;
}
/* END Layout Styles */


/* START Text Styles */
hr {

}
ul {
  padding-left: 15px;
}
p {
  padding-top: 15px;
}
.contenttext {
  font-family: Verdana, Helvetica, Sans-serif;
  font-size: 0.8em;
  color: #787778;
  background-color: transparent;
  text-align: left;
  text-decoration: none;
}
.contenttext a:link, .contenttext a:visited, .contenttext a:active {
  font-family: Verdana, Helvetica, Sans-serif;
  font-size: inherit;
  font-weight: bold;
  color: #787778;
  background-color: transparent;
  text-decoration: underline;
}
.contenttext a:hover {
  color: #1B1251;
  background-color: transparent;
}
.footertext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #C3BEBB;
  background-color: transparent;
  text-align: left;
  text-decoration: none;
}
.footertext a {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: inherit;
  color: #C3BEBB;
  background-color: transparent;
  text-decoration: underline;
}
.form {
 
}
.formbutton {
  font-family: Verdana, Helvetica, Sans-serif;
  font-size: 1em;
  color: #494646;
}
.navtext, .navtext a:link, .navtext a:visited, .navtext a:active {
  font-family: Helvetica, Sans-serif;
  font-size: 0.97em;
  font-weight: normal;
  color: #494646;
  background-color: transparent;
  text-align: right;
  text-decoration: none;
}
.navtext a:hover {
  font-family: Helvetica, Sans-serif;
  font-size: 0.97em;
  font-weight: normal;
  color: #1B1251;
  background-color: transparent;
  text-decoration: none;
}
#navlinks {
  list-style-type: none;
}
#navlinks li {
  list-style-type: none;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 5px;
}
.prod-table td {
  text-align: center;
}
.spacing {
  width: 150px;
}
/* END Text Styles */