* {
	margin:0; padding:0;
}
img {
	vertical-align:baseline;
	border:0;
}
a {
	text-decoration:underline;
	color:#6e9405;
}
a:hover {
	text-decoration:none;
	color:#4f4f4f;
}
html {
	height:100%;
}
body {
	width:100%;
	height:100%;
	background:#fff;
	font-family:'tahoma', sans-serif;
	font-size:12px;
	color:#4f4f4f;
}
.clear {
	clear:both;
	overflow:hidden;
	height:0;
}

#wrapper {
	float:left;
	position:relative;
	width:100%;
	min-width:1005px;
	min-height:100%;
	margin:0 0 -266px 0;
	background:url('wrapper.png') 50% 0 no-repeat;
}

#howmath_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
#howmath_window {
	float:left;
	overflow:hidden;
	position:fixed;
	z-index:102;
	top:50%;
	left:50%;
	margin:-116px 0 0 -87px;
}
#howmath_window .outer {
	float:left;
	width:174px;
	height:310px;
	padding:30px 0 0 13px;
	background:url('howmath.png') 0 0 no-repeat; 
 }
   #howmath_window .clsbtn {
		float:left;
		display:inline;
		position:relative;
		width:16px;
		height:16px;
		margin:-265px 0 0 146px;
		background:url('close_s.png') 0 0 no-repeat;
		cursor:pointer;
	}
	#howmath_window label {
		float:left;
		clear:both;
		position:relative;
		display:inline;
		width:158px;
		margin:10px 0 0 1px;
		font-weight:700;
		color:#99000d;
	}
	#howmath_window input {
		float:left;
		clear:both;
		position:relative;
		width:148px;
		height:23px;
		background:#ffffff;
		border:1px solid #d8d3bc;
		border-left:none;
		border-right:none;
		font-family:'tahoma', sans-serif;
		font-size:12px;
		line-height:23px;
		color:#4f4f4f;
	}
	#howmath_window .out {
		float:left;
		margin:2px 0 0 0;
		padding:0 0 0 6px;
		background:url('input2.png') 0 0 no-repeat;
	}
	#howmath_window .in {
		float:left;
		padding:0 6px 0 0;
		background:url('input2.png') 100% -50px no-repeat;
	}
	#howmath_window textarea {
		float:left;
		position:relative;
		width:154px;
		height:59px;
		background:#ffffff;
		border:1px solid #d8d3bc;
		border-left:none;
		font-family:'tahoma', sans-serif;
		font-size:12px;
		line-height:14px;
		color:#4f4f4f;
	}
	#howmath_window .out2 {
		float:left;
		display:inline;
		margin:2px 0 0 0;
		padding:0 0 0 6px;
		background:url('textarea2.png') 0 0 no-repeat;
	}
	#howmath_window a.button {
		float:right;
		position:relative;
		display:inline;
		margin:9px 15px 0 0;
		padding:0 0 0 6px;
		background:url('buttons2.png') 0 0 no-repeat;
		text-decoration:none;
	}
		#howmath_window a.button span {
			float:left;
			padding:3px 6px 4px 0;
			background:url('buttons2.png') 100% -21px no-repeat;
			font-weight:700;
			text-transform:lowercase;
			color:#fff;
			cursor:pointer;
		}




#head {
	position:relative;
	width:1005px;
	height:418px;
	margin:0 auto;
	background:url('head.png') 100% 100% no-repeat;
}
	a#logo {
		float:left;
		position:absolute;
		z-index:2;
		left:34px;
		top:16px;
		width:160px;
		height:69px;
		padding:78px 0 0 11px;
		background:url('logo.png') 0 0 no-repeat;
		font-size:14px;
		color:#a0000e;
		text-decoration:none;
		text-transform:uppercase;
		letter-spacing:7px;
		cursor:pointer;
		outline:none;
	}
	#phone {
		float:left;
		position:absolute;
		z-index:2;
		left:188px;
		top:37px;
		width:210px;
		font-family:'trebuchet ms', sans-serif;
	}
		#phone .prefix {
			position:absolute;
			left:0px;
			top:0px;
			font-size:24px;
			color:#828282;
		}
		#phone .number {
			position:absolute;
			right:25px;
			top:19px;
			font-size:33px;
			color:#85ac1a;
		}
	#menu {
		float:left;
		position:absolute;
		z-index:2;
		right:4px;
		top:32px;
		width:auto;
		height:40px;
	}
		#menu ul {
			float:left;
			height:38px;
			background:url('menu.png') 0 0 no-repeat;
			border:1px solid #ececec;
			border-left:none;
			border-right:none;
		}
		#menu li {
			float:left;
			display:inline;
			margin:9px 10px 0 10px;
			list-style:none;
		}
		#menu a {
			position:relative;
			text-decoration:none;
			text-transform:uppercase;
			font-family:'trebuchet ms', sans-serif;
			font-size:15px;
			color:#4c4c4c;
		}
		#menu a:hover,
		#menu a.current {
			color:#a0000e;
		}

	.data {
		display:none;
	}
		.data.current {
			display:inline;
		}
	#head .images {
		float:left;
		position:absolute;
		z-index:1;
		left:0px;
		top:115px;
		width:500px;
		height:270px;
	}
		#head .images img {
			float:left;
			position:absolute;
			z-index:1;
			left:0px;
			top:0px;
		}
		#head .imgselect {
			float:left;
			position:absolute;
			z-index:2;
			left:34px;
			bottom:150px;
			width:auto;
		}
		#head .imgselect li {
			float:left;
			display:inline;
			list-style:none;
			margin:0 9px 0 0;
		}
			#head .imgselect li a {
				float:left;
				clear:both;
				position:relative;
				width:16px;
				height:16px;
				background:url('images.png') 0 0 no-repeat;
				text-decoration:none;
				outline:none;
				cursor:pointer;
			}
			#head .imgselect li a:hover,
			#head .imgselect li a.current {
				background:url('imageshover.png') 0 0 no-repeat;
			}
	#head .about {
		float:left;
		position:absolute;
		z-index:2;
		right:21px;
		top:135px;
		width:479px;
		font-family:'trebuchet ms', sans-serif;
	}
		#head .about .title {
			float:left;
			clear:both;
			width:452px;
			text-transform:uppercase;
		}
			#head .about .title .h1 {
				float:left;
				width:452px;
				font-size:31px;
				font-weight:700;
				color:#85ac1a;
			}
			#head .about .title .h2 {
				float:right;
				width:452px;
				margin:-5px 0 0 0;
				font-size:24px;
				text-align:right;
				color:#7c4820;
			}
		#head .about .text {
			float:left;
			clear:both;
			width:479px;
			margin:15px 0 0 0;
			font-size:14px;
			line-height:16px;
			color:#8a8888;
		}
		#head .about .button {
			float:left;
			clear:both;
			width:479px;
			margin:18px 0 0 0;
		}
			#head .about .button a {
				float:left;
				padding:0 0 0 27px;
				background:url('buttons.png') 0 0 no-repeat #f9f0e5;
				text-decoration:none;
				text-transform:lowercase;
				font-family:'tahoma', sans-serif;
				font-weight:bold;
				color:#7c4820;
			}
			#head .about .button span {
				float:left;
				height:21px;
				padding:5px 9px 0 0;
				background:url('buttons.png') 100% -26px no-repeat;
				cursor:pointer;
			}


#main {
	position:relative;
	width:1005px;
	margin:0 auto;
}

#sidebar {
	float:left;
	position:relative;
	width:276px;
}
	#cat {
		float:left;
		clear:both;
		overflow:hidden;
		display:inline;
		width:262px;
		margin:17px 0 0 14px;
		background:url('cat.png') -262px 0 repeat-y #f6f9de;
	}
		#cat .header {
			float:left;
			clear:both;
			width:222px;
			height:45px;
			padding:0 0 0 40px;
			background:url('cat.png') 0 100% no-repeat #fff;
			font-family:'trebuchet ms', sans-serif;
			font-size:24px;
			color:#85542f;
		}
		#cat ul {
			float:left;
			clear:both;
			width:262px;
			padding:20px 0 15px 0;
			background:url('cat.png') -524px 100% no-repeat;
		}
		#cat ul ul {
			width:206px;
			padding:0;
			background:none;
		}
		#cat li {
			float:left;
			clear:both;
			display:inline;
			width:206px;
			margin:0 0 0 27px;
			padding:0 0 10px 18px;
			background:url('cat.png') -988px 5px no-repeat;
			list-style:none;
		}
		#cat li li {
			width:190px;
			margin:7px 0 0 4px;
			padding:0 0 0 12px;
			background:url('cat.png') -1297px 8px no-repeat;
		}
		#cat a {
			line-height:14px;
			text-decoration:none;
			color:#4f4f4f;
		}
		#cat a:hover {
			text-decoration:underline;
			color:#6e9405;
		}
		#cat a.current {
			text-decoration:none;
			color:#6e9405;
		}
		#cat.sub a {
			font-weight:700;
		}
		#cat.sub li li a {
			font-weight:100;
		}
	#callus {
		float:left;
		clear:both;
		position:relative;
		z-index:100;
		display:inline;
		width:254px;
		height:54px;
		margin:9px 0 0 22px;
	}
		#callus #popupbutton {
			float:left;
			clear:both;
			width:182px;
			height:39px;
			padding:15px 0 0 72px;
			background:url('callus.png') 0 0 no-repeat #a8cd27;
			text-decoration:none;
			cursor:pointer;
		}
		#callus #popupbutton span {
			float:left;
			background:url('callus.png') 0 100% no-repeat;
			font-family:'trebuchet ms', sans-serif;
			font-size:18px;
			color:#fff;
		}
		#callus #popupbutton:hover span {
			background:none;
		}
		#popupContact {
			float:left;
			clear:both;
			display:none;
			position:absolute;
			left:120px;
			top:40px;
		}
			#popupContact .outer {
				float:left;
				width:174px;
				height:315px;
				padding:30px 0 0 13px;
				background:url('callform.png') 0 0 no-repeat;
			}
			#popupContact label {
				float:left;
				clear:both;
				position:relative;
				display:inline;
				width:158px;
				margin:10px 0 0 1px;
				font-weight:700;
				color:#99000d;
			}
			#popupContact input {
				float:left;
				clear:both;
				position:relative;
				width:148px;
				height:23px;
				background:#ffffff;
				border:1px solid #d8d3bc;
				border-left:none;
				border-right:none;
				font-family:'tahoma', sans-serif;
				font-size:12px;
				line-height:23px;
				color:#4f4f4f;
			}
			#popupContact .out {
				float:left;
				margin:2px 0 0 0;
				padding:0 0 0 6px;
				background:url('input2.png') 0 0 no-repeat;
			}
			#popupContact .in {
				float:left;
				padding:0 6px 0 0;
				background:url('input2.png') 100% -50px no-repeat;
			}
			#popupContact textarea {
				float:left;
				position:relative;
				width:154px;
				height:59px;
				background:#ffffff;
				border:1px solid #d8d3bc;
				border-left:none;
				font-family:'tahoma', sans-serif;
				font-size:12px;
				line-height:14px;
				color:#4f4f4f;
			}
			#popupContact .out2 {
				float:left;
				display:inline;
				margin:2px 0 0 0;
				padding:0 0 0 6px;
				background:url('textarea2.png') 0 0 no-repeat;
			}
			#popupContact a.button {
				float:right;
				position:relative;
				display:inline;
				margin:9px 15px 0 0;
				padding:0 0 0 6px;
				background:url('buttons2.png') 0 0 no-repeat;
				text-decoration:none;
			}
				#popupContact a.button span {
					float:left;
					padding:3px 6px 4px 0;
					background:url('buttons2.png') 100% -21px no-repeat;
					font-weight:700;
					text-transform:lowercase;
					color:#fff;
					cursor:pointer;
				}
	#news {
		float:left;
		clear:both;
		overflow:hidden;
		display:inline;
		width:258px;
		margin:15px 0 0 12px;
	}
		#news .header {
			float:left;
			clear:both;
			width:218px;
			height:40px;
			padding:0 0 0 40px;
			background:url('news.png') 0 2px no-repeat;
			font-family:'trebuchet ms', sans-serif;
			font-size:24px;
			color:#85542f;
		}
		#news .item {
			float:left;
			clear:both;
			display:inline;
			width:250px;
			margin:0 0 0 8px;
			padding:0 0 24px 0;
		}
			#news .title a {
				font-weight:700;
			}
			#news .text {
				margin:6px 0 0 0;
				line-height:14px;
				text-align:justify;
			}
	#pr {
		float:left;
		clear:both;
		overflow:hidden;
		display:inline;
		width:264px;
		margin:0 0 0 12px;
		text-align:center;
	}

#content {
	float:right;
	position:relative;
	overflow:hidden;
	width:729px;
}
	#content .head {
		float:left;
		clear:both;
		width:636px;
		height:37px;
		padding:0 0 0 40px;
		background:url('content-head.png') 0 100% no-repeat;
		font-family:'trebuchet ms', sans-serif;
		font-size:24px;
		color:#85542f;
	}
	#content .head.color {
		color:#85542f;
	}
	#path {
		float:right;
		width:670px;
		margin:16px 0 0 0;
	}
		#path a {
			float:left;
			display:inline;
			margin:0 5px 0 0;
			padding:0 9px 0 0;
			background:url('path.png') 100% 2px no-repeat;
		}
		#path a.current {
			margin:0;
			padding:0;
			background:none;
			text-decoration:none;
			color:#4f4f4f;
		}
	#contact {
		float:right;
		width:676px;
	}
		#contact .head {
			margin:12px 3px 0 0;
		}
		#contact .text {
			float:right;
			width:665px;
		}
			#contact .text p {
				margin:12px 0 0 0;
				line-height:17px;
			}
			#contact .text p span {
				font-size:16px;
				color:#7c4820;
			}
	#feedback {
		float:right;
		display:inline;
		width:670px;
		margin:25px 7px 0 0;
		padding:16px 0 0 0;
		border-top:1px dotted #4f4f4f;
	}
		#feedback label {
			float:left;
			width:82px;
			margin:20px 0 0 0;
			font-weight:700;
			text-align:right;
			color:#7c4820;
		}
		#feedback input {
			float:left;
			width:272px;
			height:26px;
			background:#fafcee;
			border:1px solid #cacaca;
			border-left:none;
			border-right:none;
			font-family:'tahoma', sans-serif;
			font-size:12px;
			line-height:26px;
			color:#4f4f4f;
		}
		#feedback .outer {
			float:left;
			display:inline;
			margin:15px 0 0 29px;
			padding:0 0 0 6px;
			background:url('input.png') 0 0 no-repeat;
		}
		#feedback .inner {
			float:left;
			padding:0 6px 0 0;
			background:url('input.png') 100% -56px no-repeat;
		}
		#feedback textarea {
			float:left;
			width:527px;
			height:174px;
			background:#fafcee;
			border:1px solid #cacaca;
			border-left:none;
			font-family:'tahoma', sans-serif;
			font-size:12px;
			line-height:14px;
			color:#4f4f4f;
		}
		#feedback .outer2 {
			float:left;
			display:inline;
			margin:15px 0 0 29px;
			padding:0 0 0 6px;
			background:url('textarea.png') 0 0 no-repeat;
		}
		#feedback a.button {
			float:right;
			display:inline;
			margin:15px 26px 0 0;
			padding:0 0 0 15px;
			background:url('buttons.png') 0 -52px no-repeat #abd026;
			text-decoration:none;
		}
			#feedback a.button span {
				float:left;
				padding:5px 15px 5px 0;
				background:url('buttons.png') 100% -76px no-repeat;
				font-weight:700;
				text-transform:uppercase;
				color:#fff;
				cursor:pointer;
			}
	.news {
		float:right;
		display:inline;
		width:676px;
		margin:0;
	}
		.news .head {
			margin:12px 0 0 0;
		}
		.news .item {
			float:left;
			clear:both;
			width:676px;
			margin:14px 0 0 0;
			padding:0 0 3px 0;
			border-bottom:1px dotted #4f4f4f;
		}
		.news .item.last {
			overflow:hidden;
			height:1px;
			margin:-1px 0 0 0;
			padding:0;
			background:#fff;
			border:none;
		}
		.news .title {
			float:left;
			clear:both;
			width:676px;
			margin:0;
			font-family:'trebuchet ms', sans-serif;
			font-size:18px;
			color:#7c4820;
		}
			.news .title a {
				text-decoration:none;
				color:#7c4820;
			}
			.news .title a:hover {
				text-decoration:underline;
			}
		.news .text {
			float:left;
			clear:both;
			width:676px;
			margin:5px 0 0 0;
			line-height:16px;
			text-align:justify;
			color:#616161;
		}
			.news .text p {
				margin:0 0 15px 0;
			}
			.news .text .image {
				float:left;
				display:inline;
				margin:3px 12px 12px 0;
				border:1px solid #dcd9bf;
			}
			.news .text img {
				padding:2px;
				border:1px solid #fcf5c4;
			}
	#pages {
		float:right;
		display:inline;
		width:676px;
		margin:21px 0 0 0;
		background:url('pages.png') 0 -35px repeat-x #f6f9de;
	}
		#pages .outer {
			float:left;
			clear:both;
			width:676px;
			background:url('pages.png') 0 0 no-repeat;
		}
		#pages .inner {
			float:left;
			clear:both;
			position:relative;
			overflow:hidden;
			width:676px;
			background:url('pages.png') 100% -70px no-repeat;
			text-align:center;
		}
		#pages .center {
			float:left;
			position:relative;
			left:50%;
		}
		#pages .pages {
			float:left;
			clear:both;
			display:inline;
			position:relative;
			left:-50%;
			height:25px;
			margin:10px 0 0 0;
		}
		#pages a {
			float:left;
			display:inline;
		}
		#pages a.prev {
			margin:0 3px 0 0;
			padding:0 0 0 15px;
			background:url('pages.png') 0 -149px no-repeat;
		}
		#pages a.next {
			padding:0 15px 0 0;
			background:url('pages.png') 100% -188px no-repeat;
		}
		#pages ul {
			float:left;
		}
		#pages li {
			float:left;
			display:inline;
			padding:0 4px 0 0;
			background:url('pages.png') 100% -117px no-repeat;
			list-style:none;
		}
		#pages li.last {
			overflow:hidden;
			width:4px;
			margin:0 0 0 -4px;
			padding:0;
			height:16px;
			background:#f6f9de;
		}
			#pages li a {
				margin:0 2px;
				padding:0 2px;
				
			}
			#pages li a.current {
				text-decoration:none;
			}
	#map {
		float:right;
		display:inline;
		width:645px;
		margin:37px 31px 0 0;
	}
	.product {
		float:right;
		width:676px;
		margin:21px 0 0 0;
	}
	.product.other {
		margin:0;
	}
		.product .head {
			margin:0 0 20px 0;
		}
		.product .block {
			float:right;
			width:646px;
			margin:0 0 10px 0;
			padding:0 0 20px 0;
			background:url('product.png') 0 100% no-repeat;
		}
		.product .block.last {
			overflow:hidden;
			height:2px;
			margin:-12px 0 0 0;
			padding:0;
			background:#fff;
		}
		.product .item {
			float:left;
			width:323px;
			background-position:0 0;
			background-repeat:no-repeat;
		}
		.product .image {
			float:left;
			display:inline;
			width:150px;
			margin:0 0 0 1px;
			text-align:center;
		}
		.product .header {
			float:right;
			overflow:hidden;
			width:172px;
			height:36px;
			margin:10px 0 0 0;
			font-family:'trebuchet ms', sans-serif;
			font-size:16px;
			line-height:18px;
			color:#7c4820;
		}
			.product .header a {
				text-decoration:none;
				color:#7c4820;
			}
			.product .header a:hover {
				text-decoration:underline;
			}
		.product ul {
			float:right;
			width:172px;
			margin:10px 0 0 0;
		}
			.product li {
				float:left;
				width:78px;
				padding:0 0 0 8px;
				background:url('product.png') -646px 10px no-repeat;
				list-style:none;
				line-height:18px;
			}
				.product li a {
					color:#4f4f4f;
				}
				.product li a:hover {
					color:#6e9405;
				}
		#TB_overlay {
			position:fixed;
			z-index:100;
			top:0px;
			left:0px;
			height:100%;
			width:100%;
		}
		#TB_window {
			float:left;
			display:none;
			overflow:hidden;
			position:fixed;
			z-index:102;
			top:50%;
			left:50%;
			padding:6px 0 0 0;
			background:url('popup.png') 0 0 no-repeat;
		}
			#TB_window .outer {
				float:left;
				width:502px;
				padding:0 0 6px 0;
				background:url('popup.png') -2000px 100% no-repeat;
			}
			#TB_window .inner {
				float:left;
				width:502px;
				position:relative;
				background:url('popup.png') -1000px 0 repeat-y #fff;
			}
		#TB_ajaxContent {
			float:left;
			clear:both;
			overflow:auto;
			text-align:left;
		}
			#TB_window .title {
				float:left;
				display:inline;
				width:400px;
				margin:15px 0 0 24px;
				font-size:22px;
				color:#85ac1a;
			}
			#TB_closeAjaxWindow{
				float:left;
				display:inline;
			}
			#TB_closeWindowButton {
				float:left;
				position:absolute;
				right:15px;
				top:10px;
				width:32px;
				height:32px;
				background:url('close.png') 0 0 no-repeat #6e9405;
			}
			#TB_window .picture {
				float:left;
				clear:both;
				display:inline;
				width:464px;
				margin:15px 0 0 20px;
				text-align:center;
			}
			#TB_window .text {
				float:left;
				clear:both;
				display:inline;
				width:467px;
				margin:20px 0 0 19px;
				padding:5px 0 0 0;
				background:url('popup-text.png') 0 0 no-repeat;
			}
				#TB_window .text .out {
					float:left;
					clear:both;
					width:467px;
					background:url('popup-text.png') -467px 0 repeat-y;
				}
				#TB_window .text .in {
					float:left;
					clear:both;
					width:440px;
					padding:10px 10px 0 17px;
					background:url('popup-text.png') -934px 100% no-repeat;
				}
                #TB_window .text .info {
					float:left;
					display:inline;
					width:265px;
				}
					#TB_window .text .info p {
						margin:0 0 15px 0;
						line-height:14px;
					}
				#TB_window .text ul {
					float:right;
					display:inline;
					width:160px;
					padding:0 0 15px 0;
				}
				#TB_window .text li {
					float:left;
					clear:both;
					width:160px;
					line-height:18px;
					list-style:none;
				}
				#TB_window .text .left {
					float:left;
					width:60px;
					font-weight:bold;
				}
				#TB_window .text .right {
					float:right;
					width:90px;
				}

	#catalog {
		float:right;
		width:674px;
		margin:21px 0 0 0;
	}
		#catalog .head {
			margin:0 0 20px 0;
		}
		#catalog .text {
			float:left;
			clear:both;
			width:674px;
			padding:0 0 25px 0;
			text-align:justify;
		}
			#catalog .text p {
				margin:0 0 15px 0;
			}
		#catalog .block {
			float:left;
			clear:both;
			display:inline;
			width:666px;
			margin:0 0 21px 8px;
			padding:0 0 30px 0;
			background:url('catalog.png') 0 100% no-repeat;
		}
		#catalog .block.last {
			overflow:hidden;
			height:1px;
			margin:-22px 0 0 0;
			padding:0;
			background:#fff;
		}
		#catalog .item {
			float:left;
			display:inline;
			width:332px;
			margin:0 0 0 1px;
		}
       #catalog .image {
			float:left;
			clear:left;
			width:156px;
			text-align:center;
		}
		#catalog .header {
			float:right;
			clear:right;
			overflow:hidden;
			width:176px;
			height:40px;
			font-size:18px;
			line-height:20px;
			color:#85ac1a;
		}
			#catalog .header a {
				font-size:18px;
				text-decoration:none;
				color:#85ac1a;
			}
			#catalog .header a:hover {
				text-decoration:underline;
			}
		#catalog .item ul {
			float:right;
			clear:right;
			width:176px;
			margin:12px 0 0 0;
		}
		#catalog .item li {
			float:left;
			clear:both;
			width:176px;
			line-height:18px;
			list-style:none;
		}
		#catalog .item .left {
			float:left;
			width:55px;
		}
		#catalog .item .right {
			float:left;
			width:111px;
		}

		#TB_window .button,
		#catalog .button {
			float:right;
			clear:right;
			display:inline;
			width:149px;
			margin:21px 17px 0 0;
		}
		#TB_window .button {
			clear:none;
		}
			#TB_window .button a,
			#catalog .button a {
				float:right;
				display:inline;
				padding:0 0 0 11px;
				background:url('buttons.png') 0 -52px no-repeat #a7cb28;
				text-decoration:none;
			}
				#TB_window .button a span,
				#catalog .button a span {
					float:left;
					padding:5px 11px 5px 0;
					background:url('buttons.png') 100% -76px no-repeat;
					font-weight:700;
					text-transform:uppercase;
					color:#fff;
					cursor:pointer;
				}
		#catalog .options {
			float:right;
			width:661px;
			margin:-20px 0 0 0;
			font-weight:700;
			line-height:16px;
			color:#555555;
		}
			#catalog .options a {
				border-bottom:1px solid #555555;
				text-decoration:none;
				color:#555555;
			}
			#catalog .options a.empty {
				/* background:url('empty.png') 0 2px no-repeat; */
			}
			#catalog .options a.empty span {
				padding:0 0 0 12px;
			}
			#catalog .options a:hover {
				border:none;
			}
			#catalog .options img {
				line-height:18px;
			}
			#catalog .options em {
				font-style:normal;
				color:#7c4820;
			}
	#advantages {
		float:right;
		width:676px;
		margin:21px 0 0 0;
		padding:25px 0 0 0;
		background:url('advantages.png') 8px -484px no-repeat;
	}
		#advantages .head {
			margin:0 0 20px 0;
		}
		#advantages .block {
			float:left;
			clear:both;
			display:inline;
			width:672px;
			margin:0 0 0 4px;
			padding:0 0 35px 0;
		}
		#advantages .item {
			float:left;
			display:inline;
			width:230px;
			min-height:60px;
			margin:0 0 0 31px;
			padding:0 0 0 75px;
			background-image:url('advantages.png');
			background-repeat:no-repeat;
		}
		#advantages .item.first {
			background-position:0 15px;
		}
		#advantages .item.second {
			background-position:-446px 15px;
		}
		#advantages .item.third {
			background-position:-893px 15px;
		}
		#advantages .item.fourth {
			background-position:-1334px 15px;
		}
		#advantages .title {
			float:left;
			clear:both;
			width:230px;
			font-family:'trebuchet ms', sans-serif;
			font-size:16px;
			line-height:16px;
			color:#6e9405;
		}
		#advantages .text {
			float:left;
			clear:both;
			width:190px;
			margin:8px 0 0 0;
			font-size:11px;
			line-height:12px;
			color:#585555;
		}
	#clients {
		float:right;
		position:relative;
		width:676px;
		margin:21px 0 0 0;
		padding:15px 0 0 0;
		border-top:1px solid #e7e7e7;
	}
	#clients.inner {
		margin:9px 0 0 0;
		border-top:none;
	}
		#clients .head {
			width:630px;
			margin:0 0 20px 0;
		}
		#clients .clientspanel {
			float:left;
			clear:both;
			display:inline;
			width:676px;
			height:68px;
			background:#fbf7d1;
		}
			#clients .clientspanel .outer {
				float:left;
				width:600px;
				padding:0 39px 0 34px;
				height:68px;
			}
		#clients #clientspanel {
			float:left;
			clear:both;
			overflow:hidden;
			width:600px;
			height:68px;
		}
		#clients img {
			float:left;
			display:inline;
			margin:7px 0 0 6px;
			border:1px solid #ebefbc;
		}
		#clients .left {
			float:left;
			width:15px;
			height:68px;
			margin:-68px 0 0 0;
			background:url('clients.png') 0 0 no-repeat #a2c83f;
			cursor:pointer;
		}
		#clients .right {
			float:right;
			width:15px;
			height:68px;
			margin:-68px 0 0 0;
			background:url('clients.png') 0 -68px no-repeat #a2c83f;
			cursor:pointer;
		}

#empty {
	float:left;
	clear:both;
	width:auto;
	height:286px;
}

#footer {
	float:left;
	clear:both;
	position:relative;
	width:100%;
}
	#footer .outer {
		position:relative;
		width:1005px;
		margin:0 auto;
		background:url('footer.jpg') -11px 30px no-repeat;
	}
	#footer .inner {
		position:relative;
		width:983px;
		height:266px;
		margin:0 0 0 22px;
		background:url('footer.png') 0 0 repeat-x;
	}
	#copyright {
		position:absolute;
		left:308px;
		top:65px;
		line-height:14px;
		color:#727272;
	}
		#copyright p {
			margin:0 0 20px 0;
		}
		#copyright .header {
			margin:0 0 25px 0;
			font-family:'trebuchet ms', sans-serif;
			font-size:24px;
			color:#6e9405;
		}
		#developer {
			float:left;
			position:absolute;
			right:7px;
			top:127px;
			height:14px;
			padding:39px 86px 10px 0;
			background:url('developer.png') 100% 0 no-repeat;
			text-decoration:none;
			color:#787878;
			cursor:pointer;
		}
		
	
	#photoslist .item {
		width: 155px;
		height: 140px;
		float: left;
		margin: 7px 7px 35px 7px;
	} 
	#photoslist .item .namegroup{
		height: 30px;
		font-weight: bolder;
		margin: 5px 5px 0px 5px;
	}
/** update 11.11.11; **/
.basketPage #path strong{ font:300 12px "Tahoma";}
.basketPage #catalog .head{ color:#85ac1a; margin:0 0 13px;}
.basketPage #catalog .text p{line-height:16px; margin:0;}
.basketPage #catalog .text{ padding:0;}
/*
	styles for select
*/
.cusel,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../style/selects.png) no-repeat;
}
.cusel { /* общий вид селекта включая стрелку справа */
	height: 21px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px; margin:4px 6px 0 6px;
    width:130px!important;
    background:url(../style/select.png) no-repeat;
	z-index: 1;
}
.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 42px;
	background-position: right top;
}

.cuselText { /* контейнер для отображенного текста селект */
	height: 14px;
	padding: 3px 0 0 7px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* шрифты */
	position: absolute;
	top: 0;
	left: 0;
	width:100px;
    white-space:nowrap;
}
* html .cuselText { /* высота блока для текста для ие6 */
	height: 22px;
}
.cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
	background: #003399;
	color: #fff;
}
.cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #CC0000;
	color: #fff;
	cursor: default;
}

/*
	styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	/*background-image: url(../style/selects-focus.png);*/
}

.cuselOpen {
	z-index: 999;
}

/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	/*background-image: url(../style/selects-2-dis.png) !important;*/
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff; /* фон выпадающего списка */
	min-width: 100%;
	width: auto;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #999; /* границы выпадающего спиcка */
}

.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background-position: -6px -104px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px; _right:-5px;
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollArrowUp { /* стрелка вверх */
	position: absolute;
	top: 0;
	right: 2px;
	width: 11px!important;
	height: 12px;
	cursor: pointer;
	background-position: -8px -92px;
	overflow: hidden;
}
.cusel .jScrollArrowDown { /* стрелка вниз */
	width: 12px!important;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 2px;
	cursor: pointer;
	background-position: -7px -78px;
	overflow: hidden;
}
.selectbox td{ vertical-align:middle;}
.selectbox{ margin:0 0 15px;}
#fSend{
    border:none; cursor:pointer;
    height:26px; width:119px; margin:0 0 0 13px;
    background:url("../style/fSend.png") no-repeat;
}
.basItem{
    border-top:1px solid #ebedd8;
    padding:17px 0 6px; overflow:hidden;
    _height:197px;
}
.biLeft{
    float:left;
    width:334px;
}
.biLeft td div img{max-height:110px;max-width:130px}
.biRight{
    float:right;
    width:320px;
}
.biLeft td div{
    width:165px; height:117px;
    border-right:1px dotted #4f4f4f;
}
.jcaruserlite{ position:relative; overflow:hidden; padding:11px 0 0 18px;}
.biLeft td{ vertical-align:middle; text-align:center;}
.jcaruserlite li{list-style:none;float:left; height:65px; width:60px; text-align:center;}
.jcaruserlite div.first{
    height:65px;
    width:315px;
    overflow:hidden;
}
.jcaruserlite ul{ width:9000px;}

.jLeft,.jRight{
    position:absolute;
    top:43px; cursor:pointer;
    width:8px; height:7px;
}
.jLeft{left:1px; background:url("../style/left.png") no-repeat;}
.jRight{right:1px;background:url("../style/next.png") no-repeat;}
.jcaruserlite img{max-height:65px;max-width:50px}

.biRight h4{
    margin:-3px 0 8px;
}
.biRight h4 a{color:#85ac1a; font:18px "Tahoma"; text-decoration:none;}
.biRight h4 a:hover{ color:#4F4F4F;}

.biRight h4 span{ color:#4f4f4f; font:700 11px "Tahoma";}
.biRight td{ vertical-align:top;}
.biRight td div{ padding:0 0 4px;}
.biRight td+td{ text-align:right;}
.biRight table{ width:295px; margin:0 0 5px;}
.biRight table+a{ text-decoration:none;}

#catalog .biRight .button{float:left; margin:17px 17px 0 0; width:109px;}
.biRight td+td b{ padding-right:5px;}

.banner{ margin:0 0 0 20px;}


