body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



*,html {
  font-family: Arial, Verdana;
  margin: 0;
  padding: 0;
  font-size: 100.1%;
}

body {
  background: url('../images/body_bg.jpg') repeat-x;
  width: 100%;
  color: #727576;
}

img {
  border: 0;
}

.clear {
  clear: both;
  height: 1px;
  width: 0px;
  visibility: hidden;
}

#container {
  margin: 5px auto 0 auto;
  padding: 0;
  width: 880px;
}

#top {
  position: relative;
  font-size: 0.75em;
}

#top a {
  color: #e2001a;
  text-decoration: none
}

#top a:hover {
  text-decoration: underline;
}

#top #logo {
  width: 307px;
  height: 175px;
}

#top #topmenu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 400px;
  height: 30px;
  text-align: right;
  padding: 8px 0 0 0;
}

#top #short_contact {
  position: absolute;
  left: 515px;
  top: 95px;
  width: 400px;
  height: 50px;
  padding: 0 0 0 40px;
  background: url('../images/tel.gif') no-repeat 0 4px;
}


#info {
  width: 880px;
  height: 318px;
  color: #fff;
  line-height: 1.4em;
  position: relative;
}

#info a {
  color: #fff;
  text-decoration: none;
}

#info a:hover {
  text-decoration: underline;
}

#info #contact {
  padding: 60px 0 0 0;
}

#info #topimage {
  position: absolute;
  right: 0;
  top: 30px;
}

#content {
  font-size: 0.8em;
}

#content h1 {
  font-size: 1.6em;
  padding: 0 0 20px 0;
}

#content h2 {
  font-size: 1.4em;
  padding: 0 0 20px 0;
  color: red;
}

#content h3 {
  font-size: 1.2em;
  padding: 0 0 10px 0;
}

#content p {
  padding: 0 0 30px 0;
  line-height: 1.4em;
}

#content a {
  color: #e2001a;
  text-decoration: none
}

#content a:hover {
  text-decoration: underline;
}


#content ul {
  padding: 5px 0 15px 0;
  
}



#content ul li {
  padding-left: 20px;
  line-height: 1.4em;
  font-weight: bold;
}

#content ul li li {
  font-weight: normal;
  background: url('../images/list.gif') no-repeat 5px 7px;
}


#con_left {
  float: left;
  width: 625px;
}

#con_right {
  float: left;
  width: 255px;
}


#bottom {
  height: 100px;
}
