
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#main {	
	width: expression((document.body.clientWidth>1000)?"1000px":"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: square;
}
ul ul ul li  {
	list-style-type: circle;
}
p {
	margin-bottom: 15px;
}

h1 {
	color: #000000;
	font-size: 16pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	display: inline;
	font-weight: normal;
}

/*------форма----------------*/

textarea {
	border: 1px solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	border-color: #a3a3a3;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {border: 1px #a3a3a3 solid}

input.mysearch {
	height: 15px;
	width: 151px;
	font-size: 9pt;
	border-left: 1px #c0bfaa solid;
	border-top: 1px #a7a693 solid;
	border-bottom: 1px #f3f2e4 solid;
	border-right: 1px #ecebd8 solid;
	color: #878787;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	background: #123656;
	border: 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 12pt;
	width: 190px;
	height: 20px;
	padding: 0px;
	cursor: pointer;
}

input.search {
	width: 11px;
	height: 11px;	
}

/*------ссылки---------------*/

a {
	color: #005895;
	text-decoration: underline;
}
a:hover {
	color: #0058c8;
}

a.menu {
	color: #5b005c;
	background: url(menu_p.gif) 25px 10px no-repeat;
	font-size: 16pt;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	display: block;
	padding: 0px 10px 0px 60px;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu:hover {
	color: #3c003d;
	text-decoration: none;
}
span.menu {
	color: #3c003d;
	background: url(menu_a.gif) 25px 10px no-repeat;
	font-size: 16pt;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	display: block;
	padding: 0px 0px 0px 60px;
	text-decoration: none;
	text-transform: uppercase;
}
a.submenu {
	color: #005895;
	display: block;
	text-decoration: none;
	font-size: 11pt;
}

a.submenu:hover {
	color: #0058c8;
	}
span.submenu {
	color: #3c003d;
	display: block;
	font-size: 11pt;
	text-decoration: underline;
}


a.milo {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	font-size: 8pt;
}
a.map:hover {
	color: #0000ff;
}

a.specialHeader {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none
}
a.specialHeader:hover {
	text-decoration: underline;
}

a.special {
	color: #e600ee;
	font-size: 14pt;
	font-family: Georgia, "Times new Roman", serif;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	/*text-transform: uppercase;*/
	display: block;
	height: 40px;
	line-height: 19px;
	background: #ffffff;
}



a.special:hover {
	text-decoration: underline;
}

td.tableheader {
	background-color: #ffcc99;
	padding: 10px 3px 10px 3px;
}

td.tableheader1 {
	background-color: #ffddbb;
	padding: 5px 3px 5px 3px;
}

td.specialcontent, td.specialcontent span {
	font-size: 13pt;
	font-family: Georgia, "Times new Roman", serif;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

a.services {
	display: block;
	padding-bottom: 10px;
	color: #002e7a;
	font-size: 22pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	text-decoration: none;
}

a.services1 {
	display: block;
	padding-bottom: 7px;
	color: #002e7a;
	font-size: 15pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	text-decoration: none;
}

a.services:hover, a.services1:hover {
	color: #002e7a;
	text-decoration: underline;
}

a.items {
	display: block;
	padding: 0px 0px 2px 0px
}
a.items:hover {
	
}

/*------текст----------------*/
.call {
	color: #f8ffe9;
	font-size: 12pt;
}

.code {
	color: #003399;
	font-size: 20pt;
	padding: 3px 4px 0px 8px;
}

.number {
	color: #0066cc;
	font-size: 32pt;
}

.date {
	color: #ffffff;
	background: #999fa2;
	font-size: 8pt;
	padding: 0px 1px 0px 2px;
	line-height: 12px;
}

.text {
	font-size: 8pt;
}

.header {
	color: #000000;
	font-size: 16pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

table.tbl {border-right: 1px #003399 dotted; border-bottom: 1px #003399 dotted}
table.tbl td {border-left: 1px #003399 dotted; border-top: 1px #003399 dotted; padding: 3px}
table.tbl tr {vertical-align: top}
