
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

table.tbl {border-right: 1px #666666 dotted; border-bottom: 1px #666666 dotted}
table.tbl td {border-left: 1px #666666 dotted; border-top: 1px #666666 dotted; padding: 3px}
table.tbl tr {vertical-align: top}

img.img {border: 0px #666666 dotted; margin: 5px}
td.index img.img {border: none}

body, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", serif;
	color: #000000;
}

div#logo {
	 width: 200px;
	 height: 186px;
	 background: url(logo.gif) left top no-repeat;
}

div#logo_eng {
	 width: 200px;
	 height: 186px;
	 background: url(logo_eng.gif) left top no-repeat;
}

ul {margin-left: 5px; margin-bottom: 15px}

ul li {margin-left: 12px; list-style-type: disc}
ul ul li  {list-style-type: square}
ul ul ul li  {list-style-type: circle}

ol li {margin-left: 20px; padding-left: 0px}

ul#mainmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul#mainmenu li {
	list-style-type: none;
}

th {
	font-size: 18pt;
	font-weight: normal;
}

.button {
	width: 88px;
	height: 21px;
	text-align: center;
	border: none;
	background: url(button.gif) left top no-repeat;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.phone {
	display: block;
	padding: 0px 0px 20px 20px;
	font-size: 16pt;
	color: #444444;
}

body, td {
	font-size: 11pt;
	color: #000000;
}

input, select, textarea {
	font-size: 8pt;
	color: #000000;
}

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	margin-left: 12px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

h1 {
	color: #bb0f2c;
	font-size: 24pt;
	font-family: Georgia, "Times New Roman", serif;
	display: inline;
	font-weight: normal;
}

/*------форма----------------*/

textarea {
	border: 1px #a3a3a3 solid;
	width: 100%;
	padding: 0px 2px 0px 2px;
}

input {
	border: 1px #a3a3a3 solid;
	padding: 0px 2px 0px 2px;
}


/*------ссылки---------------*/

a {
	color: #993300;
}

a:hover {
	color: #bb0f2c;
}

a.menu {
	display: block;
	padding: 3px 16px 8px 18px;
	color: #666666;
	font-size: 14pt;
	background: url(bullet2.gif) 3px 13px no-repeat;
	font-weight: normal;
	text-decoration: underline;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
}

span.menu {
	display: block;
	padding: 3px 16px 8px 18px;
	color: #bb0f2c;	
	background: url(bullet1.gif) 3px 13px no-repeat;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: underline;
}

a.submenu {
	display: block;
	padding: 2px 16px 3px 15px;
	color: #666666;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
a.submenu:hover {
	color: #000000;
	text-decoration: underline;
}
span.submenu {
	display: block;
	padding: 2px 16px 1px 15px;
	color: #3399cc;	
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}

a.botlink {
	color: #ffffff;
	padding: 0px 7px 0px 7px;
}

a.botlink:hover {
	color: #ffffaa;
}


/*------текст----------------*/

.text {
	font-size: 8pt;
	color: #999999;
}

.text a {
	color: #666666;
}

.text a:hover {
	color: #000000;
}

h2, .header {
	color: #bb0f2c;
	font-weight: normal;
	font-size: 24pt;
	margin: 0px;
	padding: 0px;
}

.header {
	font-size: 16pt;
}

h3 {
	color: #999999;
	font-size: 19pt;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

h3 a, h3 a:hover {
	text-decoration: none;
	color: #999999;
}

h2 a, h2 a:hover {
	text-decoration: none;
	color: #bb0f2c;
}

span.language {
	background-color: #bb0f2c;
	color: #ffffff;
	display: block;
	padding: 3px;
	margin: -3px;
}

.date {
	color: #999999;
	
	padding-bottom: 7px;
}