@import 'grid.css';

* { margin: 0; padding: 0; }
ul { list-style: none; }

a img { border: none; }

body {
  text-align: center;
  line-height: 175%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  background: #474747 url(../img/bg-repeat.png) repeat-x 0 0;
  color: white;
}

input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

a.skiplink, a.skiplink:hover, a.skiplink:visited {
  position:absolute;
  left:0px;
  top:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}

a.skiplink:active,a.skiplink:focus {
  position:static;
  width:auto;
  height:auto;
}

#wrapper {
  text-align: left;
  width: 840px;
  margin: 0 auto;
  padding-top: 101px;
  position: relative;
}

#header {
  background: url(../img/header-photos.jpg);
  height: 146px;
  overflow: visible;
}

#header .replaced {
  position: absolute;
  display: block;
  text-indent: -9999px;
  background: url(../img/main-title.png) no-repeat 0 0;
  left: 0; top: 0px;
  width: 418px; height: 101px;
}

/*
#header .replaced strong {
  display: block; text-indent: -9999px;
  background: url(../img/main-logo.png) no-repeat 0 0;
  position: absolute;
  left: 0; top: 0; width: 387px; height: 108px; overflow: visible;
}

#header .replaced span {
  display: block; text-indent: -9999px;
  position: absolute;
  left: 3px; top: 285px; width: 875px; height: 70px;
  background: url(../img/strap-line.png) no-repeat 0 0;
}
*/

#content {
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 5px;
  background: #EAE8DC;
  color: #202020;
  border-top: 7px solid #D1CFC3;
  padding: 18px;
  position: relative;
}

#content a:link    { color: #131313; text-decoration: none; }
#content a:visited { color: #131313; text-decoration: underline; }
#content a:focus   { color: #FD7100; text-decoration: underline; }
#content a:hover   { color: #FD7100; text-decoration: underline; }
#content a:active  { color: #FD7100; text-decoration: underline; }

#main {
}

body.with-sidebar #content {
  padding-right: 0px;
}

body.with-sidebar #main {
  float: left;
  width: 615px;
}

#sidebar {
  width: 170px;
  float: right;
  padding-right: 18px;
  padding-left: 12px;
  padding-bottom: 220px;
  background: url(../img/logo.png) no-repeat 50% 100%;
}

#footer {
  clear: both;
  margin-top: 5px;
  padding-top: 5px;
  color: white;
  font-size: 80%;
  text-align: left;
  padding-bottom: 5px;
}

#footer p {
  display: inline;
  margin: 0; padding: 0;
}

#footer ul {
  display: inline;
  margin: 0; padding: 0;
}

#footer ul li {
  display: inline;
  color: #FF9933;
  border-left: 1px solid #FF9933;
  margin-left: 10px;
  padding-left: 15px;
}

#footer ul a {
  display: inline;
  color: #FF9933;
}

p {
  margin-bottom: 10px;
}

dl {
  margin-bottom: 10px;
}

dt {
  display: block;
  float: left;
  clear: left;
  font-weight: bold;
  margin-right: 1ex;
}

dd {
  display: block;
}

h1 {
  font-size: 180%;
  display: block;
  padding-bottom: 18px;
  border-bottom: 2px solid white;
  margin-bottom: 18px;
  color: #333;
  font-family: 'Arial', 'Helvetica';
}

h1 small {
  color: #FD7100;
  font-size: 100%;
}

h2 {
  font-size: 150%;
  display: block;
  padding-bottom: 18px;
  border-bottom: 2px solid white;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #FD7100;
  font-family: 'Arial', 'Helvetica';
}

blockquote {
  font-style: normal;
}

cite {
  font-style: normal;
}

/* ---------------------- */

#menubar {
  display: block;
  width: 200px;
  height: 146px;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
}

#menu-main {
  display: block;
  width: 200px;
  height: 146px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url(../img/menu.png) no-repeat 0 0;
}

#menu-main li {
  display: block;
  width: 200px;
  height: 21px;
  position: relative;
}

#menu-main li a {
  display: block;
  text-indent: -9999px;
  width: 200px;
  height: 21px;
  background: url(../img/menu.png) no-repeat 0 0;
}

#menu-main li.index                 a { background-position: 0    0px; }
#menu-main li.market                a { background-position: 0  -21px; }
#menu-main li.products-and-benefits a { background-position: 0  -42px; }
#menu-main li.customers             a { background-position: 0  -63px; }
#menu-main li.photo-gallery         a { background-position: 0  -84px; }
#menu-main li.dimensions            a { background-position: 0 -105px; }
#menu-main li.contact-us            a { background-position: 0 -126px; }


#menu-main > li.selected.index                 a { background-position: -200px    0px; }
#menu-main > li.selected.market                a { background-position: -200px  -21px; }
#menu-main > li.selected.products-and-benefits a { background-position: -200px  -42px; }
#menu-main > li.selected.customers             a { background-position: -200px  -63px; }
#menu-main > li.selected.photo-gallery         a { background-position: -200px  -84px; }
#menu-main > li.selected.dimensions            a { background-position: -200px -105px; }
#menu-main > li.selected.contact-us            a { background-position: -200px -126px; }

#menu-main li.index                 a:hover { background-position: -200px    0px; }
#menu-main li.market                a:hover { background-position: -200px  -21px; }
#menu-main li.products-and-benefits a:hover { background-position: -200px  -42px; }
#menu-main li.customers             a:hover { background-position: -200px  -63px; }
#menu-main li.photo-gallery         a:hover { background-position: -200px  -84px; }
#menu-main li.dimensions            a:hover { background-position: -200px -105px; }
#menu-main li.contact-us            a:hover { background-position: -200px -126px; }


/* ----------------------------------- */

.map-floater {
  width: 518px;
  float: right;
  margin-left: 15px;
}

.map-floater img {
  text-align: center;
  display: block;
  margin: 10px auto;
}

/* ----------------------- */

abbr.req {
  font-weight: bold;
  font-size: 120%;
  border: none;
  margin-left: 5px;
}

form .row {
  overflow: hidden;
  margin-bottom: 10px;
}

form .row .label {
  float: left;
  width: 150px;
  color: black;
}

form .row .field {
  float: left;
  overflow: visible;
  margin-right: 2px;
  margin-bottom: 2px;
}

form .row .field .txt {
  width: 200px;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: black;
}

form .row .error {
  clear: left;
  padding-left: 149px;
  color: red;
}

form .submit {
  padding-left: 149px;
}

form .submit input {
  padding: 4px 8px;
}

fieldset {
  border: none;
  padding-left: 150px;
  padding-top: 5px;
  margin-bottom: 10px;
}

fieldset label {
  margin-right: 10px;
}

fieldset input {
  margin-right: 3px;
}

fieldset legend {
  margin-left: -150px;
}

/* -------------------- */

.errorbox {
  margin-bottom: 15px;
  background: #E5E5E5;
  padding: 10px;
}

.errorbox h3 {
  font-weight: bold;
  color: #006500;
  margin-bottom: 10px;
}

.errorbox li {
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 30px;
  background: url(../img/bullet2.gif) no-repeat 0 7px;
}

/* ------------------------------ */

ul.bulleted {
  margin-bottom: 10px;
}

ul.bulleted li {
  padding-left: 55px;
  background: url(../img/bullet2.png) no-repeat 0% 8px;
  padding-top: 1px;
  padding-bottom: 5px;
}

/* --------------------------------- */

#products-benefits-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}

#products-benefits-table th {
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
}

#products-benefits-table td {
  text-align: left;
  padding-left: 55px;
  background: url(../img/bullet2.png) no-repeat 0% 8px;
  padding-top: 1px;
  padding-bottom: 5px;
}

/* --------------------------------- */

#dimensions-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
  border-collapse: collapse;
}

#dimensions-table .common td {
  font-weight: bold;
}

#dimensions-table td {
  border: 1px solid #D1CFC3;
  padding: 2px 3px;
  text-align: center;
}

#dimensions-table td.caption {
  font-style: italic;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ------------------------------ */

ul.customers {
  width: 606px;
  height: 194px;
  overflow: hidden;
  background: url(../img/customers.jpg) no-repeat 0 0;
  margin-bottom: 30px;
}

ul.customers li {
  position: absolute;
  display: block;
  text-indent: -9999px;
}

/* ------------------------------ */

a.pdf {
  display: block;
  padding-left: 48px;
  background: url(../img/pdf.png) no-repeat 0 50%;
  font-weight: bold;
  min-height: 32px;
  margin-bottom: 10px;
}

/* ------------------------------- */

.vcard {
  line-height: 200%;
}

.vcard dt, .vcard dd {
  padding-bottom: 10px;
}

.vcard .adr {
  margin-bottom: 10px;
}

.vcard .adr .country-name {
  display: none;
}

/* ---------------------- */

ul.photo-list {
  overflow: hidden;
  margin-right: -5px;
  margin-bottom: 10px;
}

ul.photo-list li {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
}

ul.photo-list a {
  display: block;
  text-align: center;
}

ul.photo-list img {
  border: 2px solid white;
}

