html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:#808081 url(../images/top_bg.gif) repeat-x;
}
#main {
	position:relative;
	width:984px;
	height:100%;
	min-height:100%;
	margin:0 auto;
	font:11px Verdana, Helvetica, sans-serif;
	color:#333333;
	background:#ffffff url(../images/main_bg.gif) repeat-y;
}
html>body #main {height:auto;}

#main table {
	font:11px Verdana, Helvetica, sans-serif;
	color:#333333;
}
#main a {
	color:#cb1422;
	outline:none;
	text-decoration:none;
}
#main a:hover {
	text-decoration:underline;
}
#main a img {
	border:none;
}
#main td {
	vertical-align:top;
}
#main h1 {
	font:normal 24px Verdana;
	color:#000000;
	margin:15px 0;
}
#main h2 {
	font:normal 18px Verdana;
	color:#000000;
	margin:10px 0;
}
#main h3 {
	font:bold 14px Verdana;
	color:#000000;
	margin:5px 0;
}
#main h4 {
	font:bold 12px Verdana;
	color:#000000;
	margin:0;
}
#main p {
	margin:0;
}
#main form, #main input, #main select, #main textarea {
	margin:0;
	padding:0;
}
#main input, #main select, #main textarea {
	border:2px inset #e0e0df;
	background:#ffffff;
	padding:0;
	font-size:11px;
	color:#666666;
}
#main input, #main select {
	height:15px;
}
#main .submit {
	padding:4px 10px;
	background:#ffffff;
	color:#3c3c3c;
	border:none;
	cursor:pointer;
}
#main .main_table {
	width:100%;
	height:100%;
	border:none;
}


#logo_container {
	height:63px;
	width:265px;
	background:url(../images/logo_bg.gif) repeat-x;
	position:absolute;
	left:0;
}
#logo {
	height:63px;
	width:265px;
	background:url(../images/logo_right_bg.gif) right top no-repeat;
}
#logo img {
	margin:12px 0 0 64px;
}

#content {
	width:984px;
}
#left_area {
	float:left;
	width:225px;
	padding:63px 20px 10px;
}
#slogan {
	padding:15px 0;
}
/******* left menu ********/
#left_menu {
}
.left_menu_item {
	height:25px;
	cursor:pointer;
}
#left_menu a {
	display:block;
	height:25px;
	font:bold 11px/25px Verdana;
	padding:0 15px;
	text-decoration:none !important;
	color:#000000 !important;
}
#left_menu a:hover {
	color:#cb1422 !important;
	background:#d5d5d5;
}
.left_menu_item a img {
	display:none;
}
.left_menu_item a:hover, #left_menu .left_menu_item.left_select a {
	color:#cb1422 !important;
	background:#e2e2e5;
}
.left_menu_item.left_select a img {
	display:inline;
}
.left_menu_separator {
	font-size:1px;
	height:1px;
	background:url(../images/dot_gray.gif) repeat-x;
}
#left_menu .left_child_menu {
	background:#e2e2e5;
	padding:5px 0 9px;
	display:none;
}
#left_menu .left_child_menu a {
	font-weight:normal;
	height:auto;
	line-height:normal;
	margin:0;
	padding:6px 29px;
	background:none;
}
#left_menu .left_child_menu a:hover {
	text-decoration:underline !important;
}
/******* // left menu ********/

#fast_search {
	padding-top:25px;
}
.fast_search_input {
	width:140px;
	padding:0 5px !important;
	float:left;
	height:19px !important;
}
.fast_search_submit {
	color:#ffffff !important;
	text-transform:lowercase;
	border:none !important;
	background:url(../images/button_bg.gif) no-repeat !important;
	height:23px !important;
	cursor:pointer;
	padding:0 10px 0 0 !important;
	*padding-bottom:2px !important;
	width:62px;
	float:right;
	*float:none;
}
@-moz-document url-prefix() {
	.fast_search_input {
		height:16px !important;
		padding:3px 5px 0 !important;
	}
	.fast_search_submit {
		vertical-align:middle;
		padding:0 10px 4px 0 !important;
	}
}
#map_link {
	margin-top:6px;
}
.left_banner {
	margin:5px 0;
}
.left_advertising {
	margin:10px 0;
	color:#666666;
}
.left_advertising a {
	color:#666666 !important;
}

#flash {
	width:674px;
}

.content_area {
	float:right;
	width:674px;
	padding:0 25px 10px 0;
	background:url(../images/top_right_bg.gif) right top no-repeat;
	overflow:hidden;
}
.catalog_container {
	width:696px;
}
#breadcrumb {
	margin-top:25px;
	color:#999999;
}
#breadcrumb a {
	color:#999999;
}

#footer, #expand {
	height:136px;
	clear:both;
	padding-top:20px;
}
#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:984px;
	background:#808081 url(../images/footer_bg.gif) no-repeat;
}
#footer a {
	color:#c7c7c7 !important;
}
#footer #copyright {
	float:left;
	width:249px;
	height:104px;
	padding-left:20px;
}
#footer #copyright a {
	text-decoration:underline;
}
#footer #copyright a:hover {
	text-decoration:none;
}
#footer #footer_links {
	float:right;
	padding:0 20px;
	width:674px;
	color:#c7c7c7;
}
#footer #counters {
	float:left;
	padding:20px 20px 0;
}


/****** news list ******/
.news_list_item {
	padding:12px 0;
	border-bottom:1px solid #c7c7c7;
}
.news_list_date {
	height:17px;
	background:url(../images/arrow_pourple.gif) left 3px no-repeat;
	padding-left:10px;
	color:#6d6d6d;
}
.news_list_item img {
	float:left;
}
.news_list_text {
	padding:0 0 0 162px;
}
.news_list_head {
	font-size:11px;
	color:#000000;
	padding:6px 0;
}
.news_list_head a {
	font-weight:bold;
	color:#cb1422 !important;
}
.news_list_tags {
	color:#020202;
	padding:4px 0 0 0;
}
.news_list_tags a {
	color:#333333 !important;
}
/****** // news list ******/

/******* catalog ********/
.catalog_item {
	width:150px;
	float:left;
	margin:0 24px 15px 0;
}
.catalog_item_text {
	font-size:11px;
}
.catalog_separator {
	font-size:1px;
	height:1px;
	background:url(/images/gray_separator.gif) repeat-x;
	margin:8px 18px 8px 0;
}
.catalog_item_big_image {
	text-align:center;
}
/******* // catalog ********/

/******* pager ********/
.pager {
	float:right;
	padding:10px 4px;
	line-height:31px;
}
.pager a {
	background:#e5e5e7;
	padding:2px 6px 3px;
}
.pager .page_select {
	background:#b7b7ba;
	font-weight:bold;
	padding:2px 5px 3px;
}
/******* // pager ********/

/******* through ********/
.through_container {
	text-align:center;
}
.through {
	background:#e5e5e7;
	height:33px;
	margin:0 auto;
	text-align:center;
	width:333px;
}
.through a {
	line-height:33px;
	text-decoration:underline !important;
}
.through a:hover {
	text-decoration:none !important;
}
/******* // through ********/

/******* sitemap ********/
#sitemap .page_tree {
margin:10px 0;
}
#sitemap .page_tree img {
display:none;
}
#sitemap .page_tree .tree_element .tree_branch_element {
padding-left:15px;
}
/******* // sitemap ********/

/******* question_form ********/
.question_form {
}
.question_form .question_input, .question_form .question_textarea {
	border-bottom:2px inset #c0c0bf !important;
	border-right:2px inset #c0c0bf !important;
	margin:4px 0 8px !important;
	width:280px;
}
.captcha_area {
	float:left;
	font-weight:bold;
}
.question_form .question_captcha {
	border-bottom:2px inset #c0c0bf !important;
	border-right:2px inset #c0c0bf !important;
	width:40px;
}
.question_captcha_image {
	margin-left:67px;
}
.question_form .question_submit {
	border:1px solid #cccccc !important;
	color:#666666 !important;
	cursor:pointer;
	font-weight:bold;
	height:19px !important;
	padding:0 10px !important;
	text-transform:uppercase;
}
.obligatory {
	color:#cc0000;
}
/******* // question_form ********/

/******* links_list ********/
.links_list {
	border-top:1px solid #d5d5d5;
}
.links_list p {
	border-bottom:1px solid #d5d5d5;
	padding:10px;
}
.links_table {
	border:0 none;
	width:100%;
}
.links_table td {
	border:1px solid #e5e1d9;
}
/******* // links_list ********/

/*** additional ***/
.clear {
	height:1px;
	clear:both;
	*font-size:1px;
}
.content_center {
	text-align:center;
}
.content_right {
	text-align:right;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.no_border {
	border:none !important;
}
.height_10px {
	height:10px;
	font-size:1px;
}
