/**
author: rgb(raduga) http://mambasana.ru
**/

/**#################### DEFAULT and FORMS CSS ####################**/


a:link, a:visited {
  color            : #FFFFFF;
  text-decoration  : underline;
 }



li {  
  line-height      : 14px;
  padding-left     : 14px;
  padding-top      : 2px;
  background-image : url(../images/strelka_green.gif) ;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}




/**#################### Joomla CSS ####################**/

/** Buttons **/


.button {
  font-size        : 11px;
  color            : #EDF1F3;
  border           : 1px solid #EDF1F3;
  margin           : 3px 0;
  padding          : 2px;
  cursor           : pointer;
  background       : url(../images/button_green.gif) repeat-x top left;
}




/** Read more **/

a.readon:link, a.readon:visited {
  color            : #FF6600;
  font-size        : 12px;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0px 1px 10px;
  float            : right;
  line-height      : 15px;
  text-decoration  : none;
  border-left:2px solid #FFFFFF;
  
}


table.contenttoc td{
 margin           : 0;
 padding          : 3px 4px;
 border-bottom    : 1px solid #dcdcdc;
 background-image   : url(../images/strelka_green.gif) ;
 background-repeat  : no-repeat;
 background-position: 4px 7px;
   }

/** CSS for Mainmenu **/


.module_menu ul li.active a:link, .module_menu ul li.active  a:visited
{
   color            : #FFFFFF;
  border-bottom    : 1px solid #DCDFE1;
  background       : url(../images/menu_green.gif) #ECEEEF 96% 50% no-repeat;
  text-decoration	 : none;

}


.module_menu ul li.active ul li a:hover, .module_menu ul li.active ul li ul li a:hover
{ background:none;
  font-size        : 12px;
  font-weight      : normal;
  color            : #FFFFFF;
  text-decoration  : none;
  text-indent      : 10px;

}



/** #################### index.php #################### **/

#body {
background: url(../images/top_bg_green.gif) #1F8544 repeat-x top left;
}


#logo {
  background     : url(../images/logo_green.gif) no-repeat 0px 0;
  height         : 101px;
    }



