html,body{
	height:100%;
	margin:0px;
	padding: 0px;
	font-size: 11px;
	font-family: tahoma;
	background-color: #F1F5FA;
}
a {
	color: #005499;
	font-size: 11px;
}
h1 {font-size: 15px;}
h2 {font-size: 12px;}
a:hover { color: #0085F2;}
h1,h2,h3,h4,h6,pre,form,body,html,div,p,blockquote,fieldset,input,table,tr,td {
margin:0;
padding:0;
}
ul {list-style:none;}
img { border: 0; }
* {	padding:0;	margin:0;}
#wrap {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0px;
	font-size: 11px;
}
.header {
	height: 145px;
	width: 100%;
	background-color: #006b6e;
	background-image: url(../images/header22.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.header .logo {
	height: 145px;
	width: 220px;
	float: left;
	background-repeat: no-repeat;
	background-color: #006b6e;
}
.header .searchform {
	float: right;
	padding-top: 25px;
	padding-left: 55px;
}
.header .links {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 14px;
	padding-top: 10px;
}
.header .links a {
	color: #FFFFFF;
	text-decoration: none;
}
.header .links a:hover {
	text-decoration: underline;
}
.header .logo-2 {
	float: right;
	background-image: url(../images/logo-2.gif);
	height: 145px;
	width: 250px;
	background-repeat: no-repeat;
	background-color: #006b6e;
}
.content {
	float: left;
}
.top_menu {
	margin-bottom: 10px;
	width: 100%;
}
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background-color: #348D8B;
	background-image: url(../images/block_default.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #348D8B;
	border-right-color: #348D8B;
	border-bottom-color: #348D8B;
	border-left-color: #348D8B;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	font-size: 13px;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(../images/block_active.gif) repeat-x center center;
}
.menu_grey {
	font-size: 11px;
	font-family: tahoma;
	color: #005499;
}
.menu_grey a {
	text-decoration: none;
}
.menu_grey a:hover {
	text-decoration: underline;
}
/* Стили для комментариев */

.answer {
	width:100%;
	font-size: 11px;
}

.answer th {
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #428484;
	background-color: #53B5B7;
	padding: 6px;
}

.answer th a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.answer th a:hover {
	text-decoration:underline;
	font-weight:bold;
}
.answer .comment_user_info {
	width:30%;
	padding:5px;
	font-size:0.9em;
	background-color: #F8F8F8;
}

.answer .user_comment {
	color: #454545;
	text-align:left;
	padding:5px 10px;
	vertical-align:top;
	background-color: #FFFFFF;
	font-size: 11px;
}

.comment_bottom td {
	color: #454545;
	text-align:left;
	padding:3px 5px;
	color:#FFFFFF;
	background-color: #53B5B7;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #428484;
	font-size: 11px;
}

.comment_bottom td a {
	color:#FFFFFF;
	text-decoration:none;
}

.comment_bottom td a:hover {
	text-decoration:underline;
}
.block {
	margin-top: 10px;
	margin-bottom: 5px;
}
.block .title {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/menu_title.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-weight: bold;
	padding-top: 9px;
	letter-spacing: 0.2px;
	text-align: left;
	padding-left: 55px;
}
.block .title a {
	color: White;
	text-decoration: none;
}
.block .title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.block .text {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
	background-color: #DFF1F4;
	padding: 15px;
	margin: 0px;
}
.block .text a {
	color: #005499;
	text-decoration: none;
}
.block .text a:hover {
	color: #0065B7;
	text-decoration: underline;
}
.block .buttom {
	background-image: url(../images/block_buttom.gif);
	background-repeat: no-repeat;
	height: 16px;
	clear: both;
}
.left {
	float: left;
	width:220px;
}
.right {
	float: right;
	width:220px;
}

.shortstory {
	margin-top: 10px;
}
.shortstory .title {
	color: #FFFFFF;
	font-size: 12px;
}
.shortstory .title a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.shortstory .title a:hover{
	text-decoration: underline;
}
.shortstory .cat {
	color: #FFFFFF;
}
.shortstory .cat a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
}
.shortstory .cat a:hover{
	text-decoration: underline;
}
.footer {
	clear: both;
	background-repeat: repeat-x;
	background-color: #DFF1F4;
	padding: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3A9493;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	width: 100%;
	text-align: center;
}
/* Поиск */

.searchmenu {
	border:0;
	margin: 10px;
	font-size: 11px;
	width: 95%;
}
.white a {
	color:#fff;
}e a {
	color:#fff;
}
.news {
	color: #003C6C;
	font-size: 11px;
	font-family: tahoma;
}
.news a {
	color: #005499;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.category {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	padding-top: 15px;
}
.category a {
	color: #4b719e;
	text-decoration:none;
}
.category a:hover {
	text-decoration: underline;
}
.speedbar {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
	padding-left: 6px;
}
.speedbar a {
	color: #4b719e;
	text-decoration:none;
}
.speedbar a:hover {
	text-decoration: underline;
	}

.slink {
	color: #717171;
	font-size: 11px;
	font-family: tahoma;
}
.slink a:active,
.slink a:visited,
.slink a:link {
	color: #E34000;
	text-decoration:none;
	}

.slink a:hover {
	color: #E34000;
	text-decoration: underline;
	}
.copy {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
	padding: 5px;
}
.skin {
	font-size: 11px;
	font-family: tahoma;
	padding-left: 60px;
}
select {
	font-size: 11px;
	font-family: tahoma;
}

.copy a:active,
.copy a:visited,
.copy a:link {
	color: #FFFFFF;
	text-decoration:none;
	}

.copy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.ltitle {
	color: #FFA73D;
	font-size: 18px;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 6px;
	padding-top:  11px;
}
.stext {
	color: #FFA73D;
	font-size: 11px;
	font-family: tahoma;
}
.stext a:active,
.stext a:visited,
.stext a:link {
	color: #FFFFFF;
	text-decoration:none;
	}

.stext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.ntitle {
	color: #888888;
	font-size: 18px;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 6px;
	padding-top:  11px;
}
.ntitle a {
	color: #4b719e;
	text-decoration:none;
}
.ntitle a:hover {
	text-decoration: underline;
	}
.ctitle {
	color: #888888;
	font-size: 12px;
	font-family: tahoma;
	padding-left: 6px;
	padding-top:  18px;
}
.ctitle a {
	color: #4b719e;
	text-decoration:none;
}
.ctitle a:hover {
	text-decoration: underline;
	}
.hr_line {
	background: url(../images/line.gif);
	width: 100%;
	height: 7px;
	font-size: 3px;
	font-family: tahoma;
	margin-top: 4px;
	margin-bottom: 4px;
}

.navigation {
	color:#005499;
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #005499;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#FFFFFF;
	color: #0085F2;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}
/* Регистрация */

.registration{
	font-size: 11px;
	margin: 10px;
}
.registration td{
	padding:2px;
}
/* Информация о пользователе */

.userinfo {
	margin-bottom:10px;
	margin-top: 10px;
	font-size: 11px;
}

.userinfo td {
	padding:2px;
	vertical-align:top;
}
/* Статические страници */

.static{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
/* Статические страници */

.stats {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
/* Востоновление пароля */

.lostpassword {
	margin: 10px;
	font-size: 11px;
}
/* Ошибки */

.info{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
}
/* Персональные сообщения */

.pm {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
.pm .title{
	text-align: center;
}
.pm .title a{
	color: #005499;
	text-decoration: none;
}
.pm .title a:hover{
	color: #005499;
	text-decoration: underline;
}

.pm td {
	padding-right: 3px;
	padding-left: 3px;
}

.pm textarea {
	width:455px;
	border:1px solid #BBBBB;
	height:150px;
}
/* Добавление новости */

.addnews {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.addnews td {
	padding-right: 3px;
	padding-left: 3px;
}

.addnews textarea {
	border:1px solid #ddd;
	width:80%;
	height:200px;
}

/* Обратная связь */

.feedback {
	width:100%;
	font-size: 11px;
}

.feedback td {
	padding-right: 3px;
	padding-left: 3px;
}

.feedback textarea {
	width:350px;
	height:100px;
	border:1px solid #3AACB6;
	background-color: #EFF9FA;
}
/* Классы для форм */
.send {
	color:#454545;
	height:20px;
	font-family: Verdana;
	font-size: 0.9em;
	vertical-align: bottom;
	border:1px solid #6ABCFF;
	background-color: #BEE7EB;
	padding-right: 5px;
	padding-left: 5px;
}
.button {
	border:1px solid #CCCCCC;
	color:#454545;
	height:20px;
	font-family: Verdana;
	font-size: 0.9em;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	vertical-align: bottom;
}
.button1 {
	border:1px solid #999;
	color:#666;
	font:0.9em Verdana;
	height:20px;
	background:#fff;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 75px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.textbox {
	border:1px solid #C1E3FF;
	background-color: #EFF9FA;
	height:18px;
	padding:0;
	width:50%;
	margin-right: 0;
	margin-left: 0;
	vertical-align: bottom;
	margin-top: 5px;
}
.box {
	border:1px solid #C1E3FF;
	background-color: #EFF9FA;
	height:18px;
	padding:0;
	margin:0;
	width:18px;
	vertical-align:bottom;
}
.textform {
	border:1px solid #C1E3FF;
	background-color: #EFF9FA;
	color: #000000;
	width: 140px;
	height: 18px;
}
.f_input {
	color: #393939;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;
	border:1px solid #C1E3FF;
	background-color: #EFF9FA;
}
.f_textarea {
	color: #393939;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-repeat: repeat-x;
	width: 270px;
	height: 50px;
	border:1px solid #C1E3FF;
	background-color: #EFF9FA;
	margin-bottom: 2px;
}

table.new_year {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 18px;
	table-layout: fixed;
}
table.new_year img {width: 100%;}
#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	min-width: 900px;
	font-size: 11px;
}
