* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 10px;
  font-family: Arial, sans-serif;
}

ul, ol {
  list-style: none;
}

img {
  border: none;
}

div#sensor {position: absolute; left: 0; top: -1em; visibility: hidden; width: 100%; height: 1em; line-height: 1em;}

#layout {
  margin: 0 auto;
  min-width: 1001px;
  max-width: 1600px;
  width: 100%;
}

* html div#layout {width: expression( ( document.getElementById('sensor') && document.getElementById('sensor').clientWidth < 1001 ) ? '1001px' : '100%' );}

/*=Headeing*/

#heading {
  position: relative;
  padding: 0 0 0 ;
  width: 100%;
  min-height: 80px;
}
/*=Headeing->=Logo*/

#heading #logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 0 0;
  width: 20%;
  text-align: center;
}

* html body #heading #logo {/*special for IE6*/

}
/*=Headeing->=MainMenu*/

#heading #mainMenu {
  float: left;
  width: 80%;
  margin: 0 0 0 20%;
  background: #f28300 url(images/heading-orange.jpg) repeat-x scroll left bottom;
}

* html body #heading #mainMenu {/*special for IE6*/
  float: none;
}

#heading div.shell {
  float: left;
  padding: 10px 0 0;
  width: 100%;
  background: transparent url(images/heading-orange-lb.gif) no-repeat scroll left bottom;
}
/*=Headeing->=Search*/

#heading #search {
  display: inline;
  position: relative;
  float: right;
  margin: 30px 0 0;
  width: 225px;
  line-height: 1;
  vertical-align: top;
}

#search input.q {
  margin: 0 5px 0 0;
  padding: 2px 0;
  width: 180px;
  border: solid 1px #c0c0c0;
  vertical-align: top;
  font-size: 1.4em;
  color: #c0c0c0;
}

#search input.s {
  vertical-align: top;
}
/*Container*/

#container {
  display: inline;
  float: right;
  position: relative;
  width: 100%;
}


#container #robot {
  position: absolute;
  left: 77%;
  bottom: 0;
  width: 23%;
  text-align: right;
  overflow: hidden;
}

 #offerBottom div {

  font-size: 1.4em;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  text-align: left;
}


 #offerBottom div a {
  display: block;
  font-size: 1.1em;
  font-style: normal;
  text-decoration: none;
}

#offerBottom div a b {
  font-size: 1.2em;
  font-weight: normal;
}

#offerBottom div a:link, #offerBottom div a:visited {
  color: #000 !important;
}

#container a:link, #container a:visited {
  color: #036;
}
/*=Content->=Content*/

#content {
  display: inline;
  float: right;
  position: relative;
  margin: 20px 0 0;
  width: 57%;
}

/*=Content->=MainContent*/

#mainContent {
  margin: 0 auto 3em;
  width: 95%;
  font-size: 1.4em;
  line-height: 1.4;
  overflow: hidden;
}

#mainContent h1 {
  font-size: 1.6em;
  font-family: Georgia, serif;
}

#mainContent p, #mainContent ul {
  margin: 1em 0;
}

.imgCenter {
  text-align: center;
}

#mainContent ul li {
  padding: 0 0 0 25px;
  background: url(images/dashBl.gif) no-repeat 7px 0.7em;
}

#mainContent a:hover, #mainContent a:active {
  color: #f03;
}

 #mainContent a:visited {
   color: #551a8b;
 }

#mainContent ul ul {
  margin: 0 0 0 2em;
}

#mainContent strong, #mainContent b {
  font-weight: normal;
  font-style: italic;
}

#content h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 1.4em 0 0.5em;
}


#content table.new {
  border-color: #dad6d6;
  border-style: solid none solid solid;
  border-width: 1px;
  width: 100%;
}

#content table.new tr.first td {
  padding-top: 5px;
}

#content table tr.last td {
  padding-bottom: 5px;
}


#content .new th {
  background: #ecf3db;
  border-color: #dad6d6;
  border-style: none solid solid none;
  border-width: 1px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

#content .new td {
  border-color: #dad6d6;
  border-style: none solid none none;
  border-width: 1px;
  line-height: 1.5;
}

#content .new tr:hover {
  background: #ecf3db;
  cursor: default;
}

#content .new tr.delim td, #content .new tr.delim-first td {
  border-top-style: solid;
  border-bottom-style: solid;
  padding-bottom: 2px;
  padding-top: 5px;
}

#content .new tr.delim-first td {
  border-top-style: none;
}


#content .new tr.delim:hover, #content .new tr.delim-first:hover {
  background: #fff;
}


html > body #content .new td {
  padding-left: 5px;
  text-align:center;
}

html > body #content .new td:first-child {
  text-align:left;
}

*html .new .tdLeft td {
  text-align: left;
}

/*=Content->=Wrapper->=SideBarSecond*/

#sideBarSecond {
  display: inline;
  float: left;
  position: relative;
  width: 18.75%;
  margin: 30px 0 350px 0;
}

#sideBarSecond div.shell {
  width: 100%;
}

#sideBarSecond div.shell img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 0;
}

#sideBarSecond div.shell img.gorM {
  padding: 10px 10px 0 0;
}

#sideBarSecond div.offer {
  margin: 5px 0 0;
  padding: 0 5px 20px 10px;
  border-bottom: 2px solid #d0cec2;
  text-align: left;
  background: #f8f8f8;
}

#sideBarSecond a:link, #sideBarSecond a:visited {
  font-size: 1.7em;
  font-family: Georgia, serif;
  font-style: italic;
  color: #488C03;
}

#sideBarSecond a:hover, #sideBarSecond a:active {
  color: #f03;
}


#sideBarSecond p {
  margin: 6px auto;

  font-size: 1.3em;
  font-style: italic;
  text-align: left;
}

#sideBarSecond p.attention {
  margin: 7px 0 0;
  width: 95%;
  color: #F92436;
}

#leftCollOff {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 5px 0 20px;
  font: italic 1.4em/2 Georgia, serif;
}

*html #leftCollOff { /*special for IE6*/
  margin: 0 0 -1px 0;
}


#leftCollOff a:link b, #leftCollOff a:visited b {
  font-size: 1.3em;
  font-weight: normal;
}

#leftCollOff a:link,#leftCollOff a:visited {
  font-size: 1em;
  font-style: normal;
  line-height: 1.5;
  text-decoration: underline;
  color: #c60;
}

b.colored {
  color: #000;
 *background: url(images/c60.gif) repeat-x left 1em;
}

span.colored {
  color: #000;
 *background: url(images/c60.gif) repeat-x left 1.1em;
}

#leftCollOff img {
  margin: 0 auto;
  vertical-align: bottom;
}
/*=SideBar*/

#sideBar {
  display: inline;
  float: right;
  position: relative;
  margin: 0 1% 440px 0;
  width: 22%;
}

#sideBar div.shell {
  display: inline;
  float: right;
  position: relative;
  margin: 0;
  width: 210px;
}

#sideBar ul#pictograms {
  padding: 20px 10px 20px 0;
  text-align: right;
}

#sideBar ul#pictograms li {
  display: inline;
  padding: 0 0 0 20px;
}

#sideBar #contacts {
  font-size: 1.4em;
  padding: 0 0 1em;
}

#sideBar #contacts img {
  padding: 0 0 0.8em;
}

#sideBar #contacts a:link, #sideBar #contacts a:visited {
  color: #1B9FF1;
  padding: 0 0 0 5px;
}

#sideBar #contacts a:hover, #sideBar #contacts a:active {
  color: #f03;
}


#sideBar #duty {
  background: transparent url(images/clock.gif) no-repeat scroll left 0.15em;
  font-size: 1.4em;
  padding: 0 0 2em 20px;
}

#sideBar #organisations {
  margin: 0 0 20px 10px;
  text-align: left;
}

#sideBar #sale p.special {
  z-index: 2;
  font-size: 2em;
  font-family: Georgia, serif;
  margin: 0 0 0.4em 5px;
}

#sideBar #sale p.special em {
  font-size: 0.8em;
  font-style: italic;
}

#sideBar #sale p.special img {
  margin: 10px 0 0 5px;
}

#sideBar #sale table {
  color: #333;
  font-size: 1.3em;
  padding: 16px 0 0;
  margin: 0;
  line-height: 1.4;
}

#sideBar #sale table p {
  padding: 0 0 0 10px;
}

#sideBar #sale table col#c1 {
  width: 90px;
  text-align: left;
}

#sideBar #sale table img {
  padding: 0 10px 0 0;
}

#sideBar #sale table td:first-child {
  width: 90px;
  text-align: left;
}

#sideBar #sale table td {
  border-bottom: 2em solid #FFFFFF;
}

#sideBar #sale table a:link, #sideBar #sale table a:visited {
  color: #069;
  font-size: 1.3em;
}

#sideBar #sale table a:hover, #sideBar #sale table a:active {
  color: #f03;
}

#sideBar #sale table span {
  font-size: 1.1em;
  font-weight: bold;
}

#sideBar #sale table span.attention {
  color: #ff5d5b;
  font-size: 1em;
}
/*=Footer*/

#footer {
  clear: both;
  width: 100%;
  font-size: 1.3em;
  line-height: 1.5;
  color: #FFF;
  background: #f08300 url(images/footer.gif) repeat-x scroll left top;
}

#footer div {
  padding: 0 0 0.5em;
  white-space: nowrap;
}

#footer div.shell {
  padding: 1em 20px;
  width: auto;
  height: 100%;
}

#footer div.right {
  float: right;
  margin: auto 0;
}

#footer a {
  color: #F3EE00;
}

#footer img {
  vertical-align: -2px;
}

#footer span.png span {
  display: none;
}

* html #footer span.png img {
  display: none;
}

* html #footer span.png span {
  display: inline;
}