﻿/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
::-moz-selection {
  background: #676767;
  color: white;
  text-shadow: none;
}
::selection {
  background: #676767;
  color: white;
  text-shadow: none;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: black;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: black;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
article p {
  margin-bottom: 0.8em;
}
footer .for-screen {
  display: inline;
}
/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/* = Reset
---------------------------------------------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
:focus {
  outline: 0;
}
/* Remove special stylesheet in firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
html {
  overflow: auto;
}
body {
  color: black;
  font: 12px/1.5 Arial, Helvetica, sans-serif;
}
#body-container {
  margin: 0 auto;
  width: 1024px;
}
#popup-body-container {
  margin: 0 10px;
}
.hide {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.more-hidden {
  display: none;
}
.read-more {
  white-space: nowrap;
}
/* =1 Links
------------------------------------------------------------*/
a {
  color: #0a8bca;
  text-decoration: none;
}
a:hover {
  color: #0a8bca;
  text-decoration: underline;
}
a:visited {
  color: #0a8bca;
}
a:focus {
  outline: 0 none;
}
/* =2 Headings
------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* =3 Content(For Tinymce)
------------------------------------------------------------*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child,
.content p:first-child,
.content ul:first-child,
.content ol:first-child {
  margin-top: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  margin: 13px 0;
}
.content h1 {
  font-size: 2em;
}
.content h2 {
  font-size: 1.5em;
}
.content h3 {
  font-size: 1.17em;
}
.content h4 {
  font-size: 1em;
}
.content h5 {
  font-size: 0.83em;
}
.content h6 {
  font-size: 0.75em;
}
.content p {
  margin: 10px 0;
}
.content pre {
  padding: 8px;
}
.content ol {
  list-style: decimal outside;
  margin: 10px 0;
  padding-left: 30px;
}
.content ul {
  list-style: disc outside;
  margin: 10px 0;
  padding-left: 30px;
}
.content li {
  list-style: disc outside;
  color: #69605C;
}
.content blockquote {
  color: #0a8bca;
  font: 21px/1 SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  float: left;
  width: 220px;
  margin: 20px;
}
#main .block article blockquote p {
  color: #0a8bca;
  font-size: 21px;
  font-weight: normal;
}
.content a.downloadLink {
  background: url(images/icons.png) no-repeat 0 -542px;
  padding-left: 20px;
}
.content a.externalLink {
  background: url(images/icons.png) no-repeat 0 -521px;
  padding-left: 20px;
}
/* =4 Font face
------------------------------------------------------------*/
@font-face {
  font-family: 'SyntaxBold';
  src: url('fonts/syntax-bold-webfont.eot');
  src: url('fonts/syntax-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/syntax-bold-webfont.woff') format('woff'), url('fonts/syntax-bold-webfont.ttf') format('truetype'), url('fonts/syntax-bold-webfont.svg#SyntaxBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SyntaxLTStdRoman';
  src: url('fonts/syntaxltstd-roman-webfont.eot');
  src: url('fonts/syntaxltstd-roman-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/syntaxltstd-roman-webfont.woff') format('woff'), url('fonts/syntaxltstd-roman-webfont.ttf') format('truetype'), url('fonts/syntaxltstd-roman-webfont.svg#SyntaxLTStdRoman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
#header {
  background: url(images/header-bg.png) repeat-x 0 bottom;
  height: 93px;
  padding: 24px 0 4px;
  position: relative;
  z-index: 999;
}
#header > .clearfix {
  border-bottom: 1px solid #DEDCDA;
  padding: 0 22px 0 44px;
}
/* Logo
---------------------------------------------------------*/
.logo {
  float: left;
}
/* Search
---------------------------------------------------------*/
#header .header-right {
  width: 330px;
  height: 32px;
  float: right;
  position: relative;
}
#header .sitelist {
  background: url(images/sprite.png) no-repeat;
  background-position: -362px -34px;
  float: right;
  height: 32px;
  margin-top: 1px;
  width: 128px;
  margin-right: 23px;
}
#header .sitelist .select-sitelist {
  display: block;
  height: 32px;
  width: 128px;
  cursor: pointer;
}
#header .sitelist .select-sitelist:hover {
  text-decoration: none;
}
#header .sitelist-list {
  width: 149px;
  background-color: #ebebec;
  border: 1px solid #dedcda;
  /*z-index: 10;
	position: absolute;
	top: 33px;
	right: 0;*/

  margin-top: 33px;
  display: none;
}
#header .sitelist-hover {
  width: 149px;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}
#header .sitelist-hover:hover .sitelist-list {
  display: block;
}
#header .sitelist-list a {
  display: block;
  height: 26px;
  line-height: 26px;
  color: #2c2b25;
  font-size: 15px;
  padding: 0 10px;
}
#header .sitelist-list a:hover {
  text-decoration: none;
  background-color: #dbd9d5;
}
#header .sitelist-list a.selected {
  background-color: #cac7c2;
}
#header .search, #sidebar .search {
  background: url(images/sprite.png) no-repeat;
  float: right;
  height: 32px;
  margin-top: 1px;
  width: 307px;
}
#header .search {
  width: 172px;
  background-position: -362px 0;
  float: left;
}
#header .search .watermark, #sidebar .search .watermark {
  float: left;
}
#header .search input[type="text"], #sidebar .search input[type="text"] {
  background: none;
  border: 0 none;
  color: #2c2b25;
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  padding: 7px 7px 7px 15px;
  width: 240px;
}
#header .search input[type="text"] {
  width: 127px;
}
#header .search label, #header .header-right label, #sidebar .search label {
  color: #2c2b25;
  font-size: 15px;
  line-height: 32px;
  padding-left: 15px;
}
#header .header-right label {
  padding-left: 25px;
}
#header .sitelist label {
  padding-left: 30px;
}
#header .search input[type="submit"], #sidebar .search input[type="submit"] {
  background: url(images/icons.png) no-repeat;
  border: 0 none;
  height: 15px;
  margin-top: 10px;
  text-indent: -9999px;
  width: 14px;
}
.search-breadcrumb {
  text-transform: lowercase;
}
.search-breadcrumb .nolink {
  color: inherit;
}
.search-breadcrumb .nolink:hover {
  text-decoration: none;
}
/* Slogan
---------------------------------------------------------*/
.slogan {
  float: left;
  margin-left: 44px;
}
/* Nav
---------------------------------------------------------*/
.nav {
  float: right;
  margin: 9px 30px 0 0;
}
.nav > li {
  float: left;
  position: relative;
}
/* Nav item */
.nav .nav-item {
  color: #2c2b25;
  display: block;
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
  font-size: 19px;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
}
.nav .nav-item span {
  display: block;
  padding-right: 10px;
}
.nav .nav-item em {
  background: url(images/icons.png) no-repeat right -563px;
  display: block;
  font-style: normal;
  text-transform: lowercase;
  height: 43px;
  line-height: 43px;
  padding-left: 6px;
  padding-right: 17px;
  margin-right: 7px;
}
.nav .nav-item:hover, .nav .nav-item.hover {
  xbackground: url(images/sprite.png) no-repeat 0 -32px;
  color: #0a8bca;
}
.nav .nav-item:hover span, .nav .nav-item.hover span {
  xbackground: url(images/sprite.png) no-repeat right -75px;
}
/* Sub nav */
.sub-nav {
  background: white;
  border: 1px solid #dbdbdb;
  padding: 35px 10px 10px;
  position: absolute;
  top: 42px;
  visibility: hidden;
}
.sub-nav > ul {
  border: 1px solid #dbdbdb;
  border-top: 0 none;
}
.sub-nav > ul > li {
  border-left: 1px solid #dbdbdb;
  float: left;
  height: 100%;
  padding: 0 5px;
  width: 123px;
}
.sub-nav > ul > li:first-child {
  border-left: 0 none;
}
.sub-nav h6 {
  background: black url(images/sprite.png) no-repeat right -118px;
  color: #2c2b25;
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-transform: lowercase;
  height: 40px;
  line-height: 20px;
  margin: 0 -6px 20px -5px;
  padding: 16px 15px 0 7px;
  position: relative;
}
.sub-nav li h6 a {
  background: none;
  color: #2c2b25;
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 0;
}
.sub-nav h6 span {
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}
.sub-nav ul ul li {
  border-top: 1px solid #D5D3D3;
}
.sub-nav li a {
  background: black url(images/sprite.png) no-repeat 0 -174px;
  color: #595553;
  display: block;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 0 6px 8px;
}
/* Industry */
.industry .sub-nav {
  left: -485px;
}
.sub-nav li.topmenu-industries1 h6, .sub-nav li.topmenu-industries1 li a {
  background-color: #7ca750;
}
.sub-nav li.topmenu-industries2 h6, .sub-nav li.topmenu-industries2 li a {
  background-color: #faaa42;
}
.sub-nav li.topmenu-industries3 h6, .sub-nav li.topmenu-industries3 li a {
  background-color: #2d88ab;
}
.sub-nav li.topmenu-industries4 h6, .sub-nav li.topmenu-industries4 li a {
  background-color: #36363e;
}
.sub-nav li.topmenu-industries5 h6, .sub-nav li.topmenu-industries5 li a {
  background-color: #69605c;
}
.sub-nav li.topmenu-industries6 h6, .sub-nav li.topmenu-industries6 li a {
  background-color: #b73426;
}
.sub-nav li.topmenu-industries7 h6, .sub-nav li.topmenu-industries7 li a {
  background-color: #c95d1a;
}
/* Tech */
.tech .sub-nav {
  left: -334px;
}
.tech .sub-nav h6 span {
  background: url(images/sprite.png) no-repeat 0 -274px;
}
.sub-nav li.topmenu-technologies1 h6, .sub-nav li.topmenu-technologies1 li a {
  background-color: #1b4586;
}
.sub-nav li.topmenu-technologies2 h6, .sub-nav li.topmenu-technologies2 li a {
  background-color: #1b4586;
}
.sub-nav li.topmenu-technologies3 h6, .sub-nav li.topmenu-technologies3 li a {
  background-color: #1b4586;
}
.sub-nav li.topmenu-technologies4 h6, .sub-nav li.topmenu-technologies4 li a {
  background-color: #1b4586;
}
/* About */
.about .sub-nav {
  left: -336px;
}
.about .sub-nav h6 span {
  background: url(images/sprite.png) no-repeat 0 -274px;
}
.sub-nav li.topmenu-aboutus1 h6, .sub-nav li.topmenu-aboutus1 li a {
  background-color: #1b4586;
}
.sub-nav li.topmenu-aboutus2 h6 {
  background-color: #1b4586;
}
.sub-nav li.topmenu-aboutus2 li a {
  background-color: #80a0c4;
}
.sub-nav li.topmenu-aboutus3 h6 {
  background-color: #1b4586;
}
.sub-nav li.topmenu-aboutus3 li a {
  background-color: #2d88ab;
}
.sub-nav li.topmenu-aboutus4 h6 {
  background-color: #1b4586;
}
.sub-nav li.topmenu-aboutus4 li a {
  background-color: #7fc5e5;
}
/* Contact */
.contact .sub-nav {
  left: -445px;
}
.contact .sub-nav h6 span {
  background: url(images/sprite.png) no-repeat 0 -274px;
}
.sub-nav li.topmenu-contact1 h6, .sub-nav li.topmenu-contact1 li a {
  background-color: #1b4586;
}
.sub-nav li.topmenu-contact2 h6 {
  background-color: #1b4586;
}
.sub-nav li.topmenu-contact2 li a {
  background-color: #80a0c4;
}
.sub-nav li.topmenu-contact3 h6 {
  background-color: #1b4586;
}
.sub-nav li.topmenu-contact3 li a {
  background-color: #2d88ab;
}
.sub-nav li.topmenu-contact4 h6 {
  background-color: #1b4586;
}
.sub-nav li.topmenu-contact4 li a {
  background-color: #7fc5e5;
}
/* =2 Main Container
---------------------------------------------------------------------------------------------------------------------*/
#main-container, #mainContainer, #content_mainContainer {
  margin-top: -4px;
}
/* Headline
---------------------------------------------------------*/
.headline {
  position: relative;
}
/* Banner */
.headline .banner {
  background: url(images/sprite.png) no-repeat 0 -280px;
  bottom: 50px;
  color: white;
  font-size: 13px;
  height: 175px;
  line-height: 16px;
  padding: 21px 30px 0 27px;
  position: absolute;
  right: 0;
  width: 297px;
}
.headline .banner .button-link {
  background: url(images/icons.png) no-repeat right -58px;
  color: white;
  display: block;
  float: left;
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  padding-right: 25px;
  text-decoration: none;
}
/* Breadcrumb */
.breadcrumb {
  border-bottom: 1px solid white;
  left: 0;
  padding: 0 26px;
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumb ul {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 5px 0 5px 22px;
}
.breadcrumb li {
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 21px;
  line-height: 20px;
  margin-right: -10px;
  position: relative;
  text-transform: lowercase;
}
.breadcrumb li.title {
  color: #69605c;
  margin-right: 10px;
  padding: 0;
}
.breadcrumb li a {
  background: url(images/backgrounds.png) no-repeat right 0px;
  color: white;
  display: block;
  height: 21px;
  padding: 0 24px 0 20px;
  text-decoration: none;
}
.breadcrumb li.first a {
  border-left: 1px solid #E2DFDF;
  padding-left: 8px;
}
.breadcrumb li.current {
  background: url(images/backgrounds.png) no-repeat right -21px;
  padding: 0 15px 0 20px;
}
/* Theme backgrounds */
.theme-corporate .breadcrumb li a:hover {
  background-position: right -63px;
}
.theme-packaging .breadcrumb li a:hover {
  background-position: right -42px;
}
.theme-investment-casting .breadcrumb li a:hover {
  background-position: right -84px;
}
.theme-additives-modifiers .breadcrumb li a:hover {
  background-position: right -105px;
}
.theme-adhesives .breadcrumb li a:hover {
  background-position: right -126px;
}
.theme-casting-products .breadcrumb li a:hover {
  background-position: right -147px;
}
.theme-construction-assembly .breadcrumb li a:hover {
  background-position: right -168px;
}
.theme-food .breadcrumb li a:hover {
  background-position: right -189px;
}
.theme-tire-rubber .breadcrumb li a:hover {
  background-position: right -210px;
}
.theme-chemical-technical .breadcrumb li a:hover {
  background-position: right -231px;
}
.theme-cosmetics-pharma .breadcrumb li a:hover {
  background-position: right -252px;
}
/*Theme colors */
.theme-corporate .breadcrumb li.current {
  color: #1b4586;
}
.theme-packaging .breadcrumb li.current {
  color: #7ca750;
}
.theme-additives-modifiers .breadcrumb li.current {
  color: #0a8bca;
}
.theme-casting-products .breadcrumb li.current {
  color: #7fc5e5;
}
.theme-construction-assembly .breadcrumb li.current {
  color: #69605c;
}
.theme-food .breadcrumb li.current {
  color: #faaa42;
}
.theme-tire-rubber .breadcrumb li.current {
  color: #36363e;
}
.theme-chemical-technical .breadcrumb li.current {
  color: #c95d1a;
}
.theme-investment-casting .breadcrumb li.current {
  color: #b73426;
}
.theme-cosmetics-pharma .breadcrumb li.current {
  color: #2d88ab;
}
.news .breadcrumb li a:hover {
  background-position: right -105px;
}
.news .breadcrumb li.current {
  color: #0a8bca;
}
/* Intro */
.headline .intro {
  font-family: SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  left: 75px;
  position: absolute;
  width: 490px;
}
/* Intro position */
.positive-gradient .headline .intro {
  top: 50px;
  left: 50px;
}
.negative-gradient .headline .intro {
  top: 93px;
  left: 50px;
}
.headline .intro .title {
  font-size: 29px;
  line-height: 1;
}
.headline .intro .title strong {
  display: block;
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
  font-size: 51px;
  margin-left: 30px;
}
.headline .intro .desc {
  color: #69605c;
  font-size: 19px;
  line-height: 25px;
  margin: 18px 0 0 30px;
}
.headline .intro .desc strong {
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
}
/* Theme color */
.theme-corporate .headline .intro .title {
  color: #1b4586;
}
.theme-packaging .headline .intro .title {
  color: #7ca750;
}
.theme-additives-modifiers .headline .intro .title {
  color: #0a8bca;
}
.theme-adhesives .headline .intro .title {
  color: #80a0c4;
}
.theme-casting-products .headline .intro .title {
  color: #7fc5e5;
}
.theme-construction-assembly .headline .intro .title {
  color: #69605c;
}
.theme-food .headline .intro .title {
  color: #faaa42;
}
.theme-tire-rubber .headline .intro .title {
  color: #36363e;
}
.theme-chemical-technical .headline .intro .title {
  color: #c95d1a;
}
.theme-investment-casting .headline .intro .title {
  color: #b73426;
}
.theme-cosmetics-pharma .headline .intro .title {
  color: #2d88ab;
}
.news .headline .intro .title {
  color: white;
}
/* Image */
.headline .image {
  bottom: 0;
  position: absolute;
  right: 26px;
}
/* Columns
---------------------------------------------------------*/
.columns {
  padding: 0 26px;
  position: relative;
}
.two-column .columns, .three-column .columns {
  background: url(images/column-two.png) repeat-y center;
}
/* Gradient bar
---------------------------------------------------------*/
.gradient-bar {
  background: url(images/gradient.png) repeat-x;
  position: absolute;
  top: 0;
  height: 161px;
  width: 26px;
}
.gradient-bar.left {
  left: 0;
}
.gradient-bar.right {
  right: 0;
}
/* Position */
.positive-gradient .columns .gradient-bar {
  height: 189px;
}
.negative-gradient .columns .gradient-bar {
  height: 189px;
  top: -189px;
}
/* Theme color */
.theme-corporate .gradient-bar {
  background-position: 0 -195px;
}
.theme-packaging .gradient-bar {
  background-position: 0 0;
}
.theme-investment-casting .gradient-bar {
  background-position: 0 -390px;
}
.theme-additives-modifiers .gradient-bar {
  background-position: 0 -585px;
}
.theme-adhesives .gradient-bar {
  background-position: 0 -780px;
}
.theme-casting-products .gradient-bar {
  background-position: 0 -975px;
}
.theme-construction-assembly .gradient-bar {
  background-position: 0 -1170px;
}
.theme-food .gradient-bar {
  background-position: 0 -1365px;
}
.theme-tire-rubber .gradient-bar {
  background-position: 0 -1560px;
}
.theme-chemical-technical .gradient-bar {
  background-position: 0 -1755px;
}
.theme-cosmetics-pharma .gradient-bar {
  background-position: 0 -1950px;
}
.news .gradient-bar {
  background-position: 0 -585px;
}
/* =3 Main
---------------------------------------------------------------------------------------------------------------------*/
#main {
  background: white;
}
.three-column #main {
  float: right;
  width: 626px;
}
.two-column #main {
  float: right;
  padding: 39px 20px 0 0;
  position: relative;
  width: 606px;
}
/* Title & Intro
---------------------------------------------------------*/
#main h1.title {
  font: 28px/1 SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
#main h1.title span {
  color: #69605c;
  font: 12px Arial, Helvetica, sans-serif;
  margin-left: 15px;
}
#main .block article p, #main p.intro, #main div.intro > p {
  color: #69605c;
  font-size: 13px;
}
#main .block article p.firstParagraph,
#main p.intro.firstParagraph,
#main div.intro > p.firstParagraph,
.firstParagraph,
#main .block article.hasFirstParagraph p:first-child,
#main div.intro.hasFirstParagraph > p:first-child {
  color: #2c2b25;
  font-size: 15px;
}
/* Two column */
.two-column #main p.intro,
.two-column #main div.intro > p,
.two-column #main div.intro > .summary > p,
.two-column #main div.intro > .details > p {
  padding-right: 60px;
}
.two-column #main h1 {
  width: 450px;
}
/* Left & Right block
---------------------------------------------------------*/
#main > .block.left {
  padding-top: 28px;
  width: 443px;
}
#main > .block.right {
  width: 162px;
}
/* Search block
---------------------------------------------------------*/
#main .block.search {
  border-right: 1px solid #e3e1e1;
  float: left;
  width: 255px;
  xheight: 110px;
  padding: 25px 30px 25px 17px;
}
#main .block.search header {
  background: url(images/icons.png) no-repeat 0 -78px;
  color: #0a8bca;
  font: 19px/28px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding-left: 30px;
}
#main .block.search aside {
  color: #8f8a87;
  margin-bottom: 4px;
}
#main .block.search select {
  color: #8f8a87;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  width: 255px;
}
#main .block.search input[type="submit"], #main .block.search a {
  background: #c9c5c0 url(images/sprite.png) no-repeat 0 -602px;
  border: 0 none;
  color: white;
  display: block;
  font: 19px/31px SyntaxBold, Arial, Helvetica, sans-serif;
  height: 31px;
  padding-left: 10px;
  text-align: left;
  width: 171px;
}
#main .block.search a {
  cursor: pointer;
  width: 161px;
}
/* Theme color */
.theme-corporate #main .block.search a:hover, .theme-corporate #main .block.search input[type="submit"]:hover {
  text-decoration: none;
  background-color: #0a8bca;
}
.theme-additives-modifiers #main .block.search input[type="submit"]:hover {
  background-color: #0a8bca;
}
.theme-packaging #main .block.search input[type="submit"]:hover {
  background-color: #7ca750;
}
.theme-adhesives #main .block.search input[type="submit"]:hover {
  background-color: #80a0c4;
}
.theme-casting-products #main .block.search input[type="submit"]:hover {
  background-color: #7fc5e5;
}
.theme-construction-assembly #main .block.search input[type="submit"]:hover {
  background-color: #69605c;
}
.theme-food #main .block.search input[type="submit"]:hover {
  background-color: #faaa42;
}
.theme-tire-rubber #main .block.search input[type="submit"]:hover {
  background-color: #36363e;
}
.theme-chemical-technical #main .block.search input[type="submit"]:hover {
  background-color: #c95d1a;
}
.theme-investment-casting #main .block.search input[type="submit"]:hover {
  background-color: #b73426;
}
.theme-cosmetics-pharma #main .block.search input[type="submit"]:hover {
  background-color: #2d88ab;
}
/* Global presence block
---------------------------------------------------------*/
.block.globalpresence {
  float: left;
  height: 110px;
  padding: 25px 0 25px 32px;
}
.block.globalpresence header {
  background: url(images/icons.png) no-repeat 0 -106px;
  color: #0a8bca;
  font: 19px/28px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding-left: 30px;
}
.block.globalpresence article {
  border-left: 1px solid #e3e1e1;
  float: left;
  font: 12px/1.5 Arial, Helvetica, sans-serif;
  margin-right: 10px;
  padding-left: 13px;
  width: 610px;
  margin-bottom: 10px;
}
#main .block.globalpresence article, #main .block.globalpresence article p, #main .block.globalpresence article div {
  font-size: 15px;
  color: #2C2B25;
}
/* News block
---------------------------------------------------------*/
.block.news {
  float: left;
  height: 110px;
  padding: 25px 0 25px 32px;
}
.block.news header {
  background: url(images/icons.png) no-repeat 0 -106px;
  color: #0a8bca;
  font: 19px/28px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding-left: 30px;
}
.block.news article {
  border-left: 1px solid #e3e1e1;
  float: left;
  font: 16px/18px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-right: 10px;
  padding-left: 13px;
  width: 280px;
}
/* Links block
---------------------------------------------------------*/
.block.links {
  border: 1px solid #e3e1e1;
  border-bottom: 0 none;
  clear: both;
}
.block.links h6 {
  font: 16px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.block.links .link-list {
  border-left: 1px solid #e3e1e1;
  float: left;
  padding: 35px 18px 20px;
  width: 205px;
}
.block.links .link-list:first-child {
  border: 0 none;
}
.block.links ul {
  border-top: 1px solid #e3e1e1;
}
.block.links li {
  border-bottom: 1px solid #e3e1e1;
  padding: 3px 0;
}
.block.links ul a {
  color: #8f8a87;
  font-size: 11px;
}
/* Application block
---------------------------------------------------------*/
.block.application {
  margin-top: 40px;
  padding-bottom: 50px;
}
.block.application > .title {
  background: url(images/icons.png) no-repeat 0 -134px;
  font: 20px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  padding-left: 30px;
}
.block.application .app-item .title {
  background: url(images/sprite.png) no-repeat 0 -633px;
  border-left: 6px solid black;
  color: #2c2b25;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}
.block.application .app-item .title a {
  color: #2c2b25;
  text-transform: lowercase;
}
.block.application .app-item > div {
  float: left;
  margin-left: 16px;
  width: 128px;
}
.block.application .app-item > div > a {
  font-size: 14px;
  text-transform: lowercase;
}
.theme-corporate .block.application > div > a {
  color: #1b4586;
}
.theme-packaging .block.application .app-item > div > a {
  color: #7ca750;
}
.theme-additives-modifiers .block.application .app-item > div > a {
  color: #0a8bca;
}
.theme-adhesives .block.application .app-item > div > a {
  color: #80a0c4;
}
.theme-casting-products .block.application .app-item > div > a {
  color: #7fc5e5;
}
.theme-construction-assembly .block.application .app-item > div > a {
  color: #69605c;
}
.theme-food .block.application .app-item > div > a {
  color: #faaa42;
}
.theme-tire-rubber .block.application .app-item > div > a {
  color: #36363e;
}
.theme-chemical-technical .block.application .app-item > div > a {
  color: #c95d1a;
}
.theme-investment-casting .block.application .app-item > div > a {
  color: #b73426;
}
.theme-cosmetics-pharma .block.application .app-item > div > a {
  color: #2d88ab;
}
.block.application .app-item ul {
  margin-bottom: 15px;
  padding-left: 13px;
}
.block.application .app-item li {
  color: #69605c;
  font: 11px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  list-style: disc;
}
.block.application .app-item li a {
  color: #69605c;
  text-transform: lowercase;
}
/* Theme color */
.theme-corporate .block.application .app-item .title {
  border-left-color: #1b4586;
}
.theme-packaging .block.application .app-item .title {
  border-left-color: #7ca750;
}
.theme-additives-modifiers .block.application .app-item .title {
  border-left-color: #0a8bca;
}
.theme-adhesives .block.application .app-item .title {
  border-left-color: #80a0c4;
}
.theme-casting-products .block.application .app-item .title {
  border-left-color: #7fc5e5;
}
.theme-construction-assembly .block.application .app-item .title {
  border-left-color: #69605c;
}
.theme-food .block.application .app-item .title {
  border-left-color: #faaa42;
}
.theme-tire-rubber .block.application .app-item .title {
  border-left-color: #36363e;
}
.theme-chemical-technical .block.application .app-item .title {
  border-left-color: #c95d1a;
}
.theme-investment-casting .block.application .app-item .title {
  border-left-color: #b73426;
}
.theme-cosmetics-pharma .block.application .app-item .title {
  border-left-color: #2d88ab;
}
/* Function block
---------------------------------------------------------*/
.block.function {
  background: url(images/border-gray.png) no-repeat;
  padding: 20px;
}
.block.function li {
  margin-bottom: 7px;
}
.block.function a {
  background: url(images/icons.png) no-repeat;
  line-height: 20px;
  padding-left: 28px;
}
.block.function a.print {
  background-position: 0 -158px;
}
.block.function a.share {
  background-position: 0 -174px;
}
/* Two column */
.two-column .block.function {
  position: absolute;
  right: 0;
  top: 0;
  width: 122px;
}
div#sharecontainer {
  display: none;
  position: absolute;
  right: 64px;
  top: 71px;
}
div#sharecontainer.within-aside {
  top: 71px;
  right: 90px;
}
/* Quicklinks block
---------------------------------------------------------*/
.block.quicklinks {
  background: url(images/border-gray.png) no-repeat;
  border-top: 1px solid #e3e1e1;
  margin-bottom: 5px;
  padding: 10px 20px;
}
.block.quicklinks .title {
  color: #0a8bca;
  font: 18px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.block.quicklinks li {
  line-height: 12px;
  margin-bottom: 5px;
}
.block.quicklinks a {
  color: #69605c;
  font-size: 11px;
  text-decoration: underline;
}
.block.quicklinks a:hover {
  text-decoration: none;
}
/* Product block
---------------------------------------------------------*/
.block.product {
  margin-top: 40px;
}
.block.product > .title {
  background: url(images/icons.png) no-repeat 0 -188px;
  font: 20px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  padding-left: 30px;
}
.block.product h3.title {
  background: url(images/sprite.png) no-repeat 0 -680px;
  border-left: 6px solid #1b4586;
  color: #2c2b25;
  font: 18px SyntaxBold, Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  height: 47px;
  line-height: 47px;
  margin-bottom: 9px;
  padding-left: 10px;
}
#main .block article.desc p {
  color: inherit;
  font-size: inherit;
}
/* Filter block */
.block.filter {
  margin-bottom: 37px;
  position: relative;
}
.block.filter .title {
  color: #8f8a87;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
.block.filter .filter-selector {
  position: relative;
}
.block.filter .indicator {
  position: absolute;
  right: 20px;
  top: 4px;
}
.block.filter .dropdown-button {
  background: url(images/sprite.png) no-repeat 0 -727px;
  float: left;
  height: 21px;
  margin-right: 10px;
  width: 195px;
}
.block.filter .dropdown-four {
  width: 144px;
  background: url(images/sprite.png) no-repeat -120px -769px;
}
.block.filter .dropdown-button.last {
  margin-right: 0;
}
.block.filter .dropdown-button.active {
  background-position: 0 -748px;
}
.block.filter .dropdown-four.active {
  background-position: -120px -790px;
}
.block.filter .dropdown-button a {
  color: #69605c;
  display: block;
  width: 100%;
  font-size: 13px;
  padding-left: 9px;
  text-decoration: none;
}
.block.filter .dropdown-button.active span {
  background: white;
  border: 1px solid #d1cdca;
  border-bottom: 0 none;
  border-top-color: #EBE9E9;
  display: block;
  height: 13px;
  position: relative;
  width: 193px;
  z-index: 5;
}
.block.filter .dropdown-four.active span {
  width: 142px;
}
.block.filter .dropdown-button .dropdown-list {
  background: white;
  border: 1px solid #d1cdca;
  display: none;
  left: 0;
  padding: 19px 15px 14px 9px;
  position: absolute;
  top: 67px;
  z-index: 4;
}
.block.filter .dropdown-button.active .dropdown-list {
  min-width: 580px;
  min-height: 31px;
  display: block;
}
.block.filter .dropdown-list li {
  color: #0a8bca;
  float: left;
  line-height: 13px;
  margin: 0 5px 5px 0;
  width: 280px;
}
.block.filter .dropdown-list input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.block.filter .dropdown-list label {
  display: inline-block;
  float: left;
  /*width: 90%;*/

}
.block.filter .dropdown-list label.unavailable {
  color: #cccaca;
}
.block.filter .dropdown-list input[type="submit"] {
  background: url(images/sprite.png) no-repeat -195px -727px;
  border: 0 none;
  bottom: 14px;
  height: 31px;
  position: absolute;
  right: 15px;
  text-indent: -9999px;
  width: 34px;
}
/* Product item block */
.block.product-item {
  margin-bottom: 30px;
}
.block.product-item li {
  background: url(images/product-item-border.png) no-repeat;
  border-top: 1px solid #e3e1e1;
  padding: 10px 0 1px 30px;
  position: relative;
}
.block.product-item li:hover, .block.product-item > table > tbody > tr:hover {
  background-color: #e3e1e1;
}
.block.product-item li.active {
  background-color: #e3e1e1;
}
.block.product-item li .more-link {
  background: url(images/icons.png) no-repeat center -212px transparent;
  border: 1px solid #e3e1e1;
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -1px;
  width: 35px;
}
.block.product-item li:hover .more-link {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
.block.product-item li .more-link:hover {
  background-color: #e3e1e1;
}
.block.product-item li.active .more-link {
  background-position: center -247px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
.block.product-item li.active .more-link:hover {
  background-color: White;
}
.block.product-item li.active .read-less {
  display: none;
}
.block.product-item .desc {
  color: #69605c;
  margin-bottom: 20px;
  padding-right: 80px;
}
.block.product-item .desc strong {
  color: black;
  font: 14px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
}
/* Extension */
.block.product-item .extension {
  display: none;
}
.block.product-item .active .extension {
  display: block;
}
.block.product-item dl {
  float: left;
  width: 360px;
}
.block.product-item dd {
  color: #69605c;
  margin-bottom: 15px;
}
.block.product-item dd a {
  color: #69605c;
  text-decoration: underline;
  text-transform: lowercase;
}
.block.product-item dd a:hover {
  text-decoration: none;
}
.block.product-item .request {
  border-left: 1px solid #e3e1e1;
  bottom: 0;
  padding: 0 5px 19px 10px;
  position: absolute;
  right: 0;
  width: 175px;
}
.block.product-item .request p {
  line-height: 13px;
  margin-bottom: 3px;
  overflow: hidden;
}
.block.product-item .request input[type="checkbox"] {
  float: left;
  margin-right: 9px;
}
.block.product-item .request label {
  color: #0a8bca;
}
.block.product-item .request a, .job-buttons a {
  background: url(images/sprite.png) no-repeat -229px -727px;
  color: white;
  display: block;
  font: 18px/31px SyntaxBold, Arial, Helvetica, sans-serif;
  height: 31px;
  margin-top: 15px;
  padding-left: 10px;
  text-decoration: none;
  width: 123px;
}
.job-buttons a {
  float: left;
  margin-right: 10px;
}
/* Table */
.block.product-item table {
  border: 1px solid #e3e1e1;
  width: 100%;
  margin-top: 20px;
}
.block.product-item th, .block.product-item td {
  border: 1px solid #dbdbdb;
}
.block.product-item th {
  font: 14px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  text-align: left;
}
.block.product-item th span {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  position: relative;
}
.block.product-item th.name span {
  padding-left: 30px;
}
.block.product-item th.type {
  width: 160px;
}
.block.product-item th.ionicity {
  text-align: center;
  width: 75px;
}
.block.product-item th.fca {
  text-align: center;
  width: 45px;
}
.block.product-item .tip {
  background: #dbdbdb;
  color: #69605c;
  display: block;
  font-size: 9px;
  height: 11px;
  line-height: 11px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 11px;
}
.block.product-item td {
  color: #69605c;
  padding: 8px 10px 9px;
}
.block.product-item td.more-button {
  width: 35px;
  padding: 0;
}
.block.product-item td.more-button a {
  display: block;
  background: url(images/icons.png) no-repeat center -212px transparent;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
}
.block.product-item td.more-button a:hover {
  background-color: #e3e1e1;
}
.block.product-item .active td {
  background: #e3e1e1;
}
.block.product-item .active td.more-button a {
  background: url(images/icons.png) no-repeat center -247px transparent;
}
.block.product-item .active td.more-button:hover a {
  background-color: white;
}
.block.product-item td strong {
  color: black;
  font: 14px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-left: 20px;
  white-space: nowrap;
}
.block.product-item td.property {
  text-align: center;
}
/* Extension */
.block.product-item tr.extension.active {
  display: table-row;
}
.block.product-item tr.extension td {
  padding: 0;
}
.block.product-item tr.extension td > div {
  padding: 10px 0 0 30px;
  position: relative;
  min-height: 200px;
}
.block.product-item tr.extension dt {
  color: black;
}
/* Notice */
.itemlist {
  width: 605px;
  float: left;
}
.block.product .notice, .block.itemlist .notice {
  border-top: 1px solid #e3e1e1;
  font: 14px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin: 0 -21px;
  padding: 15px 21px;
}
.block.product .notice a, .block.itemlist .notice a {
  color: #0a8bca;
  text-decoration: underline;
}
.block.product .notice a:hover, .block.itemlist .notice a:hover {
  text-decoration: none;
}
/* News list block
---------------------------------------------------------*/
.block.news-list li, .block.office-list li {
  overflow: hidden;
  /*padding: 0 37px 17px 25px;*/

  position: relative;
}
.block.news-list li {
  border-top: 1px solid #e3e1e1;
  padding: 0;
  margin-bottom: 6px;
}
.block.news-list li .news-list-leftbar {
  width: 6px;
  height: 35px;
  background-color: #1b4586;
  float: left;
}
.block.news-list li .news-list-inner {
  padding: 17px 37px 17px 25px;
}
.clickable-list li, .search-list li {
  cursor: pointer;
}
.block.news-list li:hover {
  background-color: #e3e1e1;
}
.block.office-list li:hover {
  background-color: transparent;
}
.block.news-list li h2, .block.office-list li h2 {
  font: 18px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.block.news-list li h2 a, .block.office-list li h2 a {
  color: black;
}
.block.news-list li p, .block.office-list li p {
  color: #69605c;
}
.block.news-list li img, .block.office-list li img {
  float: right;
  margin-top: 19px;
}
.block.news-list li a.detail, .block.office-list li a.detail {
  background: url(images/icons.png) no-repeat center -282px white;
  border: 1px solid #e3e1e1;
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -1px;
  width: 35px;
}
/* Notice */
.block.news-list .notice, .block.office-list .notice {
  border-top: 1px solid #e3e1e1;
  font: 14px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin: 0 -21px;
  padding: 15px 21px;
}
.block.news-list .notice a, .block.office-list .notice a {
  color: #0a8bca;
  text-decoration: underline;
}
.block.news-list .notice a:hover, .block.office-list .notice a:hover {
  text-decoration: none;
}
/* Pagination block
---------------------------------------------------------*/
.block.pagination {
  background: #e3e1e1;
  margin: 20px -20px 0 -21px;
  padding: 15px 0;
  text-align: center;
}
.block.pagination span, .block.pagination a {
  line-height: 22px;
  margin: 0 6px;
}
.block.pagination a {
  text-decoration: underline;
}
.block.pagination a:hover {
  text-decoration: none;
}
.block.pagination a.button {
  background: url(images/sprite.png) no-repeat;
  display: inline-block;
  height: 22px;
  margin: 0;
  text-indent: -9999px;
  width: 24px;
}
.block.pagination a.first {
  background-position: 0 -769px;
}
.block.pagination a.first.aspNetDisabled {
  background-position: 0 -791px;
}
.block.pagination a.prev {
  background-position: -24px -769px;
}
.block.pagination a.prev.aspNetDisabled {
  background-position: -24px -791px;
}
.block.pagination a.next {
  background-position: -48px -769px;
}
.block.pagination a.next.aspNetDisabled {
  background-position: -48px -791px;
}
.block.pagination a.last {
  background-position: -72px -769px;
}
.block.pagination a.last.aspNetDisabled {
  background-position: -72px -791px;
}
.block.pagination .current {
  background: url(images/sprite.png) no-repeat -96px -769px;
  color: #69605c;
  display: inline-block;
  height: 22px;
  margin: 0;
  text-decoration: none;
  width: 24px;
}
/* News content block
---------------------------------------------------------*/
.block.news-content {
  overflow: hidden;
}
.block.news-content img {
  float: right;
  margin: 0 0 10px 10px;
}
/* Search list block
---------------------------------------------------------*/
.block.search-list {
  margin-top: 40px;
}
.block.search-list li {
  background: url(images/product-item-border.png) no-repeat;
  border-top: 1px solid #e3e1e1;
  color: #69605c;
  overflow: hidden;
  padding: 17px 37px 17px 25px;
  position: relative;
}
.block.search-list li:hover {
  background-color: #e3e1e1;
}
.block.search-list li h2 {
  color: black;
  font: 18px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
}
.block.search-list li span {
  color: #1b4586;
  background-color: #ffffd3;
}
.block.search-list li a.detail {
  background: url(images/icons.png) no-repeat center -282px white;
  border: 1px solid #e3e1e1;
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -1px;
  width: 35px;
}
/* =4 Sidebar
---------------------------------------------------------------------------------------------------------------------*/
#sidebar {
  float: left;
  margin-left: 18px;
  padding-top: 28px;
  width: 286px;
}
.two-column #sidebar {
  padding-top: 40px;
}
/* Menu block
---------------------------------------------------------*/
.block.menu {
  margin-bottom: 30px;
}
.block.menu .title {
  background: url(images/tags.png) no-repeat;
  font: 24px/1 SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  margin-bottom: 30px;
  padding-left: 30px;
}
.block.menu ul {
  border-top: 1px solid #e3e1e1;
}
.block.menu li {
  background: #69605c url(images/sprite.png) no-repeat 0 -813px;
  border-bottom: 1px solid #e3e1e1;
  color: #69605c;
  font-size: 15px;
  text-transform: lowercase;
}
.block.menu a {
  color: #69605c;
  display: block;
  padding: 6px 0 5px 20px;
  text-decoration: none;
}
.block.menu li:hover, .block.menu li.active {
  background-color: black;
}
.block.menu a:hover, .block.menu li.active > a {
  background-position: right bottom;
  background-repeat: no-repeat;
  color: black;
}
/* Second level */
.block.menu li ul {
  background: white;
  padding-left: 20px;
}
.block.menu li li {
  background-position: 0 -913px;
  font-size: 13px;
}
.block.menu li li.last {
  border-bottom: 0 none;
}
.block.menu li li a {
  padding: 4px 0 3px 20px;
}
/* Thrid level */
.block.menu li li ul {
  padding: 10px 0 10px 20px;
}
.block.menu li li li {
  background-position: 0 -1013px;
  border: 0 none;
  line-height: 18px;
}
.block.menu li li li a {
  padding: 0 30px 0 15px;
}
/* Theme color */
/* title */
.theme-corporate .block.menu .title {
  background-position: 0 -24px !important;
}
.theme-packaging .block.menu .title {
  background-position: 0 0px !important;
}
.theme-investment-casting .block.menu .title {
  background-position: 0 -48px !important;
}
.theme-additives-modifiers .block.menu .title {
  background-position: 0 -72px !important;
}
.theme-adhesives .block.menu .title {
  background-position: 0 -96px !important;
}
.theme-casting-products .block.menu .title {
  background-position: 0 -120px !important;
}
.theme-construction-assembly .block.menu .title {
  background-position: 0 -144px !important;
}
.theme-food .block.menu .title {
  background-position: 0 -168px !important;
}
.theme-tire-rubber .block.menu .title {
  background-position: 0 -192px !important;
}
.theme-chemical-technical .block.menu .title {
  background-position: 0 -216px !important;
}
.theme-cosmetics-pharma .block.menu .title {
  background-position: 0 -240px !important;
}
.news .block.menu .title {
  background-position: 0 -24px !important;
}
.block.menu .title.about {
  background-position: 0 -24px !important;
}
/* all level */
.theme-corporate .block.menu li:hover, .theme-corporate .block.menu li.active {
  background-color: #1b4586;
}
.theme-additives-modifiers .block.menu li:hover, .theme-additives-modifiers .block.menu li.active {
  background-color: #0a8bca;
}
.theme-adhesives .block.menu li:hover, .theme-adhesives .block.menu li.active {
  background-color: #80a0c4;
}
.theme-casting-products .block.menu li:hover, .theme-casting-products .block.menu li.active {
  background-color: #7fc5e5;
}
.theme-construction-assembly .block.menu li:hover, .theme-construction-assembly .block.menu li.active {
  background-color: #69605c;
}
.theme-food .block.menu li:hover, .theme-food .block.menu li.active {
  background-color: #faaa42;
}
.theme-tire-rubber .block.menu li:hover, .theme-tire-rubber .block.menu li.active {
  background-color: #36363e;
}
.theme-chemical-technical .block.menu li:hover, .theme-chemical-technical .block.menu li.active {
  background-color: #c95d1a;
}
.theme-investment-casting .block.menu li:hover, .theme-investment-casting .block.menu li.active {
  background-color: #b73426;
}
.theme-cosmetics-pharma .block.menu li:hover, .theme-cosmetics-pharma .block.menu li.active {
  background-color: #2d88ab;
}
.theme-packaging .block.menu li:hover, .theme-packaging .block.menu li.active {
  background-color: #7ca750;
}
.news .block.menu li:hover, .news .block.menu li.active {
  background-color: black;
}
/* all link */
.theme-corporate .block.menu a:hover, .theme-corporate .block.menu li.active > a {
  background-image: url(images/menu-item-corporate.png);
}
.theme-packaging .block.menu a:hover, .theme-packaging .block.menu li.active > a {
  background-image: url(images/menu-item-packaging.png);
}
.theme-investment-casting .block.menu a:hover, .theme-investment-casting .block.menu li.active > a {
  background-image: url(images/menu-item-investment-casting.png);
}
.theme-additives-modifiers .block.menu a:hover, .theme-additives-modifiers .block.menu li.active > a {
  background-image: url(images/menu-item-additives-modifiers.png);
}
.theme-adhesives .block.menu a:hover, .theme-adhesives .block.menu li.active > a {
  background-image: url(images/menu-item-adhesives.png);
}
.theme-casting-products .block.menu a:hover, .theme-casting-products .block.menu li.active > a {
  background-image: url(images/menu-item-casting-products.png);
}
.theme-construction-assembly .block.menu a:hover, .theme-construction-assembly .block.menu li.active > a {
  background-image: url(images/menu-item-construction-assembly.png);
}
.theme-food .block.menu a:hover, .theme-food .block.menu li.active > a {
  background-image: url(images/menu-item-food.png);
}
.theme-tire-rubber .block.menu a:hover, .theme-tire-rubber .block.menu li.active > a {
  background-image: url(images/menu-item-tire-rubber.png);
}
.theme-chemical-technical .block.menu a:hover, .theme-chemical-technical .block.menu li.active > a {
  background-image: url(images/menu-item-chemical-technical.png);
}
.theme-cosmetics-pharma .block.menu a:hover, .theme-cosmetics-pharma .block.menu li.active > a {
  background-image: url(images/menu-item-cosmetics-pharma.png);
}
.news .block.menu a:hover, .news .block.menu li.active > a {
  background-image: url(images/menu-item-gradient.png);
  color: black;
}
/* third level */
.theme-corporate .block.menu li li li:hover, .theme-corporate .block.menu li li li.active {
  background-color: #1b4586;
}
.theme-packaging .block.menu li li li:hover, .theme-packaging .block.menu li li li.active {
  background-color: #7ca750;
}
.theme-investment-casting .block.menu li li li:hover, .theme-investment-casting .block.menu li li li.active {
  background-color: #b73426;
}
.theme-additives-modifiers .block.menu li li li:hover, .theme-additives-modifiers .block.menu li li li.active {
  background-color: #0a8bca;
}
.theme-adhesives .block.menu li li li:hover, .theme-adhesives .block.menu li li li.active {
  background-color: #80a0c4;
}
.theme-casting-products .block.menu li li li:hover, .theme-casting-products .block.menu li li li.active {
  background-color: #7fc5e5;
}
.theme-construction-assembly .block.menu li li li:hover, .theme-construction-assembly .block.menu li li li.active {
  background-color: #69605c;
}
.theme-food .block.menu li li li:hover, .theme-food .block.menu li li li.active {
  background-color: #faaa42;
}
.theme-tire-rubber .block.menu li li li:hover, .theme-tire-rubber .block.menu li li li.active {
  background-color: #36363e;
}
.theme-chemical-technical .block.menu li li li:hover, .theme-chemical-technical .block.menu li li li.active {
  background-color: #c95d1a;
}
.theme-investment-casting .block.menu li li li:hover, .theme-investment-casting .block.menu li li li.active {
  background-color: #b73426;
}
.theme-cosmetics-pharma .block.menu li li li:hover, .theme-cosmetics-pharma .block.menu li li li.active {
  background-color: #2d88ab;
}
/* third level link */
.theme-corporate .block.menu li li li a:hover, .theme-corporate .block.menu li li li.active > a {
  background-position: right center;
  color: #1b4586;
}
.theme-packaging .block.menu li li li a:hover, .theme-packaging .block.menu li li li.active > a {
  background-position: right center;
  color: #7ca750;
}
.theme-investment-casting .block.menu li li li a:hover, .theme-investment-casting .block.menu li li li.active > a {
  background-position: right center;
  color: #b73426;
}
.theme-additives-modifiers .block.menu li li li a:hover, .theme-additives-modifiers .block.menu li li li.active > a {
  background-position: right center;
  color: #0a8bca;
}
.theme-adhesives .block.menu li li li a:hover, .theme-adhesives .block.menu li li li.active > a {
  background-position: right center;
  color: #80a0c4;
}
.theme-casting-products .block.menu li li li a:hover, .theme-casting-products .block.menu li li li.active > a {
  background-position: right center;
  color: #7fc5e5;
}
.theme-construction-assembly .block.menu li li li a:hover, .theme-construction-assembly .block.menu li li li.active > a {
  background-position: right center;
  color: #69605c;
}
.theme-food .block.menu li li li a:hover, .theme-food .block.menu li li li.active > a {
  background-position: right center;
  color: #faaa42;
}
.theme-tire-rubber .block.menu li li li a:hover, .theme-tire-rubber .block.menu li li li.active > a {
  background-position: right center;
  color: #36363e;
}
.theme-chemical-technical .block.menu li li li a:hover, .theme-chemical-technical .block.menu li li li.active > a {
  background-position: right center;
  color: #c95d1a;
}
.theme-cosmetics-pharma .block.menu li li li a:hover, .theme-cosmetics-pharma .block.menu li li li.active > a {
  background-position: right center;
  color: #2d88ab;
}
/* Search block
---------------------------------------------------------*/
#sidebar .search-intro .title {
  background: url(images/icons.png) no-repeat 0 -78px;
  font: 24px/1 SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  padding-left: 30px;
}
#sidebar .search-intro p {
  color: #69605c;
  margin-bottom: 10px;
}
#sidebar .search .search-input {
  background: url(images/sprite.png) no-repeat 0 -1113px;
  height: 32px;
  width: 288px;
}
#sidebar .search {
  width: 288px;
  float: none;
  background: url(images/sprite.png) no-repeat 0 -1113px;
}
#sidebar .search .watermark {
  width: 263px;
}
#sidebar .block.search input[type="text"] {
  width: 263px;
}
/* =5 Footer
---------------------------------------------------------------------------------------------------------------------*/
#footer {
  border-top: 1px solid #e3e1e1;
  color: #8f8a87;
  font-size: 11px;
  padding: 43px 24px;
  text-align: right;
}
#footer address {
  font-size: 11px;
  display: inline;
}
#footer a {
  color: #8f8a87;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
/* =6 Form
---------------------------------------------------------------------------------------------------------------------*/
/* Global
---------------------------------------------------------*/
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}
/* Watermark */
.watermark {
  position: relative;
}
.watermark label {
  position: absolute;
}
/* Common form
---------------------------------------------------------*/
.common-form p {
  margin-bottom: 7px;
  overflow: hidden;
}
.common-form label {
  color: #0a8bca;
  display: block;
  font: 14px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
}
.common-form label.inline {
  display: inline;
  line-height: 13px;
}
.common-form label.inline.radio {
  float: left;
  margin-right: 19px;
}
.common-form input[type="text"] {
  background: url(images/sprite.png) no-repeat -288px -1113px;
  border: 0 none;
  height: 15px;
  line-height: 15px;
  padding: 9px;
  width: 291px;
}
.common-form input[type="checkbox"] {
  float: left;
  margin-right: 9px;
}
.common-form input[type="radio"] {
  float: left;
  margin-right: 7px;
}
.common-form textarea {
  background: url(images/sprite.png) no-repeat 0 -1146px;
  border: 0 none;
  height: 54px;
  width: 291px;
  padding: 9px;
}
/* Request form
---------------------------------------------------------*/
.request-form {
  background: white;
  width: 560px;
}
.request-form .title {
  border-bottom: 1px solid #dbdbdb;
  font: 19px SyntaxBold, Arial, Helvetica, sans-serif;
  padding: 0 15px 10px;
}
.request-form .left {
  padding: 18px 0 0 16px;
}
.request-form li {
  line-height: 13px;
  margin-bottom: 11px;
}
.request-form .right {
  border-left: 1px solid #dbdbdb;
  height: 405px;
  margin-bottom: 20px;
  padding: 18px 18px 0 20px;
}
.request-form input[type="submit"], .request-form input.send-application-button {
  background: url(images/sprite.png) no-repeat -362px -727px;
  border: 0 none;
  color: white;
  float: right;
  font: 18px SyntaxBold, Arial, Helvetica, sans-serif;
  height: 31px;
  margin: 25px 18px 0 0;
  width: 148px;
}
.request-form input.send-application-button {
  background: url(images/sprite.png) no-repeat -362px -769px;
  width: 172px;
  margin-top: 70px;
}
/* Sitemap
---------------------------------------------------------*/
.sitemap {
  margin-bottom: 40px;
}
.sitemap li {
  margin-left: 20px;
  text-transform: lowercase;
}
.sitemap li li {
  list-style-type: circle;
}
.sitemap > ul > li > ul > li {
  list-style-type: disc;
}
.sitemap > ul > li > a,
.sitemap > ul > li > a:hover,
.sitemap > ul > li > ul > li > a,
.sitemap > ul > li > ul > li > a:hover {
  cursor: default;
  text-decoration: none;
  font: 16px SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  color: Black;
}
.sitemap li > ul {
  margin-top: 4px;
  margin-bottom: 4px;
}
.sitemap a {
  color: #69605c;
}
/* Worldmap (contact)
---------------------------------------------------------*/
.worldmap {
  width: 950px;
  padding-top: 16px;
  z-index: 2;
}
.worldmap h3 {
  color: #0a8bca;
  background: url(images/icons.png) no-repeat 0 -463px;
  padding-left: 30px;
  margin: 4px 0 0 10px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 10px;
  left: 0;
}
.contact .sub-nav > ul {
  border: 0;
}
.contactmenu {
  width: 200px;
  float: left;
  border-right: 1px solid #dbdbdb;
}
.contactmenu > section {
  margin: 0 20px 0 10px;
}
.contactmenu select {
  width: 174px;
  margin-bottom: 6px;
  color: #8f8a87;
}
.contactmenu > ul {
  margin: 0 20px 0 10px;
}
.contactmenu > ul > li {
  padding: 10px 0;
  margin-left: 0;
  font-size: 16px;
  list-style: disc;
  list-style-position: inside;
  color: #8f8a87;
}
.contactmenu > ul > li a {
  display: inline-block;
}
.contactmenu > ul > li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.contactmenu > ul > li > a {
  font-size: 14px;
  background: none;
  padding: 0;
}
.contactmenu > ul > li select {
  width: 100%;
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
.contactmenu > ul > li.selected {
  color: Black;
}
.contactmenu > ul > li.selected section {
  font: 12px Arial, Helvetica, sans-serif;
  color: #8f8a87;
}
.contactmenu .phone {
  margin: 10px 0 14px 0;
}
.contactmenu .phone address {
  margin-top: 4px;
}
.contactmenu .phone label {
  color: #0a8bca;
  background: url(images/icons.png) no-repeat -20px -487px;
  font-weight: bold;
  padding-left: 20px;
}
.contactmenu .phone label span {
  display: inline-block;
}
.contactmenu .phone .clock {
  background: url(images/icons.png) no-repeat -20px -523px;
  padding-left: 16px;
  margin: 1px 0 1px 20px;
  color: #8f8a87;
  font-size: 11px;
  font-weight: bold;
  height: 14px;
  line-height: 14px;
}
.contactmenu .phone div {
  color: black;
  padding-left: 20px;
}
/* worldmap styling
---------------------------------------------------------------------------------------------------------------------*/
#map1 {
  width: 742px;
  height: 390px;
  /*border: solid 1px #555555;*/

  z-index: 0;
  float: left;
}
#zoomhref img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
  border: none;
  z-index: 999;
}
#offices {
  position: relative;
  z-index: 999;
}
.NA, .EU, .AS {
  position: absolute;
  cursor: pointer;
}
#legend {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: Arial;
  font-size: 10px;
}
#legend img {
  padding: 0;
  vertical-align: middle;
}
/* =7 Fancybox
---------------------------------------------------------------------------------------------------------------------*/
#fancybox-overlay {
  background: white !important;
  filter: alpha(opacity=65) !important;
  opacity: 0.65 !important;
}
#fancybox-wrap {
  padding: 9px !important;
  width: 552px !important;
}
#fancybox-wrap .fancybox-bg, #fancybox-wrap.fancybox-ie .fancybox-bg {
  background: url(images/icons.png) no-repeat !important;
  height: 15px;
  width: 15px;
}
#fancybox-wrap #fancybox-bg-nw {
  background-position: 0 -389px !important;
  filter: none;
  left: -15px;
  top: -15px;
}
#fancybox-wrap #fancybox-bg-ne {
  background-position: -15px -389px !important;
  filter: none;
  right: -15px;
  top: -15px;
}
#fancybox-wrap #fancybox-bg-se {
  background-position: -15px -404px !important;
  filter: none;
  bottom: -15px;
  right: -15px;
}
#fancybox-wrap #fancybox-bg-sw {
  background-position: 0 -404px !important;
  filter: none;
  bottom: -15px;
  left: -15px;
}
#fancybox-wrap #fancybox-bg-n {
  background: url(images/icons.png) repeat-x 0 -419px !important;
  filter: none;
  top: -15px;
  width: 100%;
}
#fancybox-wrap #fancybox-bg-s {
  background: url(images/icons.png) repeat-x 0 -434px !important;
  filter: none;
  bottom: -15px;
  width: 100%;
}
#fancybox-wrap #fancybox-bg-w {
  background: url(images/fancybox-y.png) repeat-y !important;
  filter: none;
  height: 100%;
  left: -15px;
}
#fancybox-wrap #fancybox-bg-e {
  background: url(images/fancybox-y.png) repeat-y -15px 0 !important;
  filter: none;
  height: 100%;
  right: -15px;
}
#fancybox-wrap #fancybox-close {
  background: url(images/icons.png) no-repeat right -449px;
  height: 15px;
  line-height: 15px;
  right: 0;
  top: 0;
}
#fancybox-wrap #fancybox-content {
  border: 0 none !important;
  left: -9px;
  width: 570px !important;
}
nav.jobs header h1 {
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  background: white url(images/light-bulb.png) no-repeat left;
  padding-left: 32px;
}
h3.sub-title {
  font-family: SyntaxBold, Arial, Helvetica, sans-serif;
  color: #1b4586;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
ul.job-list h2.title {
  margin-bottom: 0px;
}
address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}
/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==|== media queries ====================================================== */
@media only screen and (min-width: 480px) {
  
}
@media only screen and (min-width: 768px) {
  
}
.error-container {
  width: 170px;
  margin-top: 20px;
}
.error-container li {
  color: red;
}
label.error, label.validation-error {
  color: red;
}
.radio-buttons label {
  display: inline;
  float: left;
  margin-right: 10px;
}
div.thank-you-content {
  padding: 10px 15px 0 15px;
}
label.upload-label {
  display: inline-block;
  width: 115px;
}
input.upload-control {
  width: 160px;
}
div.submitting-form {
  display: none;
  width: 300px;
  height: 40px;
  border: 2px solid #cccccc;
  position: absolute;
  z-index: 23;
  background-color: #e3e1e1;
  margin: 300px auto 0 134px;
  text-align: center;
  padding: 10px;
}
div.submitting-form p {
  margin-top: 6px;
}
.offices li {
  margin-bottom: 22px;
  padding-right: 0 !important;
}
.offices li h2 a {
  font-weight: bold;
  line-height: 20px;
}
.offices li h3, .offices li h4 {
  font-family: SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}
.offices li h4 {
  color: #0a8bca;
}
.offices address {
  margin-top: 25px;
}
.offices address.no-pobox {
  margin-bottom: 25px;
}
.offices address.pobox {
  margin-top: 6px;
  margin-bottom: 25px;
}
.offices div.phone {
  background: white url(images/sprite.png) no-repeat 0 -1218px;
  padding-left: 25px;
}
.offices div.fax {
  background: white url(images/sprite.png) no-repeat 0 -1233px;
  padding-left: 25px;
}
.offices div.email {
  background: white url(images/sprite.png) no-repeat 0 -1248px;
  padding-left: 25px;
}
.offices div.email a {
  color: black;
  text-decoration: underline;
}
.offices a.office-button {
  display: block;
  background: url(images/sprite.png) no-repeat 0 -1267px;
  width: 203px;
  height: 31px;
  font-family: SyntaxLTStdRoman, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: white;
  margin-top: 9px;
  padding-left: 12px;
  line-height: 28px;
}
.offices a.office-button:hover {
  text-decoration: none;
}
.offices .right {
  width: 215px;
}
.offices img {
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 11px;
}
div.auto-width {
  width: auto !important;
}
.for-print {
  display: none;
}
ul.personel {
  margin-top: 25px;
}
.news-list.block ul.personel li, .office-list.block ul.personel li {
  padding: 0;
  margin: 16px 16px 0 0;
  border: 0px none;
  background: transparent none;
  width: 260px;
  height: 92px;
  float: left;
}
ul.personel img {
  float: left;
  border: 1px solid #cccccc;
}
ul.personel address {
  display: block;
  float: right;
  margin: 0 0 0 0px;
  width: 184px;
  height: 92px;
}
ul.personel address h4, section.local-contact address h4 {
  margin-bottom: 3px;
  color: black;
  font-weight: bold;
}
ul.personel address h5, section.local-contact address h5 {
  margin-bottom: 7px;
  font-size: 12px;
  color: #2c2b25;
}
section.local-contact address h5 {
  font-size: 16px;
  line-height: 19px;
}
ul.personel address div.phone, ul.personel address div.email {
  color: #2c2b25;
  height: 16px;
  white-space: nowrap;
}
h5.local-contact-description {
  color: #2c2b25;
  margin-bottom: 13px;
}
section.local-contacts {
  width: 302px !important;
}
section.local-contact {
  background-color: #f2f2f2;
  width: 284px !important;
  padding: 14px 14px 13px 14px;
  margin-bottom: 15px;
}
section.local-contact img {
  border: 1px solid #dbdbdb;
  float: left !important;
  margin-bottom: 0;
}
section.local-contact address {
  float: right;
  width: 195px;
  margin: 0 14px 0 0;
}
section.local-contact address span, section.local-contact address a {
  color: #706f6a;
  display: block;
}
section.local-contact address a {
  text-decoration: underline;
}
.local-offices section.left {
  width: 260px;
}
.route-form {
  height: 50px;
}
p.routeinfo {
  margin-bottom: 8px;
}
.request-route-button {
  background: url(images/sprite.png) no-repeat -362px -727px;
  border: 0 none;
  color: white;
  float: right;
  font: 18px SyntaxBold, Arial, Helvetica, sans-serif;
  height: 31px;
  margin-top: 18px;
  margin-right: 110px;
  padding-right: 6px;
  width: 148px;
}
.route-form input[type="text"] {
  background: url(images/sprite.png) no-repeat -288px -1113px;
  border: 0 none;
  height: 15px;
  line-height: 15px;
  padding: 9px;
  width: 291px;
}
