/**
 * Canvas
 **/

html, body {
  width: 100%;
  height: 100%;
  color: #999;
  font-family: verdana;
  font-size: 12px;
  line-height: 16px;
  background: #171919;
}
body {
  background-image: url(../images/bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
td {
  vertical-align: top;
  padding: 8px;
  padding-left: 4px;
  padding-right: 4x;
}
.break {
  position: relative;
  display: block;
  clear: both;
}
.top-bottom-borders {
  border: none;
  border-top: 3px solid #f58220;
  border-bottom: 1.5px solid #f58220;
  width: 100%;
}
.top-margin-s {
  margin-top: 8px !important;
}
.bottom-margin-s {
  margin-top: 8px !important;
}
.top-margin-m {
  margin-top: 16px !important;
}
.bottom-margin-m {
  margin-top: 16px !important;
}
.top-margin-l {
  margin-top: 24px !important;
}
.bottom-margin-l {
  margin-top: 24px !important;
}
.hidden {
  display: none;
}

/**
 * Typography
 **/

h1 {
  font-size: 16px;
  line-height: 24px;
  font-family: arial;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 12px;
}
h2.imgbox {
  font-size: 14px;
  line-height: 34px;
  font-family: arial;
  font-weight: bold;
  color: #eee;
}
p {
  margin-bottom: 16px;
}
span.right,
p.right {
  text-align: right;
}
span.bold,
p.bold {
  font-weight: bold;
}
span.superbold,
p.superbold {
  font-weight: bold;
  color: #f58220;
}
span.blue,
p.blue {
  color: #f58220;
}
p.nomargin {
  margin: 0px;
}
span.pad {
  padding-left: 8px;
  padding-right: 8px;
}
a {
  color: #f58220;
  border: none;
  text-decoration: none;
}
a:hover {
  color: #f58220;
  text-decoration: underline;
}
ul.disc li.disc {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  padding-left: 1em;
  text-indent: -1em;
}
div.hr {
  border: 0px;
  height: 1px;
  color: #f58220;
  background-color: #f58220;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}
div.hr.dotted {
  border-bottom: 2px dotted #444444;
  height: 0px;
  background: none;
}
div.hr.t {
  top: 4px;
}
div.hr.b {
  bottom: 4px;
}

/**
 * Forms
 **/

div.narrow,
label.narrow,
input.narrow {
  width: 100px;
}
div.medium,
label.medium,
input.medium  {
  width: 200px;
}
div.large,
label.large,
input.large  {
  width: 400px;
}
div.xlarge,
label.xlarge,
input.xlarge  {
  width: 596px;
}
label {
  display: block;
  float: left;
  padding: 0px;
  padding-right: 8x;
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 8px;
  line-height: 16px;
}
input {
  display: block;
  float: left;
  padding: 2px;
  height: 16px;
  line-height: 16px;
  margin: 0px;
  margin-bottom: 8px;
  border: 1px solid #f58220;
}
textarea {
  display: block;
  float: left;
  margin: 0px;
  margin-bottom: 8px;
  width: 600px;
  height: 100px;
  min-height: 100px;
  line-height: 16px;
  border: 1px solid #f58220;
}

/**
 * Main containers
 **/

#header {
  position: relative;
  clear: both;
  margin: 0 auto;
  margin-top: 0px;
  width: 912px;
  height: 112px;
}

#mainmenu {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 976px;
  height: 64px;
  background-image: url(../images/main-menu.png);
}

#content {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 976px;
  background: url(../images/content-wide-center.png);
  background-position: top center;
  background-repeat: repeat-y;
  margin-bottom: 192px;
  top: 96px;
}

#footer {
  position: relative;
  clear: both;
  text-align: center;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  top: 8px;
}

/**
 * Header
 **/

#logo {
  position: relative;
  float: left;
  top: 16px;
}

/**
 * Main menu
 **/

#navigation {
  position: absolute;
  left: 32px;
  top: 16px;
}
#navigation ul li {
  float: left;
  text-indent: 0;
  display: inline;
  cursor: pointer;
  height: 32px;
}
#navigation a * {
  display: none;
}
#navigation a,
#navigation a .hover {
  height: 32px;
  position: relative;
  display: block;
  background: url(../images/menu-sprite.gif) 0 0 no-repeat;
}
#navigation a.home {
  background-position: 0 0;
  width: 153px;
}
#navigation a.news {
  background-position: -153px 0;
  width: 152px;
}
#navigation a.why-send-us {
  background-position: -305px 0;
  width: 152px;
}
#navigation a.who-sent-us {
  background-position: -457px 0;
  width: 152px;
}
#navigation a.what-we-do {
  background-position: -609px 0;
  width: 152px;
}
#navigation a.contact-us {
  background-position: -761px 0;
  width: 153px;
}
#navigation a.home-active {
  background-position: 0 -64px;
  width: 153px;
}
#navigation a.news-active {
  background-position: -153px -64px;
  width: 152px;
}
#navigation a.why-send-us-active {
  background-position: -305px -64px;
  width: 152px;
}
#navigation a.who-sent-us-active {
  background-position: -457px -64px;
  width: 152px;
}
#navigation a.what-we-do-active {
  background-position: -609px -64px;
  width: 152px;
}
#navigation a.contact-us-active {
  background-position: -761px -64px;
  width: 153px;
}
/* .highlight will be removed if JS is enabled */
#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: 0 -32px;
  width: 153px;
}
#navigation .highlight a.news:hover,
#navigation a.news .hover {
  background-position: -153px -32px;
  width: 152px;
}
#navigation .highlight a.why-send-us:hover,
#navigation a.why-send-us .hover  {
  background-position: -305px -32px;
  width: 152px;
}
#navigation .highlight a.who-sent-us:hover,
#navigation a.who-sent-us .hover  {
  background-position: -457px -32px;
  width: 152px;
}
#navigation .highlight a.what-we-do:hover,
#navigation a.what-we-do .hover  {
  background-position: -609px -32px;
  width: 152px;
}
#navigation .highlight a.contact-us:hover,
#navigation a.contact-us .hover  {
  background-position: -761px -32px;
  width: 153px;
}
#navigation .highlight a.home-active:hover,
#navigation a.home-active .hover {
  background-position: 0 -96px;
  width: 153px;
}
#navigation .highlight a.news-active:hover,
#navigation a.news-active .hover {
  background-position: -153px -96px;
  width: 152px;
}
#navigation .highlight a.why-send-us-active:hover,
#navigation a.why-send-us-active .hover  {
  background-position: -305px -96px;
  width: 152px;
}
#navigation .highlight a.who-sent-us-active:hover,
#navigation a.who-sent-us-active .hover  {
  background-position: -457px -96px;
  width: 152px;
}
#navigation .highlight a.what-we-do-active:hover,
#navigation a.what-we-do-active .hover  {
  background-position: -609px -96px;
  width: 152px;
}
#navigation .highlight a.contact-us-active:hover,
#navigation a.contact-us-active .hover  {
  background-position: -761px -96px;
  width: 153px;
}

/**
 * Content
 **/

#content .top {
  margin-top: -96px;
}
#content .bottom {
  margin-bottom: -96px;
}
#content .content {
  margin-top: -64px;
}

#content .row,
#content .row-bottom {
  position: relative;
  clear: both;
  float: left;
  width: 584px;
  margin: 32px;
  margin-top: 0px;
  margin-bottom: 24px;
}
#content .row-bottom {
  margin-bottom: -72px;
}
#content .row.wide,
#content .row-bottom.wide,
#content .article-left.wide,
#content .article-right.wide {
  width: 912px;
}

#content .img-box,
#content .img-box-first {
  position: relative;
  float: left;
  width: 288px;
  height: 224px;
  overflow: visible;
}
#content .img-box {
  margin-left: 24px;
}

#content .img-box .img,
#content .img-box-first .img {
  margin: 1px;
  margin-top: 32px;
  z-index: 1;
}

#content .img-box .overlay,
#content .img-box-first .overlay {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 304px;
  height: 240px;
  z-index: 100;
}

#content .img-box .caption,
#content .img-box-first .caption {
  position: absolute;
  width: 288px;
  height: 32px;
  text-align: center;
  z-index: 101;
}

#content .sidebar-left,
#content .sidebar-right {
  position: relative;
  float: left;
  margin: 0px;
  width: 288px;
}
#content .sidebar-right {
  float: right;
}

#content .article-left,
#content .article-right {
  position: relative;
  float: left;
  width: 600px;
}
#content .article-right {
  float: right;
}
#quote h2.quote {
  font-size: 24px;
  line-height: 32px;
  font-family: arial;
  font-style: italic;
  font-weight: normal;
  color: #f58220;
  margin-top: 8px;
  margin-bottom: 16px;
}
#quote .quote-author {
  float: right;
}
#quote .quote-by {
  float: right;
  width: 80px;
  padding-right: 8px;
}

/**
 * Footer
 **/

#footer ul li {
  display: inline;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  border-left: 1px solid #999999;
}
#footer ul li.first {
  border: none;
}

/**
 * Google Maps
 **/

.google-maps {
  width: 286px;
  height: 286px !important;
  border: 1px solid #f58220;
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}

/**
 * Contact form
 **/

.buttons {
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
}
.buttons ul li {
  float: left;
  text-indent: 0;
  display: inline;
  cursor: pointer;
  height: 48px;
  margin-right: -8px;
}
.buttons li {
  margin: 0;
  margin-left: 16px;
}
.buttons button {
  position: relative;
  display: block;
  border: 0px;
  padding: 0px;
  margin: 0px;
  height: 48px;
  width: 168px;
  cursor: pointer;
  background-position: 0 0;
}
.buttons button .hover {
  position: relative;
  left: -3px;
  top: -1px;
  display: block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 48px;
  width: 168px;
}
.buttons button * {
  display: none;
}
.buttons button.reset {
  background: url(../images/reset-btn-sprite.png);
}
.buttons button.submit {
  background: url(../images/versturen-btn-sprite.png);
}
.buttons .highlight button.reset:hover,
.buttons button.reset .hover {
  background: url(../images/reset-btn-sprite.png);
  background-position: 0 -48px;
}
.buttons .highlight button.submit:hover,
.buttons button.submit .hover {
  background: url(../images/versturen-btn-sprite.png);
  background-position: 0 -48px;
}