
@import url(menu.css);

a {
	color:#ffdfb2;
	outline: none;
}
object { outline: none; }
html, body {
	height:100%;
}
body {
	font: 75% Verdana, sans-serif;
	color:#fff;
	/*background: #bc153f url(/i/collage_bg.png) no-repeat 1600px 0;*/
	background: #bc153f url(/i/collage_bg.png) no-repeat 1600px 0;
	/*background-color:#a60a2e;*/
	margin:0; padding:0;
}
form {
	margin:0; padding:0;
}
hr {
	display:none;
}
h1 {
	font: italic 2.5em Georgia, serif;
	margin:0; padding: 0 0 .6em 0;
}
h2 {
	font: italic 1.85em Georgia, serif;
	margin:0; padding: 0 0 .5em 0;
}
h3 {
	font: bold 1em Verdana, sans-serif;
	margin:0; padding: 0 0 .6em 0;
}
img {
	border:none;
}
input, select, textarea {
	font: 1em Arial, sans-serif;
}
table {
	border-collapse:collapse;
	font-size:1em;
}
td {
	vertical-align:top;
	padding:0;
}
/*
ul {
	margin: 0 0 1em 30px; padding:0;
}
ul li {
	margin:0; padding: 0 0 .5em 5px;
}
*/
ul, ul li {
	list-style-type:none;
	margin:0; padding:0;
}
ol {
	/*font-size:.9em;*/
	margin-top:0; padding-top:0;
	margin-bottom:1.5em; padding-bottom:0;
	padding-left:20px !important;
	margin-left:20px;
	*margin-left:24px;
	padding-left:0;
}
ul li {
	background: transparent url(/i/bullet.png) no-repeat 0 .45em;
	padding: 0 0 .8em 11px;
}
ol li {
	padding: 0 0 .8em 0;
}
ul {
	margin: 0 0 1em 0;
}
#enr {
	position:absolute;
	top:0; right:0;
	width:170px; height:30px;
	font-size:.9em;
	background: #6b0824 url(/i/enter_bg.png) no-repeat 0 0;
}
html>body #enr {
	min-height:30px;
	height:auto;
}
#enr img {
	width:13px; height:13px;
	vertical-align:middle;
}
#enr div {
	padding: .65em 10px .5em 18px;
}
#footempty {
	height:8em;
}
html>body #footempty {
	min-height:6em;
	height:auto;
}
#footer {
	position:absolute;
	bottom:0; left:0;
	width:100%; height:8em;
	font: .9em Tahoma, sans-serif;
	color:#e4d1c3;
	background-color:#641100;
	line-height:1.5em;
}
html>body #footer {
	min-height:8em;
	height:auto;
}
#footer #fin {
	margin: 0 30px 0 20px;
}
#footer .b1, #footer .b2 {
	padding-top:15px;
	padding-bottom:1.25em;
}
#footer #fdec {
	position:absolute;
	top:-4px; left:0;
	width:100%; height:4px;
	background: transparent url(/i/footer_bg.png) repeat-x 0 0;
}
#header {
	position:relative;
	height:256px;
	background: transparent url(/i/collage2.jpg) no-repeat 0 0;
}
html>body #header {
	min-height:256px;
	height:auto;
}
#header #logo {
	position:absolute;
	top:0; left:0;
	width:660px; height:256px;
}
#header #logo img {
	display:block;
	width:660px; height:256px;
}
#icons {
	position:absolute;
	top:42px; right:70px;
	width:55px; height:145px;
}
#icons_m {
	position:absolute;
	top:42px; right:5px;
	width:40px; height:145px;
}
#icons img {
	width:25px; height:25px;
	display:block;
}
#icons #img1 {
	position:absolute;
	top:0; left:16px;
}
#icons #img2 {
	position:absolute;
	top:30px; left:16px;
}
#icons #img3 {
	position:absolute;
	/*top:58px; left:16px;*/
	top:67px; left:2px;
}
#icons img#img3 {
	width:53px; height:32px;
}
#icons #img4 {
	position:absolute;
	/*top:87px; left:0;*/
	top:111px; left:0;
}
#icons img#img4 {
	width: 55px; height:55px;
}
#ks {
	font: 1em Verdana, sans-serif;
	color:#e6b6ac;
	background: transparent url(/i/kelnik_logo.png) no-repeat 0 0;
	line-height:1.4em;
	margin: 3px 0 0 0 !important; padding: 0 0 0 41px !important;
}
#ks a {
	color:#e6b6ac;
}
#ks span {
	display:block;
	width:10.25em; height:15px;
	position:relative; top:-4px;
}
html>body #ks span {
	height:auto;
	min-height:15px;
}
#outer {
	position:relative;
	width:100%; height:100%;
/*
	width:expression(
		(
			(document.compatMode && document.compatMode=='CSS1Compat') ?
			document.documentElement.clientWidth : document.body.clientWidth
		)
		< 994 ? "994px" : "100%"
	);
*/
	width:expression(
		(
			(document.compatMode && document.compatMode=='CSS1Compat') ? 
			document.documentElement.clientWidth : document.body.clientWidth
		)
		> 1600 ? "1600px" : (
			(
				(document.compatMode && document.compatMode=='CSS1Compat') ?
				document.documentElement.clientWidth : document.body.clientWidth
			) 
			< 994 ? "994px" : "100%"
		)
	);
	background: #a60a2f url(/i/body_bg.jpg) repeat-x -210px 220px;

/*
	width:expression(
		document.body.clientWidth < 994 ? "994px" : "100%"
	);
*/
}
html>body #outer {
	min-width:996px; min-height:100%;
	max-width:1600px;
	width:auto; height:auto;
}
#phone {
	position:absolute;
	top:0; left:407px;
	width:129px; height:83px;
	background: transparent url(/i/phone.png) no-repeat 100% 0;
}
#phone2 {
	position:absolute;
	top:16px; left:16px;
	width:445px;
	font: italic bold 1em Georgia, serif;
	color:#fff;
}
#phone2 em {
	position:relative;
	top:-.05em;
	font: italic bold 1.05em Georgia, serif;
	color:#ffcc66;
}
#phone2 strong {
	position:relative;
	top:-.05em;
	font: italic bold 1.5em Georgia, serif;
	color:#ffcc66;
}
#phone2 span {
	float:right;
}
#tabform {
	z-index:100;
	top:145px;
	left:50%;
	position:absolute;
	width:270px;
	background-color:#b10030;
	display:none;
	margin-left:-135px;
	border: 4px solid #ffc587;
}
#tabform p {
	margin: 0 !important; padding: 0 0 1em 0 !important;
}
#tabform .zz1 {
	width:170px;
	padding-bottom:7px;
}
#tabform .zz2 {
	padding-top:4px;
}
.al {
	text-align:center;
}
.al2 {
	vertical-align:top;
}
.al3 {
	vertical-align:middle;
}
.al4 {
	text-align:left;
}
.arr {
	position:relative;
	margin: 0 0 1.5em 0;
}
.arr p {
	margin: 0 !important; padding: .15em 0 0 35px !important;
}
.arr span {
	position:absolute;
	top:0; left:0;
	display:block;
	width:27px; height:27px;
	background: transparent url(/i/arr.png) no-repeat 0 0;
}
html>body .arr span {
	min-height:27px;
	height:auto;
}
.bask {
	height:21px;
	background: #aa0100 url(/i/basket.png) no-repeat 7px 4px;
	margin: 0 0 10px 0; padding: .6em 0 .35em 29px;
	border: 1px dashed #fff;
}
html>body .bask {
	min-height:21px;
	height:auto;
}
.bask a {
	text-decoration:none;
}
.bask2 {
	width:48px; height:56px;
	display:block;
	background: transparent url(/i/basket3.png) no-repeat 0 0;
	margin-left:auto;
	margin-right:auto;
}
.baskt td {
	vertical-align:middle;
	padding-bottom:15px;
}
.baskt .yy1 {
	width:105px;
}
.baskt .yy2 {
	width:85px;
}
.baskt .yy3 {
	width:60px;
}
.baskt .yy3 a {
	display:block;
}
.bll {
	margin: 0 260px 0 0;
}
.blr {
	width:230px;
	float:right;
}
.cf {
	position:relative;
	width:480px;
	text-align:center;
	background-color:#ffb669;
	margin: 0 0 65px 0; padding: 25px 0 15px 0;
}
.cfdec {
	width:480px; height:10px;
	background: transparent url(/i/fback_dec.png) no-repeat 0 0;
}
.cfdec2 {
	position:absolute;
	bottom:-43px; right:-138px;
	width:248px; height:246px;
	background: transparent url(/i/plume.png) no-repeat 0 0;
}
.cf table {
	position:relative;
	z-index:15;
	margin-left:auto;
	margin-right:auto;
}
.cf table td {
	text-align:left;
	padding-bottom:20px;
}
.cf table td h3 {
	padding-bottom: .5em !important;
}
.cf .d1, .cf .d3 {
	font: .9em Georgia, serif;
	width:105px;
	color:#660000;
	padding: 2px 5px 0 0;
}
.cf .d2 {
	*padding-right:4px;
}
.cf .d3 {
	width:165px;
}
.che input {
	position:relative;
	left:-4px;
}
.che span {
	position:relative;
	top:0;
	*top:-2px;
}
@-moz-document url-prefix(){
	.che span { top:-4px; }
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
.colo {
	color:#e4d1c3;
}
.colo2 {
	font-size:.9em;
}
.colo2 a {
	color:#990000;
}
.com {
	/*position:relative;*/
	/*background-color:#a60a2f;*/
	margin: 0 0 40px 0; padding: 0 30px 0 20px;
}
.com p {
	line-height:1.5em;
	margin:0; padding: 0 0 1.5em 0;
}
.com sup {
	font: .75em Arial, sans-serif;
}
.corn {
	position:relative;
	z-index:10;
}
.corn div {
	background:#f9b15e;
}
.corn .it1 {
	height:3px;
	margin: 0 1px;
}
.corn .it2, .corn .it3, .corn .it4 {
	height:2px;
	margin: 0 2px;
}
.corn .it3 {
	margin: 0 3px;
}
.corn .it5, .corn .it6, .corn .it7, .corn .it8, .corn .it9, .corn .it10, .corn .it11, .corn .it12, .corn .it13 {
	height:1px;
}
.corn .it4 {
	margin: 0 4px;
}
.corn .it5 {
	margin: 0 5px;
}
.corn .it6 {
	margin: 0 6px;
}
.corn .it7 {
	margin: 0 7px;
}
.corn .it8 {
	margin: 0 8px;
}
.corn .it9 {
	margin: 0 9px;
}
.corn .it10 {
	margin: 0 11px;
}
.corn .it11 {
	margin: 0 13px;
}
.corn .it12 {
	margin: 0 15px;
}
.corn .it13 {
	margin: 0 18px;
}
.date {
	display:block;
	font-size:.9em;
	color:#e4d1c3;
	padding: 0 0 .5em 0;
}
.eve {
	height:66px;
	padding: 25px 100px 0 0;
}
html>body .eve {
	background: transparent url(/i/bell.png) no-repeat 100% 0;
	min-height:66px;
	height:auto;
}
/*.eve {
	height:91px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:66px;
}*/
.fbl {
	width:40%;
	float:left;
}
.fbr {
	width:40%;
	float:right;
}
.fixwi {
	width:100%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fo {
	font-size:.9em;
	color:#e4d1c3;
}
.fo2 {
	font-size:.9em;
}
.hr {
	height:1px;
	font-size:1px;
	line-height:1px;
	background-color:#fab25f;
	margin: 0 0 15px 0;
}
.htab td {
	padding-bottom: 20px !important;
}
.icos4, .icos, .icos2 {
	position:relative;
	height:65px;
}
.icos4 {
	margin:0 0 20px ;
}
html>body .icos, html>body .icos2 {
	min-height:65px;
	height:auto;
}
.icos4 strong,
.icos strong {
	display:block;
	padding: 30px 0 0 65px;
}
.icos2 strong {
	display:block;
	padding: 0 0 12px 69px;
}
.icin {
	position:absolute;
	top:0; left:0;
	width:55px; height:64px;
	background: transparent url(/i/ico2.png) no-repeat 0 0;
}
.icin2 {
	position:absolute;
	top:0; left:0;
	width:43px; height:63px;
	background: transparent url(/i/ico3.png) no-repeat 0 0;
}
.icin4 {
	position:absolute;
	top:0; left:110px;
	width:64px; height:56px;
	background: transparent url(/i/ico.png) no-repeat 0 0;
}
.icin3 {
	position:absolute;
	top:0; left:94px;
	width:77px; height:54px;
	background: transparent url(/i/ico4.png) no-repeat 0 0;
}
.icin5 {
	position:absolute;
	top:0; left:0;
	width:54px; height:54px;
	background: transparent url(/i/ico5.png) no-repeat 0 0;
}
.icin6 {
	position:absolute;
	top:0; left:0;
	width:54px; height:54px;
	background: transparent url(/i/ico6.png) no-repeat 0 0;
}
.icin7 {
	position:absolute;
	top:0; left:0;
	width:45px; height:53px;
	background: transparent url(/i/ico7.png) no-repeat 0 0;
}
.icoc {
	font: bold 1.2em Verdana, sans-serif;
	height:27px;
	background: transparent url(/i/ico_calend_ie.png) no-repeat 100% 0;
	margin: 0 0 1em 0; padding: 0 32px 0 0;
}
html>body .icoc {
	min-height:27px;
	height:auto;
	background: transparent url(/i/ico_calend_ie.png) no-repeat 100% 0;
}
.icoc div {
	padding-top:4px;
}
.imga {
	/*margin: 0 0 20px 0;*/
	padding: 0 0 20px 0;
}
.main-text-block .imga {
	padding: 0 0 20px 0;
	text-align:center;
}
.imga img {
	display:block;
	float:left;
	margin: 0 20px 15px 0;
}
.imga2 img {
	display:block;
	float:left;
	margin: 0 10px 10px 0;
}
.ind {
	padding: 0 43px 0 33px;
	/*padding: 0 22px;*/
}
.ind2 {
	padding: 0 0 0 40px;
}
.ind3 {
	padding: 0 50px 0 0;
}
.ind5 {
	padding: 0 0 0 30px;
}
.ind6 {
	margin:0; padding: 0 0 .7em 0 !important;
}
.ind7 {
	margin:0; padding: 0 0 3em 0 !important;
}
.ind8 {
	padding: 0 0 0 20px;
}
.ind9 {
	padding: 15px 17px 10px 17px;
}
.ind10 {
	margin: 0 0 10px 0; padding: 10px 20px 0 20px;
	border: 1px solid #fff;
}
html>body .ind10 {
	background: transparent url(/i/dot2.png) repeat 0 0;
}
.ind11 {
	margin: 0 0 4.5em 0 !important;
}
.inp {
	position:absolute;
	top:100px; left:20px;
	width:125px; height:18px;
	border: 1px solid #a5acb2;
}
.inp2 {
	width:260px; height:18px;
	border: 1px solid #a5acb2;
}
.inp3 {
	width:260px; height:110px;
	border: 1px solid #a5acb2;
}
.inp4 {
	width:165px; height:18px;
	border: 1px solid #a5acb2;
}
@-moz-document url-prefix(){
	.inp4 { width:168px; }
}
.inp5 {
	width:160px; /*height:18px;*/
	margin: .35em 0 12px 1px;
	border: 1px solid #a5acb2;
}
.inp7 {
	width:50px; height:18px;
	border: 1px solid #a5acb2;
}
.inp6 {
	width:100%; height:18px;
	border: 1px solid #a5acb2;
}
.lb {
	position:relative;
	width:230px; height:40px;
	background: #ea695d url(/i/left_block_bg.png) repeat-x 0 100%;
}
html>body .lb {
	min-height:40px;
	height:auto;
}
.lbn {
	position:absolute;
	top:0; left:0;
	width:18px; height:18px;
	background: transparent url(/i/lb_corner_tl.png) no-repeat 0 0;
}
.lbn2 {
	position:absolute;
	top:0; right:0;
	width:18px; height:18px;
	background: transparent url(/i/lb_corner_tr.png) no-repeat 0 0;
}
.let {
	width:27px; height:20px;
	background: transparent url(/i/letter.png) no-repeat 0 0;
	margin: 0 0 2.5em 0; padding: 0 0 0 33px;
}
html>body .let {
	min-height:20px;
	height:auto;
}
.lh {
	line-height:1.65em;
}
.line {
	margin: 0 0 1.25em 0;
}
.main .b1 {
	width:230px;
}
.main .b2 {
	padding: 0 0 0 30px;
}
.main .b3 {
	width:275px;
}
.main .b4 {
	width:230px;
	padding: 0 0 0 30px;
}
.main .b5 {
	width:275px;
	padding: 0 0 0 20px;
}
.nbgb {
	border:none;
}
html>body .nbgb {
	background:none;
}
.nbgb td {
	padding-bottom:10px;
}
.ndec {
	position:absolute;
	top:0; left:0;
	width:77px; height:128px;
	background: transparent url(/i/chair.png) no-repeat 0 0;
}
.neve {
	margin: 0 0 25px 0;
	border: 1px solid #fff;
}
.neve td {
	padding: 1.25em 0 1em 0;
}
html>body .neve td {
	background: transparent url(/i/dot2.png) repeat 0 0;
}
.neve .k1 {
	width:1px;
	padding-right:10px;
	padding-left:25px;
}
.neve .k2 p, .neve .k3 p, .neve .k4 p {
	margin:0; padding: 0 0 .5em 0 !important;
}
.neve .k3 {
	padding-right:10px;
	padding-left:25px;
}
.neve .k4 {
	padding-right:25px;
	padding-left:25px;
}
.news {
	padding: 0 0 2.25em 110px;
}
.news2 {
	padding: 0 0 2.25em 0;
}
.news span, .news2 span {
	display:block;
	font-size:.9em;
	color:#e4d1c3;
	padding: 0 0 .5em 0;
}
.news p, .news2 p {
	margin:0; padding: 0 !important;
}
.pic10, .pic4, .pic5, .pic6, .pic7, .pic8, .pic9, .pic {
	float:left;
	width:158px;
	margin: 0 20px 15px 0;
}
.pic { 
	height:321px;
	background: transparent url(/i/content/pict.png) no-repeat 0 0;
}
.pic10 {
	width:200px;
	height:205px;
	background: transparent url(/files/Image/cir.gif) no-repeat 0 0;
}
.pic4 {
	height:327px;
	background: transparent url(/files/Image/girl.gif) no-repeat 0 0;
}
.pic5 {
	height:328px;
	background: transparent url(/files/Image/hozyaka.gif) no-repeat 0 0;
}
.pic6 {
	height:260px;
	background: transparent url(/files/Image/hranit.gif) no-repeat 0 0;
}
.pic7 {
	height:323px;
	background: transparent url(/files/Image/men-card.gif) no-repeat 0 0;
}
.pic8 {
	height:319px;
/*	background: transparent url(/files/Image/moon.gif) no-repeat 0 0;*/
	/*background: transparent url(/files/Image/moon2.gif) no-repeat 0 0;*/
	background: transparent url(/i/moon-new.png) no-repeat 0 0;
}
.pic9 {
	height:322px;
	background: transparent url(/files/Image/queen.gif) no-repeat 0 0;
}
.pic2 {
	position:relative;
	top:10px;
	width:139px; 
	height:188px;
	background: transparent url(/i/content/book.png) no-repeat 0 0;
	float:left;
	margin: 0 20px 15px 0;
}
.pic3 {
	width:372px; height:361px;
	background: transparent url(/i/content/circle.png) no-repeat 0 0;
	margin: 5px 0 10px 0;
}
.pos {
	position:relative;
}
.pos2 {
	position:relative;
	height:1px;
}
html>body .pos2 {
	min-height:1px;
	height:auto;
}
.pos3 {
	position:relative;
	top:-15px;
}
.pos4 {
	position:relative;
	top:10px;
}
.pos5 {
	position:relative;
	width:187px; height:1px;
	margin: 0 0 25px 0;
}
.pos6 {
	position:relative;
	width:357px; height:1px;
	margin: 0 0 25px 0;
}
.pos7 {
	position:relative;
	top:-50px;
}
.pos8 {
	position:relative;
	top:-20px;
}
.pos9 {
	position:relative;
	width:98px; height:1px;
	margin: 0 0 25px 0;
}
.ptab td {
	padding-bottom:30px;
}
.ptab .e1 {
	width:1px;
}
.ptab .e1 img {
	display:block;
	border: 6px solid #dba545;
}
.ptab .e2 {
	padding: 0 0 0 20px;
}
.ptab .e2 h2, .ptab .e6 h2, .ptab .e8 h2 {
	padding: 0 0 .05em 0;
}
.ptab .e5 {
	width:153px; height:92px;
	background: transparent url(/i/partner_bg_ie.png) no-repeat 0 0;
	padding-bottom:40px;
}
html>body .ptab .e5 {
	min-height:92px;
	height:auto;
	background: transparent url(/i/partner_bg.png) no-repeat 0 0;
}
.ptab .e5 img {
	display:block;
	margin: 8px 0 0 8px;
}
.ptab .e6 {
	padding: 0 0 5px 0;
}
.ptab .e7 {
	padding: 0 0 15px 0;
}
.ptab .e8 {
	padding: 0 0 10px 0;
}
.ptab2 td {
	padding-bottom:40px;
}
.ptab2 .f1 {
	/*width:1px;*/
}
.ptab2 .f1 strong {
	display:block;
	/*width:159px;*/
}
.ptab2 .f1 h2 {
	white-space:nowrap;
	padding: 0 0 .25em 0;
}
.ptab2 .f2 {
	width:5%;
}
.ptab2 .f2 div {
	width:20px;
}
.ptab3 .e3 {
	width:380px;
}
.ptab3 .e4 h2 {
	padding-left:40px;
}
.ptab4 td {
	padding: 0 0 30px 0;
}
.ptab4 .y1 {
	width:1px;
}
.pi {
	width:159px; height:168px;
	background: transparent url(/i/photo_bg_ie.png) no-repeat 0 0;
	padding: 19px 0 0 8px;
}
html>body .pi {
	background: transparent url(/i/photo_bg.png) no-repeat 0 0;
}
/*.pi {
	width:167px; height:187px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:159px; height:168px;
}*/
.pi img, .pi2 img {
	display:block;
	/*margin: 0 0 0 8px;*/
}
.pi2 {
	width:349px; height:408px;
	background: transparent url(/i/photo_bg2_ie.png) no-repeat 0 0;
	padding: 19px 0 0 8px;
}
html>body .pi2 {
	background: transparent url(/i/photo_bg2.png) no-repeat 0 0;
}
/*.pi2 {
	width:357px; height:427px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:349px; height:408px;
}*/
.phdev {
	position:absolute;
	top:-52px; right:-4px;
	width:82px; height:77px;
	background: transparent url(/i/ph_device.png) no-repeat 0 0;
	*display:none;
}
html>body .phdev {
	display:block;
}
.pi3 {
	width:98px; height:86px;
	background: transparent url(/i/photo_bg3_ie.png) no-repeat 0 0;
	padding: 5px 0 0 5px;
}
html>body .pi3 {
	background: transparent url(/i/photo_bg3.png) no-repeat 0 0;
}
/*.pi3 {
	width:103px; height:91px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:98px; height:86px;
}*/
.pi4 {
	width:153px; height:126px;
	background: transparent url(/i/shop_bg_ie.png) no-repeat 0 0;
	padding: 8px 0 0 8px;
}
html>body .pi4 {
	background: transparent url(/i/shop_bg.png) no-repeat 0 0;
}
/*.pi4 {
	width:161px; height:134px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:153px; height:126px;
}*/
.pi5 {
	width:387px; height:336px;
	background: transparent url(/i/shop_bg2_ie.png) no-repeat 0 0;
	padding: 8px 0 0 8px;
}
html>body .pi5 {
	background: transparent url(/i/shop_bg2.png) no-repeat 0 0;
}
/*.pi5 {
	width:395px; height:344px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:387px; height:336px;
}*/
.pil {
	width:116px; height:70px;
	background: transparent url(/i/pillow.png) no-repeat 0 0;
}
.phdev2 {
	position:absolute;
	top:-30px; right:-8px;
	width:41px; height:39px;
	background: transparent url(/i/ph_device2.png) no-repeat 0 0;
	*display:none;
}
html>body .phdev2 {
	display:block;
}
.qu {
	/*position:relative;*/
	font-size:.9em;
	color:#e4d1c3;
	background: transparent url(/i/quotes.png) no-repeat 0 0;
	padding: 0 0 0 0;
}
.quRB {
	/*position:relative;*/
	font-size:1em;
	color:#e4d1c3;
	background: transparent url(/i/quotes2.png) no-repeat 100% 100%;
	padding:1.2em 30px 1.2em 0;
}
.qu p {
	padding-left: 40px !important;
}
.rb {
	background: transparent url(/i/rb_dec2_ie.png) repeat-y 0 0;
	padding: 26px 15px 12px 25px;
}
html>body .rb {
	background: transparent url(/i/rb_dec2.png) repeat-y 0 0;
}
.rb ul ul {
	margin:0; padding: 1em 0 0 9px;
}
.rb li {
	background:none;
	padding-left:0;
}
.rb li li {
	font-size:.9em;
	background: transparent url(/i/bullet.png) no-repeat 0 .55em;
	padding: 0 0 1em 11px;
}
.rbt {
	width:230px; height:36px;
	background: transparent url(/i/rb_dec.png) no-repeat 0 0;
}
.rbt2 {
	width:230px; height:36px;
	background: transparent url(/i/rb_dec3.png) no-repeat 0 0;
}
.sbm {
	position:absolute;
	top:21px; left:62px;
	width:202px; height:165px;
	background: transparent url(/i/but_submit.png) no-repeat 0 0;
	border:none;
}
.sf {
	position:relative;
	top:-35px;
	height:165px;
}
/*.stab {
	margin-left:auto;
}*/
.stab td {
	padding-bottom:10px;
}
.stab .z1 {
	font-size:.9em;
	color:#e4d1c3;
	padding: 3px 10px 10px 0;
}
.slider {
	font-size:1.15em;
	color:#fff;
	margin: 0 0 3.5em 0;
}
.slider a, .slider strong {
	margin: 0 2px 0 1px;
}
.slider strong {
	font-size:2.15em;
	/*line-height:1.8em;*/
}
.ti {
	position:relative;
	/*left:-20px;*/
	font: italic 1.65em Georgia, serif;
	margin:0; padding: .4em 0 1.25em 0;
}
.ti2 {
	font: italic 1.5em Georgia, serif;
	margin:0; padding: .5em 0 .65em 0;
}
.ti3 {
	font: italic 2.5em Georgia, serif;
	margin:0; padding: 0 0 .35em 0;
}
.title {
	height:42px;
	background: transparent url(/i/title.png) no-repeat 50% 0;
	margin: 0 0 10px 0;
}
.title2 {
	height:148px;
	background: transparent url(/i/title2.png) no-repeat 50% 0;
	margin: 0 0 8px 0;
}
.title2 img,
.title2 a {
	position:relative;
	display:block;
	width:179px; height:148px;
}
.title3 {
	height:183px;
	background: transparent url(/i/title3.png) no-repeat 50% 0;
	margin: 0 0 10px 0;
}
.title4 {
	height:28px;
	background: transparent url(/i/title4.png) no-repeat 50% 0;
	margin: 0 0 8px 0;
}




.to {
	font: normal 1.85em Georgia, serif;
	margin:0; padding: 0 0 .5em 0;
}
.to strong {
	font-size:1.65em;
	font-weight:normal;
}
.to span {
	font-size:.8em;
}
.ved .n1 p {
	margin:0; padding: 0 0 .25em 0 !important;
}
.ved .n2 {
	width:120px;
}
.ved .n3 {
	width:135px; height:60px;
	padding: 10px 0 0 0;
}

@media screen {
	a { cursor:hand; }
	html>body a { cursor:pointer; }
}


/*marina*/
.achj-tbl {
	width:750px;
	margin:0 0 0 68px;
	font-size:.91em;
}
.achj-tbl p {
	text-align:left;
	color:#fff;
}
.contentFck .achj-tbl td {
	padding:0 36px 13px 0;
	text-align:center;
	border:none;
	background-color:transparent;
}
.achj-tbl .achj-col1 { width:106px; }
.achj-tbl .achj-col2 { width:128px; }
.achj-tbl .achj-col3 { width:107px; }
.achj-tbl .achj-col4 { width:109px; }
.achj-tbl .achj-col5 { width:110px; }
.achj-tbl img {
	text-align:center;
}
.achj-tbl a { 
	font-weight:bold;
	text-decoration:none; 
}

.frm-send-frend {
	padding:23px 0 0;
	background:transparent url('/i/pero-send-fr.png') no-repeat 100% 100%;
	height:84px;
}
.frm-send-frend .lbl,
.frm-send-frend .inpText {
	float:left;
	padding:0 0 9px;
}
.frm-send-frend .lbl { 
	width:107px;
	font-size:.91em;
	color:#e4d1c3;
}
.frm-send-frend .inpSubmit {
	margin:0 0 0 107px;
}
.frm-send-frend .inpSubmit input {
	width:170px;
	height:28px;
	padding:0;
	border:none;
	background:transparent url('/i/send-frend.png') no-repeat 0 0;
}
.frm-send-frend .inpText input {
	width:166px;
}
.send-frend {
	width:406px;
	height:107px;
}
.content-trening strong {
	display:block;
	font-weight:normal;
}
.content-trening .c-t-1 { padding:0 0 0 60px; }
.content-trening .c-t-2 { padding:0 0 0 80px; }
.content-trening .c-t-3 { padding:0 0 0 100px; }

.contentFck table td {
	padding:6px;
	border-color:#EA695D;
	border-style:solid;
	border-width:1px 1px 0 1px;vertical-align:middle;
	color:#000;
	background-color:#FFDBA5;
}
.contentFck table th {
	padding:6px;
	font-family:Georgia,serif;
	font-style:normal;
	background-color:#EA695D;
}
.schedule_list strong {
	display:block;
	padding:0 0 6px;
}
.cf .d1 label {
	font-weight:bold;
}

.coloMain {
	color:#FFDFB2;
}
.srch em { color:#f00; font-style:normal; }

.main-news {
	float:right;
	width:275px;
	padding:0 0 20px 20px;
}
.main-ban,
.main-text-block {	
	padding:0 295px 20px 0;
}
.imga h3 {
	font-size:1.2em;
	/*font-style:italic;*/
	font-weight:normal;
}
.contentFck {
	padding:0 0 20px;
}
/*/marina*/
.zmaxf {
	background-color:#EBA53F;
	border:1px dashed #000000;
	width:auto;
	font-size:12px;
	color:#262626;
	height:38px;
	display:block;
	margin:0px 20px 40px 0px;
	padding:20px 20px 20px 20px;
	text-align:justify;
	overflow:auto;
}

table.schedule-table{
	border-collapse: collapse;	
	margin-bottom: 30px;
	margin-top: 20px;
}

table.schedule-table td{
	border: 1px solid #fff;
	padding: 2px 5px;
}

.form_filter{
	
}

