img, div, li, li span { behavior: url(js/iepngfix.htc) }

* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}
body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px; 
	margin:0px; padding:0px;
}
h1 {
	font-size: 20px;
}
#container {
	min-height: 100%;
	min-width: 1000px;
	margin: 0 auto;
	clear: both;
	background: url(../images/grad_main.jpg) top repeat-x;
}
#container #wrapper {
	width: 975px;
	_width: 985px;
	/width: 985px;
	margin-left: auto !important;
	margin-right: auto !important;
	_padding-bottom: 94px;
}
* html #container {
	height: 100%;	
}
* html #left {
	height: 100%;	
}
br.clear {
	clear: both;
}

#header {
	background: url(../images/line_shadow.jpg) bottom repeat-x;
	white-space: nowrap;
}
#header #header_wrapper_white {
	background: url(../images/main_left.jpg) bottom left no-repeat;
	width: 49%;
	height: 111px;
	float: left;
	z-index: 0;
}
#header #header_wrapper_blue {
	background: url(../images/main_right.jpg) top right no-repeat;
	width: 49%;
	height: 111px;
	float: right;
	z-index: 0;
}
#header_image {
	/*background: url(../images/top_image.jpg) top center no-repeat;*/
	text-align: right;
	height: 71px;
	padding-right: 40px;
	padding-top: 40px;
	z-index: 1;
	position:absolute;
	overflow: hidden;
	top: 0;
	right:0;
}
img.logo {
	position: absolute;
	z-index: 1000;
	top: 8px;
	left: 58px;
}
/*------------------------------ MENU ------------------------------------*/
#container #menu {
	background: url(../images/menu_grad.jpg) top repeat-x;
	clear: both;
	/*margin-bottom: 44px;*/
}
#container #menu #menu_left {
	background: url(../images/menu_left.jpg) left top no-repeat;
}
#container #menu #menu_right {
	/*background: url(../images/menu_right.jpg) right top no-repeat;*/
	height: 32px;
	text-align: center;
	/*overflow: hidden;*/
}
#container #menu #menu_right ul {
	text-align: center;
	padding-left: 10px;
	overflow: hidden;
}
#container #menu #menu_right ul li{
	position: relative;
	text-transform: uppercase;
	color: #000000;
	display: inline;
	line-height: 2.3;
	/*padding-left: 12px;*/
	margin: 0 5px;
	/*background: url(../images/blue_arr.gif) left center no-repeat;*/
	/*display: block;*/
	/*float: left;*/
	/*width: 14%;*/
}
#container #menu #menu_right ul li.active{
	background: transparent url(../images/skate/gray_billet_li.png) no-repeat left 1px;
	position: relative;
	text-transform: uppercase;
	color: #000000;
	display: inline;
	line-height: 2.3;
	padding-left: 11px;
	margin: 0 10px -2px 10px;
	/*padding-bottom: 1px;*/
}
#container #menu #menu_right ul li a:link,
#container #menu #menu_right ul li a:visited{
	background: url(../images/blue_arr.gif) 7px 10px no-repeat;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 20px;
	/*width: 132px;*/
	white-space: nowarp;
}
#container #menu #menu_right ul li a:hover{
	/*background: transparent url(../images/yell_billet.png) no-repeat 0px 1px;*/
	background: url(../images/blue_arr.gif) 7px 10px no-repeat;
	display: block;
	padding-right: 10px;
	padding-left: 20px;
	color: #0262BC;
	/*width: 132px;*/
	white-space: nowarp;
	/*padding-bottom: 1px;
	margin-bottom: -1px;*/
}
#container #menu #menu_right ul li.active span {
	background: transparent url(../images/skate/gray_billet_a.png) no-repeat right 1px;
	_top: -7px;
	display: block;
}

*:first-child+html #container #menu #menu_right ul li.active span {
	zoom:1;
}

#container #menu #menu_right ul li.active a,
#container #menu #menu_right ul li.active a:visited,
#container #menu #menu_right ul li.active a:hover{
	/*background: transparent url(../images/yell_billet_a.png) no-repeat right 1px;*/
	background: transparent;
	display: block;
	padding-right: 20px;
	padding-left: 10px;
	color: #000000;
	/*width: 132px;*/
	white-space: nowarp;
	font-weight: bold;
	/*margin-bottom:-1px;
	padding-bottom:1px;*/
	_padding-top: 7px;
	/*_padding-bottom:2px;*/
}
/*@media all and (min-width: 0) { 
     #container #menu #menu_right ul li a:hover {padding-bottom:2px;}
}*/
/*---------------2 уровень меню-----------*/
#container #child_menu {
	background: #E1E1E1;
	height: 18px;
	margin-top:-4px;
	_margin-top:-5px;
	clear: both;
	text-align: center;
	padding-top:8px;
	padding-bottom:2px;
	border-bottom: 4px solid #0E76CD;
	border-top: 4px solid #FFEB00;
}
#container #menu #menu_right ul li {
	position: relative;
	display: block;
	float: left;
}
#container #child_menu ul#nav li a:link,
#container #child_menu ul#nav li a:visited{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	/*display: block;
	float: left;*/
	padding: 3px 23px 3px 23px;
	border-left: 1px solid #C0C1C2;
	line-height: 1.2;
}
#container #child_menu ul#nav li a:hover{
	font-weight: bold;
	font-size: 12px;
	color: #0260B9;
	text-decoration: underline;
	/*display: block;
	float: left;*/
	padding: 3px 23px 3px 23px;
	border-left: 1px solid #C0C1C2;
	line-height: 1.2;
}
#container #child_menu ul#nav li a.active,
#container #child_menu ul#nav li a.active:visited{
	font-weight: bold;
	font-size: 12px;
	color: #0260B9;
	padding: 3px 23px 3px 23px;
	border-left: 1px solid #C0C1C2;
	line-height: 1.2;
}
#container #child_menu ul#nav li a.active:hover{
	font-weight: bold;
	font-size: 12px;
	color: #0260B9;
	text-decoration: underline;
	/*display: block;
	float: left;*/
	padding: 3px 23px 3px 23px;
	border-left: 1px solid #C0C1C2;
	line-height: 1.2;
}
#container #child_menu ul#nav li:hover ul {
	display: block;
}
#container #child_menu ul#nav li.over ul { 
	display: block;
}
#container #child_menu ul#nav li ul{
	display: none;
	position: absolute;
	top: 37px;
	/top: 40px;
	left: 14px;
	/*width: auto;*/
	height: 36px;
	background-color: #FFFFFF;
	border-top: 1px solid #BEBEBE;
	text-align: left;
	width: 190px;
}
#container #child_menu ul#nav li ul li{
	border-bottom: 1px solid #BEBEBE;
	_padding: 0px;
	text-decoration: none;
}
#container #child_menu ul#nav li {
	display: inline;
	/*float: left;*/	
	padding-top: 8px;
	padding-bottom: 20px;
	line-height: 1;
	/*width: auto;*/
	position:relative;
}
#container #child_menu ul#nav li a{
	background: none;
	text-transform: none;
	width: auto;
}
/* Fix IE. Hide from IE Mac \*/ 
	* html #container #child_menu ul#nav li ul li{float: left; height: 1%;} 
	* html #container #child_menu ul#nav li ul li a { height: 1%; } 
/* End */

#container #child_menu ul#nav li ul li a:link,
#container #child_menu ul#nav li ul li a:visited{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	display: block;
	float: left;
	padding-left: 15px;
	border-bottom: 1px solid #C0C1C2;
	line-height: 1.2;
	width: 150px;
	background-color: #FFFFFF;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	_border-top: none;
	_border-left: 1px solid #BEBEBE;
	_border-right: 1px solid #BEBEBE;
	_border-bottom: none;
}
#container #child_menu ul#nav li ul li a:hover{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none !important;
	display: block;
	float: left;
	padding-left: 15px;
	border-bottom: 1px solid #C0C1C2;
	line-height: 1.2;
	width: 150px;
	background-color: #FFF475;
	border: 1px solid #BEBEBE;
	border-top: none;
	_border-top: none;
	_border-left: 1px solid #BEBEBE;
	_border-right: 1px solid #BEBEBE;
	_border-bottom: none;
}
#container #child_menu ul#nav li ul li a.active,
#container #child_menu ul#nav li ul li a.active:visited{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	display: block;
	float: left;
	padding-left: 15px;
	border-bottom: 1px solid #C0C1C2;
	line-height: 1.2;
	width: 150px;
	background-color: #FFFFFF;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	_border-top: none;
	_border-left: 1px solid #BEBEBE;
	_border-right: 1px solid #BEBEBE;
	_border-bottom: none;
}
#container #child_menu ul#nav li ul li a.active:hover{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none !important;
	display: block;
	float: left;
	padding-left: 15px;
	border-bottom: 1px solid #C0C1C2;
	line-height: 1.2;
	width: 150px;
	background-color: #FFF475;
	border: 1px solid #BEBEBE;
	border-top: none;
	_border-top: none;
	_border-left: 1px solid #BEBEBE;
	_border-right: 1px solid #BEBEBE;
	_border-bottom: none;
}
/*------------------------------- LEFT -----------------------------------*/
#left {
	width:179px;
	padding-left: 13px;
	/*min-height: 100%;*/
	float:left;
	font-size: 12px; /*12px*/
	padding-top: 16px;
	/*padding-bottom: 94px;*/
	/padding-bottom: 144px;
	_padding-bottom: 0px;
	margin-top: 13px;
}
#left .left_menu {
	margin-bottom: 28px;
}
#left .left_menu ul li{
	background: url(../images/arr.gif) left no-repeat;
	padding-left: 15px;
	margin-left: 15px;
	line-height: 1.5;
}
#left .left_menu ul li a:link,
#left .left_menu ul li a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#left .left_menu ul li a:hover {
	color: #0262BC;
	font-weight: bold;
	text-decoration: none;
}
#left .left_menu ul li a.active,
#left .left_menu ul li a.active:visited {
	color: #0262BC;
	font-weight: bold;
	text-decoration: underline;
}
#left .left_menu ul li a.active:hover {
	color: #0262BC;
	font-weight: bold;
	text-decoration: none;
}
/**/
#left .blue {
	/*background: url(../images/blue.jpg) top no-repeat;*/
	width: 180px;
	padding-top: 57px;
	/*height: 98px;*/
	/*padding-top: 13px;
	padding-left: 10px;*/
}
#left .blue div{
	display: block;
	background: transparent url(../images/blue.jpg) no-repeat top left;
	height: 77px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -57px;
}
#left .blue a{
	display: block;
	padding-left: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color:#0262BC;
}
#left .blue a.active,
#left .blue a.active:visited,
#left .blue a.active:hover{
	background: url(../images/blue_arr.gif) left center no-repeat;
}
#left .blue a:link,
#left .blue a:visited,
#left .gray a:link,
#left .gray a:visited{
	text-decoration: underline;
}
#left .blue a:hover,
#left .gray a:hover{
	text-decoration: none;
}
#left .gray {
	background: url(../images/gray.jpg) top center no-repeat;
	width: 147px;
	padding: 15px 14px 15px 19px;
}
#left .gray a {
	color: #0157A8;
	font-size: 11px;
	font-weight: bold;
	margin-top: 24px;
}
#left .gray a.more {
	color: #0157A8;
	text-decoration: underline;
	font-weight: normal;
}
#left .gray a.more:hover {
	text-decoration: none;
}
#left .gray h1{
	color: #0157A8;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-weight: normal;
}
#left .gray p {
	padding: 5px 0px 18px 0px;
	font-size: 11px;
	line-height: 1.2;
}
/*------------------------------ END LEFT --------------------------------*/
#right {
	width: 204px;
	float:right;
	padding-bottom: 94px;
	/padding-bottom: 144px;
	_padding-bottom: 0px;
	margin-top: 13px;
	_margin-top: 28px;
	/margin-top: 28px;
}
#right .search {
	background:url(../images/search_bg.jpg) top no-repeat;
	height: 127px;
	width: 172px;
	padding-top: 27px;
	padding-left: 8px;
}
#right .search span,
#right .cons span {
	color: #0157A8;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
#right .search input.text{
	width: 164px;
	height: 19px;
	border: 1px solid #C6C6C6;
	margin-bottom: 8px;
}
#right .search input.submit {
	background: url(../images/button.jpg) center center no-repeat;
	border: 0px;
	width: 74px;
	height: 21px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
}
#right .cons {
	background: transparent url(../images/cons_bg.png) top no-repeat;
	width: 170px;
	padding-left: 10px;
	/*height: 125px;*/
	margin-top: -45px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #3C3D3D;
}
#right .cons img{
	margin-right: 5px;
	vertical-align: middle;
}
#right .cons a:link,
#right .cons a:visited {
	color: #3C3D3D;
	text-decoration: underline;
	display: block;
	padding-bottom: 5px;
}
#right .cons a:hover {
	color: #3C3D3D;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
#right .banner {
	padding: 0 auto;
	width: 180px;
	text-align: center;
}
#right .banner img {
	margin: 5px 0px;
}
/*----------------------------- CENTER -----------------------------------*/
#center {
	margin: 0 204px 0 192px;
	padding: 16px 25px 94px 25px;
	/padding: 16px 25px 144px 25px;
	_padding: 16px 25px 0px 25px;
	margin-top: 13px;
	line-height: 1.5;
	/*min-width: 604px;*/
	/*width: 530px;*/
}
#center .skier {
	background: url(../images/skier.jpg) 20px 0px no-repeat;
	padding-left: 192px;
	/*width: 338px;*/
	line-height: 1.2;
	height: 200px;
}
#center .skier span {
	color: #0157A8;
	margin-top: 13px;
	display: block;
	margin-bottom: 34px;
}

#center table td {
	padding: 5px;
}

#center table.icons {
	/*background-color: #E9E9E9;*/
	width: 98%;
	margin-top: 40px;
}
#center table.icons td.image {
	padding: 5px;
}
#center div.image {
	background: transparent url(../images/blue_win.png) no-repeat top left;
	width: 123px;
	height: 101px;
}
#center div.image{
	background: transparent url(../images/blue_win_main.png) no-repeat top left;
	width: 123px;
	height: 101px;
}
#center img.foto,
#center img.foto{
	position: absolute;
	z-index: 1;
}
/*----------------------------------------------------------------*/
#center .middle {
	width: 530px;
	margin-right: auto !important;
	margin-left: auto !important;
}

#center h1 {
	color: #DA251D;
	font-size: 24px;
	font-weight: normal;
	margin: 40px 0 40px 17px;
}
/*---------------------------------------------------------------*/
#center h2 {
	color: #0157A8;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 10px 0;
}
#center h3 {
	color: #0157A8;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
#center h4 {
	color: #0157A8;
	font-size: 14px;
	font-weight: normal;
}
#center p {
	margin: 5px 0px 10px;
	line-height: 1.3;
}
#center ul, ol {
	margin: 5px 20px 20px 30px;
}
#center ul {
	list-style: square;
}
#center ol {
	list-style: decimal;
}
#center li {
	line-height: 1.2em;
}
#center a, #center a:visited {
	color: #0262BC;
	text-decoration: none;
}
#center a:hover {
	text-decoration: underline;
}
/*------------------------ FOOTER ----------------------*/
#footer {
	height: 94px;
	/*margin-top: -94px;*/
	/*background-color: #33FF66;*/
	min-width: 1000px;
	/*background: url(../images/footer_gr.jpg) repeat-x;*/
	color: #000000;
	font-size: 11px;
	border-top: 4px solid #2180D1;
	clear: both;
}
@media all and (min-width: 0) { 
     #footer {margin-top: 0px;}
}
#footer td.copy{
	color: #0157A8;
	font-size: 12px;
	width: 200px;
	padding-left: 33px;
	padding-top: 20px;
}
#footer td {
	vertical-align: top;
}
#footer a{
	color: #6E6E6E;
}
#footer img {
	margin-right: 15px;
}

