/* CSS Document */

body { margin:0px; padding:0px; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; }

h1 { font-size:16px; }

form { font-size:11px;}
input { width:150px; height:12px;  margin-bottom:10px; font-size:11px; } 
textarea {width:150px; margin-bottom:10px; font-size:11px;}

input.search {width:130px; height:12px; font-size:11px;}

a{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #351405;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #351405;
}
a:hover {
	text-decoration: underline;
	color: #351405;
}
a:active {
	text-decoration: none;
	color: #351405;	
}

a.menu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #f9d247;
}
a.menu:active {
	text-decoration: none;
	color: #f9d247;	
}

.main { padding:5px;}

ul.menu {
list-style-type: none;
list-style-image: url(images/img.gif);
list-style-position: inside; 
margin-left: 20px;  
padding-left: 5px;
}

li.menu { padding-top:15px;}



a.menu_b {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #351405;
	font-weight: bold;
}
a.menu_b:link {
	text-decoration: none;
}
a.menu_b:visited {
	text-decoration: none;
	color: #351405;
}
a.menu_b:hover {
	text-decoration: underline;
	color: #f9d247;
}
a.menu_b:active {
	text-decoration: none;
	color: #f9d247;	
}

ul.menu_b {
list-style-type: none;
list-style-image: url(images/imgl.gif);
list-style-position: inherit;
margin-top:0px;
margin-left: 10px;  
padding-left: 0px;
}
li.menu_b { padding-bottom:10px;}


.logo { 
     font-family:Georgia, "Times New Roman", Times, serif; 
	 font-size:24px;
	 margin-top: 5px; 
	 margin-left:30px;
	 width:250px;
	 float:left;
}
.adress { float:right; margin-top:5px; margin-right:10px; color:#FFFFFF }
.head{ font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#e36324; }

.menu_left1 {
      background-image:url(images/top_menu1.jpg);
	  background-repeat:no-repeat;
	  height:25px;
	  padding-top:5px;
	  }
.menu_left2 {
      background-image:url(images/fon_menu.gif);
	  background-repeat:repeat-y;
	  padding-left:10px;
	  padding-right:5px;
      }
.menu_left3 {
      background-image: url(images/fon_bottom.gif);
	  background-repeat:no-repeat;
	  height:35px;
      }
.menu_right {
      background-image:url(images/fon_main.jpg);
	  background-repeat:repeat-x; 
      height:25px;
	  padding-top:5px;
	  }	  
.main_top {
      background-image:url(images/fon_main.jpg);
	  background-repeat:repeat-x;
	  height:25px;
	  padding-left:20px;
	  padding-top:5px;
	  color:#FFFFFF;
	  }
