html, body {
    height: 100%;
	position:relative;
	width: auto !important;
    width: 100%;
    min-width: 100%;
}
body {
    background-color: #fff;
    font: 14px/16px Arial, Tahoma, Serif;
    color: #333;
}
a {
    text-decoration: underline;
    color: #2478A7;
}
a:hover {
    text-decoration: none;
}
hr {
    color: #E9E9E9;
    background-color: #E9E9E9;
    height: 1px;
    border-width: 0;
    margin-bottom: 15px;
    clear: left;
}

blockquote {
	border-left: 3px solid #86bf00;
	padding: 20px;
	background-color: #f2f5f9;
}
#header-container {
            width: 100%;
			height: 30px;
			position: relative;
			z-index: 3;
			color: #fff;
			background: url("../images/site/site_top_fon.png") repeat-x;
			top:0px;
        }
            #header {
				position: relative;
				padding: 0;
				margin: 0 auto 0px auto;
				width:1000px;
			}
                
                #nav-container {
                    position: relative;
					top:5px;
					padding-left:20px;
					padding-right:20px;
                }
                    #nav {
						height: 20px;
                    }
                    #nav ul {
                        overflow: hidden;
						zoom:1;
						padding-left:10px;
                    }
                    #nav ul li {
                        padding-left: 13px;
                        float:left;
						background: url("../images/site/krug_white.png") 0 6px no-repeat;
						zoom:1;
                    }
					
					#nav div.plus {
						position:absolute;
                        padding-left: 0px;
                        float:left;
						width:80px;
						height:30px;
						left:50px;
						top:-5px;
						background: url("../images/site/add_site_fon.png") 0 0 no-repeat;
						display: none;
                    }
					#nav div.plus1 {
						display: none;
					}
					#nav div.plus1 a {
						border-bottom:0px;
						text-decoration:none;
						display:block;
						position:absolute;
						top:-5px;
						left:60px;
					}
					
					#nav div.plus1 p a {
						text-decoration:underline;
						display:block;
						position:absolute;
						top:40px;
						left:52px;
						width:100px;
						color:#777;
					}
					
                    #nav ul li a {
                        color: #eff7df;
						font-weight:600;
						font-size: 11px;
						display:block;
						padding-right:50px;
						margin-top:2px;
						float:left;

						padding-bottom:0px;
						line-height:13px;
                    }


#wrapper-container {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
    #wrapper {
		margin: 0 auto 0px auto;
        position: relative;
        z-index: 2;
		width:1000px;
    }
			#logo {
                    position: absolute;
                    top: 50px;
                    left: 20px;
					z-index: 10;
                }
				
			.fon_search {
				position: absolute;
                top: 30px;
                left: 200px;
				z-index: 10;
				background: url("../images/site/fon_search.png") no-repeat;
				width:620px;
				height:115px;
				padding-top:40px;
				padding-left:25px;
			}
			p.fleft {
				float:left;
			}
			.qsps1 {
				background: url("../images/site/pole_search.png") no-repeat;
				width:496px;
				height:36px;
				font-size:15px;
				padding:7px;
				padding-top:10px;
				padding-right:45px;
				padding-left:23px;
				overflow:hidden;
				border:0px;
				color:#a5a5a5;
				font-weight:600;
			}
			p.fright {
				float:right;
			}
			.gsps2 {
				background: url("../images/site/submit_search.png") no-repeat;
				width:76px;
				height:36px;
				margin-right:15px;
				//margin-right:40px;
				margin-top:-82px;
				//margin-top:-75px;
				font-weight:600;
				color:#fff;
				font-size:12px;
				border:0px;
				padding-bottom:3px;
				cursor:pointer;
			}
			.ie6 .gsps2 {
				margin-top:-82px;
			}
			.menu_search {
				position:absolute;
				top:7px;
				left:10px;
			}
			.menu_search ul {
				padding-left:20px;
				list-style:none;
			}
			.menu_search ul li {
				margin-right:1px;
				float:left;
				padding-right:0px;
				width:90px;
				height:30px;
				background: url("../images/site/search_menu_noactive.jpg") 0 0 no-repeat;
				top:-6px;
				left:0px;
				position:relative;
				z-index:3;
				text-align:center;
				padding-top:7px;
			}
			.menu_search ul li a {
				color:#999;
				text-decoration:underline;
			}
			span.plus {
				position:absolute;
				top:50px;
				right:120px;
				//right:145px;
				float:right;
				display:none;
				background: url("../images/site/plus.png") no-repeat;
				width:16px;
				height:16px;
			}
            #sidebar-container-left {
                float: left;
                width: 170px;
				position:relative;
				text-align:center;
				display: none;
            }
                #sidebar-left {
					position:relative;
					zoom:1;
					padding-left:10px;
                    min-height: 300px;
                }
				#sidebar-left ul {
					position:relative;
					zoom:1;
					padding-top:150px;
                }
				#sidebar-left ul li {
					padding-bottom:15px;
                }
            #sidebar-container-right {
            	top: 150px;
                float: right;
                width: 300px;
				position:relative;
				text-align:center;
            }
                #sidebar-right {
                    padding-left:20px;
					position:relative;
					padding-top:60px;
					zoom:1;
                }
                .sidebar-item {
                    background-color: #f4f4f4;
                    -moz-border-radius: 10px;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    width: 150px;
                    min-height: 100px;
                    border: 1px solid #e9e9e9;
                    padding: 20px 20px;
                    text-align: left;
                    margin-bottom: 15px;
                }
                .sidebar-item h4 {
                    color: #86bf00;
                    line-height: 13px;
                    font-size: 12px;
                    margin-bottom: 20px;
                    font-weight: normal;
                    text-align: center;
                }
                    .myad-links, .myad-links a {
                        color: #999;
                        font-size: 11px;
                        line-height: 12px;
                    }
                    .myad-links a {
                        display: block;
                        margin-bottom: 5px;
                    }
                    a[href="http://www.tak.ru"] {display: none;}
				.regir {
					background: url("../images/site/fon_reg.png") no-repeat;
					width:150px;
					height:495px;
					text-align:center;
                    margin-bottom: 15px;
				}
				.formreg {
					text-align:center;
					width:100%;
				}
				.enter_reg_style {
					background: url("../images/site/enter.png") no-repeat;
					border:0px;
					width:119px;
					height:40px;
					margin-top:7px;
					color:#333;
					font-weight:600;
					cursor: pointer;
					font-size:12px;
					padding-bottom:3px;
					text-decoration: underline;
				}
				p.ili {
					color:#e6e6e6;
					font-weight:600;
					margin-top:5px;
				}
				p.rk {
					color:#86bf00;
					font-weight:600;
					margin-top:30px;
					line-height:13px;
					font-size:12px;
					margin-bottom:20px;
				}
				p.name_reg_style {
					background: url("../images/site/pole_reg.png") no-repeat;
					width:110px;
					height:20px;
					margin-left:20px;
					margin-top:1px;
					//margin-left:-2px;
				}
				p.name_reg_style1 {
					background: url("../images/site/textarea.png") no-repeat;
					width:110px;
					height:68px;
					margin-left:20px;
					margin-top:1px;
					//margin-left:0px;
				}
				p.title {
					margin:0px;
					margin-top:12px;
					color:#999;
					font-size:11px;
				}
				.input_name_reg_style {
					background:none;
					width:100px;
					height:16px;
					margin-top:1px;
					overflow:hidden;
					border:0px;
					color:#4f9600;
				}
				.input_name_reg_style1 {
					background:none;
					width:100px;
					height:55px;
					margin-top:1px;
					border:0px;
					color:#4f9600;
					padding:6px;
					//margin-left:0px;
					//height:45px;
				}
				.reg_kn {
					background: url("../images/site/reg_kn.png") no-repeat;
					width:113px;
					height:36px;
					border:0px;
					margin-top:20px;
					color:#fff;
					font-weight:600;
					font-size:12px;
					line-height:10px;
					padding-bottom:3px;
					cursor:pointer;
				}
				span.sel_kn {
					position:relative;
					//position:absolute;
					background: url("../images/site/sel_kn.png") 0 0 no-repeat;
					width:4px;
					height:8px;
					display:block;
					float:right;
					margin-top:6px;
					right:10px;
					//right:35px;
					z-index:10;
				}
				
				.ie6 span.sel_kn {
					right:10px;
				}
				
            #article-container {
                position: relative;
                z-index: 5;
				zoom:1;
				float:left;
                width: 670px;
            }
                #article {
                    top: 150px;
                    position: relative;
					zoom:1;
                    margin-left: 30px;

                }
				#main {
					position:relative;
					padding-left:0px;
					margin-top:20px;
				}
				#mtop {
					width:620px;
					border:0px solid red;
				}
				#topmain {
					width:100%;
				}
				#topmain h1 {
					padding:0px;
					margin:0px;
					margin-left:40px;
				}
				#topmain h1 a {
					font-size:20px;
					color:#333;
					text-decoration:none;
				}
				span.compcount {
					display:block;
					position:absolute;
					top:0px;
					left:130px;
					color:#80be00;
					font-size:11px;
				}
				span.zakladki {
					background: url("../images/site/zakladki.png") 0 0 no-repeat;
					display:block;
					position:absolute;
					top:0px;
					//top:-6px;
					right:0px;
					color:#666;
					font-size:11px;
					width:131px;
					height:22px;
				}
				.ie6 span.zakladki {
					right:30px;
				}
				#topmain span.zakladki a {
					color:#666;
					font-size:11px;
					text-decoration:underline;
					margin-left:25px;
					line-height:19px;
				}
				#mlist {
					padding-top:5px;
				}
				#mlist ul {
					list-style:none;
					padding-left:30px;
				}
				#mlist ul li {
					float:left;
					padding-left:10px;
					padding-bottom:20px;
					width:185px;
					height:120px;
					overflow:hidden;
				}
				#mlist ul li div.subs a {
					margin:0px;
					font-size:11px;
					text-decoration: underline;
					color: #2478A7;
					border:0px;
					font-weight:300;
					height: auto;
					display: inline;
				}
				#mlist ul li a {
					margin-left:40px;
					color:#738d40;
					font-size:18px;
					font-weight:normal;
					text-decoration:none;
					line-height:18px;
					display:block;
					height:40px;
				}
				#mlist ul li a:hover {
					text-decoration: none;
					border-bottom:0px;
				}
				#karnews {
					width:620px;
				}
				#karnews h1 {
					padding:0px;
					margin:0px;
					margin-left:40px;
				}
				#karnews h1 a {
					font-size:20px;
					color:#333;
					text-decoration:none;
				}
				#karnews ul {
					list-style:none;
					display:block;
					position:relative;
					top:-23px;
					left:-245px;
					float:right;
				}
				#karnews ul li {
					float:left;
					padding-left:5px;
				}
				#karnews ul li a {
					font-size:12px;
					text-decoration:underline;
					color:#999;
					font-weight:600;
				}
				#mnews {
					padding-top:15px;
					padding-left:0px;
					position:relative;
				}
				.newsmain {
					float:left;
					padding-left:10px;
					padding-right:10px;
					width:150px;
					vertical-align:top;
                    height: 260px;
                    overflow: hidden;
                    margin-bottom: 20px;
				}
				.ndate {
					font-size:11px;
					color:#999;
					margin-bottom:10px;
				}
				.newsmain h2 {
					font-size:11px;
					padding-bottom:5px;
					line-height:13px;
					color:#2478a7;
					font-weight:300;
					margin-top:15px;
				}
				.newsmain h2 a {
					font-size:11px;
					color:#2478a7;
					font-weight:300;
					text-decoration:underline;
				}
				.mnewsannonce a {
					color:#999;
					font-size:11px;
					text-decoration:none;
				}
				.left_news_kn {
					position:absolute;
					background: url("../images/site/left_news_kn.png") no-repeat;
					width:30px;
					height:30px;
					top:50px;
					left:40px;
					cursor:pointer;
				}
				.right_news_kn {
					position:absolute;
					background: url("../images/site/right_news_kn.png") no-repeat;
					width:30px;
					height:30px;
					top:50px;
					right:0px;
					cursor:pointer;
				}
				.ugol {
					position:relative;
					background: url("../images/site/ugol_130_110.png") 0 0 no-repeat;
					width:130px;
					height:110px;
					z-index:20;
					top:0px;
					left:0px;
				}
				.fonkar {
					position:relative;
					z-index:10;
					top:-110px;
					left:0px;
				}
				#nline {
					position:relative;
					margin-bottom:10px;
					margin-top:10px;
					background: url("../images/site/line.png") no-repeat;
					background:none;
					width:580px;
					height:1px;
					margin-left:40px;
				}
				/* paginator */
                .paginator {
                    text-align: center;
                    margin-bottom: 15px;
                    clear: left;
                }
                .paginator a, .paginator span {
                    display: -moz-inline-stack;
                    display: inline-block;
                    padding: 2px 5px;
                }
                .paginator a {
                    color: #80BE00;
                }
                .paginator span, .paginator a:hover {
                    background-color: #80BE00;
                    color: #fff;
                }


				
				.pub-gallery {
							margin-left:10px;
							margin-right:5px;
							float:left;
							width:125px;
							height:145px;
							border:0px solid #ccc;
							padding:2px;
				}
				
				#firms h1 a {
					font-size:14px;
				}
				
				.firmrow {
					padding-left:40px;
					padding-top:10px;
				}
				
				.blockitemfirm {
					padding:10px;
					margin-bottom:10px;
					padding-bottom:25px;
					background:#fafdf2;
				}
				
				.dataitem {
					margin-top:10px;
				}
				
				.morefirm {
					float:right;
				}
				
				.more {
					float:right;
					margin:5px;
				}
				
				.fonitem {
					padding-left: 25px;
					margin-bottom:7px;
					height:16px;
				}
				
				.viewsfirm {
					padding-left: 21px;
					margin-top:-2px;
					float:right;
					height:20px;
				}
				
				.nosearchmess {
					color:#80be00;
				}
		
        #divider {
            clear: both;
            height: 200px;
        }
#footer-container {
    width: 100%;
    height: 160px;
    position: relative;
    z-index: 3;
    color: #fff;
	background: url("../images/site/site_bottom_fon.jpg") repeat-x;
}
#footer-container p {
	font-size: 11px
}
    #footer {
        position: relative;
        padding: 0;
		margin: 0 auto 0px auto;
		width:1000px;
		color: #999;
		text-align:left;
		padding-left:20px;
		padding-right:20px;
    }
    #footer a {
        color: #666;
		font-size:11px;
		text-decoration:none;
    }
	#copy {
		padding-bottom:0px;
		font-size:11px;
		color:#666;
		padding-top:20px;
	}
	.navibotleft {
		float:left;
		width:200px;
	}
	.navibot {
		float:right;
		padding-top:20px;
	}
	.navibot ul {
		list-style:none;
	}
	.navibot ul li {
		margin-left:35px;
        padding-left: 13px;
        float:left;
		background: url("../images/site/krug_green.png") 0 6px no-repeat;
	}
	.navibot ul li a.abotmenu {
		color: #999;
		font-size:11px;
		font-weight:600;
		display:block;
		text-decoration:underline;
	}
	
	
#pinfo {
	width:590px;
	color:#333;
}
#pinfo img,
#pinfo blockquote,
#pinfo p {
	margin-bottom:20px;
	margin-top: 0;
}
#pinfo h2 {
	margin-bottom:10px;
	font-size:15px;
}
/**
 */
.source {
    text-align: right;
}
.author {
    text-align: right;
}
.yashare-auto-init {float: left; margin-bottom: 15px;}
code {
    font-family: Lekton, 'Andale Mono', Courier, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', monospace;
    background-color: #EAEAEA;
    padding: 1px 4px;
}
h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px;
    position: relative;
}
h2 a {
    color: #333;
    text-decoration: none;
}
h2 sup {
    font-size: 12px;
    padding: 0 5px;
}
h2 sup,
h2 sup a {
    color: #80be00;
}
.main-item {
    position: relative;
    margin-bottom: 40px;
}
    .main-news {

    }
        .main-new {
            font-size: 11px;
        }
            .main-new-date {
                font-size: 10px;
                color: #999;
                margin-bottom: 5px;
            }
            .main-new-thumbnail {
                margin-bottom: 15px;
                width: 130px;
                height: 110px;
                overflow: hidden;
            }
            .main-new-name {
                margin-bottom: 2px;
            }
            .main-new-name a {
                color: #2478a7;
            }
            .main-new-announcement a {
                text-decoration: none;
                color: #666;
            }
    #carousel-prev,
    #carousel-next {
        width: 30px;
        height: 30px;
        /*background-color: #9dd109;*/
        line-height: 28px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        border-radius: 15px;
        position: absolute;
        top: 60px;
        left: 0;
        overflow: hidden;
        text-indent: 30px
    }
    #carousel-next {
        left: auto;
        right: 0;
    }


#amalker-bottom {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 10px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 11px;
}