body {
	background-color: #dcdcd1;
	color: #625E3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em; /*11px*/
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-width: 960px;
	height: 100%;
}
body * {
	line-height: 1.25em;
}
.no-print {
	display: inherit;
}
.print {
	display: none;
}


.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

sub {
	font-size: 75%;
	position: relative;
	bottom: -0.25em;}
sup {
	font-size: 75%;
	position: relative;
	top: -0.25em;}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0.375em;
}
h1 {
	font-size: 1.75em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 7px;
	background: url(/i/container/hor-repeat.gif) repeat-x left bottom;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
}
h3 {
	font-size: 1.25em;
	font-weight: normal;
}
h4 {
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.25em;
}


p, ul, ol {
	margin: 0.5em 0;
	line-height: 1.25em;}
li {
	line-height: 1.25em;
}
ul, ol {
	margin-left: 2em;}
ul li {
	list-style: disc;}
ol li {
	list-style: decimal;}
ul li ul li {
	list-style: square;
}

.small,
.small p {
	font-size: 90%;
}
.large,
.large p {
	font-size: 110%;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}


table {
	width: 100%;
	margin: 0.5em 0;}
table tr {
	background-color: #eeeeee;}
table tr.odd {
	background-color: #dcdcdc;}
table tr th,
table tr td {
	border: 1px solid #625E3D;
	padding: 0.25em 0.5em;
	text-align: left;
	vertical-align: middle;}
table tr th {
	text-align: center;}
table td.left {
	text-align: left;
	float: none;}
table td.center {
	text-align: center;}
table td.right {
	text-align: right;
	float: none;}
table tr th {
	font-weight: bold;}
table tr td {}

table.no-border,
table.no-border tr,
table.no-border tr th,
table.no-border tr td {
	border: 0;
	padding: 0;
	margin: 0;
	width: auto;
	background: none;
	vertical-align: top;}
table.two-column tr td {
	width: 48%;
	padding-right: 2%;
}
table.valing-middle tr td,
table.valing-middle tr th {
	vertical-align: middle;
}

input.text,
textarea,
select {
	width: 495px;
	background-color: #dcdcdc;
	border: 1px solid #828177;
}
input.submit {
	margin-bottom: 0.4em;
}
input#search {
	width: 675px;
	margin-bottom: 0.25em;
}
select {
	width: 497px;
	//width: 499px;
}
form table tr td {
	padding: 2px 0 !important;
}
form table tr td label {
	padding-top: 1em;
}
label.error {
	border-bottom: 1px solid red;
}
.notices {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.notices span {
	color: #ff0000;
}
form table {
	margin-top: 0;
	padding-top: 0;
}
.date {
	white-space: nowrap;
}
.date select#day {
	width: 60px;
}
.date select#month {
	width: 160px;
}

a:link,
a:active,
a:visited,
a:hover {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content a {
	font-weight: bold;
}
#content #path a,
dl.list a {
	font-weight: normal !important;
}


a img,
:link img,
:active img,
:hover img,
:visited img {
	border:none;
}
.showcase {
	margin: 0.5em;
	margin-bottom: 0;
}
.left .showcase {
	margin-left: 0;
}
.right .showcase {
	margin-right: 1px;
}


#global-outer {
	background: url(/i/header/main_bg.jpg) no-repeat left top;
	width: 982px;
	//width: 982px !important;
	//width: 984px;
	height: 500px;
	position: relative;
}
	#header {
		height: 84px;
	}
		#logo {
			color: #0A3E87;
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			position: absolute;
			top: 20px;
			left: 0;
			width: 198px;
		}
			#home-link {
				display: block;
				width: 198px;
				height: 240px;
				position: absolute;
				top: 63px;
				left: 0;
			}
		#dealer_logo {
			position: absolute;
			top: 22px;
			right: 0;
			font-size: 30px;
			text-decoration: none;
			color: #0A3E87;
			font-weight: bold;
		}
		#header-menu {
			position: absolute;
			right: 0;
			top: 10px;
		}
		#header-menu ul {
			margin: 0;
			padding: 0;
			//width: auto !important;
			//width: 401px;
		}
		#header-menu ul li {
			float: left;
			clear: none;
			font-size: 9px;
			font-weight: bold;
			color: #8b8b70;
			white-space: nowrap;
			text-transform: uppercase;
			list-style: none;
			margin: 0;
			padding: 0;
			border-right: 1px solid #8b8b70;
			//width: auto !important;
			//width: 1px;
		}
		#header-menu ul li.last {
			border-right: 0;
		}
		#header-menu ul li a,
		#header-menu ul li span {
			font-weight: bold;
			display: block;
			width: 100%;
			margin: 0 7px;
			text-decoration: none;
		}
		#header-menu ul li.last a,
		#header-menu ul li.last span {
			margin-right: 0;
		}
		#header-menu ul li a:hover {
			color: #575335;
		}
		#header-menu ul li a img {
		}
		#header-menu {
		}
		#header-menu {
		}
	#container {
		background: url(/i/container/main_repeat-bg.gif) repeat-y left top;
	}
		#left {
			background: url(/i/container/main_bg.jpg) no-repeat left top;
			width: 198px;
			padding-top: 245px;
		}
			#navigation-menu {
				padding: 0 1px 20px 46px;
			}
			#navigation-menu ul {
				margin: 0;
				padding: 0;
			}
			#navigation-menu ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				background-color: #b5b59e;
				text-transform: uppercase;
				margin-bottom: 3px;
				border-bottom: 1px solid #767563;
				font-weight: bold;
				line-height: 1em;
				position: relative;
				//height: auto !important;
				//height: 1px;
			}
			#navigation-menu ul li a:link,
			#navigation-menu ul li a:active,
			#navigation-menu ul li a:visited,
			#navigation-menu ul li a:hover,
			#navigation-menu ul li span {
				display: block;
				width: 90%;
				text-decoration: none;
				color: #ffffff;
				padding: 3% 5%;
				//padding-right: 4%;
				//padding-bottom: 2.5%;
				line-height: 1em;
			}
			#navigation-menu ul li a:hover {
				background-color: #8c8a71;
			}
			#navigation-menu ul li.selected {
				background-color: #8c8a71;
			}

			#links-menu {
				padding: 0 1px 5px 46px;
			}
			#links-menu ul {
				margin: 0;
				padding: 0;
			}
			#links-menu ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				background-color: #cdcdbd;
				text-transform: uppercase;
				margin-bottom: 3px;
				font-weight: bold;
			}
			#links-menu ul li a:link,
			#links-menu ul li a:active,
			#links-menu ul li a:visited,
			#links-menu ul li a:hover,
			#links-menu ul li span {
				display: block;
				width: 90%;
				text-decoration: none;
				color: #807d60;
				padding: 3% 5%;
				//padding-right: 4%;
				//padding-bottom: 2.5%;
				line-height: 1em;
			}
			#links-menu ul li a:hover,
			#links-menu ul li span {
				color: #ffffff;
				background-color: #8c8a71;
			}
			#links-menu ul li a span.list {
				font-weight: normal;
				display: inline;
				width: auto;
				padding: 0;
				margin: 0;
				background: none;
			}
			#contacts {
				padding: 0 1px 0 46px;
			}
			#contacts .phone {
				font-size: 175%;
				font-weight: bold;
				text-align: center;
			}
			#contacts .addres,
			#contacts .work-time {
				text-align: center;
			}
		#right {
			width: 784px;
		}
			#sub-menu {
				background: #ffffff url(/i/sub-menu/sub-menu_bg.gif) no-repeat left top;
				border: 1px solid #a2a29a;
				border-left: 0;
				margin-bottom: 5px;
				position: relative;
				top: -1px;
				min-height: 60px;
				//height: auto !important;
				//height: 60px;}
			#sub-menu.full {
				height: 240px !important;
			}
			#sub-menu ul {
				margin: 0;
				padding: 0;
				padding: 5px;
				padding-left: 35px;}
			#sub-menu ul li {
				margin: 0;
				padding: 0;
				padding-right: 1px;
				list-style: none;
				font-size: 11px;
				float: left;
				display: inline;
				white-space: nowrap;
				position: relative;}
			#sub-menu ul li a:link,
			#sub-menu ul li a:active,
			#sub-menu ul li a:visited,
			#sub-menu ul li a:hover,
			#sub-menu ul li span {
				background-color: #8c8a71;
				color: #fff;
				display: block;
				text-decoration: none;
				padding: 0 1em;
				//padding: 1px 1em;
				border: 1px solid #ebebe1;}
			#sub-menu ul li a:hover {
				background-color: #ebebe1;
				color: #8c8a71;
				border: 1px solid #8c8a71;}
			#sub-menu ul li.selected a:link,
			#sub-menu ul li.selected a:active,
			#sub-menu ul li.selected a:visited,
			#sub-menu ul li.selected a:hover,
			#sub-menu ul li.selected span {
				background-color: #ebebe1;
				color: #8c8a71;
				border: 1px solid #8c8a71;}
			#sub-menu h3 {
				text-align: right;
				position: absolute;
				right: 10px;
				top: 15px;
				font-size: 20px;
				width: 200px;
				margin: 0.25em 0;}
				#indicator {
					background: url(/i/sub-menu/indicator.gif) no-repeat left top;
					position: absolute;
					top: 8px;
					left: 6px;
					width: 26px;
					height: 240px;}
				#indicator-2 {
					background: url(/i/sub-menu/indicator-2.gif) no-repeat right top;
					position: absolute;
					right: -10px;
					//right: -10px !important;
					//right: -11px;
					bottom: 0.625em;
					width: 10px;
					height: 229px;}
			.other ul#sub-sub-menu {
				padding-top: 2px;
				padding-left: 0;
				width: 600px;
				position: absolute;
				top: 17px;
				left: 0;
			}
			.other ul#sub-sub-menu li a:link,
			.other ul#sub-sub-menu li a:active,
			.other ul#sub-sub-menu li a:visited,
			.other ul#sub-sub-menu li a:hover,
			.other ul#sub-sub-menu li span {
				background-color: #cdcdbd;
				color: #8C8A71;
				display: block;
				text-decoration: none;
				padding: 0 1em;
				//padding: 1px 1em;
				border: 1px solid #8b8b70;}
			.other ul#sub-sub-menu li a:hover {
				background-color: #8b8b70;
				color: #ffffff;
				border: 1px solid #8c8a71;}
			.other ul#sub-sub-menu li.selected {}
			.other ul#sub-sub-menu li.selected span {
				background-color: #ebebe1;
				color: #8c8a71;
				border: 1px solid #8c8a71;}

			#sub-menu-image {
				position: absolute;
				left: 0;
				bottom: 0;
			}
			#sub-menu-description {
				text-align: left;
				margin-top: 65px;
				width: 360px;
				height: 160px;
				position: absolute;
				right: 20px;
				bottom: 0;
			}
			#sub-menu-description h2 {
				font-size: 19px;
				padding-top: 0;
				margin-top: 0;
				padding-bottom: 5px;
				margin-bottom: 7px;
				background: url(/i/container/hor-repeat.gif) repeat-x left bottom;
			}

			#content {
				border: 1px solid #a2a29a;
				margin: 5px;
				margin-right: 0;
				margin-left: 15px;
				padding: 5px 10px;
				position: relative;
				min-height: 100px;
				//height: auto !important;
				//height: 100px;
				background-color: #ffffff;
			}
			.home #content,
			.news #content {
				padding: 0;
				background-color: #d8d8cb;
			}
			.news #content {
				background-color: #E7E7E0;
			}
				#path {
					color: #625E3D;
					margin: 0;
					margin-bottom: 1.5em;}
			#content table.no-border td {
				padding: 5px 10px;
				padding-bottom: 10px;
			}
			.home #content h3,
			.news #content h3 {
				font-size: 1.5em;
				margin: 0;
				padding-bottom: 5px;
				margin-bottom: 7px;
				background: url(/i/container/hor-repeat.gif) repeat-x left bottom;
			}
				.list {
					line-height: 1.25em;
				}
				.list a {
					display: block;
				}
				.list dt {
					font-weight: bold;
					margin-bottom: 0.25em;
					line-height: 1.25em;
					clear: both;
				}
				.list dt .date {
					font-weight: normal;
				}
				.list dd {
					padding-left: 111px;
					padding-bottom: 5px;
					margin-bottom: 5px;
					background: url(/i/container/hor-repeat.gif) repeat-x left bottom;
					line-height: 1.25em;
				}
				.list dd img.left {
					margin-right: 5px;
					margin-left: -113px;
				}
				.list dd.last {
					padding-bottom: 0;
					margin-bottom: 0;
					background: none;
				}
			#content .detail {
				margin-top: 1em;
				font-weight: bold;
			}

	#footer {
		width: 100%;
		padding-bottom: 0.5em;
	}
	#footer p {
		text-align: right;
	}

.t-l,
.t-r,
.b-l,
.b-r {
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	position: absolute;
}
.t-l {
	background: url(/i/container/t-l.gif) no-repeat left top;
	top: -1px;
	left: -1px;
}
.t-r {
	background: url(/i/container/t-r.gif) no-repeat right top;
	top: -1px;
	right: -1px;
	//right: -1px !important;
	//right: -2px;
}
	#models .t-r {
		//right: -1px;
	}
.b-l {
	background: url(/i/container/b-l.gif) no-repeat left bottom;
	bottom: -1px;
	//bottom: -1px;
	left: -1px;
}
	#content .b-l {
		//bottom: -2px;
	}
.b-r {
	background: url(/i/container/b-r.gif) no-repeat right bottom;
	bottom: -1px;
	right: -1px;
	//right: -1px !important;
	//right: -2px;
}
	#models .b-r {
		//right: -1px;
	}
	#content .b-r {
		//bottom: -2px;
	}
.vert-repeat {
	background: url(/i/container/vert-repeat.gif) repeat-y top right !important;
	padding-right: 12px !important;
}
.forward-link {
	font-weight: bold;
	text-decoration: none;
	color: #625e3d;
}

#models {
	background-color: #ffffff;
	border: 1px solid #bbbcb6;
	width: 240px;
	height: 226px;
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}
.model #models {
	border: 1px solid #a2a29a;
	border-left: 0;
	margin-bottom: 5px;
	top: -1px;
	height: 240px;
	width: 100%;
}
.model-spec #models {
	background: #ffffff url(/i/sub-menu/sub-menu_bg.gif) no-repeat left top;
}
	#models-frame {
		height: 186px;
		width: 240px;
		overflow: hidden;
		position: relative;
	}
	.model h3 {
		width: 610px;
		position: absolute;
		top: 0;
		left: 15px;
		font-size: 17px;
		margin: 0.25em 0;
	}
	.model-spec h3 {
		text-align: right;
		font-weight: bold;
		font-size: 20px;
		margin-top: 10px;
		height: 50px;
	}
	.model #models-frame {
		width: 633px;
		height: 215px;
		padding-top: 25px;
		margin-right: 150px;
		overflow: auto;
	}
		#models-frame table {
			width: 2640px; /*11x240px*/
			/*2160px*/
		}
		.model #models-frame table {
			width: 2321px; /*11x211px*/
			/*9x240px*/
		}
			#models-frame table td {
				width: 240px;
				text-align: center;
				padding: 0 !important;
			}
			.model #models-frame table td {
				width: 211px;
			}
			#models-frame table td a {
				text-decoration: none;
			}
			#models-frame table .photos td img {
				width: 200px;
				height: 128px;
			}
			#models-frame table .photos td span {
				display: block;
				padding-left: 35px;
				padding-right: 20px;
				font-size: 17px;
				color: #636651;
				text-align: left;
				position: relative;
				top: -5px;
			}
			#models-frame table .links td {
			text-align: center;
			}
			#models-frame table .links td ul {
				margin: 0 35px;
			}
			#models-frame table .links td ul li {
				width: 100%;
				margin: 0;
				list-style: none;
				text-transform: uppercase;
				color: #ffffff;
				margin-bottom: 2px;
				font-size: 10px;
			}
			#models-frame table .links td ul li.detail {
				background-color: #8d8d73;
				border: 1px solid #8d8d73;
			}
			#models-frame table .links td ul li.integration {
				background-color: #636035;
				border: 1px solid #636035;
			}
			#models-frame table .links td ul li a:link,
			#models-frame table .links td ul li a:active,
			#models-frame table .links td ul li a:visited,
			#models-frame table .links td ul li a:hover {
				display: block;
				width: 100% - 4px;
				//width: 100% - 4px !important;
				//width: 99%;
				padding: 0 2px;
				//padding: 1px;
				padding-top: 1px;
				//padding-top: 2px;
				color: #ffffff;
				text-decoration: none;
			}
			#models-frame table .links td ul li a:hover {
				color: #6b6a68;
				background-color: #ffffff !important;
			}
			#models-sidebar {
				position: absolute;
				top: 0;
				right: 0;
				width: 150px;
				height: 240px;
				background-color: #EEEFE7;
				text-align: center;
			}
			#models-sidebar h3 {
				position: relative;
				font-weight: bold;
				left: 7px;
				//left: 2px;
				font-size: 17px;
				margin: 0.25em 0;
				width: 140px;
			}
			#models-sidebar ul {
				background-color: #dcdcdc;
				margin: 0 auto;
				border: 1px solid #F6F7F3;
				padding: 0;
				width: 140px;
				height: 205px;
				position: absolute;
				right: 5px;
				bottom: 3px;
			}
			#models-sidebar ul li {
				padding: 0;
				margin: 0;
				list-style: none;
			}
			#models-sidebar ul li a:link,
			#models-sidebar ul li a:active,
			#models-sidebar ul li a:visited,
			#models-sidebar ul li a:hover,
			#models-sidebar ul li span {
				display: block;
				padding: 2px 5px;
				width: 130px;
				text-decoration: none;
			}
			#models-sidebar ul li a:hover {
				color: #ffffff;
				background-color: #736E49;
			}
			#models-sidebar ul li.selected {
				font-weight: bold;
			}
			
			/*sub-sub-menu*/
			#sub-sub-menu:after {
				content: "."; 
				display: block; 
				height: 0; 
				clear: both; 
				visibility: hidden;
			}
			#sub-sub-menu {
				margin-bottom: 1.5em;
				display: inline-block;
			}
				/* Hides from IE-mac \*/
				* html #sub-sub-menu {height: 1%;}
				#sub-sub-menu {display: block;}
				/* End hide from IE-mac */
			#sub-sub-menu {
				margin: 0;
				padding: 0;
				margin-bottom: 1em;
			}
			#sub-sub-menu li {
				margin: 0;
				padding: 0;
				margin-right: 1em;
				padding-left: 1em;
				background: url(/i/container/list.gif) no-repeat left center;
				list-style: none;
				float: left;
				clear: none;
			}
			#sub-sub-menu li a:link,
			#sub-sub-menu li a:active,
			#sub-sub-menu li a:visited,
			#sub-sub-menu li a:hover,
			#sub-sub-menu li span {
				
			}
			
			/*models-sidebar*/
			#models-sidebar select {
				width: 130px;
				position: absolute;
				right: 11px;
				bottom: 11px;
			}
			#models-description {
				text-align: left;
				margin-top: 65px;
				width: 303px;
				height: 175px;
				position: absolute;
				left: 325px;
				bottom: 0;
			}
			#models-description h2 {
				font-size: 19px;
				padding-top: 0;
				margin-top: 0;
				padding-bottom: 5px;
				margin-bottom: 7px;
				background: url(/i/container/hor-repeat.gif) repeat-x left bottom;
			}
				#models-image {
					position: absolute;
					left: 0;
					bottom: 0;
				}
	#models-left,
	#models-right {
		position: absolute;
		top: 0;
		width: 10px;
		height: 10px;
		padding-top: 121px;
		padding-bottom: 45px;
		cursor: pointer;
		//cursor: pointer !important;
		//cursor: hand;
	}
	#models-left {
		left: 0px;
		text-align: left;
		padding-left: 2px;
	}
	#models-right {
		right: 0px;
		text-align: right;
		padding-right: 2px;
	}
	#models-select {
		width: 90%;
		margin: 8px auto;
	}
#banners div {
	border: 1px solid #bbbcb6;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}
#banners div.last {
	margin-bottom: 0;
}
#banners h4 {
	font-weight: bold;
	font-style: normal;
	background: none;
	margin: 0;
}
#banners div p {
	font-style: normal;
	margin: 0;
}

#seo-content {
	border: 1px solid #a2a29a;
	margin: 5px;
	margin-right: 0;
	margin-left: 15px;
	padding: 5px 10px;
	position: relative;
	min-height: 100px;
	//height: auto !important;
	//height: 100px;
	background-color: #ffffff;
}
.links {
text-align:center;
}

.userful_table tr,  /*Стиль таблицы для раздела "Полезные ссылки" */
.userful_table td {
  background: transparent !important;
  border: none !important;
}


#footer_sape {
    float: left;
    margin-left: 220px;
    width: 550px;
    
}
