/* -------------------- colors ----------------------------------------

basic orange   #fd6126
*/

/* -------------------- body & all ---------------------------------------- */

* {margin: 0; padding: 0; border: 0;}

html {height: 100%;}

body {height: 100%;}

body {color: #000;
  background: #fff url(../../engine/img/bg.gif) no-repeat top center;
  font: 100.1% Arial, sans-serif;}

#container {min-height: 100%;
  position: relative;}


/* -------------------- basic structure ---------------------------------------- */

#left {width: 45%;
  float: left;
  padding-top: 210px;}

img#logo {float: right;}

ul#nav {width: 140px;
  float: right;
  clear: right;
  list-style: none;
  padding-top: 7px;}

ul#nav li {float: left;
  clear: left;}

#lang {width: 500px;
  height: 29px;
  float: left;
  font-size: 60%;
  text-align: right;
  text-transform: uppercase;
  padding: 252px 0 0 20px;}

.text {width: 450px;
  /* background: url(../../engine/img/vertical.gif) no-repeat top left; */
  float: left;
  font-size: 85%;
  line-height: 160%;
  padding: 0 0 42px 20px;
  margin-top: -24px;}
  
#textIndex {padding-bottom: 0;}

#linkToScheme {float: right;
  margin-right: 20px;
  cursor: pointer;}

#scheme {width: 88%;
  height: 630px;
  clear: both;}

#contacts {margin-top: 5px;}
  
#finish {height: 70px;
  clear: both;}

.footerImage {width: 32%;
  height: 155px;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: 0;}

#footerIndex {height: 215px;
  background-image: url(../../engine/img/footerIndex.gif);}
#footerServices {background-image: url(../../engine/img/footerServices.gif);}
#footerPartners {height: 215px;
  background-image: url(../../engine/img/footerPartners.gif);}
#footerClients {background-image: url(../../engine/img/footerMain.gif);}
#footerContacts {background-image: url(../../engine/img/footerContacts.gif);}

#footerLeft {width: 45%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;}
  
#footerRight {width: 55%;
  height: 75px;
  position: absolute;
  right: 0;
  bottom: 0;}

a#paprika {display: block;
  width: 115px;
  height: 55px;
  float: right;
  background: url(img/paprika.gif);}

a#paprika:hover {background: url(img/paprikaHover.gif);}


/* -------------------- text ---------------------------------------- */

h3 {margin-top: 12px;}
h3.first {margin-top: 0;}

p {margin-bottom: 12px;}

.important {color: #f47f46;
  font-weight: bold;}

img.photo {margin: 24px 0;}

img.map {margin: 6px 0 0px;}


/* -------------------- links ---------------------------------------- */

a {color: #000;}
a:hover {color: #f47f46;}
a span {color: #000;}

#lang a {color: #777;}
#lang a:hover {color: #f47f46;}
#lang a span {color: #777;}
#lang a:hover span {color: #000;}

a.photo {text-decoration: none;
  background: url(../../engine/img/dashed.gif) bottom repeat-x;}

a.photo:hover {color: #000;
  background: url(../../engine/img/dashedHover.gif) bottom repeat-x;}


/* -------------------- lists ---------------------------------------- */

.text ul {list-style: none;
  margin-bottom: 12px;}

.text li {padding-left: 15px;
  background: url(../../engine/img/bullet.gif) no-repeat;}


/* -------------------- tables ---------------------------------------- */

table {width: 100%;
  border-spacing: 0;
  border-collapse: collapse;}

table td {vertical-align: top;}

.clients {margin-top: 10px;
  margin-left: 15px;}

.clients td img {padding: 4px 0 15px;}

.clients td.logos {width: 110px;}


/* -------------------- misc ---------------------------------------- */

img {display: block;
  border: none;}
