/*----------GENERAL START----------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, input, form, label, textarea, img {margin: 0; padding: 0; border: 0;}
 
li {list-style: none;}

a {text-decoration: none;}

.clear {clear: both;}

input {font-size: 12px;}

body {background-color: black;}

#wrapper {background: url(/images/sitebody.jpg) no-repeat top center;}

#wrapper2 {background: url(/images/body_bottom.jpg) no-repeat bottom center;}

#content
{
  width: 900px;
  margin: 0 auto;
  font-family: arial;
  font-size: 12px;
  background-color: black;
}
/*----------GENERAL END----------*/


/*----------HEADER START----------*/
#header {width: 900px;}

#header #header_h1 {
  width: 900px; height: 15px; line-height: 15px;
  overflow: hidden;
  background-color: black;  
  color: #8c8c8c;
  font-family: arial; font-size: 10px;
  text-align: center;
}

#header #header_menu {width: 900px; height: 56px;}

#header #header_menu ul li {float: left;}

#header #header_menu ul li a {
  display: block;
  height: 56px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#header #header_menu ul li a span {
  width: 100%;  height: 100%;
  position: absolute;
}

#header #header_menu ul li #header_menu_link {width: 155px;}

#header #header_menu ul li #header_menu_link span {background: url(/images/header_menu.gif) no-repeat 0 0;}

#header #header_menu ul li #header_menu_link .hover {background: url(/images/header_menu.gif) no-repeat 0 -56px;}

#header #header_menu ul li #header_menu_link2 {width: 235px;}

#header #header_menu ul li #header_menu_link2 span {background: url(/images/header_menu.gif) no-repeat -155px 0;}

#header #header_menu ul li #header_menu_link2 .hover {background: url(/images/header_menu.gif) no-repeat -155px -56px;}

#header #header_menu ul li #header_menu_link3 {width: 191px;}

#header #header_menu ul li #header_menu_link3 span {background: url(/images/header_menu.gif) no-repeat -390px 0;}

#header #header_menu ul li #header_menu_link3 .hover {background: url(/images/header_menu.gif) no-repeat -390px -56px;}

#header #header_menu ul li #header_menu_link4 {width: 141px;}

#header #header_menu ul li #header_menu_link4 span {background: url(/images/header_menu.gif) no-repeat -581px 0;}

#header #header_menu ul li #header_menu_link4 .hover {background: url(/images/header_menu.gif) no-repeat -581px -56px;}

#header #header_menu ul li #header_menu_link5 {width: 178px;}

#header #header_menu ul li #header_menu_link5 span {background: url(/images/header_menu.gif) no-repeat -722px 0;}

#header #header_menu ul li #header_menu_link5 .hover {background: url(/images/header_menu.gif) no-repeat -722px -56px;}

#header #logo {
  width: 862px;  height: 334px;
  padding-left: 38px;
  background: url(/images/logo.jpg) no-repeat;
}

#header #logo #main_site {
  margin-top: 287px;
  background: url(/images/fooldal.gif) no-repeat;
  width: 70px;  height: 20px;
  display: block;
  float: left;
}

#header #logo div {
  padding-left: 638px; margin-top: 50px;
  float: left;
  width: 150px;  
}

#header #logo div img {
  margin-bottom: 10px;
  display: block;  
}

#header #logo div .reset {margin-bottom: 0;}

#header #logo h1 {
  text-indent: -99999px;
  height: 308px;  
}

#header #logo h2 {
  padding-left: 40px; padding-bottom: 70px;
  font-size: 19px;  font-weight: normal;
  color: #ee9a17;
}

#header #logo p, #header #logo a {
  color: #ee7017;
  font-size: 14px;  font-weight: bold;
}

#header #logo p {padding-left: 40px;}
/*----------HEADER END----------*/


/*----------MAIN START----------*/
#main {
  width: 810px;
  padding: 0 45px 120px 45px;  
  background: url(/images/main_bottom.jpg) no-repeat left bottom;
  color: #bcbdbc;
}

#main h2 {
  color: white;
  font-size: 20px;  font-weight: bold;
}

#main h3 {
  color: #ee7017;
  font-size: 14px;  font-weight: bold;
}

#main h4 {
  color: #373635;
  font-size: 12px;  font-weight: bold;
}

#main p {
  line-height: 18px;
}

#main ul li {
  color: #606060;
  line-height: 18px;
  padding-left: 25px;
  background: url(/images/orange_dot.gif) no-repeat 10px center;
}

#main a {color: #ee7017;}


  /*----------ARTICLES START----------*/
  #main .back {
    float: right;
    color: #959595;
    font-size: 14px;
    background: url(/images/arrow.gif) no-repeat left 3px;
    padding-left: 15px;
  }
  
  .articles {
    width: 811px;
    background: url(/images/articles.gif) repeat-y;  
  }
  
  .articles div {
    width: 706px;
    padding: 20px 10px 0 10px;
    background: url(/images/articles_top.gif) no-repeat;      
  }
  
  .articles div div {
    width: auto;
    padding: 0;
    background: none;
  }
  
  #main .articles .title {
    font-size: 18px;  font-weight: normal;
    color: black;
  }
  
  #main .articles .date {font-size: 10px;}
  
  #main .articles b, #main .articles p {text-align: justify;}
  
  #main .articles b {
    color: #606060;
    line-height: 18px;    
  }
  
  #main .articles img {
    float: left;
    padding-right: 20px;  padding-bottom: 5px;  
  }
  
  #main .articles h2 {
    color: #606060;
    font-size: 14px;  font-weight: bold;
  }
  
  #main .articles ol li {
    list-style: decimal;
    margin-left: 30px; 
    color: #606060;
  }
  
  #main .related_content {
    font-weight: normal;
    color: black;  
  }
  
  .articles_bottom {
    width: 726px;  height: 13px;
    background: url(/images/articles_bottom.gif) no-repeat;
  }
  /*----------ARTICLES END----------*/  
/*----------MAIN END----------*/


/*----------FOOTER START----------*/
#footer {width: 900px;  height: 121px;}

#footer #footer_menu {
  width: 900px; height: 28px; line-height: 28px;
  padding: 0;
  float: none;
  text-align: center;
  color: #626262;
}

#footer #footer_menu a {margin-right: 3px;}

#footer a:hover {color: #ee7017;}

#footer div {
  float: left;
  width: 600px;  
  padding-left: 20px;
}

#footer div p {padding-top: 5px;}

#footer div img {
  float: left;
  padding-right: 10px;  
}

#footer #contact {
  width: 180px;
  padding-left: 0;  padding-right: 20px;  
  text-align: right;
}

#footer #contact p {padding-top: 0;}

#footer #contact a, #footer #contact p, #footer #contact span {color: #a1a1a1;}

#footer div p, #footer div a {color: #626262;}
/*----------FOOTER END----------*/

