html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #515756;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
	font-size: 12px;
}

/* Normal link */
a {
	/* color: #2C79B3; */
	color: #E58C00;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	/* color: #2C79B3; */
	color: #E58C00;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Small text */
small, .small, #pathway, #col1, #col2, #footer {
	font-size: 92%;
}

small, .small {
	color: #858783;
}

img {
	margin: 0;
	padding: 0;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

h2 {
	color: #e58c00;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrapper {
	padding: 0 0 40px;
	width: 950px;
	margin: 0 auto;
}

#header,
#mainnav,
#pathway,
#container,
#footer {
	clear: both;
}

#container {
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	background: url(../images/main-bg1.gif) repeat-y left;
}

#container2 {
	border-bottom: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;
	/* background: url(../images/main-bg2.gif) repeat-y right; */
}

#mainbody {
	width: 80%;
	float: right;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#content {
	clear: both;
	display: block;
	float: left;
	/*width: 75%;*/
	width: 100%;
}

#current-content {
	padding: 10px 15px;
}

/* COLUMNS
--------------------------------------------------------- */
#col1 {
	float: left;
	overflow: hidden;
	width: 20%;
	color: #626A69;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 25%;
	color: #626A69;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#containerwrap {
	padding: 0;
	margin: 25px 0;
	background: url(../images/grad1.gif) repeat-x bottom #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
	font-size: 100%;
	margin: 0 -10px 5px;
	padding: 5px 10px;
	background: url(../images/grad3.gif) repeat-x bottom #A8A8A8;
	border-bottom: 1px solid #E7E8E6;
	color: #FFFFFF;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
	margin: 0;
	padding: 0 10px 10px;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilte ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

/* Hilite */
div.moduletable_hilite h3 {
	background: url(../images/grad2.gif) repeat-x bottom #2C79B3;
}

/* HEADER
--------------------------------------------------------- */
#header {
	height: 33px;
	line-height: normal;
	position: relative;
}

h1.logo {
	margin: 0;
	padding: 0;
	font-size: 200%;

}

h1.logo a {
	text-decoration: none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnavwrap {
	background: url(../images/shadow.gif) repeat-x bottom;
	height: 37px;
	position: relative;
	z-index: 999;
}

#mainnav {
	/* background: #2C79B3; */
	background: #E58C00;
	height: 32px;
}

#mainnav td {
	border-right: 1px solid #BD7300;
	}

#mainnav a {
	color: #F1E7D7;
	display: block;
	font-size: 100%;
	font-weight: bold;
	line-height: 32px;
}

#mainnav a:hover {
	display: block;
	background: #BD7300;
	color: #fff;
	}

/* Путеводитель */
#pathway {
	border: 1px solid #E7E8E6;
	padding: 5px 15px;
	color: #626A69;
	font-weight: bold;
	background: #F8F8F7;
}

#pathway strong {
	margin-right: 5px;
}

#pathway a {
	color: #626A69;
	font-weight: normal;
}

/* Левая менюшка */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 6px 4px;
	color: #626A69;
	border-bottom: 1px solid #E7E8E6;
	background: url(../images/arrow.png) no-repeat 97% center;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #2C79B3;
	background: url(../images/arrow2.png) no-repeat 97% center;
}

ul.menu li.active a {
	color: #2C79B3;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li a {
	background: url(../images/bullet.gif) no-repeat 10px 11px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
	width: 75%; /*need for ie6 transparent*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
	color: #626A69;
	padding: 20px 0 0;
	position: relative;
	text-align: center;
	border-top: 1px solid #E7E8E6;
}

#footer small {
	color: #858783;
	font-size: 100%;
}

/* MISCELLANOUS
----------------------------------------------------------- */
.clr {
	clear: both;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}