html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html  {
	font-size: 100%
	}

body  {
	font-size: 62.5%;
	font-family: Arial, Tahoma, Verdana, san-serif;
	color: #f2e0c6;
	background:url("../images/bg.gif") repeat 0 0;
	}


div {
	margin: 0; 
	padding: 0;	
	border: 0px; 
	color: #f2e5c6;
	font: 1em Arial, Tahoma, Verdana, san-serif;
	}

table,td {
	margin: 0; 
	padding: 0; 
	border: 0px;
	color: #f2e5c6;
	font: 1em Arial, Tahoma, Verdana, san-serif;
	}

a {	
	color:#f2e5c6; 
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	color: #f2e5c6; }

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight:normal;
	color: #f2e0c6;
	font-family: 'Times New Roman', Georgia, serif;}
	
h1 {font-size: 2em;}
h2{font-size: 2.2em; padding-bottom: 35px;}
h3 {font-size: 2em;}
h4 {}
img {border: 0;}
a img {border:0}

.clear {clear: both; font-size: 1px; height: 1px; line-height: 1px}

ul, li {margin: 0; padding: 0; list-style: none;}
dl {margin: 0; padding: 0;}
dl dt {margin: 0; padding: 0;}
dl dd {margin: 0; padding: 0;}
object {margin: 0; padding: 0;}


#layout{
	margin:0 auto;
	width: 934px;
	padding: 0 5px 0 5px;
	background:url("../images/bg_layout.gif") repeat-y 0 0;
	}		

/*Head
	----------------------------------------------------*/
	
#head{
	height: 254px;
	background:url("../images/head_bg.jpg") no-repeat 0 31px;
	}
	
.top_nav{
	height: 31px;
	background: url("../images/top_block_bg.gif") repeat-x 0 0;
	}
.lang_menu{
	float: left;
	padding:8px 0 0 8px;
	}	
	.lang_menu li{
		float:left;
		padding:1px 5px 5px 8px;
		margin-right: 5px;
		font-size: 1.2em;
		font-family: Tahoma, Arial, san-serif;
		}
		.lang_menu .select{
			background: url("../images/lang_select.gif") repeat-x 0 0;
			}
			.lang_menu .select a{
				color: #000;
				text-decoration: none;
				}
		
.mini_nav{
	float: right;
	width: 50%;
	padding: 6px 15px 0 0;
	}
	.mini_nav li,
	.mini_nav li a{
		float: right;
		width: 20px;
		height: 20px;
		}
	.mini_nav li{
		margin-left: 27px;
		}
.mini_nav .select{
	background: url("../images/mini_nav_select.gif") no-repeat 0 0;
	}
.mini_nav .select .home{
	background: url("../images/home_select.gif") no-repeat 5px 4px;
	}
.mini_nav .select .mail{
	background: url("../images/mail_select.gif") no-repeat 4px 5px;
	}
.mini_nav .select .map{
	background: url("../images/map_select.gif") no-repeat 4px 5px;
	}
	
.home{
	background: url("../images/home.gif") no-repeat 5px 5px;
	}
.mail{
	background: url("../images/mail.gif") no-repeat 5px 5px;
	}
.map{
	background: url("../images/map.gif") no-repeat 5px 5px;
	}
	
	
		
/*Logo*/
.logo {
	float: left;
	width: 157px;
	height: 167px;
	margin: 30px 0 0 20px;
	display: inline;
	background: url("../images/logo.gif") no-repeat 0 0;
	}
	.logo a {
		display: block;
		overflow: hidden;
		height: 100%;
		text-indent: -3000px;
		}

		
					
/*Menu
	-------------------------*/
	
#nav {
	background: url("../images/main_menu_bg.gif") repeat-x 0 0;
	height: 28px;
	padding-top: 10px;
	float: left;
	width: 100%;
	}
	#nav li.bg_none{
		background: none;
		}
	#nav li{
		float: left;
		position: relative;
		padding: 3px 18px 5px 18px;
		background: url("../images/dekor_menu1.gif") no-repeat 0 0;
		font-size: 1.2em;
		}
		#nav li a{
			text-decoration: none;
			color: #fff;
			}
		#nav li ul{
				display: none;
				position: absolute;
				top:22px;
				left:5px;
				width:125px;
				padding: 10px;
				background:#121314;
				}
		#nav li ul li{
			float: none;
			font-size: 0.9em;
			padding-left: 0;
			background: url("../images/dekor_menu2.gif") no-repeat 0 100%;
			}
		#nav li:hover ul,
		#nav li.jshover ul{
				display: block;
				}

/*Zone
	--------------------------*/
#zone{
	background:#913726 url("../images/zone_bg.gif") repeat-x 0 0;
	/*padding-top: 50px;*/
	padding:50px 33px 0 25px;
	overflow: hidden;
	height: 1%;
	font-size: 1.2em;
	text-align:justify;
	}
#center_box{
	float: left;
	width: 460px;
	font-size: 1.1em;
	padding:0 0px 0 0px;
	}
	#center_box li{
		padding-bottom: 11px;
		}	
	.for_pad{
		padding: 0 0 50px 24px;
		}
	
.right_block{
	float: left;
	width: 360px;
	padding: 0 25px;
	}
.right_block dl{
	padding-left:90px;
	}
.right_block dt{
	color: #fff;
	font: bold 1.2em Arial, Tahoma, san-serif;	
	padding-bottom: 3px;
	}	
.right_block dd{
	position: relative;
	padding-bottom: 25px;
	font: 1.1em Arial, Tahoma, san-serif;	
	}	
.right_block .date{
	position: absolute;
	left:-90px;
	top:-17px;
	color: #989898;
	}	
	
.tel{
	background: url("../images/phone.jpg") no-repeat 0 0;
	padding-left: 191px;
	}
.tel h3{	
	font:bold 2.8em 'Times New Roman', Georgia, serif;
	font-style: italic;
	padding-bottom: 28px;
	}	
.tel h3 span{
	display: block;
	margin-left: -18px;
	font: 0.7em 'Times New Roman', Georgia, serif;
	}	
.tel p{
	font-size: 1.3em;
	padding:0 0 30px 40px;
	}	
.for_inputs {
	margin-left: 156px;
	}
.for_inputs .text{
	background:#fff url("../images/input_bg.gif") no-repeat 0 0;
	border: 0;
	height: 17px;
	width: 150px;
	padding:2px 5px 0 19px;
	}
.sub{
	background: url("../images/search_but.gif") no-repeat 0 0;
	border: 0;
	width: 27px;
	height: 19px;
	}

			
/*footer
	-------------------------*/
	
#footer{
	background:#7a271a url("../images/footer_bg.gif") repeat-x 0 0;
	height: 100px;
	padding:0px 0px 0 30px;
	}	
.copy_block{
	float: left;
	padding:20px 123px 15px 83px;
	border-top:1px solid #ecb374;
	font-size: 1.1em;
	color: #000;
	background: url("../images/logo_small.gif") no-repeat 24px 10px;
	}	
.counters{
	float: right;
	margin-top: 0px;
	}			

