html {
	height:100%;
}
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family: "Arial";
	font-size: 14px;
	color:#494a4e;
	background-color: white;
}
form {margin:0;}
a:link {color:#1289e3;text-decoration:underline;}
a:visited {color:#1289e3; text-decoration: underline;}
a:hover {color:#1289e3; text-decoration:none;}
img {border:0;}
table {border:0px; 	border-collapse:collapse; }
table td {padding:0;}

h1, h2, h3, h4, h5, h6 {
	color: #ff6321;
}

div.container {
	background-image: url('/static/img/top_gradient.png');
	background-repeat: repeat-x;
	width: 910px;
	display: block;
	margin: 0px auto;
	padding: 30px 45px 10px 80px;
}

div#index_middle_container {
	width: 910px;
	display: block;
	margin: 0px auto;
	padding: 0px 45px 0px 80px;
	background-color: #d0f6e4;
	border-top: 1px solid white;
	border-bottom: 1px solid #f3fbf7;
}

/* Шапка */
span#wc_topleft {
	line-height: 70%;
	color: #57adeb;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
}

span#wc_topleft a {
	text-decoration: none;
}

span#wc_topleft span {
	color: #2c98e6;
	font-size: 39px;
}

img#top_logo {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

img#top_kolby {
	display: block;
	position: absolute;
	top: 0px;
	left: 470px;
}

div#topright {
	float: right;
	width: 300px;
	height: 100px;
	display: block;
}

div#topright .icon {
	padding: 5px 10px 5px 0px;
}

div#topright input#searchbox {
	background-image: url("/static/img/bg_searchbox.png");
	width: 198px;
	padding: 2px 10px 2px 25px;
	border: 0px;
	color: #333;
}

img#top_sluh {
	float: right;
	margin-top: -15px;
	margin-right: -25px;
	display: block;
}




/* Главное меню(с картинками) */

div#topmenu {
	display: block;
	text-align: center;
	margin: 0px 0px 200px 0px;
	width: 100%;
}

div#topmenu .menuitem {
	display: inline-block;
	float: left;
	width: 158px;
	height: 158px;
	margin: 0px 23px 0px 0px;
}

div#topmenu .menuitem > span.caption {
	font-size: 15px;
	color: white;
	background-image: url("/static/img/menu_passive.png");
	display: block;
	width: 148px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin: 122px auto 3px auto;
	font-weight: 500;
}

div#topmenu .menuitem > span.caption.active, div#topmenu .menuitem > span.caption.primactive {
	color: black;
	background-image: url("/static/img/menu_active.png");
}




/* Нижнее меню */
div#bottom_menu {
	display: block;
	width: 100%;
	margin: 0px 30px;
	overflow: hidden;
	height: 90px;
}

div#bottom_menu img#plusik {
	position: relative;
	vertical-align: middle;
	margin-left: 20px;
}

div#bottom_menu #bottom_links {
	padding: 30px 20px 0px 0px;
	float: right;
	font-size: 13px;
	color: #333;
}

div#bottom_menu #bottom_links a {
	color: #333;
}



/* Индекс - первая табличка */
table.index_last {
	width: 100%;
	font-size: 0.85em;
}

table.index_last td {
	vertical-align: top;
	padding: 0px 10px;
}

table.index_last td.row1 {
}

table.index_last td.last_articles_row img {
	padding: 4px 4px 4px 0px;
}

table.index_last td.row1 a {
}

table.index_last th {
	text-align: left;
	font-size: 1.5em;
	color: #ff6421;
	padding: 0px 10px;
	font-weight: normal;

}

table.index_last em {
	font-style: normal;
	display: block;
	font-size: 0.9em;
	padding-top: 10px;
}

table.index_last a {
	color: #0b88e2;

}


/* индекс - средняя цветастая табличка */
table#index_middle {
	width: 100%;
	border-collapse: collapse;
}

table#index_middle th {
	text-align: left;
	font-size: 24px;
	color: #1994a3;
	font-weight: normal;
	padding: 10px 0px;
}

table#index_middle td {
	padding: 0px 20px 0px 0px;
	width: 20%;
	font-size: 0.9em;
}

table#index_middle td > img {
}

table#index_middle td a {
	display: block;
	padding: 10px 0px;
	text-decoration: underline;
}





/* Внутренняя страница */

#internal #left {
	float: left;
	width: 170px;
	display: block;
	padding-right: 10px;
	font-size: 12px;
}

#internal #left  * {
	font-weight: normal;
}

#internal #right {
	vertical-align: top;
	padding-left: 10px;
	display: block;
	float: right;
	width: 170px;
	font-size: 13px;
}

#internal #center {
	display: block;
	margin: 0px 190px;
	font-size: 13px;
	/*background-image: url('/static/img/center_grad.png');
	background-repeat: repeat-y;
	background-position: center;*/
	color: #111;
}

#internal #center img {
	padding-right: 6px;
}

#internal #where_i_am {
	/*background-color: #d6ffe6;*/
	padding: 3px 10px;
	margin-bottom: 20px;
	color: #1289e3;
}

#internal #where_i_am > a {
	text-decoration: underline;
}



/* Вопросы */

.question {
	padding: 10px;
	text-align: justify;
	display: block;
	margin-bottom: 10px;
	/*background-color: #f0f0e0;*/
	overflow: hidden;
}

.question > img {
	padding: 3px 3px 3px 0px;
}

/*.question:nth-child(odd) {
	background-color: #e0f0e0;
}*/

.question .ansver {
	display: block;
	padding: 0px 5px 0px 10px;
	margin-top: 10px;
	margin-left: 40px;
	border-left: 1px dashed silver;
}

textarea#add_question {
	display: block;
	width: 97%;
	height: 200px;
	margin: 5px 15px 5px 0px;
	padding: 1px 4px;
	font-size: 14px;
	font-family: Arial;
}



/* Новости */

.news_item_block img {
	padding: 3px 3px 3px 0px;
}
