* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial;
  position: relative;
  height: auto !important;
  text-align: center;
  height: 100%;
  min-height: 100%;
}

html {
  height: 100%;
}

a img {
  border: 0;
}

#wrapper {
  text-align: left;
  height: auto !important;
  height: 100%;
}

* html #wrapper {
  position: relative;
}

#top {
  height: 80px;
  background: #a9a9a9;
}

#topleft {
  width: 376px;
  padding-left: 28px;
  height: 80px;
  float: left;
  background: #fff;
}

#topright {
  float: right;
  position: relative;
  width: 395px;
  height: 80px;
  background: url('../img/tube.jpg') no-repeat bottom left;
}

#contact {
  position: absolute;
  top: 28px;
  left: 44px;
  font-size: 14px;
  color: #fff;
}

#phone {
  font-size: 18px;
  color: #fff;
}

#menu {
  clear: both;
  height: 33px;
}

#menu ul {
  float: left;
  list-style: none;
  padding: 6px 0 0 24px;
}

#menu li {
  float: left;
  display: inline;
  margin-right: 56px;
  font-size: 16px;
}

#content ul.cataloglist {
  margin: 0;
  padding:0;
  background: none;
  list-style-type: none;
  padding-right: 20px;
  padding-top: 10px;
}

ul.cataloglist li {
  padding-bottom: 2px;
}

ul.cataloglist li a  {
  display: block;
  padding-left: 3px;
  padding-bottom: 10px;
  border-left: 6px solid #5E9AD0;
  font-size: 16px;
  color: #3D6FB4;
  text-decoration: underline;
  font-family: Verdana;
  font-weight: bold;
}

ul.cataloglist li a:hover {
  border-left: 6px solid #3D6FB4;
  color:  #3D6FB4;
  text-decoration: none;
}

#menu a, #menu a:visited {
  font-family: Tahoma;
  font-size: 12px;
  float: left;
  display: inline;
  color: #000;
  text-decoration: none;
  background: url('../img/menu.gif') 0 60% no-repeat;
  padding-left: 16px;
}

#menu a:hover {
  text-decoration: none;
  background: url('../img/menu1.gif') 0 60% no-repeat;
}

#header {
  clear: both;
  height: 166px;
  background: url('../img/topfon.jpg') repeat-x left top;
}

#headerleft {
  height: 166px;
  float: left;
  width: 325px;
  background: url('../img/paired.jpg') no-repeat left top;
}

#headerright {
  float: right;
  width: 405px;
  height: 166px;
  background: url('../img/factory.jpg') no-repeat right top;
}

#slogan {
  position: relative;
  left: 337px;
  top: 39px;
  font-size: 20px;
  font-family: Tahoma;
  color: #fff;
  letter-spacing: 0.05em;
}

#content {
  clear: both;
  padding-bottom: 60px;
  font-size: 15px;
}

#content .imageintext {
  padding: 2px 2px 2px 2px;
}

#content td {
  font-size: 14px;
}

.text {
  padding-left: 35px;
}

#content h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-left: 35px;
  color: #333;
  background: #fff url('../img/h1.gif') no-repeat left 45%;
}

#content p {
  padding-bottom: 14px;
  font-size: 15px;
}


#footer {
  position: absolute;
  height: 50px;
  font-size: 12px;
  padding-top: 3px;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #999999;
  text-align: right;
  padding-right: 12px;
}

table.products {
  padding-bottom: 10px;
}

table.products td {
  width: 200px;
  text-align: center;
  padding-bottom: 10px;
}

ul.products {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 10px;
  background: none;
}

ul.products em {
  font-size: 13px;
}

ul.products ul {
  list-style-type: none;
  padding-left: 14px;
  font-size: 16px;
}

ul.products li {
  color: #3D6FB4;
  padding-bottom: 4px;
  font-size: 16px;
}

ul.products ul li a {
  font-size: 14px;
}

em.creater {
  font-size: 13px;
}

.products a {
  color: #3D6FB4;
  padding-bottom: 4px;
  font-size: 14px;
}

.products a:hover {
  text-decoration: none;
}

ul.products ul a {
  font-size: 10px;
}