html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  color: #666;
}

a:link,
a:visited {
  color: #1F81C9;
  text-decoration: none;
}

a:active,
a:hover {
  color: #1F81C9;
  text-decoration: underline;
}

h2 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #2B2B2B;
  font-size: 1em;
  text-transform: uppercase;
}

p {
  margin: 10px 0;
}

a {
  border: none;
}

#container {
  width: 960px;
  min-height: 750px;
  background: url(../images/back.png) no-repeat top left;
}
* html #container {
  height: 750px;
}

#header {
  height: 150px;
  background: url no-repeat bottom right;
}

#header h1 {
  position: absolute;
  top: 30px;
  left: 100px;
  width: 200px;
  margin: 0;
  background: url(../images/logo.png) no-repeat top left;
}

#header h1 a {
  display: block;
  height: 110px;
}

#header span {
  display: none;
}

#header ul.menu {
  float: right;
  width: 640px;
  height: 22px;
  margin: 90px 0 0 0;
  padding: 8px 0 0 0;
  background: url(../images/topmenu.png) no-repeat top left;
  text-align: right;
  text-transform: uppercase;
  list-style: none;
  color: white;
}

#header ul.menu li {
  display: inline;
  margin: 0 20px 0 0;
}

#header ul.menu a {
  color: white;
}

#top-home {
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  width: 60px;
  height: 22px;
  margin: 0;
  padding: 8px 0 0 20px;
  background: url(../images/tophome.png) no-repeat top left;
  text-align: left;
}

#left {
  float: left;
  width: 180px;
  margin: 0 0 0 120px;
}
* html #left {
  margin-left: 60px;
}

#main {
  min-height: 345px;
}
* html #main {
  height: 345px;
}

#left ul {
  margin: 0 0 0 15px;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
}
#left li {
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  background: url(../images/dot.gif) repeat-x bottom left;
}

#body {
  float: left;
  width: 420px;
  margin: 0 0 0 20px;
}

#body h2 {
  margin-bottom: 18px;
  padding-bottom: 8px;
  background: url(../images/dot.gif) repeat-x bottom left;
}

#right {
  float: left;
  width: 200px;
  margin: 0 0 0 20px;
}

#right h2 {
  margin-bottom: 10px;
  padding-bottom: 8px;
  background: url(../images/dot.gif) repeat-x bottom left;
}

#footer {
  padding-top: 40px;
}

#footer ul.menu {
  float: right;
  width: 640px;
  height: 22px;
  margin: 0;
  padding: 8px 0 0 0;
  background: url(../images/bottommenu.png) no-repeat top left;
  text-align: right;
  text-transform: uppercase;
  list-style: none;
  color: white;
}

#footer ul.menu li {
  display: inline;
  margin: 0 20px 0 0;
}

#footer ul.menu a {
  color: white;
}

#bottom-home {
  display: block;
  float: left;
  width: 60px;
  height: 22px;
  margin: 0;
  padding: 8px 0 0 20px;
  background: url(../images/bottomhome.gif) no-repeat top left;
  text-align: left;
  text-transform: uppercase;
}

#bottom-home a {
  color: white;
}

#footer span {
  margin-right: 3px;
  color: #1F81C9;
  text-transform: uppercase;
}

#footer .copy {
  margin: 0 0 0 105px;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}

#footer ul.contact {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}

* html #footer ul.contact {
  padding: 5px 0 0 0;
}

#footer li.tel {
  float: left;
  width: 105px;
  margin: 0 0 0 105px;
}

* html #footer li.tel {
  margin: 0 0 0 55px;
}

#footer li.fax {
  float: left;
  width: 110px;
}

#footer li.address {
  float: left;
}

#footer li.email {
  float: right;
}
#footer li.email a {
  color: #666;
}

#footer .partners {
  clear: both;
  height: 60px;
  background: url(../images/partners.png) no-repeat bottom right;
}


.clear {
  clear: both;
}

.news .item {
  margin: 0 0 15px 0;
}

.news .item .date {
  color: #1F81C9;
  font-weight: bold;
}

.news .item .more {
  text-align: right;
}
