@import url(variants.css);
@import url(components.css);
@import url(locales.css);
@import url(survey.css);

/* @group reset, common */

html, body, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd {
	font-weight: normal;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

ul, ol, dd {
	padding-left: 2em;
}

a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0;
}

label {
	color: #3c3c3c;
	font-weight: normal;
}

a.more {
	background: url(../img/more-arrow.gif) 100% 0.45em no-repeat;
	font-size: 105%;
	padding-right: 12px;
}

.addthis {
	clear: both;
	margin-top: 2em;
	text-align: right;
}

.email, #page #content .email {
	font-size: 80%;
	font-weight: normal;
}

input, textarea {
	border: 1px solid #7f9db9;
	color: #545454;
	font: 8.5pt/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

object, embed {
	outline: 0;
}

/* @endgroup */

/* @group skeleton */

html {
	background: #000 url(../img/bg-cover.gif) 50% 0px repeat-y;
}

body {
	background: transparent url(../bg/bg-alt-1.jpg) 50% 0px no-repeat;
	color: #545454;
	font: 8.5pt/1.5 Verdana, Arial, Helvetica, sans-serif;
	padding-top: 49px;
	text-align: center;
}

#doc {
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	width: 960px;
}

#page {
	overflow: hidden;
	position: relative;
}

/* @endgroup */

/* @group head */

#head {
	background: url(../img/page-top.png) 0px 0px no-repeat;
	height: 110px;
	margin-bottom: -33px;
}

#head h1 {
	background: url(../img/logo.gif) 100% 100% no-repeat;
	float: left;
	margin: 0;
	padding: 14px 0 0 32px;
}

#head h1 a {
	display: block;
	font-size: 1px;
	height: 59px;
	overflow: hidden;
	text-indent: -10000in;
	width: 100px;
}

/* @endgroup */

/* @group quickies */

#quickies {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.2em;
	padding-right: 38px;
	position: absolute;
	right: 0;
	top: 47px;
	z-index: 5;
}

#quickies ul {
	margin: 0;
	padding: 0;
}

#quickies ul ul {
	background: #fefefe;
	border: 1px solid #8b8a8a;
	border-top: 0;
	border-left-color: #eee;
	display: none;
	position: absolute;
	right: 0;
	width: 12em;
}

#quickies li:hover ul, #quickies li.hover ul {
	display: block;
}

#quickies li {
	border-left: 1px solid #8b8a8a;
	display: inline;
	float: left;
	padding: 0 5px 0 5px;
	position: relative;
}

#quickies li li {
	border: 0;
	display: block;
	float: none;
	padding: 0;
}

#quickies a {
	background: url(/files/elematic/en/quickies.gif) 0px 0px no-repeat;
	color: #616060;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -10000in;
}

#page #quickies li li a {
	background: none;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
	text-indent: 0;
	width: auto;
}

#quickies a:hover {
	text-decoration: underline;
}

#quickies #quickies-current a {
	color: #ea0000;
	font-weight: bold;
}

#quickies .go-home {
	border-left: 0;
}

#quickies .go-home a {
	background-position: 0px 0px;
	width: 33px;
}

#quickies #quickies-current.go-home a {
	background-position: -200px 0px;
	width: 33px;
}

#quickies .go-search a {
	background-position: 0px -24px;
	width: 33px;
}

#quickies #quickies-current.go-search a {
	background-position: -200px -24px;
	width: 35px;
}

#quickies .go-sitemap a {
	background-position: 0px -48px;
	width: 39px;
}

#quickies #quickies-current.go-sitemap a {
	background-position: -200px -48px;
	width: 42px;
}

#quickies .go-feedback a {
	background-position: 0px -72px;
	width: 49px;
}

#quickies #quickies-current.go-feedback a {
	background-position: -200px -72px;
	width: 51px;
}

#quickies .go-select_language a {
	background-position: 0px -96px;
	width: 77px;
}

#quickies #quickies-current.go-select_language a {
	background-position: -200px -96px;
	width: 81px;
}

/* @endgroup */

/* @group nav */

#nav {
	clear: both;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 33px;
	line-height: 16px;
	left: 50%;
	position: relative;
}

#nav ul {
	margin: 0;
	padding: 9px 0 0 0;
	position: relative;
	left: -50%;
}

#nav ul ul {
	background: transparent;
	border-bottom: 1px solid #6f7379;
	display: none;
	left: 0;
	padding: 24px 0 0 0;
	position: absolute;
	top: 0;
	width: 160px;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#nav li {
	border-left: 1px solid #6d6e6f;
	display: block;
	float: left;
	padding: 0 12px;
	position: relative;
}

#page #nav li li {
	background: #ebf2f7;
	border-left: 1px solid #e3e7ed;
	border-right: 1px solid #9399a2;
	float: none;
	height: auto;
	padding: 0;
	position: static;
}

#nav li.first {
	border-left: 0;
}

#nav a {
	background: url(/files/elematic/en/nav.gif) 0px 0px no-repeat;
	color: #3e3e3e;
	display: block;
	/*float: left;*/
	overflow: hidden;
	text-decoration: none;
	text-indent: -10000in;
}

#nav li li a {
	background: none;
	padding: 6px 12px;
	text-indent: 0;
}

#nav a:hover {
	text-decoration: underline;
}

#nav #primary-current a {
	color: #bb0104;
	font-weight: bold;
}

/* @endgroup */

/* @group custom nav */

#nav .go-products_solutions a {
	background-position: 0px 0px;
	width: 110px;
}

#nav #primary-current.go-products_solutions a {
	background-position: -200px 0px;
	width: 117px;
}

#nav .go-services_training a {
	background-position: 0px -24px;
	width: 100px;
}

#nav #primary-current.go-services_training a {
	background-position: -200px -24px;
	width: 105px;
}

#nav .go-company_info a {
	background-position: 0px -48px;
	width: 77px;
}

#nav #primary-current.go-company_info a {
	background-position: -200px -48px;
	width: 78px;
}

#nav .go-contact_us a {
	background-position: 0px -72px;
	width: 62px;
}

#nav #primary-current.go-contact_us a {
	background-position: -200px -72px;
	width: 62px;
}

#nav .go-news_events a {
	background-position: 0px -96px;
	width: 82px;
}

#nav #primary-current.go-news_events a {
	background-position: -200px -96px;
	width: 84px;
}

#nav .go-media_center a {
	background-position: 0px -120px;
	width: 78px;
}

#nav #primary-current.go-media_center a {
	background-position: -200px -120px;
	width: 78px;
}

#nav .go-for_investors a {
	background-position: 0px -144px;
	width: 66px;
}

#nav #primary-current.go-for_investors a {
	background-position: -200px -144px;
	width: 70px;
}

#nav .go-select_language a {
	background-position: 0px -168px;
	width: 82px;
}

#nav #primary-current.go-select_language a {
	background-position: -200px -168px;
	width: 87px;
}

/* @endgroup */

/* @group intro */

#intro {
	background: url(../swf/one-stop_supplier.png) 0px 0px no-repeat;
	height: 315px;
	margin-left: 173px;
	margin-top: 33px;
	width: 614px;
}

#intro img {
	display: block;
}

.has-flash #intro {
	background: none;
}

#intro strong {
	display: none;
}

/* @endgroup */

/* @group hot */

#hot, .wide-page #page #hot {
	bottom: 100%;
	color: #282828;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: -425px;
	padding-bottom: 6px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

#hot .content, .wide-page #page #hot .content {
	background: url(../img/floatbox-top.png) 0px 0px no-repeat;
	overflow: hidden;
	padding: 30px 35px 25px 32px;
}

#hot #fsearch, .wide-page #page #hot #fsearch {
	float: left;
	margin: 0;
	width: 450px;
}

#hot #fsearch dl {
	margin: 9px 0 0 0;
}

#hot #fsearch dd {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}

#hot #fsearch .actions {
	display: inline;
	float: left;
	margin: 19px 0 0 18px;
}

#hot #fsearch label {
	background: url(../en/search-from.gif) 0px 0px no-repeat;
	color: #545454;
	display: block;
	font-size: 1px;
	font-weight: bold;
	height: 13px;
	overflow: hidden;
	text-indent: -10000in;
	width: 144px;
}

#page-index #hot #fsearch label {
	color: #282828;
}

#hot #fsearch input {
	background: #fff url(../img/input.gif) 0px 0px no-repeat;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	font-size: 10pt;
	padding: 4px;
	width: 286px;
}

#hot #fsearch button {
	background: url(/files/elematic/en/search.gif) 0px 0px no-repeat;
	border: 0;
	display: block;
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -10000in;
	width: 118px;
}

#hot .headlines {
	float: right;
	width: 441px;
}

#hot .section {
	color: #2a2a2a;
	display: inline;
	float: left;
	font-weight: normal;
	line-height: normal;
	margin-left: 22px;
	width: 125px;
}

#hot .section h3, #hot .section p {
	color: #2a2a2a;
	margin: 0;
	width: 125px;
}

#hot .section h3 {
	font-size: 8pt;
	font-weight: bold;
	height: 2.5em;
}

#hot #recent-news a {
	background: url(../img/miniarrow.gif) 0 0.45em no-repeat;
	display: block;
	font-weight: bold;
	margin-left: -11px;
	padding-left: 11px;
	text-decoration: none;
}

#hot #recent-news a:hover {
	text-decoration: underline;
}

#hot a {
	color: #2a2a2a;
	font-weight: normal;
	text-decoration: underline;
}

#hot h3 a {
	font-weight: bold;
}

#hot .foot, .wide-page #page #hot .foot {
	background: url(../img/floatbox-bottom.png) 0px 0px no-repeat;
	font-size: 1px;
	height: 5px;
}

/* @endgroup */

/* @group info */

#info {
	background: #fff;
	border-bottom: 1px solid #6b6b6b;
	border-right: 1px solid #bdbdbe;
	margin: 0 0 6px 0;
	padding: 25px 20px 24px 20px;
}

#info h2 {
	color: #525252;
	font-size: 16pt;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

/* @endgroup */

/* @group content */

#content { /* @todo add zoom: 1 for ie */
	background: url(../img/1col-box.gif) 0px 100% repeat;
	padding-bottom: 1px;
	height: auto !important;
	height: 328px;
	min-height: 328px;
	margin-top: 10px;
	width: 969px;
}

#content:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* @endgroup */

/* @group boxes */

.box {
	border-top: 1px solid #fefeff;
	display: inline;
	float: left;
	margin-right: 9px;
	width: 314px;
}

.box-head {
	background: url(../img/1col-box.gif) 0px 0px repeat;
	margin-bottom: 14px;
	margin-top: -4px;
	padding: 14px 23px 0 23px;
}

.box-head h2 {
	background: url(../img/title-arrow.gif) 0px 0.55em no-repeat;
	color: #7f7f7f;
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding-left: 16px;
}

.box-content {
	padding: 0 23px 5px 23px;
}

.box-content h3 {
	font-size: 100%;
	font-weight: bold;
}

.box-content .date {
	display: block;
}

/* @endgroup */

/* @group box variants */

#box-about .box-head {
	background: url(../img/1col-box-head-yellow.png) 0px 0px no-repeat;
	height: 26px;
	line-height: 26px;
	margin-left: -1px;
	margin-right: -1px;
	padding: 0 12px;
}

#box-about .box-head h2 {
	background: none;
	color: #3c3c3c;
	font-size: 10pt;
	padding: 0;
}

#box-about h3 {
	font-size: 15pt;
	font-weight: normal;
	line-height: 1;
}

#box-about {
	font-size: 9pt;
}

#box-going-on .box-content {
	padding-right: 15px;
}

#box-going-on .box-content .image {
	display: inline;
	float: right;
	margin-right: -130px;
}

#box-services {
	margin-right: 0;
}

#box-services .box-content {
	padding-left: 122px;
}

#box-services .box-content img {
	display: inline;
	float: left;
	margin-left: -104px;
	margin-right: 10px;
}

#box-services .related {
	height: 69px;
	list-style: none;
	margin: 0 0 1em -101px;
	overflow: hidden;
	padding: 0;
}

#box-services .related li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#box-services .related a {
	background: none;
	display: block;
	padding: 0;
}

#box-services .related img {
	display: block;
	float: none;
	margin: 0;
}

#box-services a, #box-going-on a {
	background: url(../img/more-arrow.gif) 100% 0.45em no-repeat;
	font-size: 105%;
	padding-right: 12px;
}

/* @endgroup */

/* @group sitemap */

.sitemap {
	list-style: disc;
}

.sitemap ul {
	list-style: circle;
	margin: 0;
	padding-left: 36px;
}

.sitemap ul ul {
	list-style: square;
}

.sitemap ul ul ul {
	list-style: circle;
}

.sitemap a {
	color: #545454;
}

/* @endgroup */

/* @group foot */

#foot {
	background: #fefeff;
	border-top: 1px solid #cbcbcb;
	clear: both;
	color: #7c7c7c;
	font-size: 8.5pt;
	margin: 29px 0 0 11px;
	padding: 10px 0;
	text-align: center;
	width: 938px;
}

#foot p {
	margin: 0;
}

#foot a {
	color: #7C7C7C;
}

/* @endgroup */

/* @group forms */

#content form dl {
	overflow: hidden;
}

#content form dt {
	clear: left;
	float: left;
	padding: 1px 0;
	width: 33%;
}

#content form dt label {
	display: block;
}

#content form dd {
	float: left;
	margin: 0;
	padding: 1px 0;
	width: 65%;
}

#content form .actions {
	overflow: hidden;
	padding-left: 33%;
}

#content form .actions button.reset, #content form .actions button.sign-up {
	background: url(/files/elematic/en/reset.gif) 0px 0px no-repeat;
	border: 0;
	display: inline;
	float: left;
	height: 28px;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -10000in;
	width: 81px;
}

#content form .actions button.sign-up {
	background: url(/files/elematic/en/sign-up.gif) 0px 0px no-repeat;
	width: 104px;
}

.ngformError input, .ngformError textarea{

border: 1px solid red;

}

/* @endgroup */

/* @group search-suggest */

#search-suggest-box {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  list-style-type: none;
  margin: 27px 0 0 0;
  padding: 1px 1px 0 1px;
  z-index: 1000001;
  display: none;
  opacity: 0;
  text-align: left;
  line-height: 1;
}

#search-suggest-box li {
  margin: 0 0 1px 0;
  padding: 5px;
  cursor: default;
}

#search-suggest-box li:hover, #search-suggest-box li.selected {
  background: #f5d620;
  color: #000;
}

/* @endgroup */