
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.img {border: none; margin: 5px}

table.tbl {border-right: 1px #009900 dotted; border-bottom: 1px #009900 dotted}
table.tbl td {border-left: 1px #009900 dotted; border-top: 1px #009900 dotted; padding: 3px}
table.tbl tr {vertical-align: top}

tr.tbl td {background-color: #FFFF66}

#main {	
	width: expression((document.body.clientWidth>1100)?"1100px":"100%");
	max-widtn: 1100px;
}

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;
}

li.services {
	margin: 0px;
	list-style: none;
	line-height: 30px;
	padding: 0px 0px 0px 22px
}
ul.services {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 15px;
}

h1 {
	display: inline;
	color: #ff1be2;
	font-size: 18pt;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

/*------форма----------------*/

textarea {
	border: #a1a1a1 1px solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	color: #878787;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border: #a1a1a1 1px solid;
	color: #878787;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 17px;
	width: 150px;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

input.button {
	border: 0px;
	background: none;
	text-decoration: underline;
	color: #72a60f;
	font-weight: normal;
	font-size: 12pt;
	width: 80px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

/*------ссылки---------------*/

a {
	color: #498000;
}
a:hover {
	color: #69a000;
}

a.menu {
	color: #ffffff;
	font-size: 14pt;
	background: #7bbb00;
	display: block;
	height: 22px;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	background: #7bbb00;
	text-decoration: underline;
}
span.menu {
	color: #ffffff;
	font-size: 14pt;
	display: block;
	height: 22px;
	background: #69a000;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}

a.submenu {
	color: #256000;
	font-size: 12pt;
	font-weight: bold;
}
a.submenu:hover {
	color: #69a000;
}
span.submenu {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

a.news {
	color: #558100;
	font-weight: bold;
	text-decoration: none;
}
a.news:hover {
	color: #558100;
	text-decoration: underline;
}

a.milo {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	color: #000000;
	text-decoration: underline;
}

a.services {
	color: #000000;
	font-size: 14pt;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
a.services:hover {
	color: #000000;
	text-decoration: underline;
}


/*------текст----------------*/
.code {
	color: #2d4400;
	font-size: 18pt;
	font-weight: normal;
	padding: 3px 5px 0px 10px;
}

.number {
	color: #69a000;
	font-size: 26pt;
	padding: 0px 0px 0px 0px;
}

span.date {
	color: #000000;
}

.text {
	font-size: 9pt;
	color: #4b4b4c;
}

.header {
	color: #69a000;
	font-size: 14pt;
	display: block;
	padding: 3px 0px 5px 0px
}

.call {
	color: #2d4400;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}