/* Cascade Style Sheet*/
body{
	background: #c4ddde url('images/body_bg_repeat.jpg') top left repeat-x;
	margin:0px;
	padding:0px;
}
#preview{
	background:  url('images/body_bg.jpg') center top no-repeat;
	width:1104px;
	height:649px;
	margin:0 auto;
}
#left{
	margin-left:90px;
	float:left;
}
#right{
	float:left;
	margin-left:-20px;
}
#right #items{
	margin-top:55px;
}
#right #items a{
	text-decoration:none;
	margin:0 65px;
	color:#7f776f;
	text-transform:uppercase;
	font-size:24px;
}
#right #items a:hover{
	color:#74ad2a;
}
#menu{
	margin: 40px 30px;
	height:330px;
}
#menu img{
	border:none;
}
#menu a{
	text-decoration:none;
	font-size:24px;
	color:#27251e;
}
#menu a:hover,#menu a.selected{
	color:#ffdc3a;
}
#menu ul{
	list-style:none;
}
#menu ul li{
	float:left;
	background: url('images/arrow.png') no-repeat;
	padding:10px 15px;
}
#menu ul li.first{
	background: none;
}
#id{
	background: url('images/i.png') top left  no-repeat;
	width:222px;
	height:534px;
	margin-left:-10px;
	display:none;
	
}
#logo{
	background: url('images/logo.png') 0px 20px   no-repeat;
	width:158px;
	height:82px;
}
#about{
	width:200px;
	height:60px;
	font-family:Verdana,Arial;
	text-transform:uppercase;
	font-size:8px;
	font-weight:bold;
	color:white;
	margin-left:20px;
}
#about p{
	margin:0px;
}
h1, h2 {
overflow: hidden; /* Скрывает область */
height: 0; /* Нулевая высота блока */
}
h1 {
	background: url('images/logo.png') no-repeat; /* Фоновый рисунок для замены текста */
	margin: 10px 0px 5px 0px;
	padding-top: 59px; /* Высота изображения */
}
*html h1{
	margin: 10px 0px 5px -25px;
}
#links{
	margin-left:410px;
	margin-top:-50px;
}
*html #links{
	margin-left:400px;
}
#links img{
	margin-top:120px;
}
#copy{
	margin:15px 0 0 0px;
	color:#00468c;
}
#pos{
	margin-top:5px;
	color:#00468c;
	text-align:center;
}
span.podel{
	color:#718484;
padding-left:7px;
}