/* CSS Document */

   body{margin:0; padding:0; font-family: Verdana; background: #f9f3e5;}
   a{ color: #e97818;}
   h1{ color: #5c6d27;}
   h2{ color: #7f904a;}
   
   #header{
   background: url(/assets/templates/new_template/images/header.jpg) no-repeat top left;
   height: 297px;
   margin: 0 auto;
   width: 1024px;
   }
   
   #header_sitemap{
   padding: 60px 0 0 853px;
   }
   
   #header_home{
   padding: 60px 0 0 840px;
   }
   
   #header_mail{
   padding: 2px 0 0 910px;
   }
   
   #header_zayavka{
   padding: 0 0 0 80px !important;
   padding: 10px 0 0 80px;
   }

   #container {
   width: 1024px;
   margin: 0 auto;
   }
   
   #content_left{
   float: left;
   width: 300px;
   padding: 15px 15px 15px 45px;
   font-size: 12px;
   height: auto;
   }
   
   #left_menu{
   min-height: 400px;
   height: auto !important;
   height: 400px;
   margin: 0;
   }
   
   #content_right{
   float: right;
   width: 614px !important;
   width: 609px;
   margin: 0;
   padding: 5px 50px 10px 0px;
   font-size: 12px;
   min-height: 500px;
   height: auto !important;
   height: 500px;
   }   
   
   #content_clear{
   clear: both;
   }
   
   #footer{
   background: #ff9933;
   height: 20px;
   width: 930px;
   margin: 0 auto;
   font-size: 12px;
   padding: 10px 0 5px 0;
   text-align:center;
   }
   
   #left_menu ul{
   margin: 0;
   padding: 15px;
   list-style-type: none;
   }
   
   #left_menu ul li{
   margin-bottom: 20px;
   }
   
   #left_menu ul li a{
   color: #9a9d72;
   }
   
   
   #header_up img{
   border: 0;
   }
   
   #header_menu ul{
   margin: 0;
   padding: 6px 0 0 350px;
   list-style-type: none;
   width: auto;
   position: relative;
   display: block;
   height: 25px;
   }
   
   #header_menu ul li{
    display: block;
	float: left;
	margin: 0;
	padding-top: 4px;
	width: 180px;
	height: 25px;
	text-align: center;
	font-size:13px;
   }

   #header_menu ul li a{
   font-size: 14px;
   color:#FFFFFF;
   text-decoration: none;
   }

