/*----------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: #ee7117;}

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

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

#content
{
  width: 820px;
  margin: 0 auto;
  font-family: tahoma;
  font-size: 12px;
  background-color: white;
}

#adminmenu {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}

#adminmenu a {
  color: black;
  font-weight: bold;    
}
input.form_text {
  border: 1px solid #000;
}
.fck input {
  border: 1px solid black;
  width: 300px;  
}

.fck .submit input {width: 70px;}

.fck .form_button {width: 30px;}

.fck .form_checkboxes input {width: 30px;}

.fck table td {padding: 5px;}

.login input {
  width: 200px;
  border: 1px solid black;
}

.login .submit input {width: 50px;}
/*----------GENERAL END----------*/


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

#header #header_h1 {
  height: 19px; line-height: 19px;
  overflow: hidden;
  background: url(../images/h1_header.gif) no-repeat;  
  color: white;
  font-family: arial; font-size: 10px;
  text-align: center;
}

#header #header_menu {width: 820px; height: 62px;}

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

#header #header_menu ul li a {
  display: block;
  width: 164px; height: 56px; line-height: 56px;
  padding-top: 6px;
  text-align: center;
  font-weight: bold;  font-size: 14px;
  font-style: italic;
  color: white;
}

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

#header #header_menu ul li #main_page.hover {
  background: url(../images/header_menu.gif) no-repeat 0 -62px;
  color: #d17a2a;  
}

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

#header #header_menu ul li #header_menu_link2.hover {
  background: url(../images/header_menu.gif) no-repeat -164px -62px;
  color: #d17a2a;  
}

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

#header #header_menu ul li #header_menu_link3.hover {
  background: url(../images/header_menu.gif) no-repeat -328px -62px;
  color: #d17a2a;  
}

#header #header_menu ul li #multi_line {
  line-height: 18px;
  padding-top: 15px;
  height: 47px;
  background: url(../images/header_menu.gif) no-repeat -492px 0;
}

#header #header_menu ul li #multi_line.hover {
  background: url(../images/header_menu.gif) no-repeat -492px -62px;
  color: #d17a2a;  
}

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

#header #header_menu ul li #articles.hover {
  background: url(../images/header_menu.gif) no-repeat -656px -62px;
  color: #d17a2a;  
}

#header #logo {
  width: 820px;  height: 342px;
  background: url(../images/logo.jpg) no-repeat;
}

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

#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: 730px;
  padding: 0 45px 35px 45px;  
}

#main h2 {
  color: #606060;
  font-size: 14px;  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 {
  color: #606060;
  line-height: 18px;
}

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

.referencies {
  width: 700px !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #ee9a17;  
  overflow: hidden;
}

.referencies img, .referencies div {float: left;}

.referencies img {
  margin-right: 25px;
  padding: 0 !important;  
}

.referencies div {width: 520px !important;}

#main .referencies h3 {font-weight: normal;}

#main .referencies div .date {padding-bottom: 20px;}

#main a {
  color: #ee7017;
  font-weight: bold;  
}

#main a:hover {color: #ff2a00;}

  /*----------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: 726px;
    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----------*/
  
  
  /*----------ARTICLES LIST START----------*/
  .articles_list {width: 730px;}
  
  .articles_list .articles_list_item {
    float: left;
    width: 356px;
    margin-bottom: 15px;  margin-right: 15px;
    background: url(../images/articles_list_item.gif) repeat-y;
  }
  
  .articles_list .articles_list_item div {
    width: 356px; 
    background: url(../images/articles_list_item_top.gif) no-repeat left top;
  }
  
  .articles_list .articles_list_item div div {
    width: 316px;
    padding: 20px;
    background: url(../images/articles_list_item_bottom.gif) no-repeat left bottom;
  }
  
  #main .articles_list .articles_list_item div div h2 {
    color: #ee7017;
    line-height: 18px;
  }  
  
  #main .articles_list .articles_list_item div div .date {color: black;}
  
  #main .articles_list .articles_list_item div div img {
    float: left;
    padding-right: 7px;  
  }
  
  #main .articles_list .articles_list_item div div a {color: #ff2a00;}
  
  #main .articles_list .articles_list_item div div a span {
    background: url(../images/redarrow.gif) no-repeat right center;
    padding-right: 15px;    
  }
  /*----------ARTICLES LIST END----------*/    
/*----------MAIN END----------*/


/*----------FOOTER START----------*/
#footer {
  width: 820px; height: 79px;
  padding-top: 30px;
  background: url(../images/footer.jpg) no-repeat;  
}

#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----------*/
