html {
  height: 100%;
}

body {
  margin:0; padding:0;
  background: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

table {
  border-collapse:collapse;
  width:100%;
  font-size:100%;
}

td {
  padding:0;
  vertical-align:top;
}

form {
  padding:0;
  margin:0; 
}

img {
  border:0;
/*  float:left;*/
}

a img {
  border:0;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

p {
  padding: 0;
  margin: 5px 0;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  font-weight: normal;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

#header {
  height: 313px;
  position: relative;
  background: url(/images/splash-background.gif) repeat-x 0 0;
}

#left-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 359px;
  height: 313px;
  background: url(/images/splash-left.gif) no-repeat 0 0;
}

#right-part {
  position: absolute;
  top: 0;
  right: 0;
  width: 440px;
  height: 194px;
  background: url(/images/splash-right.gif) no-repeat 0 0;
}

#logo {
  position: absolute;
  width: 323px;
  height: 41px;
  top: 52px;
  left: 295px;
  background: url(/images/h1.gif) no-repeat 0 0;
  margin: 0;
  padding: 0;
}

*html #logo {
  top: 52px;
  left: 294px;
}

*:first-child+html #logo {
  top: 52px;
  left: 294px;
}

#logo a{
  display: block;
  width: 323px;
  height: 41px;
}

#logo span {
  display: none;
}

#catalog-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 202px;
  left: 220px;
}

#catalog-menu ul li {
  /*display: inline;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
  font-weight: bold;*/
}

#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  /*line-height: 1;*/
}

#nav a {
  display: block;
}

#nav li { /* all list items */
  float: left;
  padding: 5px 7px;
  font-weight: bold;
}

#nav li ul { /* second-level lists */
  position: absolute;
  border-top: 1px solid #70797E;
  border-left: 1px solid #70797E;
  border-right: 1px solid #70797E;
  width: 160px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
  width: 150px;
  background: #A9B8C8;
  border-bottom: 3px solid #70797E;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 5px;
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#catalog-menu a {
  display: block;
  text-decoration: none;
}

#catalog-menu a:hover {
  text-decoration: underline;
}

#catalog-menu a.item1 {
  background: url(/images/item1.gif) no-repeat 0 0;
  display: block;
  width: 49px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item1active {
  background: url(/images/item1-hover.gif) no-repeat 0 0;
  display: block;
  width: 49px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item1:hover {
  background: url(/images/item1-hover.gif) no-repeat 0 0;
}

#catalog-menu a.item2 {
  background: url(/images/item2.gif) no-repeat 0 0;
  display: block;
  width: 73px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item2active {
  background: url(/images/item2-hover.gif) no-repeat 0 0;
  display: block;
  width: 73px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item2:hover {
  background: url(/images/item2-hover.gif) no-repeat 0 0;
}

#catalog-menu a.item3 {
  background: url(/images/item3.gif) no-repeat 10px 0;
  display: block;
  width: 90px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item3active {
  background: url(/images/item3-hover.gif) no-repeat 10px 0;
  display: block;
  width: 90px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item3:hover {
  background: url(/images/item3-hover.gif) no-repeat 10px 0;
}

#catalog-menu a.item4 {
  background: url(/images/item4.gif) no-repeat 30px 0;
  display: block;
  width: 135px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item4active {
  background: url(/images/item4-hover.gif) no-repeat 30px 0;
  display: block;
  width: 135px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item4:hover {
  background: url(/images/item4-hover.gif) no-repeat 30px 0;
}

#catalog-menu a.item5 {
  background: url(/images/item5.gif) no-repeat 0 0;
  display: block;
  width: 60px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item5active {
  background: url(/images/item5-hover.gif) no-repeat 0 0;
  display: block;
  width: 60px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item5:hover {
  background: url(/images/item5-hover.gif) no-repeat 0 0;
}

#catalog-menu a.item6 {
  background: url(/images/item6.gif) no-repeat 0 0;
  display: block;
  width: 100px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item6active {
  background: url(/images/item6-hover.gif) no-repeat 0 0;
  display: block;
  width: 100px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item6:hover {
  background: url(/images/item6-hover.gif) no-repeat 0 0;
}

#catalog-menu a.item7 {
  background: url(/images/item7.gif) no-repeat 25px 0;
  display: block;
  width: 120px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item7active {
  background: url(/images/item7-hover.gif) no-repeat 25px 0;
  display: block;
  width: 120px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 47px;
  height: 22px;
}

#catalog-menu a.item7:hover {
  background: url(/images/item7-hover.gif) no-repeat 25px 0;
}

#footer {
  height: 141px;
  background: url(/images/footer-background.gif) repeat-x 0 0;
}

#corner {
  height: 141px;
  background: url(/images/roof.gif) no-repeat 0 0;
  position: relative;
}

#line1 {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 80%;
  heitgh: 1px;
  border-top: 1px solid #000000;
}

#line2 {
  position: absolute;
  top: 63px;
  right: 0px;
  width: 172px;
  heitgh: 1px;
  border-top: 1px solid #000000;
}

#line3 {
  position: absolute;
  top: 66px;
  right: 0px;
  width: 104px;
  heitgh: 1px;
  border-top: 1px solid #000000;
}

#contact {
  position: absolute;
  width: 330px;
  heitgh: 30px;
  top: 95px;
  left: 314px;
}

#left-col {
  position: absolute;
  top: 320px;
  left: 27px;
  height: 280px;
  border-left: 1px  solid #000000;
}

#left-menu {
  list-style: none;
  margin: 30px 10px;
  font-size: 16px;
  font-style: italic;
}

#left-menu li {
  margin-top: 5px;
}

#left-menu a {
  text-decoration: none;
}

#left-menu a:hover {
  text-decoration: underline;
}

#left-menu a.current {
  text-decoration: underline;
}

#content {
  min-height: 350px;
  padding-left: 215px;
  padding-right: 40px;
}

*html #content {
  height: 350px;
}

#mailform {
margin:5px;
padding:0px;
}
#mailform fieldset {
width:350px;
border:0;
margin:0px;
padding:0px;
}
#mailform legend {
color:#ff6600;
padding-left:10px;
padding-bottom:5px;
font-weight:bold;
}
#mailform label {
margin:0px;
padding:3px;
float:left;
display:block;
width:70px;
text-align:right;
}
#mailform input, #mailform select, #mailform textarea {
background:#ffffff;
width:95%;
display:block;
margin:0px;
/*margin-left:75px;*/
border:#cccccc 1px solid;
font-family: Verdana, sans-serif;
font-size:100%;
}
#mailform input {
/*padding:3px;
width:124px;*/
height: 20px;
}
#mailform select {
background:#cccccc;
padding:3px;
width:133px;
border:0px;
}
#mailform textarea {
height:70px;
/*padding:3px;
width:254px;*/
}
#mailform .submit {
width:100px;
margin-left:5px;
height:25px;
border:#333333 1px solid;
background:#CCCCCC;
/*color:#ffffff;*/
padding:3px;
}

#thumbs {
    color:#212e38;
    text-align: center;
    }
#thumbs table {
    width:auto;
    /*border:10px #CCCCCC solid; border-collapse:separate;*/
    margin: auto;
    }
#thumbs td {
    padding:5px;
    }

#thumbs img {
    border:1px #000000 solid; border-collapse:separate;
}

#fullsize {
    text-align: center;
}
#fullsize img {
    border:10px #CCCCCC solid;
    float:none;
    }
#fullsize #descr {
    text-align: center;
    color:#212e38;
    padding:5px 0 10px 0; margin-top:1px;
    }
#fullsize #descr h3 {
    font-size:100%;
    font-weight:bold;
    }
#rc {
    text-align:right;
    width:10%
    }
#lc {
    padding-right:20px;
    }
#lc ul {
    margin:50px 0 0 0; padding:0;
    list-style-position: inside; list-style-type:square;
    }

#back {
    margin-top:30px;
    font-size:105%;
    text-transform:uppercase;
    font-weight:bold;
    }
#back a {
    /*color:#EFEFEF;*/
    }