/* CSS Document */
body {
    background: url('images/textur.png');
    text-align: center;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    font-size: 13px;
    color: rgb(88,88,88);
    position: relative;
    margin: 0;
    padding: 60px 0 40px 0;
  }
  a {
    color: rgb(37,37,37);
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  #contain {
      width: 800px;
      margin: 0 auto;
      padding: 0 0 27px 0;
      text-align: left;
      background: rgb(255,255,255) url('images/body-footer.png') repeat-x bottom;
  }
  ul#navigation {     
      padding: 13px 25px;
      margin: 0;    
      background: rgb(242,242,238) url('images/top-ribbon.png');      
  }
  ul#navigation li {
      background: url('images/list.png') no-repeat center left;
      display: inline;
      padding: 0 24px;
  }
  ul#navigation li a {
      color: rgb(194,28,28);
      text-decoration: none;
  }
  ul#navigation li a:hover {
      text-decoration: underline;
  }
  ul#header-middle {      
      padding: 0;
      margin: 0;
      height: 156px;
      background: rgb(255,255,255) url('images/header_un.jpg') no-repeat;
  }
  ul#header-middle li {
      list-style: none;
      margin: 0;
      padding: 8px 40px;
      position: relative; top: 10px;
  }
  p#text-ribbon {
      padding: 0 40px;
      line-height: 36px;
      margin: 0;
      text-align: right;
      background: rgb(242,242,238) url('images/bottom-ribbon.png');  
  }
  #pattern-gradient{
      height: 357px;
      width: 100%;
      background: url('images/top-textur.png') repeat-x;
      position: absolute; top: -3px; left: -43px;
      z-index: -1;
 }
 div#left {
      float: left;
      width: 190px;
      padding: 15px 15px;      
 }
 .cleaner {
      width: 1px;
      height: 1px;
      line-height: 1px;
      font-size: 1px;
      clear: both;
 }
 ul.menu {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
 }
 ul.menu li {
    list-style: none;
    padding: 6px 8px;
    margin: 0;
    font-size: 15px;
    color: rgb(0,0,0);
 }
 ul.menu li a {
    margin-left: 15px;
    font-size: 14px;
    color: rgb(194,28,28);
    text-decoration: none;
 }
 ul.menu li a:hover {
    text-decoration: underline;
 }
 div#left h4 {
    width: 190px;
    background: url('images/menu-line.png') no-repeat center;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: rgb(0,0,0);
    margin: 0;
    padding: 10px 0;
 }
 div#left h4 span {
    background: rgb(255,255,255);
    padding: 0 5px;
 }
 div#right {
    float: right;
    width: 530px;
    _width: 580px;
    padding: 0 25px;  
 }
 div#right p {
    padding: 0;
    margin: 20px 0;
    line-height: 22px;
 }
 h1 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: rgb(157,75,45);
    margin: 20px 0;
    padding: 0;
 }
 h2 {
    color: rgb(255,255,255);
    font-size: 60px;
    font-family: Arial;
    font-weight: normal;
    margin: 0 auto;
    padding: 10px 30px 10px 0;    
    width: 770px;
    _width: 800px;    
    text-align: left;
 }
 h2 span {
    background: url('images/gun2.jpg') no-repeat right top;
    padding-right: 100px;     
 }
 h3 {
     font-family: Arial, sans-serif;
     font-size: 18px;
     font-weight: normal;
     color: rgb(157,75,45);
     margin: 0;
     padding: 0;
 }
 img.left {
    float: left;
    margin: 7px 15px 5px 5px;
 }
 div#left form#contact {
    width: 175px;
    margin: 0;
    padding: 0;    
 }
 div#left form#contact textarea {
    width: 175px;
    height: 127px;
    border: 1px solid rgb(221,221,221);
    background: url('images/textarea-background.png') no-repeat;
    overflow: auto;
    padding: 0;
 }
 div#left ul.contact {
    margin: 5px 0;
    padding: 0;
    width: 175px;    
 }
 div#left ul.contact li {
    list-style: none;
    padding: 0 0 8px 14px;
    margin: 0;
 }
 div#left p {
    width: 165px;
    _width: 175px;
    margin: 0;
    margin-bottom: 13px;
    padding: 0 2px 0 14px;
    line-height: 140%;
 }
 p#footer {
    width: 385px;
    _width: 800px;
    padding: 5px 350px 0 65px;
    margin: 0 auto;
    color: rgb(255,255,255);
    text-align: left;
    background: url('images/flower.gif') no-repeat 10px 5px;
    position: relative;
 }
 p#footer span {
    position: absolute;
    top: 1px; right: 0;
     
 }
 p#footer span a {
    color: rgb(255,255,255);
    text-decoration: none;
    margin: 0 2px;
    font-size: 90%;
 }
 p#footer span a:hover {
    text-decoration: underline;
 }

