body {
	color: #403b37;
	line-height: 116%;
	font-size: 13px;
	background: #f2f9fa;
}

.error_page{padding:100px;}

a, a:link, a:visited {
	text-decoration: underline;
	color: #3b2b1f;
}
a:hover {
	text-decoration: none;
	color: #000;
}

h1,h2,h3 {
	font-weight: normal;	
	line-height: 116%;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}

#header, #header_contejner {
	height: 271px;
	background: url(img/bg_header.jpg) no-repeat 50% 100%;
}
#top_text_line {
	position: absolute;
	top: 0;
	margin: 7px 0 0 88px;
	font-size: 12px;
	line-height: 12px;
	color: #f7fbfd;
	width: 700px;
	text-align: center;
	white-space: nowrap;
}
#logo {
	position: absolute;
	top: 60px;
}

#menu {
	position: absolute;
	top: 97px;
	left: 365px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	#menu li {
		float: left;
		margin: 0;
		padding: 0;
	}
	#menu li a i {
		position: absolute;
		top: -5000px;
		left: -5000px;
	}
	#menu li a span {
		display: block;
		height: 28px;
		background: url(img/menu.gif) no-repeat;
		cursor: pointer;
	}
	#menu li.mabout a span {
		width: 100px;
		background-position: 0 0;
	}
		#menu li.mabout a:hover span {
			width: 100px;
			background-position: 0 -28px;
		}
	#menu li.mcatalog a span {
		width: 78px;
		background-position: -100px 0;
	}
		#menu li.mcatalog a:hover span {
			width: 78px;
			background-position: -100px -28px;
		}
	#menu li.mservice a span {
		width: 67px;
		background-position: -178px 0;
	}
		#menu li.mservice a:hover span {
			width: 67px;
			background-position: -178px -28px;
		}
	#menu li.mcontacts a span {
		width: 100px;
		background-position: -245px 0;
	}
		#menu li.mcontacts a:hover span {
			background-position: -245px -28px;
		}


#menu_top {
	position: absolute;
	right: 0;
	margin: 35px 315px 0 0;
	height: 22px;
}
*html #menu_top { margin-top: 36px; } /* äëß Ie6*/
	#menu_top ul {
		float: right;
		height: 22px;
		list-style-type: none;
		padding: 0 5px;
		margin: 0;
		background: url(img/bg_menu_top.gif) no-repeat 0% 50%;
	}
	#menu_top ul li {
		float: left;
		padding: 0;
		margin: 0 10px;
	}
	#menu_top ul li a {
		text-decoration: none;
		line-height: 22px;
	}

#searchform {
	position: absolute;
	right: 0;
	margin: 35px 120px 0 0;
	height: 22px;
	width: 196px;
	padding: 0;
	background: url(img/bg_menu_top.gif) no-repeat 100% 50%;
}
	#searchform p {
		display: inline;
	}
	#searchform p input {
		border: none;
		padding: 2px 5px;
		margin: 0;
		background: none;
		font-size: 12px;
	}
	#searchform p #searchtext {
		width: 130px;
	}
	#searchform p #searchbtn {
		width: 45px;
		padding: 2px 0;
	}

#hms {
	position: absolute;
	right: 0;
	margin: 35px 0 0 0;
}
	#hms ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#hms ul li {
		float: left;
		padding: 0;
		margin: 0 10px;
	}
	#hms ul li a span {	
		position: absolute;
		left: -5000px;
	}
	#hms ul li a {	
		display: block;
		width: 15px;
		height: 22px;
		float: left;
	}
	.hms.home {
		background: url(img/hms_home.gif) no-repeat 50% 50%;
	}
	.hms.contacts {
		background: url(img/hms_mail.gif) no-repeat 50% 50%;
	}
	.hms.sitemap {
		background: url(img/hms_sitemap.gif) no-repeat 50% 50%;
	}
	

#info {
	background: #ffcc65 url(img/info_bg_bottom.gif) repeat-x 100% 100%;
	border-top: 1px #ef9b13 solid;
}
.info_title {
	position: absolute;
	display: block;
	height: 26px;
	margin: -26px 0 0 110px;
	padding: 0 15px 0 1px;
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	background: url(img/bg_title.png) no-repeat 100% 0%;
}
	.info_title i {
		position: absolute;
		display: block;
		width: 14px;
		height: 26px;
		background: url(img/bg_title.png) no-repeat;
		margin: 0 0 0 -15px;
	}
	*html .info_title i { margin-top: -6px; } /* äëß Ie6*/
	*:first-child+html .info_title i { margin-top: -6px; } /* äëß Ie7*/
	
.new_title {
	position: absolute;
	display: block;
	height: 26px;
	margin: -26px 0 0 15px;
	padding: 0 15px 0 1px;
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	background: url(img/bg_new_title.png) no-repeat 100% 0%;
}
	.new_title i {
		position: absolute;
		display: block;
		width: 14px;
		height: 26px;
		background: url(img/bg_new_title.png) no-repeat;
		margin: 0 0 0 -15px;
	}
	*html .new_title i { margin-top: -6px; } /* äëß Ie6*/
	*:first-child+html .new_title i { margin-top: -6px; } /* äëß Ie7*/
	
#new {
	background: #fbbe4a url(img/bg_new.gif) no-repeat;
}
	#new ul {
		padding: 0;
		margin: 20px 0;
		list-style-type: none;
	}
	#new ul li {
		padding: 10px 0;
		margin: 0;
		list-style-type: none;
		display: block;
		margin: 5px 10px;
		border-top: 1px #f6af33 solid;
		border-bottom: 1px #f6af33 solid;
	}
	#new ul li a {
		display: block;
		text-decoration: none;
	}
	#new ul li a img {
		width: 53px;	
	}
	#new ul li a span {
		display: block;
		margin: 5px 0 0 0;
	}
	#new ul li img {
		border: 3px #ef9b13 solid;
		float: left;
		margin: 0 10px 0 0;
	}

	
.button_bottom {
	position: absolute;
	margin: -10px 0 0 0;
	display: block;
	width: 75px;
	height: 19px;
	background: url(img/button_bottom.png) no-repeat;
	cursor: pointer;
}
	#new .button_bottom {
		margin-left: 70px;
	}


.sideright {
	margin: 20px 0;
}

#side_bar {
	background: #fbbe4a url(img/side_bar_bg.gif) no-repeat;
}
.side_box {
	margin: 20px 15px;
}
.side_bar_title {
	position: relative;
	left: -20px;
	display: block;
	float: left;
	height: 22px;
	padding: 0 10px 0 20px;
	margin: 10px 0;
	line-height: 22px;
	color: #8f4f03;
	background: url(img/side_bar_title_bg.gif) no-repeat 100% 100%;
}


.pages {
	position: absolute;
	margin: 0 0 20px 90px;
	padding: 0 20px 0 1px;
	height: 27px;
	line-height: 27px;
	background: url(img/pages_bg.png) no-repeat 100% 100%;
	color: #663300;
}
	.pages i {
		position: absolute;
		display: block;
		width: 20px;
		height: 27px;
		margin: 0 0 0 -20px;
		background: url(img/pages_bg.png) no-repeat;
	}
	*html .pages i { margin-top: -6px; } /* äëß Ie6*/
	*:first-child+html .pages i { margin-top: -6px; } /* äëß Ie7*/
	.pages a {
		text-decoration: none;
		color: #663300;
	}
	.pages a:hover {
		text-decoration: none;
		color: #000;
	}

#submenu {
	background: #fff;
}
*html #submenu { height: 1%; } /* äëß Ie6*/
#submenu .line_t, #submenu .line_b {
	width: 250px;
	height: 3px;
	background-image: url(img/submenu_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
	#submenu .line_t {
		position: absolute;
		background-position: 0% -3px;
	}
	#submenu .line_b {
		position: absolute;
	}
	#submenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		border-top: 1px #e9f4f3 solid;
	}
		#submenu ul li {
			padding: 0;
			margin: 0;
			background: #e9f4f3;
			border-bottom: 1px #fff solid;
		}
		#submenu ul li a {
			display: block;
			padding: 7px 0;
			margin: 0 15px;
			text-decoration: none;
			font-weight: bold;
			line-height: 100%;
		}
		#submenu ul li a:hover, #submenu ul li a.active {
			color: #f48400;
		}
		#submenu li ul li {
			border-bottom: 1px #e9f4f3 solid;
			background: #fff;
			width: auto;
		}
		#submenu li ul a {
			background: #fff;
			width: auto;
			font-weight: normal;
			padding: 5px 0;
		}
		#submenu li ul li a {
			margin: 0 25px;
		}
		#submenu li ul li ul li a {
			margin: 0 40px;
		}
		#submenu li ul li ul li ul li a {
			margin: 0 60px;
		}



.bn {
	border: 1px #ef9b13 solid;
}

.special_block_text {
	float: right;
	width: 210px;
	margin: 20px 0;
}
	.special_block_text h3 {
		font-size: 14px;
	}
	.special_block_text h3 a {
		text-decoration: none;
	}
.special_block_img {
	width: 178px;
	background: url(img/shadow.png) no-repeat 100% 100%;
	margin: 20px 0;
}
	.special_block_img img {
		margin: 0 0 20px 46px;
		border: 3px #ef9b13 solid;		
	}
	.special_block_img a {
		text-decoration: none;
	}
	

.catalog_item {
	margin: 20px 0;
	background: url(img/catalog_item_bg.gif) no-repeat 100% 100%;
}
.catalog_block_text {
	float: right;
	width: 390px;
	margin: 0;
}
	.catalog_block_text h3 {
		font-size: 14px;
	}
	.catalog_block_text h3 a {
		text-decoration: none;
	}
.catalog_block_img {
	width: 178px;
	background: url(img/shadow.png) no-repeat 100% 100%;
	margin: 0;
}
	.catalog_block_img img {
		margin: 0 0 20px 46px;
		border: 3px #ef9b13 solid;		
	}
	.catalog_block_img a {
		text-decoration: none;
	}


#sitepath {
	background: #f6af33 url(img/home_category_bg.jpg) repeat-x;
	height: 1%;
	padding: 40px 0 15px 0;
}
	#sitepath {
		color: #8f4f03;
	}
	#sitepath a {
		color: #8f4f03;
		text-decoration: none;
	}
	#sitepath a:hover {
		text-decoration: underline;
	}

	
#home_category {
	background: #f6af33 url(img/home_category_bg.jpg) repeat-x;
	height: 1%;
	padding: 20px 0;
}
	#home_category ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#home_category ul li {
		display: block;
		float: left;
		padding: 0;
		margin: 3px 6px;
	}
	#home_category ul li a {
		display: block;
		height: 22px;
		line-height: 22px;
		padding: 0 10px 0 1px;
		background: url(img/home_category_menu_bg.gif) no-repeat 100% 0%;
		text-decoration: none;
		white-space: nowrap;
	}
	*html #home_category ul li a { float: left; } /* äëß Ie6*/
		#home_category ul li a:hover {
			background: url(img/home_category_menu_bg.gif) no-repeat 100% -22px;
		}
	#home_category ul li a i {
		position: absolute;
		display: block;
		padding: 0;
		margin: 0 0 0 -10px;
		width: 10px;
		height: 22px;
		background: url(img/home_category_menu_bg.gif) no-repeat 0% 0%;
	}
	*html #home_category ul li a i { margin-top: -3px; } /* äëß Ie6*/
	*:first-child+html #home_category ul li a i { margin-top: -3px; } /* äëß Ie7*/
		#home_category ul li a:hover i {
			background: url(img/home_category_menu_bg.gif) no-repeat 0% -22px;
		}
	
.grass, .grass .container_16 {
	height: 16px;
	background: url(img/grass.jpg) no-repeat 50% 50%;
}

#subinfo {
	background: #e7f3f8;
}
	#subinfo .about {
		padding: 30px 0 20px 90px;
		background: url(img/logo_small.gif) no-repeat 40px 20px;
	}
	#subinfo #contacts {
		padding: 30px 0 20px 25px;
	}
	#subinfo #contacts span.ico {
		position: absolute;
		display: block;
		width: 17px;
		height: 17px;
		margin: 0 0 0 -25px;
		background-image: url(img/ico_contacts.gif);
		background-repeat: no-repeat;
	}
	#subinfo #contacts #phones {
		margin: 0 0 10px 0;
		font-family: Times New Roman;
		font-weight: normal;
	}
		#subinfo #contacts #phones span.ico {
			background-position: 0% 0%;	
		}
		#subinfo #contacts #phones small {
			position: absolute;
			display: block;
			font-size: 18px;
		}
		#subinfo #contacts #phones b {
			display: block;
			margin: 0 0 12px 65px;
			padding: 5px 0 0 0;
			font-size: 36px;
			font-weight: normal;
		}
		#subinfo #contacts #phones i {
			display: block;
			margin: 0 0 0 65px;
			font-style: normal;
			font-size: 18px;
		}
	#subinfo #contacts #email {
		margin: 0 0 10px 0;
	}
		#subinfo #contacts #email span.ico {
			background-position: -16px 0%;
		}
		#subinfo #contacts #email a {
			text-decoration: none;
			color: #839fab;
		}
		#subinfo #contacts #email a:hover {
			color: #403b37;
		}
	#subinfo #contacts #skype {
		margin: 0 0 10px 0;
		float: left;
	}
		#subinfo #contacts #skype span.ico {
			background-position: -33px 0%;
		}
	#subinfo #contacts #icq {
		margin: 0 0 10px 120px;
	}
		#subinfo #contacts #icq span.ico {
			background-position: -50px 0%;
		}

#footer, #foter_contejner {
	background: #f2f9fa url(img/bg_footer.gif) no-repeat 50% 0%;
}
	#foter_contejner {
		padding: 40px 0 20px 0;
		color: #839fab;
	}

#addresstr {
	position: absolute;
	margin: -32px 0 0 0;
	width: 335px;
	text-align: center;
	white-space: nowrap;
	color: #403b37;
}

#imaster {
	display: block;
	position: absolute;
	top: 0;
	margin: 0 0 0 90px;
	text-decoration: none;
	color: #839fab;
}
	#imaster:hover {
		color: #403b37;
	}

.more:link, .more:visited {
	position: relative;
	float: right;
	display: block;
	background: url(img/more_bg.gif) no-repeat;
	padding: 0 10px;
	margin: 15px -20px 0 0; 
	line-height: 22px;
	height: 22px;
	text-decoration: none;
	color: #8f4f03;
}

#infobox {
	margin: 20px 0 0 0; 	
}
#infobox .catalog_block_img {
	width: auto;
	margin: 0 15px 0 0;
	background-position: 0% 100%;
	float: left;
}
#infobox .infotext {
	margin: 0 0 15px 90px;	
}

#pagefiles {
	padding: 0;
	margin: 10px 0;	
}
	#pagefiles li {
		padding: 0;
		margin: 3px 20px;
		list-style-type: none;			
	}
	#pagefiles li a i.pagefiletype {
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		margin: 0 0 0 -20px;
	}
	
#kform p {
	padding: 0;
	margin: 10px 0;	
}
.textinput{
	width: 70%;	
}
.textinput.textarea{
	width: 99%;	
}
.textinput.submit{
	width: auto;	
}


/*----slider_line----*/
.slider_line {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.slider_line_item {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
}


/* order button */
.orderbutton {
	display: block;
	float: left;
	width: 100px;
	height: 31px;
}
*html .orderbutton { margin-bottom: 20px; } /* äëÿ Ie6*/
*:first-child+html .orderbutton { margin-bottom: 20px; } /* äëÿ Ie7*/
	.orderbutton span {
		position: absolute;
		left: -3000px;
	}
	.orderbutton i {
		display: block;
		width: 100px;
		height: 31px;
		background: transparent url(img/zakaz.gif) no-repeat;
		cursor: pointer;
	}
	.orderbutton:hover i {
		background: transparent url(img/zakaz.gif) no-repeat 0 -31px;
	}
#orderbutton {
	float: right;
	margin: 0 0 0 15px;
}
#orderbutton i {
		background: transparent url(img/zakaz.gif) no-repeat 0 -31px;
}
#orderbutton:hover i {
		background: transparent url(img/zakaz.gif) no-repeat;
}



/* CART */
#cart_contejner {
	display: none;

	position: absolute;
    /* place overlay on top of other elements */ 
    z-index:9000; 

	top: 0;
	left: 5%;
     
    /* styling */ 
    background-color:#ffd579; 

    width:160px;     
    border:1px solid #e08b04; 
    border-top: 0;
    padding: 0;     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 20px 2px #000; 
    -webkit-box-shadow: 0 0 20px #000;  


	white-space: nowrap;
	text-align: center;
	
	color: #333;
}

div#cart_close {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 15px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(img/ico/basket_close.gif) no-repeat 50% 100%;
}

div#cart_items_counter {
	display: block;
	font: normal 36px Arial;
	line-height: 156%;
}
#get_items {
	display: block;
	cursor: default;
	text-decoration: none;
	border: none;
	padding:  10px 10px 0 10px;
	color: #333;
}
#del_items {
	display: block;
	text-decoration: none;
	border: none;
	padding:  0 10px;
	color: #333;
}
	#del_items:hover {
		color: #000;
	}
a#cart_check {
	display: block;
	padding: 10px 10px 10px 40px;
	background: #e08b04 url(img/ico/basket_add.gif) no-repeat 10px 50%;
	border-bottom: 2px #444 solid;
	color: #333;	
}
	a#cart_check:hover {
		color: #fff;
		background-color: #f5a706;
	}

.item_quantity {
	width: 20px;
	text-align: center;
	border: 1px #444 solid;
	border-bottom: 1px #999 solid;
	background: #666;
	padding: 3px;
	margin: 3px 0 0 0;
	color: #fff;
	float: left;
}

/* Cart CHECK */

#cart_check_contejner {
	display: none;

	position: absolute;
    /* place overlay on top of other elements */ 
    z-index:10001; 

	top: 20px;
	left: 10%;

	width: 400px;
     
    /* styling */ 
    background-color:#333; 

    border:1px solid #e08b04; 
    padding: 0;     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 20px 2px #000; 
    -webkit-box-shadow: 0 0 20px #000;  


	white-space: nowrap;
	text-align: left;
}

	#cart_check_items_contejner {
		max-height: 230px;
		overflow: auto;
		background: #ffdb8b;
	}
	#cart_check_items_header {
		padding: 5px 10px;
		background: #e08b04;
		border-bottom: 2px #e08b04 solid;
		font-weight: bold;
		cursor:move;
	}
		 #cart_check_items_header #closecart {
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			width: 24px;
			height: 24px;
			overflow: hidden;
			background: url(img/ico/basket_del.gif) no-repeat 50% 50%;
			cursor: pointer;
		}
	#cart_check_items_form {
		padding: 10px;
		background: #e08b04;
	}
		#cart_check_items_form label, #cart_check_items_form input, #cart_check_items_form textarea {
			display: block;
			width: 240px;
			float: left;
			margin-bottom: 8px;
		}
		#cart_check_items_form textarea {
			overflow: auto;
		}
		#cart_check_items_form input, #cart_check_items_form textarea {
			border: 1px #e2a866 solid;
			border-bottom: 1px #e2a866 solid;
			background: #ffd479;
			padding: 3px 5px;
			color: #333;
			font-family: Arial;
		}
		#cart_check_items_form #check_submit {
			width: auto;
			border: 1px #666 solid;
			border-top: 1px #999 solid;
			background: #ffdb8b;
			cursor: pointer;
		}
		#cart_check_items_form label {
			text-align: right;
			width: 100px;
			padding-right: 15px;
		}


#cart_check_items {
	padding: 0; margin: 0;
	clear: both;
}
	#cart_check_items td {
		padding: 0 10px; margin: 0;
		border-top: 1px #e08b04 solid;
		border-bottom: 1px #e08b04 solid;
		vertical-align: middle;
	}
	#cart_check_items td a {
		color: #333;
		font-family: Arial;
	}
	#cart_check_items td a:hover {
		color: #000;
	}
	#cart_check_items td .prev img {
		border: 2px #ffdb8b solid;
	}
	#cart_check_items td .del {
		display: block;
		width: 24px;
		height: 24px;
		overflow: hidden;
		background: url(img/ico/basket_del.gif) no-repeat 50% 50%;
		cursor: pointer;
	}
		#cart_check_items td .del i {
			display: none;
		}
		

#userpan_user {
	position: absolute;
	margin-top: -25px;
	right: 20px;
}
