 /* Основные элементы
----------------------------------------------------*/
html, body {
	background: #a1a1a1;
	height: 100%;
	width: 100%;
}

body, p, ol, ul, form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

table.standard td, table.standard th {
	border: 0;
	padding: 2px;
}

table.compact {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.compact td, table.compact th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

.error {
	color: red;
}

.doc {
	height: 100%;
	width: 100%;
}

div.hid {
	font-size: 1px;
	visibility: hidden;
}

body, table, input, select, textarea {
	color: #fcfcf9;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	color: #83DAEE;
	font-size:  16px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 14px;
}
/* Основные элементы */

 /* Шапка страницы
-----------------------------------*/
#dTop {
	background: #002e71 url(/source/i/tBack1.jpg) left top no-repeat;
	height: 151px;
}

#dTop .top {
	background: url(/source/i/tBack2.jpg) right top no-repeat;
	height: 151px;
}
/* Шапка страницы */

 /* Лого
--------------------------*/
#dLogo {
	margin: 0 auto;
	text-align: center;
}

#dLogo a {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	text-decoration: none;
}

#dLogo div {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: -35px 0 0 125px;
	text-transform: lowercase;
}
/* Лого */

 /* Верхняя навигация
-------------------------------------------*/
#dTopNav {
	background: #8f9094 url(/source/i/mBack.gif) repeat-x bottom;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 8px;
	text-align: center;
	text-transform: lowercase;
	white-space: nowrap;
}

#dTopNav a {
	color: #002a68;
	margin: 0 12px;
	text-decoration: none;
}
/* Верхняя навигация */

 /* Средняя часть страницы
---------------------------------------*/
#dMiddle {
	width: 100%;
}

#dMiddle .dCell1-1 {
	background: url(/source/i/cBack1.png) repeat-y;
}

#dMiddle .dCell1-1 .cell {
	background: url(/source/i/cBack2.jpg) no-repeat left top;
	height: 223px;
	width: 57px;
}

#dMiddle .dCell1-2-3 {
	background: url(/source/i/cBack3.gif) repeat-x;
}

#dMiddle .dCell1-2-3 .div1 {
	background: url(/source/i/cBack4.gif) no-repeat left top;
	height: 32px;
}

#dMiddle .dCell1-2-3 .div2 {
	background: url(/source/i/cBack5.gif) no-repeat right top;
	height: 32px;
}

#dMiddle .dCell1-2-3 .div2 div {
	width: 1px;
}

#dMiddle .dCell1-4 {
	background: url(/source/i/cBack6.gif) repeat-y;
}

#dMiddle .dCell1-4 .cell {
	background: url(/source/i/cBack7.jpg) no-repeat right top;
	height: 168px;
	width: 57px;
}

#dMiddle .dCell2-2 {
	background: #383a3a url(/source/i/cBack8.gif) repeat-y left top;
}

#dMiddle .dCell2-3 {
	background: #383a3a url(/source/i/cBack9.gif) repeat-y right;
}

#dMiddle .dCell2-3 div {
	height: 160px;
	width: 13px;
}

#dMiddle .dCell2-4 {
	background: #383a3a url(/source/i/cBack8.gif) repeat-y;
}

#dMiddle .dCell2-4 div {
	width: 11px;
}

#dMiddle .dCell2-5 {
	background: #383a3a url(/source/i/cBack9.gif) repeat-y right;
}

#dMiddle .dCell3-2-3 {
	background: url(/source/i/cBack10.gif) repeat-x;
	height: 31px;
}

#dMiddle .dCell3-2-3 .div1 {
	background: url(/source/i/cBack11.gif) no-repeat left;
	height: 31px;
}

#dMiddle .dCell3-2-3 .div2 {
	background: url(/source/i/cBack12.gif) no-repeat right;
	height: 31px;
}

#dMiddle .dCell3-2-3 .div2 div {
	width: 1px;
}
/* Средняя часть страницы */

 /* Левая панель
-------------------------------------*/
#dLeftPanel {
	margin: 15px;
}
/* Левая панель */

 /* Подвал страницы
----------------------------------*/
#dBottom {
	background: url(/source/i/bBack1.gif) repeat-x top;
}

#dBottom div {
	background: url(/source/i/bBack2.gif) no-repeat left top;
	font-weight: bold;
	padding: 14px 0 15px;
	text-align: center;
	text-transform: lowercase;
	white-space: nowrap;
}

#dBottom div a {
	color: #013f58;
	margin: 0 12px;
	text-decoration: none;
}
/* Подвал страницы */

 /* Контент
--------------------------------*/
#dContent {
	margin: 15px;
}
/* Контент */