/*
KazNet
Copyright 2007 Arthur Nasyrov
Last edit: 2007-03-04
================================================*/

/*
	-- -- -- -- -- -- --
	Undo browser defaults
	http://tantek.com/log/2004/09.html#d06t2354
	-- -- -- -- -- -- --
*/

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/*tags*/
.tags {width: 180px;}


.st-related-posts ul, .st-related-posts li{list-style-type:square; color:#999}
.comments ul, .comments li{list-style-type:square; color:#777; margin:0px 0px 4px -13px; line-height:1em}


/* Headings
================================================*/

h2, h3, h4, h5, h6 {
	margin: 15px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 0px 0px 7px;
	font-size: 1.7em;
	font-weight: bold; }
	
.article_header{
	margin: 0px;
	padding-bottom: 0px;
	padding-top:15px;
	color: #90A600;
}

.col_1 h1 a{color: #90A600; margin: -20px 0px 7px;}

h2 {
	font-size: 1.3em;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #000;
}

h3 {	
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 .6em 26px;;
	margin: 10px 0 12px;
	font-weight: bold;
	font-size: 1.07em;
	color: #000;
	background-color: transparent;
	background: url(i/h3_bg.gif) no-repeat 0px 2px;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a{
	color: #003399;
}

a:hover {
	text-decoration: underline;
}
/*
a:visited {
	color: #003399;
}
*/

/* Misc
================================================*/
code,
kbd,
pre {font-family:Monaco,Courier,"Courier New",Tahoma;}
ins {
	background-color:#dde3dd;
	text-decoration:none;
}
p,
pre {margin:0 0 1em;}
abbr,
acronym {border:none;}
abbr[title],
acronym[title] {
	border-bottom:1px dotted #666;
	cursor:help;
	font-style:italic;
	}
	

/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 12px;
	font-size: 100%;
}

p img {
	margin: 10px;
}

img.img_left {
	margin: 3px 10px 7px 0;
	float: left;
	display: inline;
}

p.location{
	font-size: .9em;
	margin: 5px 0 10px 0px;
	color: #9C9C9C;
}

p.location a,
p.location a:visited{
	color: #9C9C9C;
}

.marked{
	margin: 5px 0 10px 0px;
	padding: 7px 10px;
	background: #C81F77;
	color: White;
}

.marked_date{
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #bbb;
	font-size: .9em;
}

/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	line-height: 120%;
	font-size: 100%;
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	line-height: 120%;
	font-size: 100%;
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}
html>body ul li{
	margin: 5px 0;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt{
	margin: 2px 0;
}

dl dd{
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table{
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	border-color: #B3B3B3;
}
table td{
	border-color: #B3B3B3;
	padding: 5px;
	font-size: 100%;
}

table td strong{
	font-weight: bold;
}
table .color td{
	background: #FAF7F5;
}


table th{
	font-size: 100%;
	padding: 5px;
	border-color: #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}
table th h4{
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}



/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 5px 0 0;
}

.form fieldset{
	border: 1px solid #CBC0BC;
	padding: 0px 10px 10px;
}
.form legend{
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul{
	margin: 0;
	padding: 0;
}
.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}
.form .line.marked{
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}
.form .line.marked label{
	margin-left: 10px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:before{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
	float: left;
	width: 49%;
	display: block;
	margin-right: 1px;
	display: inline;
	font-size: 93%;
}
.form .formw{
	width: 50%;
	display: block;
	float: right;
}
form.descr .formw{	text-align: justify;}
.form .formw .text{
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad{
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}
.red{
	color: #E05332;
}
.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

.review_title, .review_title a{
	height: 20px;
	color: #90A600;
	position: relative;
}

.review_author{
	position: absolute;
	width: 50%;
	line-height: 1.7em;
	top: 0px;
	height: 20px;
	overflow: hidden;
}

.review_date{
	position: absolute;
	width: 50%;
	text-align: right;
	line-height: 1.7em;
	right: 0px;
	top: 0px;
	height: 20px;
	overflow: hidden;
}
.review_text{
	margin: 0px 5px 10px 5px; 	padding:8px; background: #EFEFEF; border-bottom:1px solid #CCC;
}



/* Misc
================================================*/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height: 1%;
}

.col3standart:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.col3standart {
    display:inline-block;
}
.col3standart {
    display:block;
}
* html .col3standart {
    height: 1%;
}


.news_box:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.news_box {
    display:inline-block;
}
.news_box {
    display:block;
}
* html .news_box {
    height: 1%;
}

.banners_line:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.banners_line {
    display:inline-block;
}
.banners_line {
    display:block;
}
* html .banners_line {
    height: 1%;
}


.clear{
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
} 

/* Layout
================================================*/
body{
	font: .78em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F4F7F9 url(i/bg.gif) repeat-x;
	text-align: center;
}
.all{
	text-align: left;
	width: 967px;
	margin: 0 auto;
	padding: 0px 0px;
}
.content{
	margin: 0 20px;
}
.header{ 
	position: relative;
	height: 190px;
	margin-top: 14px;
	background: url(i/cbox_bg.gif) repeat-y;
}
.header_bg{
	height: 100%;
	background: url(i/header_bg.jpg) no-repeat 0px 0px;
}
.header_wrap{
	margin: 0 5px;
}
.header_top{
	height: 127px;
	width: 100%;
	position: relative;
}
.logo{
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: xx-large;
}
.top_ban{
	position: absolute;
	left: 222px;
	top: 56px;
	width: 468px;
}
.service_info{
	position: absolute;
	top: 11px;
	left: 242px;
	width: 470px;
}
.service_date{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 209px;
	font-size: .90em;
	color: #4C7F9D;
}
.service_weather{
	position: absolute;
	top: 0px;
	left: 210px;
	width: 258px;
	font-size: .90em;
	color: #4C7F9D;
}
.search{
	position: absolute;
	top: 8px;
	right: 20px;
	width: 226px;
	height: 22px;
	background: url(i/search_text.gif) no-repeat;
}
.search .text{
	position: absolute;
	top: 2px;
	left: 6px;
	width: 150px;
	background: transparent;
	border: 0px solid #fff;
}
.search .btn{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 62px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	background: url(i/search_btn.gif) no-repeat;
	border: 0px solid #fff;
	cursor: pointer;
	cursor: hand;
}
.service_nav{
	position: absolute;
	right: 0px;
	width: 245px;
	top: 56px;
	padding: 0px;
	margin: 0px;
}
.service_nav li{
	float: left;
	font-size: .9em;
	width: 49%; 
	padding: 0px 0px 0px 8%;
	margin: 2px 0px;
	list-style-type: none;
	background: url(i/header_li_bg.gif) no-repeat 0px 4px;
	display: inline;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	width: 45%; 
	padding: 0px 0px 0px 4%;
}
.service_nav li a{
	color: Black !important;
}
.header_bottom{
	height: 56px;
	width: 100%;
	background: url(i/nav_shadow.gif) repeat-x 0px 45px;
}

/* nav */
#nav{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 45px;
	overflow: hidden;
	background: url(i/nav_bg.gif) repeat-x 0px -1px;
}
#nav li.here a{
	color: #fff;
}
#nav li{
	list-style-type: none;
	float: left;
	margin: 0 2px 0 0;
	padding: 0px 0px;
	display: inline;
	height: 25px;
	line-height: 2.2em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#nav li a{
	display: block;
	height: 25px;
	padding: 0px;
	color: #000;
	font-weight: bold; 
	float: left;
}
#nav li a span{
	display: block;
	height: 25px;
	line-height: 2.2em;
	padding: 0 15px 0 15px;
	cursor: pointer;
	cursor: hand;
	float: left;
}


#nav li ul{
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
	margin: 0px;
	height: 21px;
	padding: 0px;
}

#nav li.here ul{
	display: block;
	position: absolute;
	top: 24px;
	left: 0px;
	margin: 0px;
	height: 21px;
	padding: 0px;
	z-index: 10;
	width: 957px;
}
#nav li.here li{
	float: left;
	height: 21px;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	background: transparent none;
}
#nav li.here li a{
	float: left;
	color: #fff;
	height: 21px;
	padding: 0 15px;
	background: transparent none;
	display: inline;
}
#nav li.here li a:hover{
	font-weight: bold;
	background: #004C7F;
}


/* coloring
================================================*/

#nav li a{
	background: url(i/nav_right_bg.gif) no-repeat 100% 0px;
}
#nav li a span{
	background: url(i/nav_left_bg.gif) no-repeat 0 0px;
}
#nav li.here ul{
	background: #0070BA url(i/nav_bg_bottom.gif) repeat-x;
}
#nav li.here a{
	background: #098DD2 url(i/nav_right_bg.gif) no-repeat 100% -25px;
}
#nav li.here a span{
	background: url(i/nav_left_bg.gif) no-repeat 0px -25px;
}





/* main_page_line_1 */

.main_page_line_1,
.main_page_line_2,
.main_page_line_3
{
	padding: 5px 0;
	width: 100%;
	background: url(i/cbox_bg.gif) repeat-y;
}
.main_page_line_1 .wrap,
.main_page_line_2 .wrap,
.main_page_line_3 .wrap{
	margin: 0 5px;
}
.main_page_line_1 .wrap{
	background: url(i/separator2.gif) repeat-y 505px 0px;
}
.main_page_line_1 .col_1{
	width: 468px;
	float: left;
	margin-left: 20px;
	margin-right: -100%;
	display: inline;
}
.main_page_line_1 .col_2{
	width: 200px;
	float: left;
	margin-left: 525px;
	margin-right: -100%;
	display: inline;
}
.main_page_line_1 .col_3{
	width: 180px;
	float: right;
	margin-right: 20px;
	display: inline;
}

.col3standart .col_1,
.col3standart .col_2,
.col3standart .col_3{
	width: 280px;
}

.col3standart{
	background: url(i/separator.gif) repeat-y 320px 0px;
}
.c_box .col3standart{
	margin: 10px 0;
}
.col3standart .col_1{
	float: left;
	margin-right: -100%;
	margin-left: 20px;
	display: inline;
}

.col3standart .col_2{
	float: left;
	margin-right: -100%;
	margin-left: 336px;
	display: inline;
}

.col3standart .col_3{
	float: right;
	margin-right: 20px;
	display: inline;
}

.main_page{
	padding-bottom: 10px;
	background: #fff url(i/cbox_bottom.gif) no-repeat 0 100%;
}

.banners_line{
	margin: 10px 10px 15px;

}
.banners_line .wrap_banners{
	width: 100%;
}

.banners_line .col_1{
	width: 25%;
	float: left;
	margin-right: -100%;
}

.banners_line .col_2{
	width: 50%;
	float: left;
	margin-left: 25%;
	display: inline;
	margin-right: -100%;
	text-align: center;
}

.banners_line .col_3{
	float: right;
	width: 25%;
	text-align: right;
}

/* c_box */

.c_box{
	margin: 10px 0px;
	background: #fff url(i/cbox_bg.gif) repeat-y;
}
.c_box_top{
	background: #0480C8 url(i/cbox_top.gif) no-repeat;
	height: 48px;
}
.c_box_top h1{
	color: #fff;
	float: left;
	margin: 10px 0 0 21px;
	height: 20px;
	display: inline;
}
.c_box_top ul{
	float: left;
	margin: 15px 10px 0px;
	display: inline;
	padding: 0px;
}
.c_box_top ul li{
	float: left;
	margin: 0px 5px;
	display: inline;
	padding: 0px;
	list-style-type: none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.c_box_top ul li a{
	color: #fff;
	line-height: 1.5em;
	border-bottom: 1px dotted #63A6D4;
}
.c_box_top ul li a:hover{
	border-bottom: 0px dotted #63A6D4;
	text-decoration: none;
}

.c_box_bottom{
	padding-bottom: 10px;
	background: url(i/cbox_bottom.gif) no-repeat 0 100%;
}

.h3{
	background: url(i/h3_bottom_bg.gif) repeat-x 0% 100%;
}

.ban180{	
	margin: 20px 0px;
}
.ban_468{ 
	margin: 20px 0px;
}
/* news_box */
.news_box{
	margin: 0px 0px 9px;
}
.news_box .title{
	margin: 2px 0px 2px;
	font-weight: bold;
}

.news_box .author{
	margin: 0px 0 2px;
	font-weight: bold;
}

.news_box .author a{
	color: #90A600 !important;
}

.desc_small{
	margin: 3px 0;
	font-size: .9em;
}

.col_1 .news_box p{margin: 2px 0px;}
.col_2 .news_box p{margin: 2px 0px;}

.news_box .desc{ 
	margin: 3px 0;
	font-size: 1em;
}
.news_box .author_comment,
.news_box .author_comment a{
	color: #90A600 !important;
}
.news_box .date,
.top_news .date{
	font-size: .9em;
	color: #999999;
}
.news_box .small_text{
	font-size: .9em;
	color: #999999; 
	margin: 2px 0;
}
.news_box .small_pic{
	margin: 0px 0 0;
	float: left;
	width: 65px;
	margin-right: -100%;
}


.news_box .small_pic_desc{
	margin: 8px 0 0 65px;

}

.news_box img{ 	float: left; 	margin: 3px 10px 0px 0px; }

.top_news{	margin-top: 0px; margin-bottom:20px;}
.top_news h1{	margin: 5px 0px 5px 0px;}

.top_news .top_news_desc img{	margin: 3px 10px 5px 0px;
	width: 250px;
	float: left;
}

.top_news .top_news_desc p{	margin: 0px;}
.top_news .top_news_desc a {color: #90A600;}
.top_news .comment{
	color: #666666;
	font-size: .9em;
	margin: 2px 0;
	padding: 0px;}

.news_box .large_pic img{
	float: left;
	width:100px;
	margin-right: -100%;}

.news_box .large_pic_desc p{margin:0px}

.news_box .large_pic_desc h2{	margin: 12px 0px 5px; }

.news_box .comment{
	color: #666666;
	font-size: .9em;
	margin: 2px 0;
	padding: 0px;}


.recommended_news_1{ 
	padding-left: 30px;
	background: url(i/recommended_news_1.gif) no-repeat 0px 3px;
}

.recommended_news_2{ 
	padding-left: 30px;
	background: url(i/recommended_news_2.gif) no-repeat 0px 3px;
}

.recommended_news_3{ 
	padding-left: 30px;
	background: url(i/recommended_news_3.gif) no-repeat 0px 3px;
}

.recommended_news_4{ 
	padding-left: 30px;
	background: url(i/recommended_news_4.gif) no-repeat 0px 3px;
}

.recommended_news_5{ 
	padding-left: 30px;
	background: url(i/recommended_news_5.gif) no-repeat 0px 3px;
}

.search_job_list{
	margin: 20px 0;
}
.search_job_list li{
	float: left;
	width: 40%;
	list-style-type: none;
	margin: 0px;
}




/* choose_box */
.choose_box{
	float: left;
	background: url(i/choose_box_bg.gif);
	width: 85px;
	height: 102px;
	margin: 0px 5px 5px 0;
	text-align: center;
}
.choose_box img{
	margin: 4px 0px 0px 0;
}

.choose_desc{
	text-transform: uppercase;
	color: #000;
	font: bold .9em/1.4em Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.choose_box a:hover{
	text-decoration: none;
}
.work_search{
	background: #EEEEEE;
}

.work_search .line{
	padding: 0px;
	margin: 8px 12px;
}
.work_search .text{
	width: 257px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.work_search .select{
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
}
.work_search .btn{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: #9AB013 url(i/search_btn_2.gif) no-repeat;
	color: #fff;
	width: 60px;
	font-weight: bold;
	font-size: .9em;
	border: 0px none #fff;
	height: 20px;
	margin-left: 3px;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}
.work_search .rad{
	vertical-align: middle;
}
.work_search label{
	margin: 0 10px 0 0;
	font-size: .9em;
}

.footer{
	margin: 20px 20px 15px;
	position: relative;
}
.footer a{
	color: #888 !important;
}
.footer address{
	width: 70%;
	float: left;
	font-size: .9em;
	color: #999999;
}
.footer .b88{
	float: right;
	width: 29%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.footer .b88 li{
	float: right;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	list-style-type: none;
}

.footer .b88 li a img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.footer .b88 li a:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

.more{
	font-size: 86%;
}

/* wp-calendar
================================================*/

#wp-calendar {
	font-size: 10px;
	margin: 0;
}
#wp-calendar #next a {
	text-align: right;
	background: #eee;
}

#wp-calendar #prev a {
	text-align: left;
	background: #eee;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #EEEEEE;
}

#wp-calendar caption {
	color:#777777;
	font-size: 10px;
	text-align: center;
	margin-top:3px;
}

#wp-calendar td {
	color: #999;
	font: normal 10px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}



#wp-calendar #today {
	background: #727265;
	color: #fff;
}

#wp-calendar #today a{
	background: #960600;
	color: #fff; text-decoration:none;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* links */


.links{
	background: url(i/links_bg.gif) no-repeat 50% 0%;
	margin: 10px 0px 15px;
	padding: 5px 20px;
	font-size: 10px;
	color: #666;
}
.links a{
	color: #999999 !important;
	text-decoration: underline;
}
.links .title{
	font-size: 11px;
}
.links .col_1{
	width: 15%;
	float: left;
	margin-right: -100%;
}
.links .col_2{
	float: right;
	width: 84%;
	text-align: left;
}
