* {
	margin: 0;
	padding: 0;
}

body { 
  margin:0; 
  padding:0;
  font:13px Arial, Verdana, Sans-Serif, "Lucida Grande"; 
  color:#333333; 
  line-height: 1.5em;
}

a:link { color:#d80303; text-decoration:none;  }
a:visited { color:#d80303; text-decoration:none; }
a:hover, a:focus, a:active { color:#000000; text-decoration:underline; }
a:focus { outline:none; }

/*==================== ОФОРМЛЕНИЕ ОСНОВНЫХ ТЕГОВ =====================*/
h1, h2, h3, h4, h5, h6, .subtitle {
  font-family:"Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight:normal;
  color: #1b1b1a;
}

ul, ol {
	margin-bottom: 20px;
  line-height: 1.8em;
}

p {
 margin-top: 0.5em; /* Отступ сверху */
 margin-bottom: 1em; /* Отступ снизу */
}

blockquote, pre { display:block; padding:20px; border-left:solid 0.75em #f0d321; background: transparent url(img/img08.gif) no-repeat; font-style: italic;}
blockquote hr { height:0px; margin:10px 0; border:none; border-bottom:1px dashed #999;}


li 			{ margin:2px; }
ul 			{ list-style-type:square; }


ul.newslist h3, ul.newslistpage h3 {
	margin:0;
	padding:0;
	font:13px Arial, Verdana, Sans-Serif, "Lucida Grande"; 
	letter-spacing:0;
}


ul.newslist {
  list-style: none;
	overflow: hidden;
}

ul.newslistpage {
  list-style: none;
	overflow: hidden;
	padding-top:20px;
}

ul.newslist li {
	background: #eeedeb repeat-x;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
	height:45px;
	border-bottom: 1px dotted #35352d;
	line-height:15px;
	clear:both;
}

ul.newslist li:hover {
	background: #FFFFDA repeat-x;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
	height:45px;
	border-bottom: 1px dotted #35352d;
	line-height:15px;
	clear:both;
}

ul.newslistpage li {
  background: #eeedeb repeat-x;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
	height:47px;
	border-bottom: 1px dotted #35352d;
	line-height:15px;
	clear:both;
}

ul.newslist li .newsimg, ul.newslistpage li .newsimg{
  padding:0px 3px 2px 0px; 
  width:60px; 
  float:left;
}

.u_date {
	font-size:80%;
	color:#998b6e;
}

ul.newslist li a:link { color:#000000; text-decoration:none;  }
ul.newslist li a:visited { color:#000000; text-decoration:none; }
ul.newslist li a:hover, a:focus, a:active { color:#d80303; text-decoration:underline; }
ul.newslist li a:focus { outline:none; }

ul.newslist li .newsdate a, ul.newslistpage li .newsdate a{
  color: #9c9c9c;
  line-height:20px;
}

ul.newscomments {
	list-style: none;
	overflow: hidden;
	padding-top:10px;
}

ul.newscomments li {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #35352d;
	line-height:15px;
	clear:both;
}

ul.newscomments li .newsimg{
  padding:0px 3px 2px 0px; 
  width:60px; 
  float:left;
}

ul.newscomments li a{
 /* color: #1b1b1a; */

}


#headernav
{
  display:none; 
  width:100%; 
  height:50px; 
  background:#B4FC39; 
  background: url("img/tt.gif") repeat-x bottom left;
}

#header {
  width:100%;
  height:119px;
  background: url(img/headerbg.jpg) repeat-x;
}

#headernav .conte {
	width:980px;
	margin:0 auto;
}

#header-wrap {
	width:1000px;
	margin:0 auto;
}

#header .logo {
  float:left;
  display:block;
  margin-left:0px;
  width: 229px;
  height: 70px;
  margin-top:25px;
  padding:0;
  background: url(img/logo.gif) no-repeat;
}

#menuline {
  clear:both;
  padding:0;
  margin:0;
	width: 100%;
	height: 30px;
	line-height: 33px;
	background: url(img/menuline.jpg) top left repeat-x;
  padding-top:3px;
 /* font-size:14px;
  font-family:"Times New Roman","Lucida Grande", verdana, helvetica, arial, sans-serif; */
  font-weight:normal;
}

#menu {
  clear:both;
  padding:0;
  margin:0 auto;
  width:930px;
  /*border:1px solid #fff;*/
  font-weight:bold;
  text-transform:uppercase;
  font:12px Arial, Verdana, Sans-Serif, "Lucida Grande"; 
}

#menu li {
	display: inline;
	margin:2px;
	font-weight:bold;
}

#menu a {
	color: #f3de33;
	text-shadow:1px 1px 0 #0c0c0c;
	padding: 5px 10px 6px 10px;
	line-height:28px;
}

#menu a:hover {
	background: #6a6a55;
	text-decoration: none;
	color: #e6e6a3;
	padding: 7px 10px 6px 10px;
	height:27px;
}


.header_search {
  width: 228px;
  margin:0;
  padding:0;
  height: 49px;
  position:relative;
  float:right;
  top:30px;
  right:60px;
  background: url(img/inputsearch.jpg) top left no-repeat;
}

.header_search .inputsearch {
  width: 160px;
  border:0;
  margin:0;
  padding:20px 0px 7px 8px;
  float:left;
  overflow:hidden;  
  color: #2c2c2e;
  font-family: "Time New Roman", Georgia, verdana, helvetica, arial, sans-serif;
  font-size:18px;
  background: url(img/inputsearch.jpg) top left no-repeat;
  background-attachment: inherit !important;
	background-attachment: fixed;
}

.header_search .buttonsearch {
  width: 50px;
  height: 49px;
  border:0;
  padding:0;
  overflow:hidden;  
  margin:0;
  cursor: pointer;
  float:left;
  background: url(img/buttonsearch.jpg) top left no-repeat;
}




#main-wrap {
  width:100%;
  float:left;
  background: url(img/mainbg.jpg) top left repeat-x;
}

#main-content {
	width:1000px;
	margin:0 auto;
}

#headericons {
  position:relative;
  float:left;
  left:60px;
  top:0;
}

#headericons .iconsindex {
  float:left;
  width:31px;
  height:36px;
  display:block;
  background: url(img/iconindex.jpg) top left no-repeat;
}

#headericons .iconscontacts {
  float:left;
  width:35px;
  margin-left:0px;
  height:36px;
  display:block;
  background: url(img/iconcontacts.jpg) top left no-repeat;
}

#headericons .iconssitemap {
  float:left;
  width:31px;
  height:36px;
  margin-left:0px;
  display:block;
  background: url(img/iconsitemap.jpg) top left no-repeat;
}

#colRight{
  width:280px;
	padding:15px 0px 30px 0px;
	float:right;
	position:relative;
	z-index:1;

	}

#colLeftContainer{
	float:left;
	width:100%;
	margin-right:-320px;
	
	}

#colLeft{
	margin-right:280px;
	padding:15px 10px 30px 0px;


	}

.maintitlebox {
  clear:both;
  width:260px;;
  background: url(img/boxtitleline.jpg) center left repeat-x;
  height:20px;
}
	
.maintitlebox .titlebox {
  float:left;
  padding:2px 5px 2px 5px;
  background-color:#f0d321;
  color:#050505;
  font:14px Arial, Tahoma;
  font-weight:bold;
  letter-spacing: -1px;
}	

.maintitlebox h1{
  color:#050505;
  font:14px Arial, Tahoma;
  font-weight:bold;
  padding:0;
  margin:0;
}	

.maintitlebox .titlebox a{
  color:#050505;
}	

.maintitleboxr {
  clear:both;
  width:260px;;
  background: url(img/boxtitleline.jpg) center left repeat-x;
  height:20px;
}

.maintitleboxr .titleboxr {
  float:left;
  padding:2px 5px 2px 5px;
  background-color:#f0d321;
  color:#050505;
  font:14px Arial, Tahoma;
  font-weight:bold;
  letter-spacing: -1px;
}	

.mainbody {
  width:100%;
  clear:both;
}

#mainbodyLeft{
  width:250px;
	padding:10px 10px 10px 10px;
	float:left;
	position:relative;
	z-index:1;
	}

#mainbodyRightContainer{
	float:Right;
	width:100%;
	margin-left:-270px;
	}

#mainbodyRight{
	margin-left:273px;
	padding:0px 10px 10px 10px;
	}

#main_right {
	padding:10px 10px 0px 10px;
}
.newstitle h2 {
  font-size:120%;
  margin:0;
  padding:0 0 3px 0;
  font-weight:bold;
  letter-spacing: -1px;
  font-family: sans-serif;
}

.newstitle h2 a {
  text-decoration:none;
}

.newstitle h2 a:hover {
  text-decoration:underline;
}

.newstext img { border:5px solid #e8d121; margin: 10px 0;}


.newsdate {
	font-size:80%;
	color:#998b6e;
}

.newsdates {
  font:90% Arial;
  color: #9c9c9c;
  font-weight:bold;
}

.newsdate a{
  color: #9c9c9c;
}

	/*===================== Page ===================*/
#page {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 1.8em;
	background: url(img/page_bg.jpg) repeat-x top left;
}

/* Images */

#page .text a img, .text img
{
	/*padding: 5px;
	border: 1px solid #e4e4e4;
	margin: 2px;
	*/
	border:5px solid #cccccc; 
	margin: 10px 0;
}

#page .text a img:hover
{
	border-color: #99cc66;
}

.post br
{
  line-height: 0.7em;
}
/*================== Content ===================*/

#content {
  overflow:hidden;
	float: left;
	width: 75%;
	padding-top: 10px;
}
.text img {
  margin: 10px;
}
.readmore {
  float: left;
  padding: 3px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.readmore a {
  color: #35352d;
  font:90% Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding: 2px 10px 4px 10px;
  background-color: #e5d311;
  text-decoration:none;
}
.readmore a:hover{
  color: #5b5b46;
  font-size: 90%;
  font-weight: bold;
  padding: 2px 10px 4px 10px;
  background-color: #d3d12a;
  text-decoration:none;
}

.readmore a:visited{
  color: #35352d;
}

.comm {
  float: right;
  padding: 0 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.post {
	margin-bottom: 5px;
padding: 0 20px;
	text-align:left;
}
.post .text {
	margin-bottom: 5px;
/*	padding: 0 20px;   */
	text-align:justify;
}

.post .newsdate {
	margin-bottom: 5px;
	padding: 0 20px;
	text-align:justify;
}

.post h1
{
	margin:15px 0px 3px 20px;
	font-size:170%;
	letter-spacing: -2px;
}
.date {
  top:10px;
  height: 70px;
  width: 67px;
 /* background: url(img/calendar.gif) no-repeat; */
  background: url(img/green.gif) no-repeat;
  font: normal 24px Tahoma;
  color: #686868;
  text-align: center;
  padding: 2px 0 5px 0;      
  float: left;
}
.namedate
{
  padding-bottom:5px;
  font: normal 18px Tahoma;
  color:#f3f3f3;
}
#main {
	margin-bottom: 20px;
	padding: 0 20px;
	text-align:left;
	
}
br
{
  line-height: 0.7em;
}


.hr {
	border-bottom: 1px solid #EDEBD5;
}

	
/*
USER NAV
---------------*/
#user {
	position:relative;
	float:right;
	right:5px;
	padding:13px 3px 0px 3px;
	font-weight:bold;
	color: #35352d;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#user ul {
	margin:0 auto;
	padding:2px;
	text-align:center;
}

#user li {
	display:inline;
	list-style:none;
	margin:0;
}
#user li a { 
	display:block;
	float:left;
	margin-left: 5px;
	padding: 0 5px;
  color:#fff;
	border:1px solid #000000;
	text-decoration:none;
	background:#35352d;
}
#user li a:hover{ 
	color: #FFFFCC;
}


#user .tinput {
	padding: 3px 7px;
	border: 1px solid #35352d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #35352d;;
}	
	
.nav {
  float:right;
  /* position:relative; */
  margin:5px 0px 0 0;
  width:239px;
  line-height: normal;
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
  background: transparent url(img/nav.jpg) no-repeat top left;
  font-size: 12px;
}

.nav ul {
	list-style: none;
}

.nav li {
	display: block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	height:35px;
}

.nav li.fm {
  padding:6px 0 0 14px;
}

.nav li.lg {
  padding:6px 0 0 23px;
}

.nav li.rg {
  padding:6px 0 0 20px;
}

.nav a {
  float: left;
  text-decoration: none;
  padding: 0px 3px 0px 0px;
  text-transform:uppercase;

}

.nav a span {
	
	font-weight: bold;
/*	padding: 7px 8px 9px 18px; */
	color: #f2db33;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {
	float: none;

}
/* End IE5-Mac hack */
.nav a:hover span{
	border: 0px;
	margin-top: 0px !important; /* Firefox */
	margin-top: -1px;    /* IE */
	color: #FBFFC3;
}

/* ---------------------- */

.nav2 {
  float:right;
  /* position:relative; */
  right:10px;
  width:200px;
  line-height: normal;
  font-size: 1.0em;
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  margin:5px 30px 0 0;
}
.nav2 ul {
	list-style: none;
}
.nav2 li {
	display: inline;
	list-style:none;
	margin:0;
}

.nav2 a {
  float: left;
  background: transparent url(img/nav_right.jpg) no-repeat right bottom;
  text-decoration: none;
  padding: 0px 17px 0px 0px;

}
.nav2 a span {
	
	font-weight: bold;
	display: block;
	background: transparent url(img/nav_left.jpg) no-repeat left bottom;
/*	padding: 7px 8px 9px 18px; */
	padding: 4px 8px 7px 24px;
	color: #f2db33;

}

/* End IE5-Mac hack */
.nav2 a:hover {
	border: 0px;
	margin-top: 0px !important; /* Firefox */
	margin-top: -1px;    /* IE */
}
.nav2 a:hover span {
		color: #FBFFC3;
}		

#footer_two {
	clear: both;
	width: 100%;
    height: 120px; 
	padding: 20px 0 0 0;
    background: #4e5051 url(img/footerbg.jpg) top left repeat-x;
    font:90% Tahoma, Arial, sans-serif;
	margin:0;
	color: #D2E154;
}

#footerwrap_two
{
  width:1000px;
  margin:0 auto;
  padding:0;
}

#footer_two .frightwo {
  float: right;
  width: 330px;
}

#footer_two .fleftwo {
	float: left;
    width: 333px;
    padding-top:0px;
  	color: #fff;
    font-size:95%;
}

#footer_two .fcentertwo {
	float: left;
    width: 333px;
    padding-top:0px;
  	color: #fff;
    font-size:95%;
}

#footer_two .blk2
{
  width:95%;
  margin:0 auto;
}

#footer_two .blk3 { text-align:center; padding-top:10px; font-size:95%;}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a, #footer_two a {
	color: #d2c43a;
}

#footer a:hover, #footer_two a:hover {
	color: #f6e328;
}

#content-wrap {
  width:95%;
  margin:30px auto;
}

#partners {
	clear:both; 
	padding-top:30px; 
	color:#7a7171;
}

#partners a {
	color:#7a7171;
}

.content-title {
  height:33px;
}

#adminmenu	{ padding:10px; margin: 15px 15px; border:1px #b5b5b3 solid; background: #F2F5F9; }
#content-main { padding:10px 20px; margin:0; vertical-align:top; border:1px solid #EAEAEA; /*background-color: #F8F8F8;*/ }

/* ============== Overall ============== */

h1 	{ font-size:150%; letter-spacing: -1px; font-weight:normal;}
h2 	{ font-size:130%; letter-spacing: -1px; font-weight:normal; }
h3 	{ font-size:120%; margin:1em 1em 1em 0; letter-spacing: -1px; font-weight:normal; }
h4 	{ font-size:100%; font-weight:bold; margin:1.5em 1em 1em 0; }
h5 	{ font-size:95%; margin:1em 1em 1em 0; }
h6 	{ font-size:90%; margin:1em 1em 1em 0; }

.bbstyle1	{ font-size:160%; font-weight:bold; }
.bbstyle2	{ font-size:130%; font-weight:bold; }
.bbstyle3	{ font-size:120%; font-weight:bold; }
.bbstyle4	{ font-size:110%; font-weight:bold; }
.bbstyle5	{  }
.bbstyle6	{  }
.bbstyle7	{  }
.bbstyle8	{  }
.bbstyle9	{  }

/* ============== Various ============== */

.disp		{ padding:12px; margin:0; }
.block		{ padding:8px; margin:12px;	border:1px solid #EAEAEA; background-color: #F8F8F8; }
.block h4	{ margin-top:0; }
.error		{ padding:24px 8px 24px 8px; margin:0; color:#CC1212; font-weight:bold; font-size:110%; text-align:center; }
.codetitle	{ font-size:10px; color:#59739B; padding:2px; margin-top:5px; }
.code 		{ font-size:11px; color:#59739B; background-color:#EFF0EF; padding:2px; margin-bottom:5px; font-family:monospace; }
.valid 		{ height:48px; text-align:center; vertical-align:middle; }
.download 	{ font-size:110%; text-align:center; background-color: #E8E8E8; padding:16px; margin-top:16px; }
.pagingalp	{ padding:12px; text-align:left; font-size:90%; float:left;}
.encyclop	{padding:12px; text-align:center; font-size:140%;}
.paging		{ padding:12px; text-align:right; font-size:90%; }
.pagingnews	{ padding:12px; text-align:center; font-size:90%; }
.coltop		{ text-align:center; font-size:100%;  background-color:#f0d221!important; color:#1b1b1a; }
.centerall 	{ text-align:center; }
.desc 		{ font-size:98%; padding:3px; color:#646464; font-style: italic;}
.spoiler { padding:8px; margin:8px; border:1px dashed #CCCCCC; background-color:#DBE5E9; }
.odd		{ background-color:#f2f6e2!important; }
.even		{ background-color:#e8f6e4!important; }
li 			{ margin:2px 25px;}
ul 			{ list-style-type:square; }
img     {border:none;}
form		{ margin:0; }
.colleft	{ float:left; margin:0px 4px 0px 4px; }
.colright	{ float:right; margin:0px 4px 0px 4px; }
.bar_front { background-color:#35352d; border-right:0px solid #58584a; padding:0; height:15px; overflow:hidden; }
.bar_back { background-color:#e8edf1; border:1px solid #dee4e9; margin:0 7px 0 7px; height:15px; overflow:hidden; }
.bbcodes a img { border:1px outset #A0A0A0; background-color:#999BAC; }
.smilies a img { border:0; background-color:transparent; }
.today		{ border:1px dashed #DDAA00; }
.signature 		{ color:#979797; font-size:80%; max-height:96px; overflow:auto; }
.signature a	{ color:#000000; }
.frm_sect 	{ background-color:#fef09d!important; }

.maintenance { margin:10px; padding:2px; border: 2px solid #ccc; background:#efeefe; font: normal 12px lucida console; }
.small { font-size:75%;}

.pagenav_pages  {padding: 3px 8px 3px 8px; margin: 2px; background:#F5F5F5; border:1px solid #cccccc;}
.pagenav_last, .pagenav_first, .pagenav_next, .pagenav_prev, .pagenav_pag {padding: 3px 8px 3px 8px; margin: 2px; background:#F5F5F5; border:1px solid #cccccc; font-weight:bold;}
.pagenav_current {padding: 3px 8px 3px 8px; margin: 2px;  background-color: #e5d311; border:1px solid #e5d311; color: #35352d; font-weight:bold;}
.pagenav_pages:hover {background-color: #d3d12a; }

/* ============== Tables ============== */

table td 			{ vertical-align:top; padding: 1em;}
table.flat		{ width:99%; margin:0;  padding: 1em; border-collapse:collapse; }
table.flat td 	{ padding:0; margin:0}
table.main 		{ width:99%; margin:0;  padding: 1em;}
table.main td 	{ padding:4px; }
table.cells 	{ width:99%; margin:0;}
table.cells td	{  padding: 0.2em; background-color:#f3f5ef; margin:0; }
table.list 		{ width:99%; margin:0; padding:5px; }
table.list td 	{ padding:12px; }
table.cells .razd		{ background-color:#D1E1BB!important; height:3px; margin:0; padding:0;}
.ftop		{ background-color:#fbee75!important; margin:0; padding:0;}

/* ========================================= */

select { background-color:#fff; border: 1px solid #B4B4B4; color:#35352d; padding: 8px 7px; font-size: 14px; margin:0; }

input, textarea { 
  padding: 3px 7px; 
	border: 1px solid #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	color: #35352d;
	font-size: 14px;
	margin:0;

}


#inputtext1, #inputtext2 {
	color: #35352d;
}

#inputsubmit1, .submit {
	background: #35352d;
	color: #FFFFFF;
	border:0;
	padding: 3px 7px;
	border: 0;
	font-size: 14px;
	font-weight:bold;
}


#title
	{
	margin:20px 20px 12px 20px;
	font-size:170%;
	letter-spacing: -2px;
	}

#subtitle
	{
	margin:4px 20px 16px 20px;
	vertical-align:top;
	font-style: italic;
	font-size:95%;
	}

.commentlist {
	margin: 10px 0 5px;
	overflow: hidden;
}
.commentlist li {
  list-style: none;
  background: url(img/dot.gif) repeat-x; 
  margin-top: -1px;
}

.commentDiv {
	padding: 17px 0 0 116px;
	min-height: 113px;
	height: auto !important;
	height: 113px;
}
.comment_meta {
	float: left;
	display: inline;
	margin: 0 0 0 -116px;
}
.comment_author {
	margin: 0 0 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.comment_author a {
  text-decoration: none;
}
.comment_author a:hover {
  text-decoration: underline;
}
.comment_meta_data {
	font-size: 11px;
	color: #5B5B5B;
	margin: 0 0 12px;
}
.comment_meta_data a {
	text-decoration: none;
	color: #5B5B5B;
}
.comment_meta_data a:hover {
	text-decoration: underline;
}
.reply {
	margin: 0px 0 15px;
	font-size: 11px;
}

/* ============== Plugins ============== */

/* ============== Indexpolls ============== */

.loading { position:relative; left:45%; top:-50px; z-index:99; }

.rss-icon-title{
	margin: 6px 10px 0 5px;
	float: right;
}
.rss-icon{
	margin: 0px 5px 0px 5px;
}

/* ============== Tag Cloud Fixes ============== */
ul.tag_cloud li {
	display: inline;
}

.bukva a{
   color:#9A0000;
   font-size:20px;
}

.slog a{
   color:#160000;
   font-size:16px;
}

.topad {
  margin:15px 0 0 0;
}

ul.c3fcb8 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
  /*background-color: #F7F7F7 !important;*/
  border: 1px dotted #f1f1f1 !important;
}
.c3fcb8 li {
  list-style: none !important;
  padding: 2px !important;
  text-align: left !important;
  margin:10px;
}
.c3fcb8 a {
  color: #333333 !important;
  font-weight: normal;
  font-size: 13px !important;
}
.c3fcb8 .text {
  color: #666666 !important;
  font-size: 12px !important;
  padding: 3px 0 !important;
  line-height: normal !important;
}
.c3fcb8 .host {
  color: #006600;
  font-weight: normal;
  font-size: 12px !important;
  padding: 3px 0 !important;
  line-height: normal !important;
}
.c3fcb8 p {
  margin: 0 !important;
}