HTML, BODY, P, DIV, IMG, H1, H2, H3, H4, LI, UL, OL, DL, DD, DT, FORM { /* , TABLE, TD, TR */
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
INPUT, SELECT {
	margin: 0; padding: 0;
}
LI, UL, OL {
	list-style: none;
}

HTML, BODY {
	height: 100%;
}

BODY {
	font-size: 10px; /* 62.5% - Resets 1em to 10px */
	font-family: verdana, sans-serif;
	background-color: #fff;
 	min-width: 940px; /* Content Minmum Width, not used by IE5/6, or early versions of Safari */
}

A {
	color: #777;
	text-decoration: none;
}

A:hover {
	color: #599;
	text-decoration: underline;
}

#clear {
	clear: both;
	height: 0;
}

#page {
	position: relative; /*** Let's be nice to IE ***/
	width: 940px;
	margin: 0 auto;
	display: table; /*** For non-IE browsers ***/
	margin-bottom: -30px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
}

#page_inside {
	margin: 0 auto;
	width: 940px;
	text-align: left;
/*	background-color: #fff; */
}

#header {
	width: 940px;
/*	background-color: #fff; */
}
#header_logo {

}
#header_kroshka {
	padding: 4px 8px 0 8px;
	text-align: left;
	color: #fff;
	font-size: 9px;
}
#header_kroshka A { color: #fff; }
#header_title {
	font-family: tahoma, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	padding-left: 16px;
	padding-bottom: 8px;
}

#mainmenu {
	padding-top: 10px;
	text-align: right;
	color: #777;
	font-weight: bold;
}

#mainmenu UL { }
#mainmenu UL LI { display: inline; margin-left: 12px; padding-left: 12px; }
#mainmenu UL LI.slash { border-left: 1px solid #777; }
#mainmenu UL LI A, #mainmenu UL LI A:visited { text-decoration: none; }
#mainmenu UL LI A:hover { text-decoration: underline; }
#mainmenu UL LI A.here { color: #599; }


#container {

}

#sidebar {
	float: left;
	width: 189px;
}

#sidebar_menu {
	background-color: #ddd;
	padding: 16px 12px 32px 12px;
}
#sidebar_menu UL {

}
#sidebar_menu UL LI {
	list-style-type: disc;
	color: #fff;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-left: 16px;
}
#sidebar_menu UL LI UL {
	margin-left: 16px;
}
#sidebar_menu UL LI UL LI {
	list-style-type: none;
	font-size: 9px;
	text-transform: none;
	margin-left: 0;
	margin-top: 4px;
	margin-bottom: 0;
}
#sidebar_menu A {
	color: #515151;
}
#sidebar_menu A.here {
	color: #0078c0;
}

#sidebar_search {
	margin-top: 16px;
	text-align: center;
}
#sidebar_search IMG {
	vertical-align: text-bottom;
}


#content {
	float: left;
	width: 750px;
	font-size: 13px;
	text-align: justify;
}

#content_text {
	background-color: #f9f9f9;
	padding: 30px;
	font-size: 13px;
}
#content_forum {
	background-color: #f9f9f9;
	padding: 10px 20px 10px 20px;
	font-size: 13px;
}
#content A { color: #0078c0; font-weight: bold; }

#content H1 {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#content H2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#content H3 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#content H4 {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#content OL, #content UL {
	padding-left: 15px;
	margin-bottom: 1em;
}
#content LI {
	list-style-type: disc;
}

#content P {
	margin-bottom: 1em;
}

#block {
	font-size: 11px;
	font-family: tahoma, sans-serif;
	width: 185px;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
}
#block_part {}
#block A { color: #0078c0; font-size: 10px; font-weight: bold; }


#inpagemenu {
	text-align: right;
	clear: both;
}

#inpagemenu_item {
	width: 170px;
	float: right;
	padding: 1em;
	text-align: left;
}
#inpagemenu_item A {
  	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
}
#footer_menu {
	padding: 5px;
	margin-left: 190px;
	background-color: #ddd;
	color: #777;
}
#footer_menu A {
	color: #777;
}
#footer_copyright {
	font-size: 9px;
	margin-left: 190px;
	margin-top: 10px;
	color: #777;
	font-weight: bold;
}
#footer_copyright A {
	color: #777;
}

#comment {
/*	background-color: #fff; */
	padding: 30px;
}

#comment_form {
	width: 545px;
 	padding-top: 10px;
	padding-bottom: 10px;
}
#comment_form .input {
	width: 435px;
	margin-bottom: 5px;
}
#comment_form TEXTAREA {
	width: 433px;
	height: 90px;
}
#comment_form #submit {
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #0078c0;
	border: 0;
}

#comment_post {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

#comment_post_title {
	font-size: 10px;
	color: #515151;
}
#comment_post_text {
	clear: left;
}


#search_form_wide {
}

#search_input {
	width: 350px;
}
#search_submit {
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #0078c0;
	border: 0;
}
#search_result {
	margin-bottom: 20px;
}
#search_result_title {
	font-weight: bold;
    color: #0078c0;
}
#search_result_title A {
    color: #0078c0;
}
#search_result_text {
	font-size: 11px;
}

#online_form #submit {
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #0078c0;
	border: 0;
}
#online_form .input {
	width: 200px;
	margin-bottom: 5px;
}
#online_form .textarea {
	width: 200px;
	height: 70px;
}

.blue {
	color: #0078c0;
}


/* FORUM STYLES */
#forum_headline {
	font-size: 14pt;
	color: #fff;
	background-color: #0078c0;
	padding: 4px;
}
#forum_subheadline {

}

#forum_theme {

}
#forum_theme TABLE {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
#forum_row_hd {
	color: #999;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px dashed #ddd;
}
#forum_row_arrow {
	border-bottom: 1px dashed #ddd;
}



#forum_theme_title {
	text-transform: uppercase;
	margin-top: 10px;
	padding-right: 5px;
}
#forum_theme_msg {
	text-transform: uppercase;
	margin-top: 10px;
	padding-right: 5px;
	margin-bottom: 5px;
}

#forum_theme_c_topics, #forum_theme_c_msg, #forum_theme_c_last, #forum_theme_c_author, #forum_theme_c_replies, #forum_theme_c_view {
	margin-top: 10px;
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
	padding-right: 5px;
	color: #777;
}

#forum_theme_comment {
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 5px;
}

#forum_msg {

}

#forum_msg_element {

}

#forum_msg_subject {

}

#forum_msg_comment {

}

#forum_form FIELDSET {
	padding: 10px;
}
#forum_form LEGEND {
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
#forum_form #submit {
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #0078c0;
	border: 0;
}
#forum_form #submit_position {
	text-align: right;
	margin-top: 10px;
	margin-right: 2px;
}

#forum_form .input {
	width: 660px;
	margin-bottom: 5px;
}
#forum_form .textarea {
	width: 658px;
	height: 70px;
}


