#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	/* background-color: #EFEFEF; */
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}
 
#MB_content {
	padding: 0px 0px 0px 0px;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	/*background-color:#EFEFEF;*/
	/*color:#000;*/
}
#MB_content { border-top: 0px solid #F9F9F9; }
#MB_header {
  background-color:#DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}


  /* Special */

.hidden
{
	display: none;
}

.item
{
	margin-top: 3em;
	margin-bottom: 3em;
	clear: both;
}

/* Used by link_to_home */
.noline:link, .noline:visited, .noline:hover
{
	text-decoration: none;
}



.draggable
{
	cursor: move;
}


/* SLIMBOX */

#lbOverlay
{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:1000;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:1001;
}

.lbLoading
{
	background: #fff url(http://img.ngs.ru/_shared/i/loading.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(http://img.ngs.ru/_shared/i/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(http://img.ngs.ru/_shared/i/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://sibirdosug.com/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}



.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.1em;
}

/* reset */
form, table, tbody, tfoot, thead, tr, th, td {
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    margin: 0;
}


form {
    margin: 0;
    padding: 0;
    border: 0;
}

/*================================== MARK - UP ========================================= */
html, body
{	
	height:100%;	
	width: 100%;	
	font-family : Tahoma, Verdana, Helvetica, sans-serif; 
  	margin: 0px;
  	padding: 0px;
	background-color: #330205;
	background-image: url('/images/background.gif');
	font-size: 11px;
	color: #7b462d;	
}

body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

IMG {border: 0; padding: 0; margin: 0; }
P { text-align: left; margin:0; padding: 0 0 12px 0; font-family : Verdana, Helvetica, sans-serif;  }
h3 { color: #ffe18d; font-size: 14px; font-family : "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif; font-weight: bold; padding: 0; letter-spacing: 0px; margin: 0 0 15px 0; letter-spacing: 1px; }
h3.hrs { background: url('/images/hrtitle.gif') no-repeat bottom left; height: 25px; color: #ffe18d; font-size: 16px; font-family : "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif; font-weight: bold; padding: 0; letter-spacing: 0px; margin: 0 0 15px 0; }

h2 { color: #ffe18d; font-size: 24px; font-family : "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif; font-weight: bold; padding: 0; letter-spacing: 0px; margin: 0 0 15px 0; letter-spacing: 1px; }

A:link,A:active,A:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family : Verdana, Helvetica, sans-serif; 
	text-decoration: underline;
	color: #ffe28f;
}

A:hover
{
	color: #fef3d3;
	text-decoration: underline;
}

A.dark:link,A.dark:active,A.dark:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family : Verdana, Helvetica, sans-serif; 
	text-decoration: underline;
	color: #855c3b;
}

A.dark:hover
{
	color: #ae805b;
	text-decoration: underline;
}


UL { padding: 0; margin: 0px 0px 10px 25px; list-style-type: none; list-style-image: url('/images/dot.gif'); color: #c59f65;  }
LI { margin: 0 0 0px 0; color: #7b462d; }
HR { color: #652c19; height: 1px; width: 100%; border: 0; } 
.hrline { width: 100%; height: 1px; background-color: #652c19; margin: 5px 0 15px 0; }
h1 { font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; font-size: 24px; font-weight: normal; color: #ffe18c; margin: 0 0 10px 0; padding: 0; }
h2 { font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: normal; color: #ffe18c; margin: 0 0 4px 0; padding: 0; }
.tdHeight { height: 16px; }
A.lbig:link,A.lbig:active,A.lbig:visited { font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: normal; color: #ffe18c; margin: 0 0 0px 0; padding: 0; text-decoration: underline; }
A.lbig:hover { color: #fef2ce; }

#darker { position: absolute; background: url('/images/darker.png'); left: 0; top: 0; width: 100%; height: 100%; z-index: 100; }
form { margin: 0; padding: 0; }
.img-left { float: left; }
.img-right { float: right; }
.clear { clear: both; }


.bgAll { width: 100%; height: 100%; background: url('/images/bgall.jpg') repeat-x top; }
.bgAllSubPage { width: 100%; height: 100%; background: url('/images/bgsub.jpg') repeat-x top; }
.container { position: relative; height: 100%; width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px"); min-width: 1000px; margin: 0 auto; z-index: 1; background: url('/images/main_image.jpg') no-repeat top center; }
.containerSubPage { position: relative; height: 100%; width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px"); min-width: 1000px; margin: 0 auto; z-index: 1; background: url('/images/main_image_sub.jpg') no-repeat top center; }
.curtLeft { position: absolute; z-index: 100; top: 0; left: 0; }
.curtRight { position: absolute; z-index: 100; top: 0; right: 0; }

/* menu top main */
.menuPlace { position: absolute; z-index: 50; width: 836px; top: 55px; left: 50%; margin-left: -418px; }
.menuPlaceSub { position: absolute; z-index: 50; width: 836px; top: 200px; left: 50%; margin-left: -418px; }
.menuBg1 { background: url('/images/menu_bg_1.gif') repeat-x bottom; }
.menuBg2 { background: url('/images/menu_3_3.gif') no-repeat top center; }
.menuBg2s { background: url('/images/menu_3_3s.gif') no-repeat top center; }
.menuBg3 { background: url('/images/menu_bg_2.gif') repeat-x; }
.menuBg4 { background: url('/images/menu_bg_3.gif') repeat-x; }
A.menu:link,A.menu:active,A.menu:visited { font-weight: bold; font-size: 10px; font-family : Verdana, Tahoma, Helvetica, sans-serif; text-decoration: none; color: #ffe28f; text-transform: uppercase; position: relative; top: -1px; }
A.menu:hover { color: #fef2ce; }


A.menu2:link,A.menu2:active,A.menu2:visited { font-weight: bold; font-size: 10px; font-family : Verdana, Tahoma, Helvetica, sans-serif; text-decoration: underline; color: #ffe28f; text-transform: uppercase; position: relative; top: -1px; }
A.menu2:hover { color: #fef2ce; }

/* form index */
.formPlace { width: 392px; height: 170px; background: url('/images/formbg.gif') no-repeat center; position: absolute; left: 50%; margin-left: -196px; top: 462px; z-index: 500; }
.formPlace table { margin-top: 50px; }
.titleYel { font-weight: bold; font-size: 11px; font-family : Verdana, Tahoma, Helvetica, sans-serif; color: #ffe28f; text-transform: uppercase; }
.indexInput { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #390101; border: 1px solid #592500; color: #6d3401; width: 97%; font-size: 12px; line-height: 22px; text-align: center; height: 22px; }
.regPlace { position: absolute; width: 240px; left: 50%; margin-left: -127px; top: 650px; text-align: center; z-index: 500; }
.enterBut { position: absolute; left: 50%; margin-left: -87px; top: 127px; }

/* content */
.phonePlace { position: absolute; width: 290px; height: 56px; top: 690px; left: 50%; margin-left: -145px; z-index: 500; }
.aboutPlace { position: relative; width: 490px; left: 50%; margin-left: -245px; top: 763px; font-size: 11px; z-index: 500; }
.upBlock { height: 15px; margin-left: 15px; margin-right: 15px; padding: 0; }
.blockConntent { background: url('/images/blockbg.gif'); padding: 0 22px 0 22px; }
.titleAbout { margin: 0 auto; text-align: center; margin-bottom: 10px; }

.mainContainer { width: 940px; margin: 0 auto; padding-top: 780px; position: relative; }
.mainSubPage { width: 870px; margin: 0 auto; padding-top: 370px; position: relative; }

.leftCol { width: 200px; float: left; }
.rightCol { width: 200px; float: right; }
.centralCol { width: 500px; margin-left: 20px; float: left; text-align: center; }
.blockCenter { margin: 0 auto; text-align: center; width: 140px; }

.newsLine { position: relative; width: 460px; margin: 0 auto; padding-bottom: 25px; }
.datePlace { float: left; width: 110px; }
.newsText { float: right; width: 350px; }

.bottomBlock { height: 54px; margin-left: 15px; margin-right: 15px; padding: 0; background: url('/images/botbg.gif'); }
.bottomBlock P { padding: 14px 0 0 10px; }
.bottomPlace { position: relative; width: 940px; margin: 0 auto; }

/* sub page */
.leftSubCol { width: 200px; float: left; }
.centralSubCol { width: 640px; float: right; }
.subTextPlace { padding: 0 0 0 20px; }
.blockTopBg { height: 20px; margin-left: 20px; margin-right: 20px; padding: 0; background: url('/images/blockbgg.gif'); }
.blockDarkPlace { background: url('/images/blockbgg.gif'); padding: 0 20px 0 20px; }
.allInputs { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #390101; border: 1px solid #592500; color: #6d3401; width: 98%; font-size: 12px; line-height: 22px; height: 22px; }
.allInputsTxt { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #390101; border: 1px solid #592500; color: #6d3401; width: 98%; font-size: 12px; }

.topcol1 { width: 33%; float: left; padding-top: 80px; }
.topcol2 { width: 33%; float: left; padding-top: 0; }
.topcol3 { width: 33%; float: left; padding-top: 80px; }
.topContainer { position: relative; margin: 0 auto; width: 221px; text-align: center; }
.topContainer P { text-align: center; }
.topBlockText { background: url('/images/blockbgg.gif'); }
.hrbg { background: url('/images/hrbg.gif') repeat-x top; }

.registrBlock { width: 630px; }
.regBlock { background: url('/images/regbg.gif') repeat-y center; padding: 0 25px 0 25px; }
.butBg { background: url('/images/butbg.gif') repeat-x; }
.butBg a { margin-bottom: 15px; display: block; }
/*.x-close { top: -20px; right: 50px; text-decoration: none; line-height: 16px; }
.x-close img { text-decoration: none; margin-right: 3px; }
.x-close a { text-decoration: none; line-height: 16px; }*/
a.x-close { text-decoration: none; position: absolute; right: 25px; top:0px; text-decoration: none; }
a.x-close img { margin-right: 3px; position: relative; top: 4px; }
a.x-close span { text-decoration: underline; }

.blockTopBgElite { height: 20px; margin-left: 20px; margin-right: 20px; padding: 0; background: url('/images/blockbggg.gif'); }
.blockTopBgElite2 { height: 20px; margin-left: 20px; margin-right: 20px; padding: 0; background: url('/images/blockbggg2.gif'); }
.blockDarkPlaceElite { background: url('/images/blockbggg3.jpg') repeat-y; padding: 0 20px 0 20px; }
.lightTxt { color: #c29f64; font-weight: bold; }

.forFoto1 { background: url('/images/fbg3.gif') repeat-x top; }
.forFoto2 { background: url('/images/fbg4.gif') repeat-x top; }
.forFoto3 { background: url('/images/fbg1.gif') repeat-y left; }
.forFoto4 { background: url('/images/fbg2.gif') repeat-y right; }
.fotoPlace { position: relative; }
.fc1 { position: absolute; z-index: 1000; left: -5px; top: -8px; width: 20px; height: 41px; }
.fc2 { position: absolute; z-index: 1000; right: -5px; top: -8px; width: 20px; height: 41px; }
.fc3 { position: absolute; z-index: 1000; left: -5px; bottom: -3px; width: 20px; height: 41px; /*-margin-bottom: -1px;*/ }
.fc4 { position: absolute; z-index: 1000; right: -5px; bottom: -3px; width: 20px; height: 41px; /*-margin-bottom: -1px;*/ }
.fc5 { position: absolute; left: 50%; top: -13px; margin-left: -83px; }
.fc5s { position: absolute; left: 50%; top: -8px; margin-left: -27px; }
.fc6 { position: absolute; left: 50%; bottom: -17px; margin-left: -83px; }
.fc6s { position: absolute; left: 50%; bottom: -13px; margin-left: -15px; }

.leftSubColAnketa { width: 410px; float: left; }
.centralSubColAnketa { width: 420px; float: right; }
.phoneAll { font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px; color: #ffe28f; }
.phoneAll span { font-size: 16px; color: #8b5c41; }
.map img { border: 5px solid #340404; }
.blockDarkPlaceFoto { background: url('/images/blockbggg4.jpg') repeat-y; padding: 0 20px 0 20px; }

/*----------- Vote raiting -----------*/
.vote a.w {display:block; float:left; height:32px; width:32px;background:url('/images/wstar.gif') no-repeat top center;}
.vote a.b {display:block; float:left; height:32px; width:32px;background:url('/images/bstar.gif') no-repeat top center;}
* html .vote a.w {height:32px; width:32px;}
* html .vote a.b {height:32px; width:32px;}
.vote { margin: 0 0 0 122px; text-align:center; padding:3px; height:32px; position: relative; }


.tdTitle { background: url('/images/titbg.gif') center; padding: 15px; font-size: 12px; color: #612d1d; font-weight: bold; }
.bgf { background: url('/images/bgf.gif') center; padding: 15px; font-size: 11px; color: #885a39; }
.bgf span { color: #c7a066; font-weight: bold; }
.bgfM { background: url('/images/bgf.gif') center; padding: 15px; font-size: 11px; color: #c59f64; text-align: center; font-weight: bold; }
A.fortitlem:link,A.fortitlem:active,A.fortitlem:visited { color: #ffe9a9; font-size: 14px; font-family : "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif; font-weight: normal; padding: 0; letter-spacing: 0px; line-height: 20px; }
A.fortitlem:hover { color: #FFFFFF; }

.rImg { float: left; width: 25px; margin-bottom: 10px; }
.rTxt { margin-left: 30px; margin-bottom: 10px; }
.oper {position: absolute; z-index: 200; margin-left: -32px; margin-top: -21px; }

.lImag { width: 112px; height: 112px; position: relative; float: left; background: url('/images/blockbg.gif'); }
.smfot { margin: 10px; }
.p1, .p2, .p3, .p4 { position: absolute; z-index: 50; }
.p1 { left: 0; top: 0; }
.p2 { right: 0; top: 0; }
.p3 { left: 0; bottom: 0; }
.p4 { right: 0; bottom: 0; }
.lBlock { margin-left: 125px; }
p.smlink { padding-bottom: 7px; }
p.smlink a { text-decoration: none; font-weight: bold; font-size: 12px; border-bottom: 1px dashed #ffe27f; }
p.smlink a:hover { border-bottom: 1px dashed #ffffff; }

.iconPodpis { text-align: center; line-height: 30px; }
.iconPodpis a { font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #ffe28f; }
.iconPodpis a:hover { color: #FFC; }
.conSs { height: 23px; margin-right: 1px; float: left; }
.conSs a { font-size: 11px; color: #8d5c3c; text-decoration: none; }
.conSs a:hover { color: #ffe28f;  }
.conSs div { float: left; height: 23px; line-height: 23px; background: url('/images/ssbg.gif') repeat-x; }
.selInput { background-color: #280000; border: 1px solid #682d1a; font-size: 11px; color: #8d5c3c; }
.lltittxt { color: #ffe28f; line-height: 16px; }
.selectedS { font-size: 12px; color: #ffe28f; font-weight: bold; }
.selectedS span { font-size: 11px; color: #75442b; font-weight: normal; }
.tdForWom { padding: 0 15px 0 15px; }
.tdForWom a { font-size: 12px; text-decoration: none; }
.tdForWom a:hover { color: #FFC; }
.tdForWom a span { font-size: 11px; color: #75442b; font-weight: normal; }
.forBlockT { margin-top: 4px; }
.topRow { border-bottom: 1px solid #612b17; padding: 0 0 7px 0; }
.botRow { padding-top: 5px; }

.divForVote { width: 300px;  z-index: 500; margin-top: -19px; }
.topforVote { display: block; height: 5px; }
.topforVote div { float: left; width: 290px; background: url('/images/votbg.gif') repeat-x top; height: 5px; }
.botforVote { display: block; height: 5px; }
.botforVote div { float: left; width: 290px; background: url('/images/votbg2.gif') repeat-x top; height: 5px; }
.voteContent { background: url('/images/votcont.gif'); width: 300px; } 
.vContatiner { padding: 10px 15px; }
.starsVote { padding-right: 20px; line-height: 32px; }
.forTextArea { margin-top: 4px; display: block; margin-bottom: 5px; }
/*
.forTextArea textarea { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #390101; border: 1px solid #592500; color: #6d3401; width: 50%; font-size: 12px; }*/
/*================================== END MARK - UP ========================================= */

