html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f9f9fb;
	margin: 0px 0px 50px;
	background-image: url(img/fon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img, div {
	behavior: url(iepngfix.htc);
}
#all {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#select {
	background-color: #FFFFFF;
	height: 80px;
	width: 440px;
	float: left;
	margin-bottom: 20px;
}
#text {
	width: 440px;
	float: right;
	height: 480px;
	margin-bottom: 20px;
	background-image: url(img/text_fon.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 10px;
}
#item {
	background-image: url(img/item_fon.png);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#item_alpha_ad {
	background-image: url(img/alpha.png);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-position: 45px center;
}
#item_svs_ad {
	background-image: url(img/svs.png);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-position: center center;
}
#text table {
	margin-left: 15px;
}
#select table {
	margin-left: 20px;
	margin-top: 12px;
}
#item_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 32px;
	padding-top: 5px;
}
#item_img {
	margin-top: 8px;
	margin-left: 32px;
}
#item a {
	color: #FFFFFF;
	text-decoration: none;
}
#item_big {
	background-image: url(img/item_fon_big.png);
	height: 360px;
	width: 440px;
	float: left;
	margin-bottom: 40px;
}
#item_img_big {
	margin-left: 31px;
	margin-top: 24px;
}
#item_title_big {
	margin-left: 31px;
	padding-top: 5px;
	color: #FFFFFF;
}
#text a {
	color: #FFFFFF;
}
#LoginPanel {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 3;
	display: none;
	_position: absolute;
	_top:expression(eval(document.documentElement.scrollTop));
}
#LoginPanelFon {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: none;
	background-color: #FFFFFF;
	_position: absolute;

	_top:expression(eval(document.documentElement.scrollTop));
	-moz-opacity: 0.8;
	filter: Alpha(Opacity=80, Style=0);
}
#page {
	width: 100%;
	z-index: 1;
	position: absolute;
}
select, form {
	z-index: 1;
}
#item_page {
	height: 500px;
	width: 880px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/text_fon.png);
}
#item_page iframe {
	margin: 0px;
	padding: 0px;
	height: 465px;
	width: 880px;
	background: transparent;
}
#item_page_fon {
	background-image: url(img/item_fon_page.png);
	height: 536px;
	width: 917px;
	margin-top: 62px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#item_page_title {
	background-repeat: repeat-x;
	height: 35px;
	background-image: url(img/page_title_fon.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#item_page_title a {
	color: #165F6B;
	text-decoration: none;
	font-weight: normal;
}
ul.page_number {
	display: inline;
	list-style: none;
}
ul.page_number li {
	float: left;
	padding: 5px;
}
ul.page_number a {
	
}

