html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
}
#main {
	position:relative;
	height:100%;
	min-height:100%;
	width:100%;
	margin:0;
}
html>body #main {height:auto;}
		
#main table {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
}
#main a {
	color:#e8512a;
	outline:none;
}
#main a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
#main td {
	vertical-align:top;
}
#main h1 {
	font:bold 24px Arial;
	color:#000000;
	text-align:left !important;
	margin:12px 0;
}
#main h2 {
	font:bold 18px Arial;
	color:#000000;
	text-align:left !important;
	margin:10px 0;
}
#main h3 {
	font:normal 18px Arial;
	color:#000000;
	text-align:left !important;
	margin:8px 0;
}
#main h4 {
	text-align:left !important;
}
#main p {
	margin:0;
}
#main form, #main input, #main select, #main textarea {
	margin:0;
	padding:0;
}
#main input, #main select, #main textarea {
	border:1px inset #aaaaaa;
	background:#ffffff;
	color:#333333;
	font-size:11px;
	width:235px;
}
#main input {
	height:16px;
	*height:14px;
	*padding:2px 0 0 0;
}
#main .button {
	height:24px !important;
	width:87px !important;
	font:bold 11px Arial;
	background:url(../images/button.gif) no-repeat !important;
	color:#ffffff !important;
	border:none !important;
	cursor:pointer;
}
#main .main_table {
	width:100%;
	height:100%;
	border:none;
}


#header {
	height:115px;
	width:939px;
	margin:0 auto;
}
#logo {
	float:left;
	margin:10px 15px 0 0;
}
.phone {
	float:left;
	height:51px;
	padding:6px 13px 0 65px;
	margin-top:19px;
	background:url(../images/phone.gif) no-repeat;
	color:#24211d;
	font:bold 10px Arial;
	text-transform:uppercase;
}
.phone_big_text {
	font:bold 28px Impact;
}
.phone_small_text {
	font:18px Impact;
}
.icon_menu_item {
	float:left;
	margin:44px 11px 0;
}

#top_menu {
	width:939px;
	height:44px;
	float:left;
	position:relative;
	top:16px;
	z-index:60;
}
#top_menu #top_menu_left_bg {
	float:left;
	height:44px;
	width:19px;
	background:url(../images/top_menu_left_bg.png) no-repeat;
}
#top_menu #top_menu_right_bg {
	float:right;
	height:44px;
	width:19px;
	background:url(../images/top_menu_right_bg.png) no-repeat;
}
#top_menu #top_menu_content {
	float:left;
	width:901px;
	height:44px;
	background:url(../images/top_menu_bg.png) repeat-x;
}
#topmenu {
	height:44px; 
	position:relative; 
	list-style:none; 
	z-index:60;
	margin:0;
	padding:0;
}
#topmenu ul {list-style:none; float:left; width:auto; margin:0; padding:0;}
#topmenu li {
	float:left;
	position:relative;
	background:url(../images/top_menu_item_bg.gif) bottom repeat-x;
}
#topmenu li:hover {background-position:top;}
#topmenu li:jshover {background-position:top;}
#topmenu a {
	display:block;
	height:39px;
	float:left;
	padding:0 12px;
	color:#ffffff !important;
	text-decoration:none;
	white-space:nowrap;
	position:relative;
	font:normal 14px/39px Arial Black, Arial;
	text-transform:uppercase;
	_background:url(../images/top_menu_item_bg.gif) bottom repeat-x;
}
#topmenu a:hover {_background-position:top;}
#topmenu li:hover a {}
#topmenu li:jshover a {}
#topmenu li:hover li:hover {background:#615d59 !important;}
#topmenu li ul {
	display:none;
	position:absolute;
	left:0;
	margin-top:39px;
	z-index:60;
	background:url(../images/top_menu_child_bg.png);
	_background:#4a4746;
	_width:155px;
	padding:5px 7px;
}
#topmenu li li {float:none;}
#topmenu li li a {
	font-weight:normal !important;
	background:none !important;
	float:none;
	height:26px !important;
	line-height:26px !important;
	padding:0 12px !important;
	text-transform:none !important;
	white-space:nowrap;
}
#topmenu li li a:hover {background:#615d59 !important;}
#topmenu li:hover ul, #topmenu li.jshover ul {display:block; position:absolute;}

#top_menu li.forum_link {
	float:right !important;
	width:115px;
}
#top_menu li.forum_link a {
	float:right !important;
	background:url(../images/forum_ico.gif) left center no-repeat;
	padding:0 12px 0 34px;
}
#top_menu li.forum_link a:hover {
	_background-position:left center;
}
#top_menu li.forum_link: a:hover {
	_background-position:left center;
}

#header_2 {
	height:78px;
	background:url(../images/header_bg.gif) repeat-x;
}
.index_header {
	height:376px !important;
	background:url(../images/header_big_bg.jpg) repeat-x !important;
}
#see_also {
	width:882px;
	margin:0 auto;
	font:bold 14px/78px Arial;
	color:#ffffff;
	position:relative;
	z-index:50;
}
#see_also a {
	font-size:12px;
	color:#ffffff !important;
}

#content {
	width:882px;
	margin:0 auto;
	text-align:justify;
}
#content p, #top_footer p {
	margin:10px 0 !important;
}
#content img {
	border:3px solid #cccccc;
	vertical-align:middle;
}
.content_separator {
	height:3px;
	background:#cccccc;
	font-size:1px;
	margin:25px 0;
}
#breadcrumb {
	float:right;
	margin:0 auto;
	color:#e5e5e5;
	text-align:right;
	font:normal 11px/78px Arial !important;
}
#breadcrumb a {
	color:#e5e5e5 !important;
}


#footer, #expand {height:225px;}
.assortment_page #footer, .assortment_page #expand {height:335px !important;}

#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:#ffffff url(../images/footer_bg.gif) bottom repeat-x;
}
#top_footer {
	height:105px;
	width:882px;
	margin:0 auto;
}
.assortment_page #top_footer {
	height:240px !important;
}
#footer_container {
	height:92px;
	width:882px;
	margin:0 auto;
}
#footer #copyright {
	float:left;
	padding:33px 0 0 0;
	font:11px Arial;
	color:#ffffff;
}
#footer #copyright a {
	font:11px Arial;
	color:#ffffff;
	text-decoration:underline !important;
}
#footer #copyright a:hover {
	text-decoration:none !important;
}
#footer #fast_search {
	float:right;
	padding:35px 0 0 0;
}
#footer #fast_search #fast_search_input {
	height:17px !important;
	width:152px !important;
	border:none !important;
	padding:7px 7px 0 26px !important;
	background:url(../images/fast_search_bg.gif) no-repeat !important;
	color:#666666 !important;
}
#footer #fast_search #fast_search_submit {
	height:24px !important;
	width:61px !important;
	border:none !important;
	background:url(../images/fast_search_submit_bg.gif) no-repeat !important;
	color:#ffffff !important;
	font-weight:bold;
	cursor:pointer;
}

/****** additional ******/
.clear {
	height:1px;
	clear:both;
	*font-size:1px;
}
.content_center {
	text-align:center;
}
.no_border {
	border:none !important;
}
.border_img {
	border:3px solid #e7eaf6 !important;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.orange_text {
	color:#ff7f00;
}
.content_head {
	font:bold 14px Arial;
}
.height4px {
	height:4px;
	font-size:1px;
	width:1px;
}
.red {
	color:#e02e25;
}
.font12px {
	font-size:12px;
}
.hidden {
	display:none;
}


.news_table {
	width:882px;
	margin:29px auto;
	border:none;

}
.news_table td {
	border-right:1px solid #8d8c8d;
	border-left:1px solid #3f4044;
	padding:3px 24px 9px;
	color:#fad0c5;
	width:33%;
}
.news_table td img {
	border:none !important;
}
.news_table td.first_news {
	border-left:none !important;
	padding-left:0 !important;
}
.news_table td.last_news {
	border-right:none !important;
	padding-right:0 !important;
}
.news_table td a {
	display:block;
	color:#ffffff !important;
}


.brands {
	width:100%;
	border:none;
}
.brands td {
	border-right:1px solid #c9cacd;
	padding:10px 0;
	text-align:center;
	width:33%;
}
.brands td img {
	border:none !important;
}
.brands td.first_brand {
}
.brands td.last_brand {
	border:none;
}

.brands_big {
	width:100%;
	border:none;
}
.brands_big td {
	border:3px solid #ffffff;
	padding:12px 2%;
	text-align:left;
	width:31%;
}
.brands_big td img {
	border:none !important;
}


.news_list_item {
	font:11px/18px Arial;
	margin:12px 0;
}
.news_list_item a {
	display:block;
	font-size:12px;
}

.pager a {
	margin:0 5px;
}
.pager .page_select {
	padding:3px 6px;
	background:#ced2e8;
}

.contacts_area {
	float:left;
	width:462px;
	background:url(../images/contacts_area_bg.gif) repeat-y;
	margin-left:30px;
}
.contacts_area_top_bg {
	height:11px;
	font-size:1px;
	background:url(../images/contacts_area_top_bg.gif) repeat-x;
}
.contacts_area_top_left_bg {
	height:11px;
	font-size:1px;
	background:url(../images/contacts_area_top_left_bg.gif) no-repeat;
}
.contacts_area_top_right_bg {
	height:11px;
	font-size:1px;
	background:url(../images/contacts_area_top_right_bg.gif) right no-repeat;
}
.contacts_area_content {
	padding:0 23px;
	color:#000000;
}
.contacts_area_bottom_bg {
	height:15px;
	font-size:1px;
	background:url(../images/contacts_area_bottom_bg.gif) bottom repeat-x;
}
.contacts_area_bottom_left_bg {
	height:15px;
	font-size:1px;
	background:url(../images/contacts_area_bottom_left_bg.gif) no-repeat;
}
.contacts_area_bottom_right_bg {
	height:15px;
	font-size:1px;
	background:url(../images/contacts_area_bottom_right_bg.gif) right no-repeat;
}

.ya {
	font:12px/26px Tahoma !important;
	padding:6px 0 6px 24px;
	background:url(../images/ya.gif) no-repeat;
	color:#0a5092 !important;
}
.obligatory {
	color:#e65029;
}
.contacts_form input, .contacts_form textarea {
	margin:3px 0 7px !important;
}
.contacts_form textarea {
	width:100% !important;
	height:95px !important;
}
.contacts_form .captha_input {
	width:40px !important;
}
.contacts_form .button {
	float:right;
}
.contacts_form img {
	vertical-align:top !important;
}
#captha_container {
	float:left;
	width:210px;
}


#flash_area {
	position:absolute;
	width:100%;
	text-align:center;
	overflow:hidden;
	z-index:10;
}
#index_news_area {
	background:url(../images/index_news_bottom_bg.gif) bottom repeat-x;
	position:relative;
	top:213px;
	height:150px;
	z-index:20;
	clear:both;
}
#index_news_area_content {
	background:url(../images/index_news_bg.png);
	height:142px;
	overflow:hidden;
}

/****** catalog ******/
.catalog {
	width:882px;
	overflow:hidden;
}
.catalog_container {
	width:900px;
}
.catalog_item {
	float: left;
	width: 210px;
	height: 230px;
	text-align:left;
	font-size:11px;
	border:1px solid #cccccc;
	overflow:hidden;
	margin:0 11px 11px 0;
}
.catalog_item_head {
	position:absolute;
	margin:5px 10px;
	width:190px;
}
.catalog_item_head a {
	font:bold 16px Arial !important;
	color:#000000 !important;
}
.catalog_item img {
	border:none !important;
}
.catalog_item img {
	height:150px;
	width:210px;
	margin-top:30px;
}
.catalog_item_text {
	padding:4px 10px 0;
	font-size:11px;
	width:190px;
	height:42px;
	overflow:hidden;
}
/****** // catalog ******/

/* TREE begin */
.page_tree {
	padding-right:28px;
	margin-bottom:10px;
	font:11px Tahoma;
	color:#000000;
}
.page_tree a.tree_link {
	color:#0764bd;
	text-decoration:none;
	position:relative;
	top:-2px;
}
.tree_element {
	margin:7px 0 7px 28px;
	/*white-space:nowrap;*/
}
.tree_element img {
	border:none !important;
}
.tree_current_element {
	font-weight:bold;
	position:relative;
	top:-2px;
}
.tree_branch_element {
}
.tree_ico_root {
	margin:0 6px 0 0;
}
.tree_element_ico {
	margin:0 6px 0 0;
}
/* TREE end */

/* lightbox begin */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#overlay {background:#000; opacity:0.7;}
* html #overlay {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
/* lightbox end */

.link_list a {
	font:bold 16px/28px Arial !important;
}
.catalog_list_container {
	float:left;
	width:48%;
	height:28px;
}
.catalog_list {
	font:bold 16px/28px Arial !important;
	cursor:pointer;
	border-bottom:1px dashed #e8512a;
}
.catalog_list.cat_selected {
	color:#000000 !important;
	border-bottom-color:#000000;
}
.catalog_list:hover, .catalog_list.cat_selected:hover {
	border-bottom-color:transparent !important;
}

.navigation {
	text-align:center;
	font:bold 13px Arial;
	height:20px;
	padding:10px;
}
.navigation a {
	border-bottom:1px dashed #e8512a;
	text-decoration:none;
}
.navigation a:hover {
	border-bottom-color:transparent !important;
}
