/* default */

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font: 8pt verdana, arial sans-serif;
	color: #000;
}

body {
	width: 1000px;
	margin: 0 auto;
	/*!background-color:#fffece;*/
}

/*
 * Стили стандартных элементов разметки
 */

p {
	margin: 0 0 1em 0;
}
img {
	border: none;
}
ul {
	list-style: disc inside;
}
ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0 0 1em;
	padding: 0;
}
a, a:visited {
	text-decoration: underline;
	color: #c15600;
}

h1, h2, h3, h4, h5, h6 {
	color: #6c3b2a;
	padding: 0;
	margin: 0.1em 0 0.5em;
}

h1 {
	font-size: 10pt;
}
h2 {
	font-size: 8pt;
}

.h1{
	color: #6c3b2a;	
}

form {
	margin: 0;
	padding: 0;
}

/*
 * Стили общего назначения
 */

td.column {
	vertical-align: top;
}

.split_line {
		background: url(content/h_split.gif) repeat-x;
		height: 2px;
		font-size: 1px; /* for IE */
		margin: 5px 0;
}


/*
 * Стили общих элементов дизайна
 */

#main_onpage {
	/*background-image:url(bg.jpg);*/
	background-color:#fffece;
	background-position:50% 0%;
	background-repeat:repeat-y;
}

#head {
	background: url(/style/head_new.jpg) left top no-repeat;
	height: 107px;
	padding: 0px 0 0 0px;
	
}

#head .phones{float:right;padding:18px 10px;}
#head .phones H2{font-size:14px;font-family:Verdana;text-align:right;color:#fff}

#logo {
	padding:10px 0 0 0;
	/*background: url(logo.jpg) left top no-repeat;*/
	float: left;
}

#logo H1{
		text-align:left;
		color:#fff;
		margin:5px 0 0 0;
		font-size:13px;
		font-family:Verdana;
	 	font-weight:bold;
}

#menu_top {
	background: url(top_menu/menu_toolbar.jpg) repeat-x;
	height: 24px;
}
#menu_top table {
	float: right;
}
#menu_top td {
	background: url(top_menu/spliter.jpg) repeat-y;
 	text-align: center;
	width: 160px;
	padding: 3px 0 3px;
	vertical-align: middle;
	font-size: 110%;
}
#menu_top a, #menu_top a:visited {color: #fff; cursor: default;text-decoration:none;}
#menu_top a:hover {color: #f0f30b;}
#menu_top a.link {cursor: pointer;}

.menu_popup {
	display: none;
	position: absolute;
	z-index: 2;
	padding-left:3px;
	padding-top:2px;
}

.menu_popup .shadow {
	background-color: #ab8975;
	z-index: 3;
}

.menu_popup table {
	width: 100%;
	background-color: #fff;
	border: solid 1px #e8dcb6;
	position: relative;
	left: -2px;
	top: -2px;
}

.menu_popup a{text-decoration:none;}
.menu_popup a:visited{text-decoration:none;}
.menu_popup .selected {
	background-color: #f2ecd6;
}

.menu_popup .selected a, .menu_popup .selected a:visited, .menu_popup .selected a:hover {color: #000;text-decoration:none; }

#icons {
	height: 24px;
	width: 190px;
	margin-left: 20px;
	padding-top:5px;
	float:left;
}

#icons a {
	display: block;
	width: 46px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	float: left;
	cursor:pointer;
}

#icons a:hover {background-color: #da9258;}

#Path {
	float: left;
	height: 24px;
	line-height: 24px;
	padding-left: 1em;
}

#mainArea {
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

#leftSpacer {
	width: 15px;
}
#leftPanel {
	width: 203px;
	vertical-align: top;
}

#menuMain .level1 {
	width: 200px;
	background-color:#fff;
}

#menuMain .level1 td {
	background: url(main_menu/top_split.jpg) no-repeat;
	padding: 12px 0 12px;
}

#menuMain .level1 a, #menuMain .level1 span {
	display: block;
	background: url('main_menu/ar.jpg') no-repeat;
	padding-left: 35px;
	height: 16px;
	text-decoration:underline;
}

#menuMain a.selected, #menuMain span.selected {
	background: url('main_menu/ar_s.jpg') no-repeat;
	color: #000;
}

#menuMain .level2 {
	margin: 7px 0 10px;
}
#menuMain .level2 td {
	background: none;
}

#menuMain .level2 td {
	padding: 2px 0;
}
#menuMain .level2 a, #menuMain .level2 span {
	background: url('main_menu/l2.png') no-repeat 0 50%;
	padding: 0 0 0 15px;
	text-transform:lowercase;
}

#menuServices {
	text-align: center;
}
#menuServices form {
	margin-bottom: 5px;
}
#menuServices  input {
	color: #c15600;
	width: 165px;
	height: 22px;
	background: url('b_submit.jpg') no-repeat;
	border: solid 0px #ccc;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	/*font: 8pt verdana sans-serif;*/
}

#poll {
	padding: 15px;
	font-size: 85%;
}
#poll table {
	width: 100%;
}
#poll td.radio {
	padding: 1px 0 1px 5px;
	width: 10px;
}
#poll .title {
	color: #551e0e;
	text-transform: uppercase;
	font-size: 125%;
	margin-bottom: 0.5em;
}
#poll  .buttons {
	padding: 5px 0 0 8px;
}
#poll .submit {
	color: #C15600;
	width: 40px;
	height: 22px;
	background: url('b_ok.png') no-repeat;
	border: solid 0px #ccc;
}
#poll input {
	margin: 0;
}
#poll .result {
	text-align: right;
}
#poll .answer {
	padding-left: 8px;
}
#poll .links {
	padding-left: 52px;
	white-space: nowrap;
}

#footer {
	background: url('footer_sm.gif');
	height: 170px;
	color: #000;
	padding:3px
}
#address {
 	width: 345px;
	height: 34px;
	line-height: 34px;
	float: left;
	text-align: center;
}
 #phones {
	height: 34px;
	line-height: 34px;
	float: left;
	text-align: center;
}

#pageCaption {
	text-transform: uppercase;
	color: #561e0d;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 15px;
	clear:both;
}

#mainArea .column.left {
	padding: 0 10px 0 0;
	width: 203px;
	background: url(content/v_split.gif) repeat-y 207px 0px;
}

#mainArea .column.right {
	padding: 0 10px;
	width: 203px;
	background: url(content/v_split.gif) repeat-y;
}

#Content {
	padding: 0em 5px;
	vertical-align: top;
}

#counters {
	text-align: center;
}

h2.hl {
	color: #c8211b;
}
.right h2 {
	margin-bottom: 9px;
}
.column.right img {
	border: solid 1px #b0ab99;
}


/*
 * Стили главной страницы
 */

#MainPageContent {
	width: 100%;
	border-collapse: collapse;
}

#MainPageContent .column.left {
	padding: 0 10px 0 15px;
	background: url(content/v_split.gif) repeat-y right;
}
#MainPageContent .column.central {
	padding: 0 5px 0 3px;
	width: 262px;
}

.news .image {
	padding: 0;
}
.news .caption a {
	font-size:100%;
}
.news .image img {
	border: solid 1px #b0ab99;
}
.news td {
	vertical-align: top;
}
.news .date {
	color: #000;
	font-size: 85%;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 5px;
}
.news .preview, .news .caption {
	padding: 0 0 5px 2px;
}

.marketing {
	padding-top: 4px;
}
.marketing td {
	vertical-align: top;
	padding: 0;
}
.marketing td.image {
	padding: 3px 3px 0 0;
}
.marketing .date {
	color: #c15600;
	margin-bottom: 0.5em;
	font-size: 95%;
}
.marketing .dark {
	color: #444;
}
.marketing .preview {
	margin-top: 5px;
}

.story .image {
	margin-bottom: 8px;
}

/*
 * Каталог
 */

#search_panel {
	background: #fff1bb url('catalog/v_split.png') no-repeat 313px 18px;
	border-collapse: collapse;
	color: #000;
	margin-top: 5px;
	padding: 0px;
}

#search_panel td {
	vertical-align: text-top;;
	white-space: nowrap;
}

.cool_input {
	border: 1px solid #6b727a;
	background-color: #f9f9f9;
}
input.cool_input {
	height: 18px;
}

.cool_button {
	background: #a2a2a2;
	height: 22px;
	border: solid 1px #444;
	padding: 0 5px;
}
.cool_bot {
	background: #a2a2a2 url('push.jpg') no-repeat;
	width: 23px;
	height: 22px;
	border: none 0;
	padding: 0;
}

#search_panel small {
	color: #777;
	font-size: 9px;
}

#search_panel .cool_input {
	width: 114px;
}

#search_panel .cool_input.text {
	width: 106px;
}

#search_panel .v_split{
	background: url(content/h_split.gif) repeat-y 30px 0;
}

/*
 * Новости
 */

#Content .news {
	width: 250px;
	height: 130px;
	float: left;
}

#Content .news .image img {
	border: solid 1px #c05600;
}

#Content .news .text {
	padding: 5px 0 0 8px;
	font-size: 95%;
	color: #444;
}

.news_item, .articles_item {
	vertical-align: top;
}

#NewsFull {
	color: #000;
}

#NewsFull .image {
	float: left;
	/*width: 95px;
	height: 80px;*/
	padding: 15px;
}

#NewsFull .date {
	color: #c15600;
	padding-bottom: 5px;
}

#NewsFull .title {
	color: #000;
	padding-bottom: 26px;
	font-size: 110%;
}

#NewsFull .link {
	background-color: #fff;
	padding: 10px 0 10px 25px;
	margin: 16px 0 1px 0;
}

#NewsDataSelector select {
	width: 154px;
	border: 1px solid #6b727a;
	background-color: #f9f9f9;
	margin-right: 12px;
}

/*
 * Меню дилеров
 */

#diler_menu {
	margin: 0px 0 20px 38px;
	background-color: #fffdf1;
	border:1px solid #ecdb96;
	width: 437px;
}
#diler_menu .inner {
	width: 438px;
	margin: 0 -1px 0 -1px;
}

#diler_menu a, #diler_menu span {
	display: block;
	float: left;
	width: 208px;
	/*height: 20px;*/
	line-height: 20px;
	margin: 0 -1px 0 1px;
	padding: 0 0 0 10px;
	border:1px solid #ecdb96;
	border-width: 0 1px 1px 0;
	background-color: #fffdf1;
	font-size: 90%;
}

.order_info {
	margin-top: -5px;
	color: #000;
}
.order_info th {
	padding: 5px 0 5px 10px;
	background-color: #fef1bc;
	text-align: left;
	font-weight: normal;
}

#ident_code {
	width: 154px;
}

/*
 * Далее следуют непроверенные стили, написанные Серёгой // Михалыч
 */

#menu_top_head {
	color: #fff;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}

.r4{margin: 0 1px; height: 2px}

.pollbar {
	height:15px;
	background-color:#C3BCA1;
	font: 80% verdana sans-serif;
}

.content_main_top{
	width:790px;
}
.right_r{padding-left:7px;padding-right:7px;width:221px !important; height:100%;background:transparent url(content/v_split.gif) repeat-y scroll left top;}
.right_r_nowidth{padding-left:7px;padding-right:7px;height:100%;background:transparent url(content/v_split.gif) repeat-y scroll left top;}


.level_mn1 {text-align:center;}

 .menu_c_el{height:19px; width:46px;padding-top:3px;}



 .right{width:519px; padding:5px; vertical-align:top;}
 .right_item{
 				padding-left:7px;padding-right:7px;


				width:33%;

				background:transparent url(content/v_split.gif) repeat-y scroll right top;

				/*display:inline;
				float:left;*/
				/*margin-bottom:19px;*/

			}
.right_item_l{
 				padding-left:7px;padding-right:7px;
background:transparent url(content/v_split.gif) repeat-y scroll left top;

				/*display:inline;
				float:right;*/
				/*margin-bottom:19px;*/

			}

.right_item_nowidth{
 				padding-left:7px;padding-right:7px;

				background:transparent url(content/v_split.gif) repeat-y scroll right top;

				display:inline;
				float:left;
				/*margin-bottom:19px;*/

			}

 .right_item_r{
 				padding-left:7px;padding-right:7px;


				width:32%;
				height:100%;
				/*display:inline;
				float:right;*/
				/*margin-bottom:19px;*/

			}

.right_h_split{
				background:transparent url(content/h_split.gif) repeat-x scroll left bottom;
				display:inline;
				float:left;
				padding-bottom:10px;
				margin-bottom:10px;
				width:100%;

				 }

.right_h_split_line{
				background:transparent url(content/h_split.gif) repeat-x scroll left bottom;
				display:block;

				padding-bottom:10px;
				margin-bottom:10px;


				 }

.popup {display:none;}

.news_submit{background-color: #A1A1A1;color:#FFFFFF;border : 1px solid #46494E;width:23px;}

.table_catalog, .table_catalog td,.order_table,.order_table td {
	border: solid 1px #747474;
	border-collapse: collapse;
}
.table_catalog {
	margin: 0 0 0 0px;
	width: 530px;
}
.table_catalog td{vertical-align:middle;text-align: center;}

.order_table td {
	text-align: center;
	vertical-align: top;
}

.NewsListItem {

	width:40%;

				float:left;

}

.order_white {
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
}

.opacity
{
	filter			: expression( runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity='+currentStyle.opacity*100+')' );
	zoom			: 1;
}

.sel_order, .sel_order option {
	width: 215px;
	margin:0;
	padding:0;
	color:#8a8a8a;
}

.normal_font {color:#000000;}
.normal_font_big {color:#000000;font-size:18px;}


.contack_info input, .timeget input, #metro_all
select, #metro_search input, #reg_user input,#user_enter input,#diller_select select, .news_select,
#cool_input,.cool_input, .order_info input,.order_info textarea {border: 1px solid #6B727A; background-color: #F9F9F9;}





div.hr { height:2px; color:#e6e6e6;background-color:#e6e6e6;}



div.hr hr {display: none;}

.adress, .phones{

	color:#FFFFFF;

}
.button_act{
	background:transparent url(b_submit_long.jpg) no-repeat scroll center top;
	border : 0px solid #ccc;
	width:195px;
	height:22px;
}
.button_act2{
	background:transparent url(b_submit_2.jpg) no-repeat scroll center top;
	border : 0px solid #ccc;
	width:180px;
	height:22px;
}

.button_act_big{
	background:transparent url(b_submit_big.jpg) no-repeat scroll center top;
	border : 0px solid #ccc;
	width:125px;
	height:22px;
}

.speedbar {
font-size: 11px;
padding: 10px 0;
background: url('player/line.gif') left bottom repeat-x;
margin: 0 0 10px;
}

.speedbar span {
padding: 0 5px;
}

.img_parent {
background:#FFFDEE;
text-align: center;
padding: 4px;
}

.img_parent img {
vertical-align: middle;
margin: 0 auto;
}

.duration {
text-align: right;
color:#999;
font-style: italic;
font-size: 11px;
padding: 7px 5px;
background: url('player/line.gif') left bottom repeat-x;
}

.duration span {
color:#000;
}

.controls {
	overflow: hidden;
	/*zoom:1;*/
/*	padding: 0 0 20px;
	padding-left:56px;padding-right:20px;*/
}

.controls_left, .controls_right {
/*float: left;*/
width: 230px;
height:46px;
background: #FFFDEE;
}

.controls_right {
float: right;
height:46px;
}

.controls_right div, .controls_left div {
padding: 0 5px;
color:#707070;
font-size: 11px;
}

.controls img {margin: 0 1px 0 0;}
.buttons {white-space: nowrap; width: 100%;}
.controls td {vertical-align: middle;}
.search_push{color: #c15600;border: none 0;background: url(arr_search.gif) left top no-repeat;}
.submit {
	color: #C15600;
	width: 40px;
	height: 22px;
	background: url('b_ok.png') no-repeat;
	border: solid 0px #ccc;}
#metro_all select{
	font: 8pt verdana, arial sans-serif;
}

.video{
	/*background:url(/style/bg_video.gif) no-repeat 0 0;*/
	height:107px;
	width:200px;
	text-align:center;
	margin:20px 0 10px;
}

.video div{padding-top:36px;}
.video A{color:#cc0000;font-weight:bold}

.table_main{border-collapse:collapse;border:1px solid gray}
.table_main td{border:1px solid gray;font-size:12px;height:32px}

/* SEO-ссылки */
a.seo {
   color: #602b00;
}

.strong {
   font-weight: bold;
}

