body {
  background: #fff url(../img/main_bg.jpg) repeat-y center 0;
  font: 9pt Arial;
  padding: 0;
  margin:  0;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  border: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

ul.reset {
  list-style: none;
  padding:    0;
  margin:     0;
}

ul.reset li {
  float: left;
}

ul.reset li a {
  border-right: 1px solid #fff;
  padding: 0 0.75em;
}

#mainContainer {
  margin: auto;
  padding: 2px 15px;
  width:  950px;
}

#row1 {
  background: #000;
  height: 13px;
}

#row1 .left {
  background: url(../img/top_black_left.gif);
  float: left;
  height: 100%;
  width:  3px;
}

#row1 .right {
  background: url(../img/top_black_right.gif);
  float: right;
  height: 100%;
  width:  3px;
}

#row2 {
  height: 39px;
  padding: 13px 0 12px;
}

#row2 #logo {
  background: url(../img/logo.gif);
  display: block;
  float: left;
  height: 39px;
  margin-left: 23px;
  width:  64px;
}

#row2 .text {
  color: #f00;
  display: inline-block;
  font-weight: bold;
  margin: 2.2em 1em 0;
}

#icons {
  margin-top: 6px;
}

#icons a {
  background: no-repeat center center;
  display: inline-block;
  height:  10px;
  margin-right: 15px;
  padding: 8px;
  width:   11px;
}

#icons #home {
  background-image: url(../img/ico_home.gif); 
}

#icons #sitemap {
  background-image: url(../img/ico_sitemap.gif); 
}

#icons #mail {
  background-image: url(../img/ico_mail.gif); 
}

#row3 {
  background: #d0d0d0 url(../img/top_grey.jpg) no-repeat 0 0;
  display: block;
  height: 205px;
  padding-bottom: 35px;
}

#row4 {
  margin-top: -35px;
}

#contentContainer {
  margin: 45px 0;
  text-align: justify;
}

#contentContainer .left {
  overflow: hidden;
  width: 200px;
}

#contentContainer .left h2 {
  font-size:      14pt;
  font-weight:    normal;
  margin:         1em 0 2em;
  text-align:     center;
  text-transform: lowercase;
}

#contentContainer .right {
  margin: 0 30px 0 0;
  width:  500px;
}

#contentContainer a,
#contentContainer h2,
#textblocks strong {
  color: #d30000;
}

#textblocks li {
  overflow: hidden;
  margin-bottom: 18px;
  padding: 20px 25px 0 40px;
  position: relative;
}

/*
#textblocks strong {
  display: block;
  margin: 20px 0;
}
*/
#textblocks .more {
  border:      none;
  bottom:      10px;
  color:       #000;
  font-weight: bold;
  position:    absolute;
  right:       10px;
}

#box1 {
  background: url(../img/box1.jpg);
  height: 132px;
  margin-right: 14px;
  width:  291px;
}

#box2 {
  background: url(../img/box2.jpg);
  height: 132px;
  width:  295px;
}

#box3 {
  background: url(../img/box3.jpg);
  height: 132px;
  margin-right: 14px;
  width:  291px;
}

#box4 {
  background: url(../img/box4.jpg);
  height: 132px;
  width:  295px;
}

#row4 #columnLeft {
  width: 730px;
}

#row4 #columnRight {
  width: 202px;
}

#row4 #menu {
  background: url(../img/menu_center.gif);
  height:     45px;
}

#row4 #menu .right {
  background: url(../img/menu_right.gif);
  height: 100%;
  width: 3px;
}

#row4 #menu .left {
  background: url(../img/menu_left.gif);
  float:  left;
  height: 100%;
  width: 3px;
}

#row4 #menu li {
  line-height: 35px;
}

#row4 #menu li a {
  color: #fff;
}

#row4 .fake {
  background: url(../img/menu_center.gif);
  float: left;
  height: 35px;
  margin-left: -5px;
  width: 10px;
}

#row5 {
  background:    #000;
  height:        64px;
  margin-bottom: 10px;
  position:      relative;
}

#row5 .left {
  background: url(../img/bottom_left.gif);
  height: 100%;
  width: 3px; 
}

#row5 div.right {
  background: url(../img/bottom_right.gif);
  height: 100%;
  width: 3px; 
}

#row5 ul,
#row5 span {
  position: absolute;
  right: 5px;
}

#row5 li a,
#row5 span {
  line-height: 32px;
}

#row5 ul {
  top: 0;
}

#row5 span {
  bottom: 0;
  color: #666;
}

#row5 li a {
  color: #fff;
}

#row5 .fake {
  background: #000;
  height: 30px;
  width: 10px;
  top: 2px;
  right:0;
  position: absolute;
}

#row6 {
  text-align: center;
  margin-bottom: 8px;
}

#row6 a {
  color: #666;
  font-size: 8pt;
}

