
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#main {	
	width: expression((document.body.clientWidth>1100)?"850px":"100%");
}

span.form {
	display: block;
	border: 1px #ff0000 solid;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

span.form a.thickbox {
	text-decoration: none;
	background: url(form.jpg) 5px 3px no-repeat;
	display: block;
	color: #666666;
	font-size: 11pt;
	padding: 5px 15px 8px 47px;
}

span.form a.thickbox:hover {
	background: url(form1.jpg) 5px 3px no-repeat;
	background-color: #ccf847;
	color: #000000
}

span.form a.thickbox b {
	font-weight: normal;
	/*border-bottom: 1px #666666 dashed;*/
}

span.form a.thickbox:hover b {
	/*border-bottom: 1px #000000 dashed;*/
}

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 {
	display: inline;
	color: #000000;
	font-size: 13pt;
	font-weight: 600;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

/*------форма----------------*/

textarea {
	border-left: #9fca1d 1px solid;
	border-right: #9fca1d 1px solid;
	border-top: #3b4b0b 1px solid;
	border-bottom: #d6ed8f 1px solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	color: #606060;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border-left: #9fca1d 1px solid;
	border-right: #9fca1d 1px solid;
	border-top: #3b4b0b 1px solid;
	border-bottom: #d6ed8f 1px solid;
	color: #444444;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 162px;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

input.button {
	border: none;
	color: #000000;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	background-color: #b1eb00;
	font-size: 9pt;
}

/*------ссылки---------------*/

a {
	color: #005895;
}
a:hover {
	color: #0058e5;
}

a.menu {
	color: #000000;
	font-size: 11pt;
	display: block;
	padding: 8px 0px 5px 0px;
}
a.menu:hover {
	color: #004f8c;	
}
span.menu {
	color: #004f8c;
	font-size: 11pt;
	display: block;
	padding: 8px 0px 5px 0px;
	text-decoration: underline;
}

a.submenu {
	color: #000000;
	font-size: 9pt;
	display: block;
	padding: 3px 0px 5px 15px;
}
a.submenu:hover {
	color: #004f8c;	
}
span.submenu {
	color: #004f8c;
	font-size: 9pt;
	display: block;
	padding: 3px 0px 5px 15px;
	text-decoration: underline;
}

a.news {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.news:hover {
	text-decoration: underline;
}

a.milo {
	color: #4b4b4c;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	color: #004f8c;
	font-size: 9pt;
}
a.map:hover {
	color: #004fdc;
}

a.link {
	font-size: 8pt;
	background: url(li1.gif) left 6px no-repeat;
	display: block;
	padding: 0px 0px 0px 8px;
}
a.link:hover {
		
}

a.services {
	color: #000000;
	font-size: 13pt;
	font-weight: 600;
	background: url(li.gif) left 4px no-repeat;
	display: block;
	padding: 0px 0px 0px 20px;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	text-decoration: none;
}

h2 {
	display: inline;
	font-size: 13pt;
	font-weight: 600;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

a.services:hover {
	text-decoration: underline;
}


/*------текст----------------*/
.code {
	color: #000000;
	font-size: 19pt;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 3px 6px 0px 9px;
}

.number {
	color: #eb2700;
	font-size: 28pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

span.date {
	color: #000000;
}

.text {
	font-size: 9pt;
	color: #4b4b4c;
}

.header {
	color: #000000;
	font-size: 13pt;
	font-weight: 600;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

.today {
	color: #6a6a6a;
}

.call {
	font-size: 10pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

.blink {
	font-size: 13pt;
	padding-left: 27px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	text-decoration: blink;
}