/**
author: rgb(raduga) http://mambasana.ru
**/

/**#################### DEFAULT and FORMS CSS ####################**/

body,html {
  padding          : 0;
  margin           : 0 0px !important;
  margin           : 0 0px;
   
           }

td, tr, p, div {
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #333333;
  font-size        : 13px;
  line-height      : 16px;

}

hr {
  color            : #BCF692;
  height           : 1px;
  width            : 100%;
}

a:link, a:visited {
  color            : #1B2800;
  text-decoration  : underline;
  
}
a:hover {
  color            : #999999;
  text-decoration  : underline;
  
}

ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}

li {  
  line-height      : 14px;
  padding-left     : 14px;
  padding-top      : 2px;
  background-image : url(../images/strelka.gif) ;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

ol li {
background-image: none;
}

form {
margin           : 0; 
padding          : 0;
}

.inputbox {
 color        : #000000;
 background   : #DAE8D0;
 border       : 1px solid #FAF7AE;
 margin       : 3px 0;

}

form select.button{
 color        : #000000;
 background   : #FAF9DE;
}

option {
background   : #FAF9DE;
}

h1 {
  font-size        : 16px;
  color            : #669900;
    }

h2 {
  font-size        : 15px;
  color            : #9fafb4;
    }

h3 {
  font-size        : 14px;
  color            : #669900;
    }

/**#################### Joomla CSS ####################**/

/** Buttons **/

.back_button {
  font-size        : 12px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  float            : right;
  line-height      : 20px;
    
  }
div.back_button a{
text-decoration  : none;
  }


.button {
  font-size        : 11px;
  color            : #E2F9D1;
  border           : 1px solid #85BF5B;
  margin           : 3px 0;
  padding          : 2px;
  cursor           : pointer;
  background       : #255102;
}


/** Contact **/

.contact_email  {
  width            : 100%;
}

/** Module table  **/


table.moduletable {
	margin           : 0 0 8px 0;
      width            : 100%;
      	}

table.moduletable th {
      
    font-family          : Arial, Verdana,  Helvetica, sans-serif;
	font-size          : 14px;
	font-weight        : bold;
	text-align         : center;
	width              : 100%;
      color              : #142B02;
	padding            : 2px;
      line-height        : 25px;
	height             : 29px;
      background         : #BCF692;    
	}

table.moduletable td {
    padding-top: 2px;
    	}



div.module{
    text-align: left;
    margin           : 0 0 20px 0;
    	}

div.module h3 {
      
      font-family        : Arial, Verdana,  Helvetica, sans-serif;
	font-size          : 12px;
	text-transform: uppercase;
	font-weight        : bold;
	text-align         : center;
	width              : 100%;
      color              : Black;
	line-height        : 27px;
	border-bottom: 1px solid #235b0d;
      height             : 29px;
      margin             : 0 0 15px 0;

		background-position: right;
		background-repeat: no-repeat;
       }

.rightcol div.module h3{
      border-left   : none;
		}


.contentmod {
text-align   : left;
padding      : 8px 0;

}

.contentmod td {
padding      : 5px;
}

.contentmod table.moduletable {
margin           : 0 0 8px 0;
width            : 100%;
background       : url(../images/content.jpg) repeat-x top left;
}


.contentmod table.moduletable th{
      font-size          : 14px;
	font-weight        : bold;
	text-align         : center;
	width              : 100%;
      color              : #255102;
	padding            : 2px;
      line-height        : 25px;
      background         : none;
      border-bottom      : 1px solid #47811D;
}



/** Read more **/

a.readon:link, a.readon:visited {
  color            : #999999;
  font-size        : 12px;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0px 1px 12px;
  float            : right;
  line-height      : 15px;
  text-decoration  : none;
  border-left  :2px solid #999999;
  border-bottom:1px solid #999999;
  
}
a.readon:hover {
  color            : #669900;
  font-size        : 12px;
  background       : url(../images/indent1.png) no-repeat;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0 1px 12px;
  line-height      : 15px;
  text-decoration  : none;
  border-left      : 2px solid #669900;
  border-bottom:1px solid #669900;
 }




/** Pagenavigation **/

.pagenavcounter {
  font-size        : 11px;
  color            : #999999;
}

.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}

.pagenav, .pagenav_prev, .pagenav_next {
  font-weight      : normal;
  }

a.pagenav:link, a.pagenav:visited {
  font-size        : 12px;
  color            : #999999;
  text-decoration  : none;
}

a.pagenav:hover {
  font-size        : 12px;
  color            : #669900;
  text-decoration  : none;
}

table.contenttoc {
  border           : 1px solid #dcdcdc;
  background       : #f3f5f6;
  padding          : 0;
  margin-left      : 2px;
  margin-bottom    : 2px;
}

table.contenttoc th{
  margin           : 0;
  padding          : 2px;
  background       : #E3ECF0;
  color            : #333333;
 }
table.contenttoc td{
 margin           : 0;
 padding          : 3px 4px;
 border-bottom    : 1px solid #dcdcdc;
 background-image   : url(../images/strelka.gif) ;
 background-repeat  : no-repeat;
 background-position: 4px 7px;
   }


table.contenttoc td a:link, table.contenttoc td a:visited{
padding-left        : 12px !important;
padding-left        : 0;
text-indent         : 12px;
text-decoration     : none;

}


/** Pathway **/


.pathway {
  font-size        : 12px;
  color            : #333333;
  padding-left     : 0;
  font-weight      : bold;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
  padding-left     : 0;
  font-weight      : bold;
  text-decoration  : underline;
  
}

a.pathway:hover {
  font-size        : 12px;
  padding-left     : 0;
  font-weight      : bold;

}
.pathway img{
  }




/** Content **/


.sectiontableheader {
  
  font-weight      : bold;
  letter-spacing   : 1px;
  color            : #ffffff;
  background       : #234F02; 
  padding          : 3px 5px;
  border           : 1px solid #ffffff;
}


.sectiontableentry1 {
  vertical-align   : top;

  border-bottom    : 1px solid #ffffff;
  line-height      : 20px;

}

.sectiontableentry1 td, .sectiontableentry2 td{
  padding          : 2px 5px;
  border-bottom    : 1px solid #ffffff;
  line-height      : 20px;

}

.sectiontableentry2 {
  vertical-align   : top;
  border-bottom    : 1px solid #ffffff;
  background       : ;
  line-height      : 20px;
}
.sectiontableentry1 img{
margin: 0 4px;
}
.sectiontableentry2 img{
margin: 0 4px;
}


a.category:link, a.category:visited {
  font-size        : 12px;
  font-weight      : normal;
  padding: 5px;
}


.small {
  font-size        : 11px;
  color            : #999999;
}
.smalldark {
  font-size        : 11px;
  color            : #666666;
}
.createdate, .modifydate {
  font-size        : 11px;
  color            : #666666;
  font-weight      : normal;
  text-align       : left;
  width            : 100%;
}
.content_vote {
  font-size        : 11px;
  height           : 22px;
  padding          : 2px 0;
  }
.content_rating {
  font-size        : 11px;
  color            : #999999;
}

table.content{
  width            : 100%;
  padding          : 0;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 10px;
}

table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}

.contentheading{
  font-family      : Arial,Tahoma,Helvetica, sans-serif;
  width            : 100%;
  font-size        : 15px;
  font-weight      : bold;
  line-height      : 18px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #1B2800;
  padding          : 3px 0 3px 5px;
  margin           : 3px 0px;
  border-bottom    : 1px solid #255102;
}

.contentheading a {
 color            : #1B2800;
text-decoration:none;
}
.contentheading a:hover {
 color            : #696969;
text-decoration:none;
}
.componentheading {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  width            : auto;
  font-size        : 0px;
  font-weight      : bold;
  line-height      : 21px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #1B2800;
  padding          : 3px;
  margin           : 5px 1px;
  background       : #F4F9F4;
  }


.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        : 0;
  padding-top    : 5px;
  text-align     : left;
}

 .blog_more {
margin   : 10px 0 7px 7px;
}

.buttonheading {
padding  : 0 2px;
}

.blog {
width:100%;
}


/** Polls **/


.poll {
	color       : #333333;
	line-height : 13px;
	font-weight : normal;
      text-align  : left;
}

.pollstableborder{

}


/** CSS for Mainmenu **/

a.mainlevel  {

 display: block;
 background-image: url(../images/menu.jpg);
 background-repeat: repeat-y;
  margin           : 0px 0;
  font-size        : 12px;
  width: 220px;
  height: 30px;
  
}

a.mainlevel:link, a.mainlevel:visited {

  font-size        : 12px;
  font-weight      : bold;
  vertical-align: bottom;

  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
  text-align: left;
  padding-left: 20px;
  height: 28px;
  text-decoration  : none;
  width: 200px;

}
a.mainlevel:hover {
  border-bottom    : 0px solid #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : Red;
   background-image: url(../images/menu_2.jpg);
  text-decoration  : none;
    vertical-align: bottom;
    line-height: 30px;



}
#active_menu {
  color            : #263900;
  border-bottom    : 1px solid #DCDFE1;
  background       : url(../images/menu_2.jpg) no-repeat;
  text-decoration	 : none;

}
a#active_menu:hover {
  color            : #333333;
  border-bottom    : 1px solid #DCDFE1;
}


/** Sublevel for Mainmenu **/

.sublevel {
   font-family      : Arial, Helvetica, sans-serif;
   font-size        : 13px;
   color            : #48821E;
   padding    	  : 3px 1px 3px 5px;
   margin		  : 3px;
}
a.sublevel:link, a.sublevel:visited {
  color	      : #1D340E;
  text-decoration	: none;
}
a.sublevel:hover {
  color            : #999999;
  text-decoration  : none;
}
a.sublevel#active_menu  {
	background      : transparent;
	color           : #999999;
	border          : 0;
      
}



/** Topmenu styles for BOTTOM navigation **/

ul#mainlevel-nav {
  list-style       : none;
  padding-right    : 10px;
  padding-top      : 5px;
  margin           : 0;
     
}

#mainlevel-nav li {
  
  display          : inline;
  list-style       : none;
  background-image : none;
  padding          : 0;
  margin           : 0;
  width            : auto !important;
  font-size        : 13px;
  white-space      : nowrap;
  

}
#mainlevel-nav li a {
  display          : inline;
  padding-left     : 10px;
  padding-right    : 0;
  font-size        : 13px;
  color            : #669900;
  text-decoration  : underline;
  
}

#mainlevel-nav li a:hover {
  
  font-size        : 13px;
  color            : #ffffff;
    
}



/** images **/

.mosimage {
  border     : 1px solid #D6E3EC;
  margin     : 5px;
  padding-top:  3px;

}

.mosimage_caption {
  margin-top: 3px;
  padding   :  2px;
  color     : #666666;
  font-size : 10px;
  background: #D6E3EC;
}



/******************* Top Menu************************/

.moduletable-topnav {
    
    padding: 0;
	  	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D3D3D3;
	width: 100%;
	height: 40px;

        	}


.topnav {      

    text-decoration		      : none;   
    color				: #737373;
	 text-align: center;
	 vertical-align: middle;
	 	height: 40px;
    font-size                    : 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

a.topnav {

	width				: auto;
	color				: #2E2E2E;
	padding: 0px 12px 30px 12px;
	background-position: center;
	background-repeat: repeat-x;
		height: 40px;
	text-align: center;
	vertical-align: middle;

   text-decoration		: none;
	font-weight			: bold;

      
	}
a.topnav:hover{

 	width				: auto;
	color				: Yellow;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px 12px 30px 12px;
	background-position: center;
	background-repeat: repeat-x;
	border-left: 1px solid;
	border-right: 1px solid;
   height: 40px;

	text-decoration		: none;
		}
a.topnav#current {
      
	cursor			: default;
	width				: auto;
	padding: 12px 12px 12px 0px;
	background-position: center;
	background-repeat: repeat-x;
	border-left: 1px solid;
	border-right: 1px solid;
	vertical-align: bottom;
	color				: Black;
   text-decoration		: none;
	}
 
a.topnav#current:hover {
	cursor			: pointer;
	position			: relative;
	width				: auto;
	background-position: right;
	background-repeat: no-repeat;
      text-decoration		: none;
	
	}


a.topnav:visited, .topnav a:link {
text-decoration		: none;
color	                  : Black;
}




/** #################### index.php #################### **/



.main { 
  text-align       : left; 
  width            : 100%;
 }

div.mod {
  background       : none;
  width            : 6px;
}

#clear {
clear: both;
height: 15px;
}

#centertb {
background       : url(../images/fon.jpg) repeat-x top;
width: 100%;
background-color: White;
}

#contenttb{
padding    : 0 15px 10px 15px;

}

td.pw {
width            : 100%;
padding          : 5px 5px 5px 0px !important;
border-top       : 2px solid #BCF692;
}

.foot {
  height           : 130px;
  background       :  #1D430E url(../images/footer.jpg) repeat-x top left;

  vertical-align: bottom;
  
}
   
.footer_left {
  float            : left;
  padding-top: 10px;
  font-size        : 8px;
  color            : White;
  font-weight      : normal;
  vertical-align: middle;
  height           : 100px;

   
 }

div.footer_left p{
margin           :0;
padding-left     : 5px;
padding-top      : 30px;
color: White;


}

.footer_right {
  width            : 150px; 
  float            : right;
  font-size        : 10px;
  color            : #3F4446;
  font-weight      : normal;

  text-align       : right;
     
 }

.footer_right p{
padding-right: 10px;
margin       : 0;
}


.leftcol{
   vertical-align   : top;
   padding          : 5px;
	padding-left: 30px;
   padding-top      : 0;
   text-align       : left;
   background       :url(../images/fon_middle.jpg) repeat-x top left;
   width            : 180px;


}
.rightcol {
   vertical-align   : top;
   padding          : 5px;
		padding-left: 30px;
   padding-top      : 30px;
	   background       :url(../images/fon_middle.jpg) repeat-x top left;
   text-align       : left;
   width            : 230px;

}

.leftcol div, .rightcol div{ 
width          : 200px;
}



#logo {
  background     : url(../images/logo.jpg) no-repeat 0;
  width: 100%;
  height: 153px;
  
    }


#top_bar {
  position       : absolute;
  top            : 11px;
  right          : 30px;
  height         : 82px; 
  
 }
 #menu__top
 {
 	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
 }
 #menu_top_under {
  background     : url(../images/fon_top_menu.jpg);
  
  background-repeat: repeat-x;
  width: 100%;
  height         : 145px;
  
    }
#banner {

  width: 100%;

  background-position: right;
  
    }


	a.t1  {
	display: block;
   font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;
  
}

a.t1:link, a.t1:visited {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
a.t1:hover {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t1-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
a.t1#current {
      
	  border-bottom    : 0px solid #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : Red;
  text-decoration  : none;
    vertical-align: bottom;
  padding-left: 10%;
  width: auto;
    line-height: 30px;
	background-image: url(../images/t1-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
	}
 
a.t1#current:hover {
  border-bottom    : 0px solid #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : Red;
  text-decoration  : none;
    vertical-align: bottom;
  padding-left: 10%;
  width: auto;
    line-height: 30px;
	background-image: url(../images/t1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
	
	}
td.t2
{
		background-image: url(../images/t2.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
}
#t2
{
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t2.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;
}
#t2:link, #t2:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t2.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t2:hover {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t2-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t3
{
	background-image: url(../images/t3.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
#t3:link, #t3:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t3.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t3:hover {
 display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t3-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t4
{
	background-image: url(../images/t4.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
#t4:link, #t4:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t4.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t4:hover {
   display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t4-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;
}
#t5
{
	background-image: url(../images/t5.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
#t5:link, #t5:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t5.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t5:hover {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t5-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;
}
#t6
{
	background-image: url(../images/t6.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
#t6:link, #t6:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t6.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t6:hover {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t6-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t7
{
	background-image: url(../images/t7.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
#t7:link, #t7:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t7.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t7:hover {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t7-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t8
{
	background-image: url(../images/t8.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
#t8:link, #t8:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t8.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
#t8:hover {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t8-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;
}
p.class
{
	background-image: url(../images/blank.jpg);
	background-repeat: repeat-x;
}
td.left_fon
{
position			: absolute;
	background-image: url(../images/left_fon.jpg);
	background-repeat: no-repeat;
	width: 31px;
	height: 524px;
}
td.right_fon
{
	position			: absolute;
	background-image: url(../images/right_fon.jpg);
	background-repeat: no-repeat;
	width: 16px;
	height: 524px;
}
tr.banner
{
	background-image: url(../images/fon_top_menu.jpg);
background-color: #D3D3D3;
	height: 153px;
	width: 100%;
}
td.right
{
   background-image: url(../images/banner.jpg);
	width: 533px;
	height: 153px;
}
a.t0  {
	display: block;
   font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;
  text-align: center;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-position: center;
	background-repeat: no-repeat;
  height: 40px;
  text-decoration  : none;
  width: auto;
  
}

a.t0:link, a.t1:visited {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;

  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
  text-decoration: none;
  height: 40px;
  text-decoration  : none;
  width: auto;

}
a.t0:hover {
  font-size        : 12px;
  border-bottom    : 0px solid #ffffff;
  font-weight      : bold;
  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color            : Black;
	background-image: url(../images/t0.jpg);
	background-repeat: repeat-x;
	background-position: center;
  height: 40px;
  text-decoration  : none;

}


tr.price1 {
	border-left: 2px solid #216333;
	border-bottom: 2px solid #216333;
	background-color: white;
}
tr.price0 {
	border-left: 2px solid #216333;
	border-bottom: 2px solid #216333;
	background-color: #DDFF55;
}
tr.price2 {
	border-left: 2px solid #216333;
	border-bottom: 2px solid #216333;
	background-color: #FFBB33;
}
