@charset "utf-8";
/* CSS Document */

body {
  background: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.80em;
}

#wrapper-1 {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100px;
}

#wrapper-2 {
  background: transparent url(/images/bottom_slice.gif) no-repeat bottom center;
  min-height: 100px;
}

#header-1 {
  overflow: hidden;
  background: transparent url(/images/top_slice.gif) no-repeat top center;
}

#top-notice {
  height: 28px;
  overflow: hidden;
  padding: 25px 0 0 55px;
  font-size: 0.85em;
  font-weight: bold;
}

#top-notice .box-1 {
  width: 250px;
  float: left;
  text-align: center;
}

#top-notice .box-2 {
  width: 480px;
  float: left;
  text-align: center;
}

#header-2 {
  margin: 0px 20px 0 20px;
  overflow: hidden;
  background: #FFF url(/images/left_border.gif) repeat-y top left;
}

#header-3 {
  overflow: hidden;
  background: transparent url(/images/right_border.gif) repeat-y top right;
}

#header {
  margin: 0px auto;
  padding-left: 28px;
}

#container-1 {
  background: transparent url(/images/left_border.gif) repeat-y top left;
  margin: 0 20px;
}

#container-2 {
  background: transparent url(/images/right_border.gif) repeat-y top right;
}

#container {
  padding: 10px;
  margin: 0 28px;
  background-color: #FFF;
}

#container .section {
  background: #E9E9E9;
  padding: 15px;
  margin-top: 15px;
}

.breadcrumb {
  height: 40px;
  overflow: hidden;
  border-bottom: 4px solid #FFCC33;
}

.breadcrumb .arrow {
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.breadcrumb .arrow img {
  width: 30px;
  height: 30px;
}

.breadcrumb .title {
  float: left;
  font-size: 0.9em;
  height: 30px;
  width: 600px;
  padding: 7px 0 0 20px;
}

#maincontent {
  margin-top: 10px;
}

#copyright {
  font-size: 0.75em;
  text-align: center;
  color: #999;
}

#copyright .notice {
  margin-top: 15px;
  font-size: 90%;
  text-align: justify;
  padding: 0 55px;
}

.grey {
  font-size: 0.90em;
  text-align: justify;
  color: #999;
}

a, a:active, a:link, a:visited {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: none;
  color: black;
}

a img {
  border: none;
}

div.divider {
  height: 4px;
  background: #FFCC33;
}

/**
 * Top navigation
 */
ul#nav {
  height:43px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: transparent url(/images/middle_slice.gif) no-repeat top center;
}

ul#nav li {
  list-style: none;
  display: inline;
}

ul#nav li a {
  color: black;
  font-size: 0.90em;
  padding: 0 16px 0 12px;
}

ul#nav li a:hover {
  color: #999;
}

/**
 * Bottom navigation
 */
ul#bottom-nav {
  height: 15px;
  overflow: hidden;
  text-align: center;
  padding: 0 0 7px 0;
  margin: 0;
  color: #000;
  font-size: 0.75em;
}

ul#bottom-nav li {
  list-style: none;
  display: inline;
}

ul#bottom-nav li a {
  color: black;
  padding: 0 16px 0 12px;
}

ul#bottom-nav li a:hover {
  color: #999;
}

/**
 * Form styles
 */
label.error {
  color: #FF0000;
  font-weight: bold;
}

div.error {
  color: #FF0000;
  padding: 4px 8px;
  font-size: 16px;
  display: none;
}

/**
 * Quote Form
 */
.quote_section .quote_section_title {
  padding: 4px;
  background: #FFCC00;
  font-weight: bold;
  font-style: italic;
  font-size: 110%;
}
.quote_section .quote_section_title .section_number {
  float: right;
}
.quote_section .quote_section_content {
  background: #FFF;
  padding: 5px 10px;
}

.quote_section .controls {
  text-align: center;
  padding: 10px 0;
}

.machine {
  border:1px solid #999;
  margin-top:2px;
}
.machine .title {
  background-color:#E1B500;
  padding:3px 6px;
  cursor:pointer;
  font-weight: bold;
}
.machine .title:hover { background-color: #003366; color: #FFF; }
.machine .showhide { float:right; }
.machine .content { padding:3px 6px; }