body {
  font-family: arial;
  font-size: 80%;
  text-align: center;
  background: url(img/bg_shadow.png) repeat-y center #fff;
}

#body {
  text-align: left;
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  width: 370px;
  height: 110px;
  position: relative;
  overflow: hidden;
}

h1 span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(img/logo.png) no-repeat;
}

h2 {
  font-weight: normal;
  color: #2A587C;
  font-size: 170%;
  font-family: 'Calibri', 'Arial CE', 'Arial', sans-serif;
  margin: 0 0 10px;
}

h3 {
  margin: 10px 0 10px;
  font-size: 140%;
  font-weight: normal;
  color: #034D7C;
  border-bottom: 1px solid #034D7C;
}

h4 {
  margin: 15px 0 5px;
  color: #07355C;
  font-size: 110%;
}

p {
  margin: 0 0 10px;
}

a {
  color: #00396B;
}

a:hover {
  background-color: #00396B;
  color: #fff;
}

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


#banner {
  height: 125px;
  position: relative;
  top: -37px;
}

#banner span {
  float: left;
  width: 150px;
  height: 125px;
  background: no-repeat #fff;
}

#banner #b1 {
  background-image: url(img/banner1.png);
}

#banner #b1 {
  background-image: url(img/banner1.png);
}
#banner #b2 {
  background-image: url(img/banner2.png);
}
#banner #b3 {
  background-image: url(img/banner3.png);
}
#banner #b4 {
  background-image: url(img/banner4.png);
}
#banner #b5 {
  background-image: url(img/banner5.png);
}
#banner #b6 {
  background-image: url(img/banner6.png);
}

ul#menu {
  margin: 2px 0;
  padding: 0;
  clear: both;
  height: 40px;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 105%;
  position: relative;
  top: -37px;
  z-index: 90;
}

#menu li {
  position: relative;
  float: left;
  margin: 0 2px;
  padding: 0;
  width: 146px;
  list-style: none;
  height: 40px;
  line-height: 40px;
  background: url(img/menu_hl.png) left bottom repeat-x #5985A7;
  text-align: center;
}

#menu li a, #menu li strong {
  text-decoration: none;
  color: #fff;
  font-size: 120%;
  display: block;
  font-weight: normal;
}

#menu li a:hover, #menu li strong {
  background: url(img/menu_hl2.png) left bottom repeat-x #36668A;
}

#menu li:hover ul {
  /* display: block; */
}

#menu ul {
  position: absolute;
  clear: both;
  left: 0px;
  top: 40px;
  display: none;
  font-size: 80%;
  margin: 0;
  padding: 0;
  background-color: #5A85A6;
}

#menu ul li {
  /* height: 30px; */
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#menu ul li a {
  padding: 7px 3px;
  line-height: 140%;
  background: url(img/menu_hl4.png) left bottom repeat-x #5985A7;
}

#menu ul li a:hover {
  background: url(img/menu_hl.png) left bottom repeat-x #5985A6;
}

#content {
  width: 640px;
  padding: 10px 20px;
  margin: 0;
  float: left;
  line-height: 150%;
  position: relative;
  top: -36px;
}

#content.wide {
  width: 860px;
  _width: 890px;
}

#content ul li {
  margin-bottom: 5px;
  list-style: url(img/li_li.png);
}

#sideMenu {
  float: right;
  width: 200px;
}

#sideMenu ul {
  list-style-image: url(img/li.png);
  padding: 0;
  margin: 10px 2px;
  z-index: 99;
}

#sideMenu ul li {
  line-height: 150%;
  border-bottom: 1px solid #E9F6FE;
}

#sideMenu ul li.selected {
  list-style: url(img/li_hl.png);
}

#sideMenu ul li a {
  display: block;
  color: #00396B;
  padding: 5px 0 5px 10px;
}

#sideMenu ul li a:hover, #sideMenu ul li.selected a {
  text-decoration: none;
  color: #0D3756;
  background-color: #EEF4FA;
}

#breadcrumbs {
  margin: 0 0 10px;
  padding: 0 5px 10px;
  color: #00396B;
  line-height: 150%;
  border-bottom: 1px solid #EEF4FA;
  font-size: 90%;
}

#footer {
  clear: both;
  font-size: 85%;
  border-top: 1px solid #3D95BC;
  color: #555;
  text-align: right;
  padding: 5px;
  position: relative;
  top: -6px;
}

#footer p {
  margin: 0 0 5px;
  padding: 0;
  line-height: 150%;
}

#footer a {
  color: #333;
}

#footer a:hover {
  color: #fff;
  background-color: #333;
}

.protection {
  display: none;
}

.contactForm {
  float: right;
  width: 220px;
  padding-left: 20px;
  border-left: 1px solid #ECF2F9;
}

.contactForm p {
  margin: 5px 0;
  line-height: 150%;
}

.contactForm label, #reg label {
  display: block;
  float: left;
  width: 50px;
}

#reg label {
  width: 140px;
}

#reg input {
  width: 200px;
}

.contactForm textarea {
  width: 200px;
  height: 100px;
}

.hint {
  border: 1px solid #dda;
  padding: 5px 10px;
  background-color: #ffd;
}

.inline-error {
  font-size: 85%;
  color: #c00;
  padding: 0;
  line-height: 130%;
  margin: 0 0 10px;
  border-bottom: 1px solid #fdd;
}

.success {
  border: 1px solid #9c9;
  padding: 10px 15px;
  background-color: #dfd;
}

.catalogue {
  margin: 5px 0 10px;
  padding: 3px 10px;
  border-bottom: 1px solid #8EC3ED;
  text-align: right;
  background-color: #F7F9FA;
  line-height: 150%;
}

table.clients {
  width: 500px;
  font-size: 100%;
  text-align: left;
}

table.clients td, .clients th {
  line-height: 150%;
  border: 1px solid #fff;
  border-color: #eee #add #9cc #eee;
  padding: 2px 5px;
}

table.clients td.client, th.client {
  text-align: right;
  width: 300px;
}




