@CHARSET "UTF-8";

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,object,embed,p,blockquote,fieldset,input,table,td,th
  {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #8b8b8b;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 16px;
  font-weight: normal;
}

h2 {
  font-size: 12px;
  font-weight: bold;
}
h3 {
  font-size: 11px;
  font-weight: normal;
}
h4 {
  font-size: 10px;
  font-weight: normal;
}

p.title {
  font-weight: bold;
}

p.more {
  text-align: right;
}

p.back {
  text-align: left;
  clear: both;
}

p.zoom {
  text-align: right;
}

p.zoom a {
  text-decoration: none;
}

hr.line {
  border: none;
  border-top: 1px solid #e0e0e0;
  height: 0px;
  margin-bottom: 15px;
}

.horizontal_line {
  border-bottom: 1px solid #e0e0e0;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
  margin: auto;
  clear: both;
}

html {
  position: absolute;
  height: 100%;
  width: 100%;
}

body {
  background: url("/images/background_body.png") repeat-x top #f3f3f3;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #5b5b5b;
}

#top_container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

#bottom_container {
  width: 100%;
  overflow: hidden;
}

#container {
  background: url("/images/logo.png") no-repeat 20px 20px;
  width: 940px;
  margin: auto;
}

#header {
  height: 100px;
  overflow: hidden;
}

#logo{
  float: left;
}

#logo a{
  display: block;
  width: 175px;
  height: 62px;
  margin-top: 20px;
  margin-left: 35px;
}

#logo a span{
  display: none;
}

#main_content {
  width: 100%;
  overflow: hidden;
}

#footer {
  width: 940px;
  height: 90px;
  margin: auto;
}

#menu_bottom {
}

#menu_bottom ul {
  float: left;
  margin-left: 5px;
  /*IE6 bugs*/
  _display: inline;
}

#menu_bottom ul li {
  float: left;
  list-style: none;
  background: url("/images/menu_bottom_line.png") no-repeat 0px 22px;
  /*  display: inline; */
}

#menu_bottom ul li:first-child {
  background: none;
}

#menu_bottom a {
  margin-right: 20px;
  margin-left: 20px;
  line-height: 48px;
  color: #8b8b8b;
  font-size: 11px;
  text-align: center;
}

#menu_bottom a:hover {
  color: #8b8b8b;
}

#copyright {
  float: right;
  margin-right: 25px;
  line-height: 48px;
  color: #aeaeae;
  font-size: 11px;
  /*IE6 bugs*/
  _display: inline;
}
#copyright a{
  color: #aeaeae;
}

#tel_fax {
  float: left;
  margin-top: 10px;
  margin-left: 25px;
  line-height: 20px;
  color: #939393;
  font-size: 11px;
  /*IE6 bugs*/
  _display: inline;
}

#created {
  float: right;
  margin-top: 10px;
  margin-right: 25px;
  line-height: 20px;
  color: #b8b8b8;
  font-size: 11px;
  /*IE6 bugs*/
  _display: inline;
}
#created a{
  color: #b8b8b8;
}

#error_404 {
  text-align: center;
  margin: 50px 0;
}

