
/*------стандартные----------*/

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(/images/iepngfix.htc); 
}

#main {	

}

p {
	margin-bottom: 15px;
}

img.img1 {
	height: 70px;
}

img.img {
	margin: 5px;
}

/*------списки----------------*/



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;
}

ul.index {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.index li {
	padding: 0px 0px 7px 18px;
	margin: 0px 0px 0px 30px;
	list-style-type: none;
	background: url(libg.gif) 0px 6px no-repeat;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16pt;
	color: #666666;
}

ul.index li a {
	text-decoration: none;
	color: #666666;
}

ul.index li a:hover {
	color: #222222;
	text-decoration: underline;
}


/*------заголовки----------------*/

h1 {
	font-size: 14pt;
	color: #3f6000;
	font-weight: normal;
	margin: 0px;
}

.header {
	font-size: 14pt;
	color: #3f6000;
	font-weight: normal;
	margin: 0px;
}

/*------таблицы----------------*/

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
}

/*------форма----------------*/

form {
	margin: 0px;
}

textarea {
	border: #949494 1px solid;
	height: 60px;
	font-size: 9pt;
	color: #8a8a8a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border: #949494 1px solid;
	color: #8a8a8a;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 17px;
	width: 123px;
}

input.search {
	height: 20px;
	width: 20px;
}

input.button {
	background: none;
	border: 0px;
	text-decoration: underline;
	color: #009900;
	font-weight: normal;
	font-size: 9pt;
	width: 60px;
	height: 17px;
	padding: 0px 0px 0px 1px;
	cursor: pointer;
}


/*------ссылки---------------*/

a {
	color: #009900;
}
a:hover {
	color: #33cc33;
}

a.menu {
	color: #ffffff;
	font-size: 11pt;
	background: url(menu_bg.gif) top repeat-x;
	display: block;
	padding: 2px 0px 4px 0px;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
	color: #ffff99
}
span.menu {
	color: #ffff00;
	font-size: 11pt;
	background: url(menu_bg.gif) top repeat-x;
	display: block;
	padding: 2px 0px 4px 0px;
	text-decoration: underline;
}

a.milo {
	color: #a1a1a1;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	color: #ff9900;
}
a.map:hover {
	color: #ff6600;
}

a.wood {
	color: #3f6000;
	font-size: 18pt;
	text-decoration: none;
}
a.wood:hover {
	text-decoration: underline;
}

a.projects {
	color: #3f6000;
	font-size: 14pt;
	text-decoration: underline;
}
a.projects:hover {
	color: #6f9300;
}

a.more {
	display: block;
	padding: 0px 0px 0px 7px;
	background: url(li.gif) left 5px no-repeat;
}

a.subclass {
	color: #3f6000;
	font-size: 11pt;
	font-weight: normal;
	background: url(li1.gif) left 3px no-repeat;
	padding: 0px 0px 0px 14px;
	display: list-item;
	list-style: none;
	text-decoration: underline;
}
a.subclass:hover {
	color: #5f8200;
	text-decoration: underline;
}
span.subclass {
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
	background: url(li1.gif) left 3px no-repeat;
	padding: 0px 0px 0px 14px;
	display: list-item;
	list-style: none;
	text-decoration: none;
}

/*------текст----------------*/
.code {
	color: #666666;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 5px 0px 6px;
}

.number {
	color: #333333;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 0px;
}

.text {
	color: #a1a1a1;
}

.small {
	font-size: 8pt;
}

.slogan {
	color: #2fad2f;
	padding-top: 20px;
	font-size: 20pt;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.special {
	color: #ff0000;
	font-size: 14pt;
}

.ready {
	color: #3f6000;
	font-size: 14pt;
}

.bg2 {
	background: url(bg2.jpg) left top no-repeat;
}

.bg3 {
	background: url(bg3.jpg) left 150px no-repeat;
}

.bg4 {
	background: url(bg4.jpg) left 300px no-repeat;
}
