
/*------стандартные----------*/

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>1100)?"1100px":"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: 18pt;
	display: inline;
	padding: 0px 0px 0px 0px;
	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
}
table.tbl tr {
	vertical-align: top
}

/*------форма----------------*/

textarea {
	border: 1px solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	border-color: #a3a3a3;
	color: #636363;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border-top: #5c5c5c 1px solid;
	border-bottom: #eaeaea 1px solid;
	border-left: #8a8a8a 1px solid;
	border-right: #e3e3e3 1px solid;
	color: #636363;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 148px;
}

input.button {
	background: none;
	border: 0px;
	text-decoration: underline;
	color: #004261;
	font-size: 11pt;
	padding: 0px;
	width: 74px;
	cursor: pointer;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

/*------ссылки---------------*/

a {
	color: #004261;
}
a:hover {
	color: #006483;
}



a.menu {
	color: #004261;
	font-size: 13pt;
	font-weight: bold;
	white-space: nowrap;
	display: block;
}
a.menu:hover {
	color: #0091b5;
}
span.menu {
	color: #0091b5;
	font-size: 13pt;
	white-space: nowrap;
	font-weight: bold;
	display: block;
}

a.milo {
	color: #1e1e1e;
	font-size: 11pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	font-size: 8pt;
	
}
a.map:hover {
	
}

a.services {
	color: #cb1d00;
	font-size: 16pt;
	text-decoration: none;
}
a.services:hover {
	text-decoration: underline;
}

a.sublink {
	font-size: 11pt;
}

a.word {
	font-size: 11pt;
}

a.downmenu {
	display: block;
	padding: 0px 20px 0px 0px;
}


/*------текст----------------*/
.code {
	color: #000000;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 4px 6px 0px 0px;
}

.number {
	color: #74643e;
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text {
	color: #1e1e1e;
}

.header {
	font-size: 20pt;
	display: inline;
	font-weight: normal;
}

.small {
	color: #ffffff;
	font-size: 7pt;
	padding: 1px 3px 2px 4px;
}

.big {
	color: #000000;
	font-size: 14pt;
}

.smaller {
	color: #484848;
	font-size: 8pt;
	padding: 2px 0px 0px 0px;
}