
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

img.img {margin: 0px 5px 0px 5px}

#main {	
	max-width: 1030px;
	width: expression((document.body.clientWidth>1030)?"1030px":"100%");
}

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: circle;
}
ul ul ul li  {
	list-style-type: square;
}
p {
	margin-bottom: 15px;
}

h1 {
	color: #000000;
	font-size: 14pt;
	display: inline;
	font-weight: normal;
}

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;
	text-align: left;
}

table.tbl tr {
	vertical-align: top;
}

table.tbl table {border: none}

table.tbl table td {border: none}

table#catdesc td {text-align: left}

/*------форма----------------*/

textarea {
	border: #a1a1a1 1px solid;
	width: 100%;
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input, select {
	font-size: 9pt;
	border: #a1a1a1 1px solid;
	color: #333333;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.button {
	background-color: #003399;
	color: #ffffff;
	font-weight: bold;
	border: none;
	padding: 3px;
}

input.mysearch {
	height: 15px;
	width: 133px;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

/*------ссылки---------------*/

a {
	color: #003c79;
}
a:hover {
	color: #003cac;
}

a.menu {
	color: #003c79;
	font-size: 13pt;
	display: block;
	font-weight: bold;
	padding: 13px 0px 0px 0px;	
}
a.menu:hover {
	
}
span.menu {
	color: #db0c41;
	font-size: 13pt;
	display: block;
	font-weight: bold;
	padding: 13px 0px 0px 0px;
	text-decoration: underline;
}

a.submenu {
	display: block;
	padding: 4px 0px 2px 13px;
}
span.submenu {
	display: block;
	padding: 4px 0px 2px 13px;
	color: #db0c41;
	text-decoration: underline;
}

a.news {
	color: #003c79;

}
a.news:hover {
	color: #003cac;
}

a.newsarchive {
	color: #;
	background: url(news_li.gif) right 4px no-repeat;
	padding: 0px 11px 0px 0px;
}

a.milo {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	font-size: 8pt;
}
a.map:hover {

}

a.service {
	font-size: 13pt;
}

.cat {
	color: #000000;
	font-size: 16pt;
	text-decoration: none;
}
a.cat:hover {
	text-decoration: underline;
}

td.altgal, td.altgal1 {
	padding: 0px 3px 0px 3px
}

td.altgal table, td.altgal td {
	margin: 0px;
	padding: 0px;
}



td.altgal1 a, a.catname {
	color: #ffffff;
	font-size: 11pt;
	background: #db0c41;
	display: block;
	/*letter-spacing: -1px;*/
	padding: 3px 3px 5px 3px;
	margin-bottom: 10px;
}

td.altgal img.img {
	margin: 0px;
}

td.altgal1 a:hover, a.catname:hover {
	color: #ffff00;
}

/*------текст----------------*/
.code {
	color: #ffffff;
	font-size: 16pt;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 1px 3px 0px 0px;
}

.number {
	color: #ffffff;
	font-size: 20pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

.date {
	color: #ffffff;
	font-size: 8pt;
	background: #8e9194;
	white-space: nowrap;
	padding: 0px 1px 0px 2px;
}

.text {
	font-size: 8pt;
	color: #4b4b4c;
}

.header {
	color: #000000;
	font-size: 14pt;
	display: inline;
	font-weight: normal;
}

a.header {
	color: #003cac;
}

.slogan {
	color: #003c79;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: bold;
}

span.year {
	background-color: #db0c41;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}
