
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 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%");
}

img.img {
	margin: 10px;
}

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 {
	font-size: 9pt;
	border-top: #505050 1px solid;
	border-left: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
	border-bottom: #f5f5f5 1px solid;
	color: #adabaa;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 158px;
}

input.button {
	background: url(button.gif);
	border: 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10pt;
	width: 167px;
	height: 24px;
	padding: 0px;
	cursor: pointer;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

/*------ссылки---------------*/

a {
	color: #a60000;
}
a:hover {
	color: #d90000;
}

a.menu {
	color: #000000;
	font-size: 13pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
a.menu:hover {
	color: #a60000;
	text-decoration: underline;
}
span.menu {
	color: #a60000;	
	font-size: 13pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

a.milo {
	color: #4b4b4c;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.service {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 1px;
}
a.service:hover {
	text-decoration: underline;
}

a.news {
	color: #a60000;
	font-weight: bold;
}
a.news:hover {
	color: #d90000;
}

.sublink {
	color: #a60000;
	background: url(news_li.gif) left 5px no-repeat;
	padding: 0px 0px 0px 9px;
	display: block;
}
.sublink:hover {
	color: #d90000;
}

a.language {
	color: #000000;
	padding: 4px;
	font-size: 8pt;
	text-decoration: none;
}
a.language:hover {
	text-decoration: underline;
}

span.language {
	background: #7c7c7c;
	color: #ffffff;
	font-size: 8pt;
	padding: 4px;
}

a.about {
	color: #a60000;
	font-size: 11pt;
	font-weight: bold;
	background: url(news_li.gif) left 7px no-repeat;
	padding: 0px 0px 0px 9px;
}
a.about:hover {
	color: #d90000;
}


/*------текст----------------*/
.code {
	color: #000000;
	font-size: 16pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 0px 5px 0px 0px;
}

.number {
	color: #000000;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 22pt;
	padding: 0px 0px 0px 0px;
}

.text {
	color: #4b4b4c;
}

.boldtext {
	color: #4b4b4c;
	font-weight: bold;
}

.header {
	color: #000000;
	font-size: 17pt;
	font-family: "Times New Roman", Times, serif;
}

.small {
	font-size: 9pt;
	padding: 1px 3px 2px 4px;
}

.date {
	color: #747474;
	font-family: "Times New Roman", Times, serif;
	font-size: 17pt;
}

.name {
	color: #000000;
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
}
