@charset "utf-8";

html {
    min-height: 100%;
    position: relative;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #58595b;
	line-height: 140%;
	height: 100%;
	background: url(../images/pattern.png);
}

div, ul, li, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

ul, li {
	margin-left: 10px;
	font-size: 0.9em;
}

H1 {
	font-size: 1.4em;
	color: #58595b;
	padding-left: 32px;
}

H2 {
	font-size: 1.4em;
	color: #e75608;
	padding-left: 32px;
}

H3 {
	font-size: 0.9em;
}

p {
	font-size: 0.8em;
}

a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #58595b;
	text-decoration: none;
}

a:hover {
	color: #e75608;
}

.clear {
	clear: both;
}

strong {
	font-size: 0.9em;
}

/* header */

#container {
    width: 100%;
}

header {
    width: 100%;
	background: url("../images/header.png") center center no-repeat;
	height: 104px;
	position: absolute;
	top: 0;
	z-index: 3;
	margin: 0 auto;
}

.wrapper {
    width: 999px;
    margin: 0 auto;
}

.logo {
	float: left;
	text-align: left;
	margin-top: 13px;
	margin-left: 25px;
}

ul.menu {
	margin: 34px 0 0 0;
    padding: 0;
    list-style: none;
	text-align: left;
    float: right;
}

ul.menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #636363;
}

ul.menu a:hover {
	color: #e75608;
}

ul.menu li {
	position: relative;
	float: left;
}

ul.menu ul {
	position: absolute;
	top: 25px;
	left: -15px;
	display: none;
	opacity: 0;
	list-style: none;
}

ul.menu ul li {
	position: relative;
	border: 1px solid #c2c2c2;
	font-size: 1em;
	width: 140px;
	margin: 0;
}

ul.menu ul li a {
	display: block;
	padding: 3px 7px 3px;
	background-color: #ebebeb;
}

ul.menu ul li a:hover {
	background-color: #e75608;
	color: #fff;
}

.slider-wrapper { 
	width: 100%;
	height: 530px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.overview {
	background: url("../images/img-overview.jpg") center center no-repeat;
	height: 356px;
	position: relative;
	top: 0;
	z-index: 1;
}

.product-sales {
	background: url("../images/img-product-sales.jpg") center center no-repeat;
	height: 356px;
	position: relative;
	top: 0;
	z-index: 1;
}

.product-logistic {
	background: url("../images/img-product-logistic.jpg") center center no-repeat;
	height: 356px;
	position: relative;
	top: 0;
	z-index: 1;
}

.product-support {
	background: url("../images/img-product-support.jpg") center center no-repeat;
	height: 356px;
	position: relative;
	top: 0;
	z-index: 1;
}

.success {
	background: url("../images/img-success.jpg") center center no-repeat;
	height: 356px;
	position: relative;
	top: 0;
	z-index: 1;
}

.career {
	background: url("../images/img-career.jpg") center center no-repeat;
	height: 356px;
	position: relative;
	top: 0;
	z-index: 1;
}

.contact {
	background: url("../images/img-contact.jpg") center center no-repeat;
	height: 356px;
	position: relative;
	top: 0;
	z-index: 1;
}

.content {
	position: relative;
	top: -90px;
	width: 999px;
	height: auto;
	background: #f1f2f2;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	float: left;
	text-align: left;
	z-index: 3;
        padding-bottom: 30px;
}

.shadow {
	position: absolute;
	bottom: -36px;
	background: url("../images/shadow.png") no-repeat bottom center;
	width: 999px;
	height: 36px;
}

.prod {
	width: 281px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	float: left;
	text-align: left;
}

.prod a {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.prod a:hover {
	opacity: 100;
	filter: alpha(opacity = 100);
}

.line {
	border-right: 1px #c2c2c2 solid;
	width: 25px;
	height: 225px;
	float: left;
	text-align: left;
}

.cont-txt {
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.title {
	float: left;
	text-align: left;
	width: 220px;
}

.breadcrum {
	float: right;
	text-align: right;
	font-size: 0.75em;
	color: #959595;
}

footer {
	position: absolute;
        bottom: 0;
	width: 100%;
	background: url("../images/footer.jpg") #df0024 no-repeat bottom center;
	height: 38px;
}

.copy {
	font-size: 0.7em;
	color: #000;
	margin-top: 9px;
	float: left;
	text-align: left;
        margin-left: 25px;
	text-transform: uppercase;
	width: 250px;
}

.sitelink {
	text-transform: uppercase;
        float: right;
	text-align: right;
        margin-right: 3px;
}

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

.sitelink ul li {
	float: left;
	margin: 8px 25px 0 0;
	position: relative;
}

.sitelink ul li a {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.87em;
	color: #000;
}

.sitelink ul li a:hover {
	color: #fff;
}

.solid {
	border-bottom: 1px #c2c2c2 solid;
}

.address {
	float: left;
	text-align: left;
	font-size: 0.9em;
	width: 400px;
}

.form {
	float: left;
	text-align: left;
	width: 545px;
}

table, td {
	font-size: 0.9em;
}

input, textarea, select, option .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 0.9em;
  color: #33653b;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input, textarea, select, option {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
    resize: none;
}

button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

button:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

button:focus {
  outline: 1px dotted #666;
}

button.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.product {
	float: left;
	text-align: left;
	width: 316px;
}

.blok {
	text-align: center;
	background: #e75608;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px 6px -6px #acacac;
    -moz-box-shadow: 0 8px 6px -6px #acacac;
    box-shadow: 0 8px 6px -6px #acacac;
}

.pic {
	border-bottom: 1px #c2c2c2 solid;
	margin-bottom: 15px;
	text-align: center;
}

.suc {
	float: left;
	text-align: left;
	background: #fff;
	height: 410px;
	margin-bottom: 30px;
	padding: 20px;
	width: 390px;
	margin-right: 40px;
	box-shadow: 2px 2px 5px #d7d7d7;
}

.suc H3 {
	color: #58595b;
	font-size: 1em;
	line-height: 32px;
	text-transform: uppercase;
}

.suc .date {
	float: left;
	text-align: left;
	font-size: 0.75em;
	color: #959595;
	margin-bottom: 20px;
}

.suc .image {
	margin-bottom: 20px;
}

.suc .dot {
	border-bottom: 1px #c2c2c2 dotted;
	margin-top: 10px;
}

.suc .pdf {
	float: left;
	text-align: left;
	margin-top: 15px;
}

.suc .pdf a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #58595b;
	text-decoration: none;
}

.suc .pdf a:hover {
	color: #e75608;
}

.suc .read {
	float: right;
	text-align: right;
        margin-top: 5px;
}

.suc .read a {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.suc .read a:hover {
        opacity: 100;
	filter: alpha(opacity = 100);
}

.paging {
    margin-top: 10px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    text-decoration: none;
    color: #58595b;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #e75608;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(182,68,6, .5);
    color: #f0f0f0;
    /*text-shadow: 0px 0px 3px rgba(0,0,0, .5);*/
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.news {
        width: 949px;
}

.news .image {
        float: left;
        text-align: left;
	width: 300px;
        margin-right: 10px;
}

.news .txt {
        float: left;
        text-align: left;
	width: 630px;
}

.news .txt H3 {
	color: #58595b;
	font-size: 1em;
	line-height: 32px;
	text-transform: uppercase;
}

.news .txt .date {
	float: left;
	text-align: left;
	font-size: 0.75em;
	color: #959595;
}

.news .txt a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #e75608;
	text-decoration: none;
}

.news .txt a:hover {
	color: #ff0000;
}

.news .dot {
	border-bottom: 1px #c2c2c2 dotted;
	margin-top: 20px;
        margin-bottom: 20px;
}

.car_lf {
	float: left;
	text-align: left;
	width: 250px;
}

.car-rg {
	float: left;
	text-align: left;
	width: 680px;
}

.car_lf .other {
	width: 200px;
	background: #fff;
	box-shadow: 2px 2px 5px #d7d7d7;
	padding: 5px;
}

.car_lf .other .txt {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
}

.car_lf .other .txt .title {
	color: #0085c3;
	font-size: 1em;
	margin-bottom: 10px;
}

.car_lf .other .txt .date {
	font-size: 0.75em;
	color: #959595;
}

.car_lf .other .txt .dot {
	border-bottom: 1px #c2c2c2 dotted;
	margin-top: 5px;
	margin-bottom: 5px;
}

.car_lf .other .txt .link a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #58595b;
	text-decoration: none;
}

.car_lf .other .txt .link a:hover {
	color: #e75608;
}

.car-rg H3 {
	color: #58595b;
	font-size: 1em;
	line-height: 32px;
	text-transform: uppercase;
}

.car-rg .date {
	font-size: 0.8em;
	color: #959595;
}

.car-rg .txt {
	margin-top: 20px;
       	font-size: 0.9em;
}