/* main banner */
.banner-block { position: relative; height: 288px; z-index: 5; }
	.banner {
		position: absolute;
		top: 0;
		left: -4%;
		width: 108%;
		height: 287px;
		background: url(main-banner-l.png) 1px 1px no-repeat;
		padding-top: 1px;
	}
		.banner-inner {
			position: relative;
			height: 273px;
			background: url(main-banner-r.png) 100% 0 no-repeat;
			padding: 14px 20px 0 17px;
		}
/*Изменено*/.banner-type1 { height: 209px; background: url(banner-type3-bg.png) 0 0 repeat-x; }
	.banner-type1-inner {
		position: relative;
		height: 209px;
		width:100%;
/*Удалено 		background: url(banner-type1-image.png) 100% 0 no-repeat; */
	}
		.banner-type1 .title {
			position: absolute;
			left: 24px;
			top: 11px;
			width: 124px;
			height: 25px;
			font-size: 1.8em;
			color: #fff;
			overflow: hidden;
		}
			.banner-type1 .title b {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 124px;
				height: 25px;
/*Удалено			background: url(banner-type1-title.png) 0 0 no-repeat;*/
			}
		.banner-type1-inner ul {
			position: absolute;
			top: 53px;
			left: 8px;
			font-family: Tahoma, Arial;
/*Изменено*/			font-size: 2.5em;
			text-transform: uppercase;
			color: #532E6C;
			text-align:center;
			width:70%;
		}
			.banner-type1 li { padding: 4px 0; }
				.banner-type1 li b {  color: #532E6C; }

/* banner corners */
#bc, #type1-corner, #t1-corn { position: absolute; top: 0; display: block; }
	#bc { top: -26px; right: 0; width: 63px; height: 26px; background: url(main-banner-r2.png) 0 0 no-repeat; }
	
#type1-corner { left: 0; width: 14px; height: 207px; background: url('banner-type3-corner.png') 0 0 no-repeat; } 
#t1-corn { right: 0; width: 15px; height: 209px; background: url('b.png') 0 0 no-repeat; } 
#flashcontent {text-align:right; padding-right:1%; padding-top:1px;}