
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.hidden {
	display: none;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}

.taleft {
	text-align: left;
}

.tacenter {
	text-align: center;
}

.taright {
	text-align: right;
}

#header {
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	height: 65px;
	background: url('../images/header_bg.gif') repeat-x;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#title {
	position: absolute;
	top: 24px;
	left: 288px;
	width: 450px;
	height: 33px;
	background: url('../images/title.jpg') no-repeat;
}

.rus #title{
	background: url('../images/logo_rus.jpg') no-repeat;
}

.eng #title{
	background: url('../images/logo_eng.jpg') no-repeat;
}

#logowrapper {
	position: absolute;
	top: 46px;
	left: 0;
	width: 254px;
	height: 81px;
	background: url('../images/logowrapper.gif') no-repeat;
}

#vmlogo {
	position: absolute;
	top: 18px;
	left: 34px;
	z-index: 1;
}

#languages {
	position: absolute;
	top: 39px;
	right: 17px;
	list-style: none;
	margin: 0;
}

#languages li {
	float: left;
	margin-left: 26px;
}

#languages a {
	/*font-size: 14px;*/
	font-size: 14px;
	color: #56050e;
}

#search {
	position: absolute;
	top: 64px;
	right: 17px;
	color: #fff;
	font-family: Times New Roman;
	line-height: 17px;
}

#search input, #search label {
	padding: 0;
	float: left;
	margin: 0 0 0 8px;
}

#search label {
	padding-top: 2px;
}

#search input.b {
	margin-top: 1px;
}

#common {
	list-style: none;
	position: absolute;
	top: 94px;
	right: 17px;
}

#common li {
	float: left;
	margin-left: 22px;
}

#common a {
	color: #fff;
	font-family: Times New Roman;
}

#common .home {
	padding-left: 15px;
	background: url('../images/home.gif') no-repeat 0 3px;
}

#common .sitemap {
	padding-left: 15px;
	background: url('../images/sitemap.gif') no-repeat 0 4px;
}

#left {
	position: absolute;
	top: 127px;
	left: 16px;
	width: 223px;
	border-color: #dcded3;
	border-style: solid;
	border-width: 0 1px 0 1px;
	background-color: #fff;
	padding-top: 20px;
}

.block {
	border-bottom: 1px solid #dcded3;
}

#left .contacts {
	padding: 16px 0 9px 23px;
	color: #4f4f4f;
}

#left .contacts img {
	margin-top: 5px;
}

#menu, #menu ul {
	list-style: none;
	margin: 0;
}

#menu li {
	display: inline;
}

#menu li span {
	display: block;
	padding: 5px 0 5px 47px;
	background: url('../images/bullet.gif') no-repeat 33px 10px;
}

#menu li a {
	color: #4c4c4c;
	font-weight: bold;
}

#menu li li a, #menu li.active li a {
	color: #848484;
}

#menu li li ul{
	padding-left: 10px;
}

#menu li.active span {
	background: url('../images/menu-active.gif') no-repeat 0 0;
}

#menu li.active a {
	color: #fff;
}

#menu li.active li span {
	background: #fff;
	padding-left: 55px;
}

#menu li.active li.active span a{
	color: #4c4c4c;
}

#menu li.active li.active li span a{
	color: #848484;
}

#menu li.active li.active li.active span a{
	color: #4c4c4c;
}

#center {
	position: absolute;
	top: 142px;
	left: 251px;
	width: 780px;
}

#center.wide{
	width: 1000px;
	left: 0px;
	padding-top: 10px;
}

#message {
	border: 1px solid #dcded3;
	padding: 11px 11px 0 11px;
	font-weight: bold;
	margin-bottom: 18px;
}

#message h2 {
	color: #56050e;
}

#message p {
	margin: 7px 0 16px 0;
}

#contents {
	padding-left: 12px;
}

#right {
	position: absolute;
	top: 142px;
	right: 3px;
	width: 155px;
	border-color: #dcded3;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #808080;
}

#right .block {
	padding: 10px 3px;
}

#right a {
	color: #700B19;
	text-decoration: underline;
	/*font-size: 13px;*/
	font-size: 13px;
}

#right img {
	margin-top: 17px;
}

#right h2 {
	padding-left: 3px;
}

#right p {
	font-family: Times New Roman;
	line-height: normal;
}

hr.footer {
	margin-top: 15px;
}

h2.footer {
	color: #7a0d1f;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.print2{
	display: none;
}