@charset "windows-1251";
/* CSS Document */
body{
	margin:0px;
	padding:0px;}
img{
	border:none;}
.clear{
	clear:both;}
#page{
	margin:0 auto;
	min-width:1000px;
	max-width:1280px;
	background:transparent url(../img/body_bg.jpg) no-repeat scroll center top;
	z-index:1;
}
#header{
	margin-left:2%;}
.top_menu{
	background:url(../img/top_menu_bg.png) no-repeat;
	width:902px;
	height:45px;
	margin-top:18px;}
ul.menu_list{
	list-style-type:none;
	padding:0px;
	margin:0px;}
ul.menu_list li{
	display:inline;}
ul.menu_list li a{
	font-size:25px;
	color:#fff;
	text-decoration:none;
	font-family:"Monotype Corsiva";
	padding-left:6px;
	padding-right:8px;
	line-height:1.5em;
	padding-top:4px;
	padding-bottom:11px;
	position:relative;}
ul.menu_list li a:hover{
	background:#323232;
	 /* Для хороших браузеров */
	-webkit-border-radius: 0px 0px 13px 13px; /* Safari, Chrome */
	-moz-border-radius: 0px 0px 13px 13px; /* Firefox */
	-khtml-border-radius: 0px 0px 13px 13px; /* KHTML */
	border-radius:0px 0px 13px 13px;
    /* Для плохих IE */
    behavior: url(border-radius.htc); /* учим IE border-radius */}
ul#cssmenu ul{
	background:url(../img/sub_menu_bg.png) no-repeat;
	width:524px;
	height:46px;
	margin: 0;
        border: 0 none;
        padding: 0;
        list-style: none;
        display: none;
        position: absolute;
		margin-top:7px;}
ul#cssmenu ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;}
ul#cssmenu ul li {
	display:inline;}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
        float: none;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
  -webkit-border-radius: 13px 0px 13px 13px; /* Safari, Chrome */
	-moz-border-radius: 13px 0px 13px 13px; /* Firefox */
	-khtml-border-radius: 13px 0px 13px 13px; /* KHTML */
	border-radius: 13px 0px 13px 13px;     
}

ul#cssmenu ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
        display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
        display: block;
} 

ul#cssmenu ul li a{
	line-height:1.6em;
	padding-top:6px;
	padding-bottom:12px;
	margin-right:5px;}

#container{
	padding-top:119px;}
.slider{
	position:relative;
	overflow:hidden;
	z-index:9;
	zoom:1;}
.prev{
	width:26px;
	height:169px;
	margin-top:43px;
	position:absolute;
	left:0px;}
.anyClass{
	float:left;
	z-index:1;
	margin-left:5%;}
ul.slider_list{
	list-style-type:none;
	padding:0px;
	margin:0px;}
ul.slider_list li{
	background:url(../img/slider_item_bg.png) no-repeat;
	float:left;
	width:536px;
	height:261px;
	text-align:center;
	margin: 0 10px;}
.slider_content{
	padding-top:30px;}
.slider_content_2{
	padding-top:10px;}
.slider_content img{}
.next{
	width:26px;
	height:169px;
	float:right;
	margin-top:43px;
	position:absolute;
	right:0;
	z-index:9999;}

.center{
	width:1018px;
	margin:0 auto;
	padding-top:30px;}
.content_bg_top{
	background:url(../img/content_bg_top.png) no-repeat left;
	width:1018px;
	height:24px;
	overflow:hidden;}
.content_bg_center{
	background:url(../img/content_bg_center.png) repeat-y top left;
	width:1018px;}
.content_bg_center2{
	background:url(../img/content_bg_center_2.png) no-repeat left bottom;
	width:1018px;}
.content_bg_bottom{
	background:url(../img/content_bg_bottom.png) no-repeat;
	width:1018px;
	height:24px;}
.content{
	min-height:220px;
	padding-left:80px;
	padding-top:60px;}

.mini_banners{
	text-align:center;
	margin-top:5px;}
.mini_banners ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:-2%;}
.mini_banners ul li{
	display:-moz-inline-stack; /* для FF2 */
	display:inline-block; /* для других */
	zoom:1; /* для ие */
	*display:inline; /* для ие */
	_overflow:hidden; /* для ие6, чтобы не умещающиеся в нем элементы не раздвигали блок */
	background:url(../img/mini_banner.jpg) no-repeat;
	width:248px;
	height:83px;
	margin-left:2%;}

#footer{
	background:url(../img/footer_bg.jpg) repeat-x;
	height:61px;
	margin-top:5px;
	text-align:center;}
.bottom_menu{
	padding-top:10px;}
