
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

img {
	behavior: url(iepngfix.htc); 
}

img.img {
	margin: 5px;
}

#main {	

}

p {
	margin-bottom: 15px;
}

p.fst {
	margin-bottom: 0px;
}

b.ty {
	color: #262c7c;
	font-weight: normal;
	border-bottom: #262c7c 1px dashed;
	cursor: pointer;
}
b.ty:hover {
	color: #595faf;
	border-bottom: #262c7c 1px 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;
}


/*------заголовки----------------*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000651;
	font-weight: normal;
	display: inline;
	padding: 0px;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000651;
	font-weight: normal;
	padding: 0px;
}

/*------таблицы----------------*/

table.tbl {
	border-right: 1px #cccccc dotted;
	border-bottom: 1px #cccccc dotted
}
table.tbl td {
	border-left: 1px #cccccc dotted;
	border-top: 1px #cccccc dotted;
	padding: 3px
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

textarea {
	border: #c8c8c8 1px solid;
	height: 60px;
	font-size: 9pt;
	color: #8a8a8a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border: #c8c8c8 1px solid;
	color: #8a8a8a;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 120px;
	color: #000000;
	font-size: 8pt;
}

input.search {
	height: 20px;
	width: 20px;
}

input.button {
	background: none;
	border: 0px;
	text-decoration: underline;
	color: #262c7c;
	font-weight: normal;
	font-size: 9pt;
	width: 60px;
	height: 17px;
	padding: 0px 0px 0px 1px;
	cursor: pointer;
}


/*------ссылки---------------*/

a {
	color: #262c7c;
}
a:hover {
	color: #595faf;
}

a.menu {
	color: #ffffff;
	font-size: 10pt;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 2px 7px 2px;
	text-decoration: none;
}
a.menu:hover {
	background: url(gradient.gif) repeat-x;
	text-decoration: none;
}
span.menu {
	color: #ffffff;
	font-size: 10pt;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 2px 7px 2px;
	text-decoration: underline;
}

a.news {

}
a.news:hover {

}

a.milo {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	font-size: 9pt;
}
a.map:hover {
	
}

a.order {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000651;
	font-weight: normal;
	padding: 0px;
	text-decoration: none;
}
a.order:hover {
	color: #003984;
	text-decoration: underline;
}


/*------текст----------------*/
.code {
	color: #000000;
	font-size: 12pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 2px 5px 0px 6px;
}

.number {
	color: #000000;
	font-size: 18pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 0px 0px 0px 0px;
}

.text {
	color: #4b4b4c;
}

.date {
	color: #666666;
	font-size: 9pt;
}
span.date {
	color: #f0ffe0;
	font-size: 16pt;
	font-family: Tahoma;
	padding: 0px 0px 0px 0px;
}

.small {
	font-size: 8pt;
}

.logo_bg{
	background: url(logo_bg.jpg) left no-repeat;
}

.left_bg{
	background: url(left_bg.jpg) repeat-y;
}

.left2_bg{
	background: url(left2_bg.jpg) repeat-y;
}

.menu_bg {
	background: url(menu_bg.jpg) repeat-x;
}