@import url("reset.css"); 
@import url("aow.css"); 

/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/
/* GLOBAL STYLES */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-size: 12px;
	line-height: 130%;
	 
 	background: #fff;
	color: #000;
	
	margin: 22px 0;
}
a:link,
a:visited,
a:hover,
a:active{
	color:  #791700; 
	text-align: left;
	text-decoration: underline;
}
a:visited{

}
a:hover,
a:active{
	text-decoration: none;
}

h1,h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 11px;
}
h2{
	font-size:15px;
}
ol,ul{
	margin: 5px 0px 10px 20px;
	text-align: left;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style-type: disc; 
}
li{
	/*margin-left: 5px;*/
	line-height: 140%;
	
}
img{
	border: none;
}
p{
	line-height: 140%;
	margin-bottom: 10px;	
}

/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/

#container{
	width: 100%;
	min-width: 1000px;
}
	#header{
		height: 138px;
		border-bottom: 4px solid #ededed;
		margin: 0 3% 33px 3%;
		position: relative;
	}
		#header .logo{
			display: block;
			margin: 0 auto;
			
			background: url(../img/logo.gif) no-repeat;
			width: 221px;
			height: 108px;
			cursor: pointer;
		}
			#header .logo span{
				display: none;
				}
		#lng{
			position: absolute;
			width: 200px;
			right: 3%;
			text-align: right;
		}
			#lng a{
				color: #086aa2;
				padding: 4px;
				padding-left: 28px;
				margin-left: 17px;
				background: url(../img/langs.gif) 4px 6px no-repeat;				
			}
				#lng a:hover, #lng a.selected{
					background-color: #cccccc !important;
					text-decoration:none;
				}
				#lng a.ru{
					background: url(../img/langs.gif) 4px -14px no-repeat;
				}
	#c-block{
		
	}
		#c-menu{
			float: left;
			display: inline;
			margin-left: 2%;
			width: 17.5%;
			margin-bottom: 60px;
		}
			#c-menu ul{
				
			}
				#c-menu ul li{
					list-style-type: none;
					line-height: 251%;
					margin-left: 0px;
				}
					#c-menu ul li a{
						text-decoration: none;
						font-size: 14px;
						color: black;
						font-style: italic;
					}
						#c-menu ul li a:hover{
							text-decoration: underline;	
						}
		#content{
			float: left;
			display: inline;
			width: 40%;
			margin-right: 2.5%;
			margin-bottom: 60px;
		}
			#content p{
				line-height: 170%;
				margin-bottom: 20px;
				font-size: 14px;
			}
		#arfa{
			float: left;
			display: inline;
			width: 20%;
			margin-bottom: 60px;
		}
			#arfa a.ita{
				font-style: italic;
				padding-left: 20px;
			}
				#arfa h2 a{
					color: #392a2a;
					font-weight: bold;
					margin-left: 20px;
				}
				#arfa p{
					padding-left: 20px;
					color: #999999;
				}
				#content p.photo
				{
					color: #999999;
				}
				#content h2 a{
					color: #392a2a;
					font-weight: bold;
				}
		#banners{
			float: right;
			display: inline;
			margin-right:2%;
			width: 15%;
			margin-bottom: 60px;
		}
			#banners img{
				margin-top: 35px;
			}
	#tree-block{
		margin: 5px 2% 0 4%;
	}
		#tree-block .item{
			width: 250px;
			float: left;
			display: inline;
			margin-right: 10%;
		}			
		.no-border{
			margin-right: 0 !important;
		}
			#tree-block .item p{
				padding: 8px;
				font-size: 11px;
				color: #333333;
			}
				#tree-block .item p a{
					font-size: 12px;
				}
	#reklama{
		margin: 5px 2%;
		background-color: #eeeeee;
		padding: 10px;
		text-align: center;
		color: #bebebe;
	}
	#footer{
		position: relative;
		margin-top: 22px;
		height: 75px;
		border-top: 1px solid #dadada;
	}
		#footer div{
			position: absolute;
			top: 23px;
		}
			.copy{
				font-size: 11px;
				width: 271px;
				left: 2%;
			}
			.contacts{
				width: 250px;
				left: 33%;
			}
			.aow{
				right: 9%;
				width: 96px;
				text-align: center;
				line-height: 100%;
			}
				.aow a{
					color: #c2bfbf !important;
					font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
					font-size: 9px !important;
					text-decoration: none !important;
				}
				
.x1 {
	width:300px; 
	height:800px; 
	position:relative; 
	top:0px; 
	left:400px; 
}

.x2{
	width:300px; 
	position:absolute; 
	top:-530px; 
	right:-165px;	
}