/**
author: rgb(raduga) http://mambasana.ru
**/

/**#################### DEFAULT and FORMS CSS ####################**/


a:link, a:visited {
  color            : #2867A8;
  text-decoration  : underline;
 }



li {  
  line-height      : 14px;
  padding-left     : 14px;
  padding-top      : 2px;
  background-image : url(../images/strelka_blue.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/top_menu_hover.jpg) repeat-x top left;
color: #fff;}


/** Module table  **/



.rightcol div.module h3, .rightcol div.module_menu h3{
      background         : url(../images/mod_right_blue.gif) #357BC1 repeat-x top left;
		}


/** Read more **/

a.readon:link, a.readon:visited {
  color            : #3476B9;
  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 #3476B9;
  
}


table.contenttoc td{
 margin           : 0;
 padding          : 3px 4px;
 border-bottom    : 1px solid #dcdcdc;
 background-image   : url(../images/strelka_blue.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            : #3476B9;
  border-bottom    : 1px solid #DCDFE1;
}


.module_menu ul li.active ul li a:hover, .module_menu ul li.active ul li ul li a:hover
{ background: 11px;
  font-weight      : normal;
  color            : #3476B9;
  text-decoration  : none;
  text-indent      : 10px;
}


/** Topmenu  **/

#mainlevel-nav li a:hover {
  width				: auto;
  height: 31px;

      padding			: 10px 6px 10px 6px;
 	font-weight			: normal;
	text-decoration		: none;
background: url(../images/top_menu_hover.jpg) repeat-x;
}
ul#mainlevel-nav li #active_menu-nav {
      cursor			: default;
	position			: relative;
	width				: auto;
	height: 31px;
      padding			: 10px 6px 10px 6px;
	color				: #ffffff;
      text-decoration		: none;
background-image: url(../images/top_menu.jpg);
}



/** #################### index.php #################### **/

#body {
background-color: #fab93b;}



#logo {

  height         : 114px;
background-image: url(../images/title_back.jpg);
background-repeat: repeat-x;}





