/**********************************************************
* General settings
**********************************************************/

html, body, div, form, ul, input, textarea, dl, dt, dd, table, tr, td, li, h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS, Helvetica, sans-serif;
   font-size: 12px;
   color: #343434;
}

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}




/**********************************************************
* Main blocks
**********************************************************/

body {
   background: url(../gfx/bgBody.gif) #191924;
}

.siteContainer {
   position: relative;
   top: 12px;
   width: 977px;
}

#header {
   position: relative;
   height: 233px;
   /*background: url(../gfx/header.jpg) top left no-repeat;*/
}
   #logo {
      position: absolute;
      top: 13px;
      left: 21px;
      z-index: 50;
   }
   #header ul {
      position: absolute;
      top: 30px;
      right: 4px;
      z-index: 40;
   }
      #header ul li,
      #header ul a {
         float: left;
         display: inline;
      }
      #header ul a {
         padding: 3px 10px;
	      font-family: Bookman Old Style, Times New Roman, Times, serif;
	      font-size: 18px;
	      font-weight: normal;
         color: #ffffff;
         text-decoration: none;
      }
         #header ul a:hover,
         #header ul .active a {
            color: #8dd8f8;
         }
   
   #headerImage {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      height: 169px;
      width: 774px;
   }
   #headerTop {
      position: absolute;
      top: 0;
      width: 100%;
      height: 132px;
      background: url(../gfx/bgHeaderTop.gif) top left no-repeat;
   }
   #headerBottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100px;
      border-bottom: 1px solid #e8e8ea;
      background-color: #eeeef1;
   }
      #headerBottom h2 {
         position: absolute;
         left: 12px;
         bottom: 4px;
         font-family: Bookman Old Style, Times New Roman, Times, serif;
         font-size: 22px;
         font-weight: bold;
         color: #636465;
      }

#main {
	border-top: 15px solid #ffffff;
   background: url(../gfx/bgLeftColumn.gif) top left repeat-y #ffffff;
}
   #left,
   #right {
      float: left;
      display: inline;
   }
      #left ul {
         list-style: none;
         width: 202px;
      }
         #left li {
               float: left;
               display: inline;
            width: 186px;
            padding: 8px;
            background: url(../gfx/subMenuSeperator.gif) left bottom no-repeat;
         }
         #left ul a {
            display: block;
            padding: 4px;
	         font-family: Bookman Old Style, Times New Roman, Times, serif;
	         font-size: 16px;
	         font-weight: normal;
	         color: #5b5c5e;
	         text-decoration: none;
         }
            #left ul a:hover,
            #left ul .active a {
               color: #67caf4;
            }
         #left ul ul {
            margin-left: 12px;
            width: 166px;
         }
            #left ul ul li {  /* width:203px; -16 -8 -12 -10 */
			      float: left;
			      display: inline;
               width: 156px;
               padding: 0;
               padding-left: 10px;
               background: url(../gfx/bulletSubMenu.gif) 0 10px no-repeat;
            }
               #left ul ul li.active {
                  background: url(../gfx/bulletSubMenuActive.gif) 0 10px no-repeat;
               }
            #left ul .active ul a,
            #left ul ul a {
               float: left;
               display: inline;
               width: 150px;
               padding: 3px;
				   font-family: Trebuchet MS, Helvetica, sans-serif;
				   font-size: 13px;
				   color: #333335;
            }
               #left ul .active ul a:hover,
               #left ul .active ul .active a {
                  color: #67caf4;
               }
         
   #left {
      width: 203px;
      border-top: 1px solid #e5e5e7;
   }
   #right {
      width: 774px;
   }
      #content,
      .contentColumn {
         padding: 8px 18px 0 18px;
      }
      .contentColumn {
         float: left;
         display: inline;
         width: 351px;
      }


#footer {
   position: relative;
   height: 140px;
}
   #mainBottom {
      height: 42px;
      margin-right: 18px;
      padding-top: 18px;
      text-align: center;
      background-color: #ffffff;
   }
      #mainBottom img {
         display: inline;
         margin: 0 6px;
      }
   #mainBottomRight {
      position: absolute;
      height: 60px;
      right: 0;
      top: 0;
   }
   #contactData {
      padding: 8px;
   }
   #contactData,
   #contactData a {
	   font-family: Bookman Old Style, Times New Roman, Times, serif;
	   font-size: 13px;
	   font-weight: bold;
	   color: #ffffff;
   }
      #contactData #qforma {
         float: right;
         color: #bdbdbd;
         text-decoration: none;
      }

