div#header-wrapper {
	position: relative;
	min-width: 1000px;
 	width: auto !important; /*Чтобы в IE6 div с телефонами не съезжал вниз, когда уменьшаем ширину окна*/
 	width: 1100px;
}

div#header {
	float:left;
	padding-bottom:30px;
	/*margin-right:170px; - зачем? в IE6 даёт отступ*/
	width:100%;
}

div#header-inner {
	#margin-right:255px;
}

div#header-logo {
	float:left;
	width:240px;
	height: 240px;
}
div#header-eme {
	float:left;
	width: 520px;
	height: 240px;
	color: #007632;
}

div#header-eme h1 { font-size: 4em; } 
div#header-eme h2 { font-size: 1.2em; }

div#header-contacts {
	float:left;
	width: 240px;
	height: 240px;
	color: #007632;
}

div#header-text {
	margin-left: 150px;
	text-align: left;
	color: #007632;
	float:left;
	font-family:Tahoma,Arial;
	font-size:0.917em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
}

div#left-menu-wrapper  {
	width: 20%;
	float: left;
}

div#left-menu {
	width: 100%;
	clear:left;
}

div#footer {
	border-top:1px solid #CCCCCC;
	clear:both;
	color:#949494;
	float:left;
	font-family:Tahoma,Arial;
	font-size:0.917em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	margin:30px 0pt 0pt;
	padding:10px 0pt 40px;
	width:100%;
	text-align: center;
}

div#wrapper {
	clear: both;
	min-width: 1000px;
}

div#main-header {
	#background:#c9d5b3 none repeat scroll 0%;
	#border-color:#007632 -moz-use-text-color -moz-use-text-color;
	#border-style:solid solid solid;
	#border-width:1px 1px 1px;
	font-size:medium;
	font-weight:bold;
	margin-top:0pt;
	padding:0.1em;
	text-align:center;
	width:100%;
	color: #007632;
}

div#main  {
	float:left;
	margin-right:2%;
	width:56%;
}

div#right-header {
	#background:#c9d5b3 none repeat scroll 0%;
	#border-color:#007632 -moz-use-text-color -moz-use-text-color;
	#border-style:solid solid solid;
	#border-width:1px 1px 1px;
	font-size:medium;
	font-weight:bold;
	margin-top:0pt;
	padding:0.1em;
	text-align:center;
	width:100%;
	color: #007632;
}

div#right-block  {
	float:left;
	margin-right:2%;
	width:18%; /*если 20%, то в IE6 будет съезжать вниз*/
}

div#right {
	width: 100%;
	margin-bottom: 10px;
}

a img {
	border:medium none;
}

body {
	text-align: justify;
}

P, TD, LI, SELECT, TEXTAREA, body {
  font-family: Verdana;
}


div#text-green {
	color: #007632;
}

span#text-big {
	font-size: 2em;
}

span#text-small {
	font-size: small;
}

a#menu-item {
	color: #007632;
	text-decoration: none;

	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}

a:hover#menu-item  {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

A:link {
	#color: #00AAAA;
	text-decoration: underline;
	cursor: hand;
}

A:visited {
	#color: #999999;
	text-decoration: underline;
	cursor: hand;
}

A:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: underline;
	cursor: hand;
}

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	#border-color: #94AA74;
	border-color: #007632;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/img/arrowgreen.gif) 100% 0;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	#background-position: 100% -64px;
}

