/* ... общие настройки, лучше не менять ... */

body,html{height:100%; padding:0; margin:0;}
/* ... настройки таблиц ... */
	table.all,td.all,input.all,textarea.all{width:100%;}
	table.all,tr.all{height:100%;}
	td{vertical-align:top;}
/* ----------------------------------------- */
/* ... ссылки ... */
	a.current,a.current:hover{cursor:default;}
/* ----------------------------------------- */
/* ... формы ... */
	form{margin:10px 0;padding:0;}
		input{margin:0;}
		iframe,input,textarea{border:solid 1px;}
		input.file{border:none;_border:1px solid;}
		input,textarea{padding-left:3px;padding-right:3px;}
			input.radio{border:none;background:none;}
/* ----------------------------------------- */
/* ... таблицы в ричэдите и названия полей ... */
	table.reTable td,td.label{padding:2px 5px 2px 0;vertical-align:top;}
	table.reCellBordered td{padding:5px;vertical-align:middle;}
	img.reImageLeft{margin-right:10px;}
	img.reImageRight{margin-left:10px;}
	table.reCellBordered img.reImageLeft, table.reCellBordered img.reImageRight{margin:0;}
		table.reTable P,table.reTable h2,table.reTable h3,table.reTable h4,table.reTable h5,table.reTable h6{
			margin:5px 0 !important;padding:0 !important;
		}
		td.label{white-space:nowrap;}
/* ----------------------------------------- */
/* ... горизонтальный разделитель ... */
	hr{
		clear:both;
		margin:0 0 10px 0;
		height:1px;
		width:100%;
		border: 0px solid;
		_background:none;
		_border:none;
	}
/* ----------------------------------------- */
/* ... строка навигации ... */
/* ----------------------------------------- */
/* ... вывод сообщений ... */
	P.alert{
		padding:5px 0 5px 10px;
		margin-bottom:10px;
		font-weight:bold;
	}
/* ----------------------------------------- */
/* ... блок навигации по страницам ... */
	p.pages{padding-top:5px;margin-top:20px;border-top:solid 1px;border-top:solid 1px;}
		p.pages a{padding-left:3px;padding-right:2px;}
/* ----------------------------------------- */
/* ... списки ... */
	/*ul{margin:10px 0;padding:0;}
	ol{margin-top:0;margin-bottom:15px;}
		ul li, ol li{margin:4px 0px 5px 0;padding:0px;}
		ul li{list-style:none;padding-left:10px;background:url(../../img/bullet.1.gif) no-repeat 0 6px;}
			ul li p, ol li p{padding:0;margin:0;}
				ul ul li{background-image:url(../../img/bullet.2.gif);}
				ul ul ul li{background-image:url(../../img/bullet.3.gif);}
/* ----------------------------------------- */*/
/* ... пнг ... */
	img.png{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
	div.png{
		display:inline;
		filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"')");
		width:expression(this.firstChild.width); 
		height:expression(this.firstChild.height);
	} 
/* ----------------------------------------- */
/* ... текстовый блок ... */
	div.text{margin:0 0 20px 0;padding:0;}
	div.all{margin:0 0 0 0;padding:0;border:1px solid red;}
/* ----------------------------------------- */
/* ... распорочка ... */
	div.blank{width:1px;height:1px;margin:0;padding:0;}
/* ----------------------------------------- */
/* ... картинки с нижним выравниванием ... */
	img.bottom {vertical-align:text-bottom !important;}
/* ----------------------------------------- */
/*=================== НАСТРОЙКИ САЙТА ============================*/
body{
	background:#FFFFFF;
	color:#000000;
}
body.page{
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
	
	text-align: center;
}
p,h1,h2,h3,h4,h5,h6{padding:0;margin: 0px 0px 15px 0px;}
body,td,th,input,select,textarea,h1,h2,h3,h4,h5,h6{font-family:Tahoma,Verdana,Arial,sans-serif;}
body,td{font-size:12px;}

/* ... ссылки ... */
	/*a{color:#7D7D7D;text-decoration:underline;}	 
	a:hover,a.current,a.current:hover{color:#920000;text-decoration:underline;}*/
/* ----------------------------------------- */
/* ... мелкий шрифт ... */
	.small,.small td,small{font-size:11px;font-weight:normal;}
	p.small{margin:3px 5px;}
/* ----------------------------------------- */
/* ... формы ... */
	iframe,textarea,input{border-color:#808080;}
	textarea,input,select{color:#000000;background:#FFFFFF;font-size:11px;}
	input.submit{
		font-weight:bold;
		color:#ffffff;
		background:#920000;
		font-size:10px;
		height:18px;
		letter-spacing:1px;
		border:none;
		padding-left:10px;
		padding-right:10px;
		_padding-left:2px;
		_padding-right:1px;
		margin:0 0 0px 0px !important;
	}
	.grey{color:#808080 !important;}
	/* ... обязательное поле + ошибка заполнения ... */
		.require{color:#920000 !important;}
		.errorfield{border:1px solid #920000 !important;}
		.nowrap{white-space:nowrap;} 
/* ----------------------------------------- */
/* ... таблицы в ричэдите ... */
	table.reTable,table.reTable td{border-color:#808080;}
/* ----------------------------------------- */
/* ... названия полей ... */
	.label, table.reTable .label{
		color:#808080;
		font-size:11px;
	}
	td.label, table.reTable td.label{
		/*vertical-align:middle !important;	*/
	}
	div.add_fields{margin-bottom:15px;}
	p.add_field{margin-bottom:3px;}
	div.division{margin-bottom:0px !important;color:#656565;}
	div.division p{color:#656565;font-size:11px;margin-bottom:5px;}
/* ----------------------------------------- */
/* ... раскраска таблиц ... */
	tr.color_0 td{background:#F5F5F5 !important;/*border-width:0;*/}	
	tr.color_1 td{/*border-width:0;*/}

	tr.color_2 td{
		padding:2px 5px !important;
		font-weight:bold;
		background:#F5F5F5;
		color:#950000 !important;
		border-bottom:1px solid #808080;
	}		
/* ----------------------------------------- */
/* ... горизонтальный разделитель ... */
	hr{
		background-color:#D1D1D1;
		border-color:#D1D1D1;
		_background:none;
		_border:none;
		_color:#D1D1D1;
	}
/* ----------------------------------------- */
/* ... строка навигации ... */
	p.navigation{font-size:10px;color:#808080;line-height:25px;}
		p.navigation a{text-decoration:underline;}
		p.navigation a:hover{text-decoration:underline;}
/* ----------------------------------------- */
/* ... вывод сообщений ... */
	P.alert{background:#920000;color:#FFFFFF;border:none;}
/* ----------------------------------------- */
/* ... блок навигации по страницам ... */
	p.pages{clear:both;font-size:10px;line-height:13px;border-color:#D1D1D1;color:#7D7D7D;}
	p.pages a.number,p.pages a.numbercurrent{text-decoration:none;padding:0 6px;}
	p.pages a.number:hover,p.pages a.numbercurrent:hover{text-decoration:none;}
	p.pages a.numbercurrent,p.pages a.numbercurrent:hover{font-weight:bold !important;color:#ffffff;background:#950000;}

/* ----------------------------------------- */
/* ... 6 уровней заголовков ... */
	h1 {font-size:16px;font-weight:bold;margin:0 0 10px 0}

	h2 {
		padding:0 5px;
		font-size:19px;
		font-weight:bold;
		color:#ffffff;
		margin:20px 0;
		color:#920000;
	}
	h3 { font-size: 15px; font-weight: bold; color: #656565; margin:0 0px 10px 0px;}
		h3.news {margin-bottom:0;}
	h4 { font-size: 13px; font-weight: bold; color: #950000; margin:0 0px 2px 0px;}
		h4.news {margin-bottom:0;}
		h4 a {color: #950000;}
		h4 a:hover {color: #656565;}
	h5 { font-size: 13px; font-weight: bold; color: #656565; margin:0px 10px 0 0px;}
		h5.news {margin-bottom:0;}
	h6 { font-size:9px; font-weight: normal; color: #950000;  margin:10px 0px 10 0px;text-transform:uppercase;}
/* ----------------------------------------- */

	#bottomCenter{}
	#bottomRight{padding-left:30px;text-align:center;}
/* ====================================== */
 /* ... Контакты и прочие формы ... */
 table.form{width:400px;}
	 table.form .text_field{width:100%;}
	 table.form .select_field{width:300px;}
	 table.form .file_field{width:300px;}
/* ====================================== */

div.note{font-size:10px;margin:5px 0 5px 10px;color:#aaaaaa;}

/* ====================================== */
 /* ... фотогалерея ... */
 div.photo{
	float:left;
	margin:0 10px 10px 0;
 }
 div.photo p{text-align:center;}
/* ====================================== */
/* ====================================== */
 /* ... гостевая ... */
 div.guest_otvet {margin:0 0 20px 20px;}
 .nomargin{margin:0;}
	p.discuss {color:#333333;font-size:11px;}


/* ====================================== */
tr.catalogue_show td{vertical-align:middle;}


a img {border:none}
a {color:#0053a1}
a:hover {text-decoration:none}

p {margin-bottom:10px}
table {border-collapse:collapse}
td {vertical-align:top}

body {font:12px/16px Tahoma;
	color:black;
	min-width:990px;
	margin:0;
	padding:0;
	
	}

h1 {font-size:16px;font-weight:bold;margin:0 0 10px 0}

hr {border:1px solid #0053a1;margin:10px 0}

#header {background:url('../../img/design/hBg.jpg') left top no-repeat;width:990px;margin:0 auto;height:275px;text-align: left;}
#header2 {background:url('../../img/design/hBg2.jpg') left top no-repeat;width:990px;margin:0 auto;height:138px;text-align: left; position: relative}
#header2 a{
	text-decoration: none;
}
#phones {float:right;padding:25px;color:white;font-weight:bold;font-size:15px;line-height:20px}
#hhh {font-size:18px;float:left;padding:45px 0 0 50px}
#header2 #phones {text-align:right;padding:15px}
#header2 #hhh {padding:20px 0 0 20px}

#menu {list-style:none;width:992px;margin:0 auto}
#menu td {border:1px solid white;border-width:0 1px}
#menu a {background:#00468c;display:block;color:white;text-decoration:none;text-align:center;font-weight:bold;font-size:14px;padding:3px 0 4px 0}
#menu a:hover {background:#72a0cb;color:black}

.submenu{background:#00468c;display:block;color:white;text-decoration:none;text-align:center;font-weight:bold;font-size:14px;padding:3px 0 4px 0; margin-top: 30px; margin-right: 30px; margin-left:-15px;}
.add{background:#00468c;display:block;color:white;text-decoration:none;text-align:center;font-weight:bold;font-size:14px;padding:3px 0 4px 0;  margin-right: 25px; color:#fff !important; text-decoration: none;}


#menu2 {margin:0;padding:0;list-style:none;padding-right:25px;}
#menu2 a {background:#00468c;display:block;color:white;text-decoration:none;font-weight:bold;font-size:14px;padding:3px 15px 4px 37px;}
#menu2 li {padding-bottom:12px}
#menu2 a:hover,#menu2  a.current {background:#72a0cb;color:black}

#menu2 ul{
	margin:0;
	padding:0;
	margin-left:20px;
	margin-top: 10px;
	margin-bottom:-10px;
}
#menu2 ul li{
	padding-left:25px;
}
#menu2 ul li a{
	padding:0;
	background: none;
	color:#000;
	font-weight: normal;
	font-size:12px;
}
#menu2 ul li a:hover,#menu2 ul li a.current{
	color:#72a0cb;
	background: none;
}
#inner,#splash{
	text-align: center;
}
#main {width:990px;margin:0 auto;text-align: left;}
#splash #main {margin-bottom:-90px;background:url('../../img/design/pod.jpg') left top no-repeat}
#inner #main {background:url('../../img/design/pod2.jpg') left top no-repeat}
#inner {padding-bottom:50px}

#leftCol {width:245px;padding-top:15px; }
.nDate {font-size:10px}
#leftCol .wrapper {padding:0 0 0 16px; }

#centCol {padding-top:15px}

#rightCol {text-align:right;width:365px;padding-top:34px}
.splButton img {border:1px solid #0053a1}

#footer {width:990px;margin:0 auto;text-align: left;}
#contacts {/*border:1px dotted green;*/width:215px;position:relative;top:-80px;_top:-90px;}
