html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight);
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/website/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/website/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/website/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/website/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/website/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/website/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/website/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/website/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/website/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/website/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/website/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/website/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/website/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/website/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/website/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/website/fancybox/fancy_title_right.png) repeat-x;
}


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
* { outline: none; }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


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

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


body { color: #333; font-family: tahoma, arial, sans-serif; font-size: 12px; }
ul, li { margin: 0; padding: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
input { font-family: tahoma, verdana, arial, sans-serif; }

/* Basic classes */
ul.hormenu li { float: left; list-style: none; }
.clearfix:after, .container:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }
.clearfix, .container { display: block; }
.clear { clear:both; }
.fullwidth { width: 100%; }
.floatleft { float: left; }
.floatright { float: right; }
.wrapper { margin: 0 auto; width: 940px; }

/* Top bar */

#quick-access {
  background: #000101;
  color: #FFFFFF;
  font-size: 11px;
  margin-bottom: 30px;
  padding: 5px 0;
  }

#quick-access a {
  color: #FFFFFF;
  }

#quick-access a:hover, #quick-access a.selected {
  color: #febe01;
  text-decoration: none;
  }

#quick-nav {
  width: 700px;
  }

#quick-nav ul li {
  margin-right: 16px;
  }

#headeropts {
  width: 100px;
  }

#language-picker img {
  margin: 0 2px;
  }

/* Header */
#logo {
  margin-right: 20px;
  width: 220px;
  }

#header .main-navigation {
  width: 700px;
  }

#header .main-navigation ul li {
  font-size: 14px;
  margin-right: 12px;
  }

#header .main-navigation ul li a {
  color: #002b55;
  display: block;
  font-family: calibri, "Trebuchet ms", arial, sans;
  }

#header .main-navigation ul li a:hover {
  text-decoration: none;
   }

#header .main-navigation ul li ul.submenu {
  margin-top: 4px;
  }

#header .main-navigation ul li ul.submenu li {
  clear: both;
  margin-bottom: 2px;
  }

#header .main-navigation ul li ul.submenu a {
  color: #333;
  font-family: tahoma, arial, sans;
  font-size: 11px;
  }

#header .main-navigation ul li ul.submenu a:hover {
  color: #febe10;
  text-decoration: underline;
  }

#header .main-navigation ul li ul.submenu a.selected {
  color: #febe10;
  }

div.header-banner {
  margin: 20px auto 20px;
  height: 180px;
  position: relative;
  width: 941px;
  }

div.header-banner div {
  height: 180px;
  width: 941px;
  position: absolute;
  top:0;
  left:0;
  z-index:-10;
  }

div.header-banner div.active {
  z-index:10;
  }

div.header-banner div.last-active {
  z-index:-9;
  }

div.header-banner h6 {
  font-size: 24px;
  margin: 0 0 0 15px;
  padding-top: 18px;
  }

div.header-banner p {
  margin: 0 0 0 15px;
  width: 500px;
  }

div.header-banner a {
  bottom: 10px;
  color: #002b55;
  left: 15px;
  position: absolute;
  }

div.header-banner a:hover {
  text-decoration: none;
  }

div.header-banner h6 .blue {
  color: #002b55;
  }

div.header-banner h6 .yellow {
  color: #febe10;
  }

div.header-banner #menu-banner-services,
div.header-banner #menu-banner-experience,
div.header-banner #menu-banner-technology {
  }

div.header-banner #menu-banner-services {
  background: url(/images/website/banner-3.jpg) no-repeat top left;
  }

div.header-banner #menu-banner-experience {
  background: url(/images/website/banner-1.jpg) no-repeat top left;
  }

div.header-banner #menu-banner-technology {
  background: url(/images/website/banner-2.jpg) no-repeat top left;
  }

#left-menu {
  width: 190px;
  }

#left-menu ul {
  list-style: none;
  }

#left-menu ul li {
  text-transform: uppercase;
  margin-bottom: 12px;
  }

#left-menu ul li a {
  color: #002b55;
  font-family: calibri, "Trebuchet MS", arial, sans;
  font-size: 16px;
  }

#left-menu ul li a:hover {
  text-decoration: none;
  }

#left-menu ul li ul.submenu {
  border-left: 2px solid #eaeaea;
  padding-left: 4px;
  }

#left-menu ul li ul.submenu li {
  margin-bottom: 4px;
  }

#left-menu ul li ul.submenu li a {
  color: #333;
  display: block;
  font-family: tahoma !important;
  font-size: 11px !important;
  padding: 1px 4px;
  text-transform: none !important;
  }

#left-menu ul li ul.submenu li a:hover,
#left-menu ul li ul.submenu li a.selected {
  background: #febe10;
  color: #FFF;
  }

 #index, #inner {
  width: 740px;
  }

div.mod_block {
  color: #333;
  font-size: 11px;
  margin-bottom: 20px;
  }

div.mod_block h3 {
  color: #002b55;
  font-family: Calibri, "Trebuchet MS", arial, sans;
  font-size: 18px;
  margin-bottom: 8px;
  }

div.mod_block .heading_tag {
  color: #002b55;
  font-family: Calibri, "Trebuchet MS", arial, sans;
  font-size: 18px;
  margin-bottom: 8px;
  }

div.mod_block p {
  margin-bottom: 6px;
  }

#column-1 { margin-right: 10px; width: 210px; }
#column-2 { margin-right: 10px; width: 240px; }
#column-3 { width: 270px; }

#lift-history { margin-bottom: 8px; }
#lift-history h3 {
  color: #002b55;
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
  }

#lift-history h3 {
  background: url(/images/website/lift-history-el.jpg) no-repeat top left;
  display: block;
  height: 50px;
  padding-left: 90px;
  padding-top: 6px;
  width: 210px;
  }

#how-it-works {
  background: url(/images/website/how-lifts-work-el.jpg) no-repeat top left;
  display: block;
  height: 50px;
  width: 210px;
  }

#how-it-works h3 {
  color: #002b55;
  font-size: 14px;
  line-height: 20px;
  margin-left: 90px;
  padding-top: 6px;
  width: 70%;
  }

#how-it-works h3 a,
#lift-history h3 a {
  color: #002b55;
  }

#how-it-works h3 a:hover,
#lift-history h3 a:hover {
  text-decoration: none;
  }

#announcements .articles {  }
#announcements .articles .article {
  margin-bottom: 10px;
}

#announcements .articles .article .news-title {
  font-weight:bold;
}

#announcements .articles  .article span.date {
  color: #00386c;
  font-weight: bold;
  text-transform: uppercase;
  }
#announcements a.more { color: #00386c; font-weight: bold;  }
#announcements a.more:hover { color: #febe10; text-decoration: none; }
p.title { font-weight: bold; }
p.lead {  }

#latest-project h3 {
  background: url(/images/website/latest-projects-arrows.gif) no-repeat bottom left;
  height: 45px;
  }

#latest-project .projects .project {
  border-bottom: 1px solid #CCC;
  height: 90px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  }

#latest-project .projects .project .thumb {
  width: 102px;
  }

#latest-project .projects .project .thumb img {
  border: 2px solid #ebebed;
  }

#latest-project .projects .project .lead { width: 160px; }
#latest-project .projects .project .lead h6 { font-size: 11px; font-weight: bold; }
#latest-project .projects .project .lead h6 a { color: #333; }
#latest-project .projects .project .lead span.lifts-num { clear: both; display: block; }
#latest-project .projects .project .lead a.more {
  bottom: 6px;
  color: #333;
  font-size: 10px;
  position: absolute;
  right: 10px;
  text-decoration: underline;
  }

#lift-wiki h3 {
  font-size: 14px;
  }

#lift-wiki h3 a span {
  color: #333333;
  font-size: 11px;
  }

#lift-wiki h3 a {
  background: url(/images/website/lift-voc-el.jpg) no-repeat top left;
  color: #002b55;
  display: block;
  height: 45px;
  padding-left: 20px;
  padding-top: 14px;
  width: 253px;
  }

#lift-wiki h3 a:hover {
  text-decoration: none;
  }

#footer {
  background: #00101e;
  border-top: 3px solid #002b55;
  color: #FFF !important;
  font-size: 11px;
  margin-top: 60px;
  }

#footer #contact-with-us,
#footer #website-navigation {

  }

#footer #contact-with-us #offices,
#footer #contact-with-us #contact-form,
#footer #contact-with-us #newsletter,
#footer #website-navigation #footer-menu,
#footer #website-navigation #site-search {
  padding-top: 25px;
  }

#footer a {
  color: #FFF;
  }

#footer a:hover {
  color: #CCC;
  }

#footer ul#idTabs {
  display: table;
  margin-top: -41px;
  width: 500px;
  }

#footer ul#idTabs a {
  background: #002b55 url(/images/website/footer-nav-inactive-l.jpg) no-repeat top left;
  font-family: Calibri, "Trebuchet MS", arial, sans;
  font-size: 14px;
  height: 25px;
  padding: 8px 11px 0 11px;
  position: relative;
  text-transform: uppercase;
  }

#footer ul#idTabs a span {
  background: #002b55 url(/images/website/footer-nav-inactive-r.jpg) no-repeat top right;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  }

#footer ul#idTabs a.selected {
  background: #00101e url(/images/website/footer-nav-active-l.jpg) no-repeat top left;
  }

#footer ul#idTabs a.selected a {
  color: #febe10;
  }

#footer ul#idTabs a.selected span {
  background: #00101e url(/images/website/footer-nav-active-r.jpg) no-repeat top right;
  }

#footer ul#idTabs a {
  color: #FFF;
  display: block;
  float: left;
  margin-top: 8px;
  }

#footer ul#idTabs a:hover {
  text-decoration: none;
  }

#footer h4 {
  color: #febe10;
  font-family: Calibri, "Trebuchet MS", arial, sans;
  font-size: 14px;
  margin-bottom: 14px;
  }

#footer #contact-with-us { }

#footer #contact-with-us #offices {
  background: url(/images/website/contact-map.jpg) no-repeat 0 28px;
  overflow: hidden;
  padding-left: 120px;
  width: 290px;
  }

#footer #contact-with-us .cont-table { }

#footer #contact-with-us .cont-table th,
#footer #contact-with-us .cont-table td {
  color: #FFF;
  margin: 0;
  padding: 2px;
  width: 120px;
  }

#footer #contact-with-us .cont-table th {
  color: #febe10;
  text-transform: uppercase;
  }

#footer #contact-with-us .cont-table span {
  color: #febe10;
  font-weight: bold;
  }

#footer #contact-form {
  margin-right: 0px;
  width: 300px;
  }

#footer #contact-form form {
  margin-top: 36px;
  }

#footer #contact-form .col1.floatleft {
  margin-right: 10px;
  }

#footer label {
  display: none;
  }

#footer input,
#footer textarea {
  background: #000;
  border: 1px solid #4e7dab;
  color: #4e7dab;
  font-family: tahoma, verdana, arial, sans;
  font-size: 11px;
  margin: 0 0 6px 0;
  padding: 4px;
  width: 130px;
  }

#footer textarea {
  height: 40px;
  overflow: hidden;
  width: 140px;
  }

#footer form .btn {
  background: none;
  border: none;
  color: #0275e7;
  cursor: pointer;
  font-family: calibri;
  font-size: 14px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 70px;
  }

#footer #newsletter,
#footer #site-search {
  border-left: 1px dotted #002b55;
  padding-left: 20px;
  width: 190px;
  }

#footer .mod_block {
  margin-bottom: 0;
  }

#footer #newsletter p,
#footer #site-search p {
  color: #FFF;
  margin-bottom: 4px;
  }

#footer #newsletter input,
#footer #site-search input {
  width: 180px;
  }

#footer #newsletter,
#footer #site-search .btn {

  }

#footer #website-navigation { }

#footer #website-navigation .main-navigation {
  width: 700px;
  }

#footer #website-navigation .main-navigation ul li {
  font-size: 14px;
  margin-right: 14px;
  }

#footer #website-navigation .main-navigation ul li a {
  color: #febe10;
  display: block;
  font-family: calibri, "Trebuchet ms", arial, sans;
  }

#footer #website-navigation .main-navigation ul li a:hover {
  text-decoration: none;
  }

#footer #website-navigation .main-navigation ul li ul.submenu {
  margin-top: 4px;
  }

#footer #website-navigation .main-navigation ul li ul.submenu li {
  clear: both;
  margin-bottom: 2px;
  }

#footer #website-navigation .main-navigation ul li ul.submenu a {
  color: #FFFFFF;
  font-family: tahoma, arial, sans;
  font-size: 11px;
  }

#footer #website-navigation .main-navigation ul li ul.submenu a:hover {
  text-decoration: underline;
  }

#footer #website-navigation #footer-menu {
  margin-right: 20px;
  }

#footer #footer-bottom {
  background: #01192e;
  border-top: 1px solid #002749;
  color: #4e7dab;
  height: 80px;
  padding-top: 10px;
  }

#footer #footer-bottom #bottom-menu ul li {
  margin-right: 10px;
  }

#footer #footer-bottom a {
  color: #4e7dab;
  }

#footer a.icon {
  background: url(/images/website/gy.gif) no-repeat top right;
  padding-right: 18px;
  font-weight:bold;
}

.tuv {
  text-align:center;
}

.captcha input[type="text"] {
  clear: left;
  float: left;
  width: 193px;
}

.captcha label {
  float: left;
  clear: left;
}

#captcha-image {
  float: left;
  clear: both;
}


#career_form_submit {
  float: left;
  clear: both;
  margin-top: 20px;
}

.buttons {
  float: left;
  border-left: 1px dotted #002B55;
  padding: 0 0 0 13px;
}

.buttons a {
  float: left;
  margin: 0 0 10px 0;
  background: #0d2c4b;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  padding: 5px;
}

.buttons a:hover {
  background: #16416b;
  color: #febe10 !important;
}

.form_upper {
  float: left;
  width: 735px;
  margin: 0 0 25px 0;
  background: #f3f3f3;
  height: 150px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.form_upper .left, .form_upper .right, .form_bottom .left, .form_bottom .right {
  float: left;
  width: 365px;
}

.form_bottom {
  float: left;
  width: 735px;
  background: #f3f3f3;
  height: 290px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.submit_btn_el {
  float: right;
  background: url('/images/website/submit_btn.png') no-repeat;
  border: 0;
  width: 124px;
  height: 35px;
  cursor: pointer;
  margin: 20px 10px 0;
}

.submit_btn_en {
  float: right;
  background: url('/images/website/submit_btn_en.png') no-repeat;
  border: 0;
  width: 124px;
  height: 35px;
  cursor: pointer;
  margin: 20px 10px 0;
}

.create_form label {
  font-size: 13px;
  color: #002b55;
  padding: 0 0 0 10px;
  font-family: 'Tahoma';
}

.create_form input[type="text"] {
  background: #fff;
  border: 1px solid #b0b0b0;
  height: 20px;
  margin: 20px 0 0 0;
}

.line {
  width: 360px;
  border-top: 1px solid #B0B0B0;
  margin: 10px 0;
}

.create_form .form_bottom label {
  float: left;
}

.facebook {
  float: left;
  width: 128px;
  height: 60px;
  background: url('/images/website/facebook.png') no-repeat;
}

.moreiso {
  font-family: arial;
  text-align: center;
  /*background: red;*/
  font-size: 14px;
  color: black;
}
span.no {
  font-size: 12px;
}

.inner-banner {
  height: 90px;
  margin: 20px auto 20px !important; 
  width: 939px;
  }

.inner-banner h6 {
  color: #002b55;
  font-size: 24px;
  margin: 0 0 0 15px;
  padding-top: 18px;
  }
  
#inner-banner-carrier.inner-banner {
  background: url(/images/website/banner-carier.jpg) no-repeat top left;
  }

#inner-banner-gallery.inner-banner {
  background: url(/images/website/banner-products.jpg) no-repeat top left;
  }

#inner-banner-customers.inner-bner .article ulanner {
  background: url(/images/website/banner-customers.jpg) no-repeat top left;
  }

#company { background: url(/images/website/banner-company.jpg) no-repeat top left; }
#human-r { background: url(/images/website/banner-hr.jpg) no-repeat top left; }
#sales { background: url(/images/website/banner-sales.jpg) no-repeat top left; }
#customers { background: url(/images/website/banner-customers.jpg) no-repeat top left; }
#carrier { background: url(/images/website/banner-carier.jpg) no-repeat top left; }
#about-lifts, #quick-menu, #contact-banner, #products, #services { background: url(/images/website/banner-products.jpg) no-repeat top left; }

#inner h1 {
  color: #002b55;
  font-family: calibri, "Trebuchet MS", sans;
  font-size: 18px;
  }

#inner h3 {
  font-size: 12px;
  }

#inner .article {
  line-height: 1.6em;
  }

#inner .article-list {
  margin-bottom: 24px;
  }

#inner .inside-article-date {
  color: #999;
  font-size: 11px;
  }

#inner .article img {
  border: 1px solid #dadada;
  margin: 3px 5px;
  padding: 2px;
  }

#inner .article h3 {
  font-weight: bold;
  }

#inner .article h3.alphabet {
  background: #dadada;
  padding: 6px 8px;
  }

#inner .article h3.alphabet a {
  margin-right: 6px;
  }


#inner .article h3 a.index {
  border-bottom: 1px dotted #CCC;
  clear: both;
  display: block;
  font-size: 16px;
  padding-bottom: 6px;
  padding-left: 2px;
  }

#inner .article a.page-top {
  background: url(/images/website/up.gif) no-repeat 100% 2px;
  float: right;
  font-size: 10px;
  padding-right: 20px;
  text-transform: uppercase;
  }

#inner .article a.page-top:hover {
  text-decoration: none;
  }

#inner .article p span.en-small {
  background: #EFEFEF;
  font-size: 11px;
  font-style: italic;
  padding: 2px 2px 2px 2px;
  }

#inner .article .media .item a.pdf {
  background: url(/images/website/pdf.jpg) no-repeat top left;
  display: block;
  font-size: 13px;
  height: 64px;
  padding-left: 55px;
  padding-top: 6px;
  }

#inner .article .media .item a.pdf:hover {
  text-decoration: none;
  }

#inner .article .media .item a.pdf small {
  color: #666;
  }

#inner .article table.customers {
  border-left: 1px solid #EFEFEF;
  }

#inner .article table.customers thead td {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
  text-transform: uppercase;
  }

#inner .article table.customers td,
#inner .article table.customers p{
  margin: 0;
  padding: 0;
  }

#inner .article table.customers td {
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  padding: 4px;
  }

#inner .article ul {
  padding-left: 20px;
  margin:20px 0;
  }

#inner .article ul li {
  margin-bottom: 10px;
  }

#inner .article ol li {
  margin-bottom: 20px;
  }

ul.gallery, ul.gallery li {
  margin: 0 !important;
  padding: 0 !important;
  }

#inner ol.search-results li {
  margin-bottom: 20px !important;
  }

#inner ol.faq-list {
  padding: 0;
  }

#inner ol.faq-list li {
  list-style: none;
  }

#inner ol.faq-list li strong {
  background: url(/images/website/faq-icon.jpg) no-repeat top left;
  display: block;
  height: 26px;
  padding-left: 28px;
  }

#inner ol.faq-list ul {
  padding: 0;
  }

#inner ol.faq-list li li {
  background: none !important;
  list-style: square;
  }

#inner .article ol li ul {
  list-style: square;
  margin-left: 20px;
  }

#inner .article ol li ul li {
  margin-bottom: 10px;
  }

#inner a {
  color: #002b55;
  }


.portfolio .works { 
  font-size: 11px;
  }

.portfolio .works .pagination {
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  }

.portfolio .works .pagination span,
.portfolio .works .pagination a {
  color: #6b6b6b;
  display: block;
  float: left;
  margin-right: 2px;
  overflow: hidden;
  width: 14px;
  }

.portfolio .works .pagination a:hover {
  color: #febe10;
  text-decoration: none;
  }
    
.portfolio .works .pagination a.prev_page,
.portfolio .works .pagination a.next_page {
  background: #ebebeb;
  border: 1px solid #CCC;
  padding: -4px 0 2px 0;
  text-align: center;
  }
  
.portfolio .works .pagination a:hover.prev_page,
.portfolio .works .pagination a:hover.next_page {
  background: #6b6b6b;
  border: 1px solid #ebebeb;
  color: #CCC;
  }

.portfolio .works .work-item {
  height: 180px;
  margin-bottom: 20px;
  margin-right: 5px;
  width: 360px;
  }

.portfolio .works .work-item.even {
  margin-right: -5px;
  }
  
.portfolio .works .work-item h3,
.portfolio .works .work-item h3 a {
  background: #ebebeb;
  color: #002b55;
  font-family: tahoma;
  font-size: 10px;
  }

.portfolio .works .work-item h3 {
  font-weight: bold;
  margin-bottom: 6px;
  }

.portfolio .works .work-item h3 a {
  padding: 8px 5px;
  display: block;
  }
  
.portfolio .works .work-item .thumb,  
.portfolio .works .work-item .lead {
  padding: 2px 6px;
  }
  
.portfolio .works .work-item .thumb {
  width: 168px;
  }
  
.portfolio .works .work-item .thumb img {
  border: 1px solid #dadada;
  padding: 1px;
  }
  
.portfolio .works .work-item .lead {
  width: 160px;
  }
  
.portfolio .works .work-item .lead .info span { 
  color: #002b55;
  }

.productSlideshowCont, .productSlideshowCont2 {
  background: url(/images/website/slideshowback.jpg) no-repeat top left;
  height: 152px;	
  padding-top: 4px;
  position: relative;
  width: 742px !important;
  margin-bottom:20px;
  }

.productSlideshowCont2 {
  width: 318px !important;
  background: url(/images/website/slideshowback2.jpg) no-repeat top left;
}

.productSlideshowCont .productSlideshow, .productSlideshowNojs, .productSlideshowCont2 .productSlideshow2 {
  margin: 16px auto;
  }

.productSlideshowCont .slideshowPrev,
.productSlideshowCont .slideshowNext,
.productSlideshowCont2 .slideshowPrev,
.productSlideshowCont2 .slideshowNext {
  background: none;
  border: none;
  cursor: pointer;
  height: 30px;
  position: absolute;
  text-indent: -99999px;
  top: 66px;
  width: 12px;
  }

.productSlideshowCont .slideshowPrev,
.productSlideshowCont2 .slideshowPrev {
  background: url(/images/website/slide-larrow.jpg) no-repeat top left;
  left: 20px;
  }

.productSlideshowCont .slideshowNext,
.productSlideshowCont2 .slideshowNext {
  background: url(/images/website/slide-rarrow.jpg) no-repeat top left;
  right: 20px;
  }

.productSlideshowCont .slideshowPrev:hover,
.productSlideshowCont2 .slideshowPrev:hover {
  background: url(/images/website/slide-larrow-h.jpg) no-repeat top left;
  }

.productSlideshowCont .slideshowNext:hover,
.productSlideshowCont2 .slideshowNext:hover {
  background: url(/images/website/slide-rarrow-h.jpg) no-repeat top left;
  }

/* Contact form */
#contact-form-inner {
  width: 362px;
  }
  
#contact-form-inner label {
  display: block;
  clear: both;
  }

#contact-form-inner .forminput {
  margin-bottom: 15px;
  }

#contact-form-inner input,
#contact-form-inner textarea {
  font-family: verdana, tahoma, arial, sans;
  font-size: 12px;
  padding: 4px;
  width: 350px;
  }

#contact-form-inner .button {
  cursor: pointer;
  text-align: center;
  width: 100px;
  }

.form-error {
  background: #FFEFEF;
  border: 1px solid #BF8F8F;
  margin-bottom: 20px;
  padding: 10px;
  }

.form-error ul {
  margin: 0;
  padding: 0;
  }

.form-error ul li {
  color: #BF7777;
  margin: 0;
  margin-left: 30px;
  }

#contact-adrress {
  
  }

#contact-adrress .cont-table th {
  padding-bottom: 0px;
  text-transform: uppercase;
  }

#contact-adrress #map, #contact-adrress #map2 {
  border: 1px solid #CCC;
  height: 280px;
  width: 355px;
  float:left;
  margin-bottom:25px;
  }

#contact-adrress #map {
  margin-right:20px;
  }

#contact-address-inner-1, #contact-address-inner-2 {
  float:left;
  width: 355px;
  }

#contact-address-inner-2 {
  margin-left:25px;
}

.form-notice {
  float:left;
  }

.map-area {
  width:350px;
  height:250px;
}

.map-area-outer {
  border:1px solid #DADADA;
  margin:0 0 20px 10px;
  padding:2px;
  width:350px;
  float:left;
}