﻿@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
}

#header {
	background-color: #384869;
}

#header img {
	border: none;
}

#horMenu {
	background-color: #797b54;
}

#horMenu ul {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#horMenu ul li {
	text-align: center;
	float: right;
	width: 150px;
}

#horMenu ul li a {
	text-decoration: none;
	font-size: 140%;
	color: #d6d17f;
	display: block;
	padding: 8px 0px 9px 0px;
}

#horMenu ul li a:hover {
	background-image: url('images/menu_highlight.gif');
	background-repeat: no-repeat;
}

#hm_footer {
	clear: both;
}

#main {
}

#buttonsCol {
	float: right;
	width: 350px;
}

#buttonsCol .button {
	padding: 50px 96px 10px 10px;
}

#buttonsCol .button .buttonTop {
	width: 254px;
	height: 5px;
	background-image: url('images/top_border.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#buttonsCol .button .buttonContent {
	width: 240px;
	background-color: #d7cd9c;
	border-left: solid 1px #2b3b5d;
	border-right: solid 1px #2b3b5d;
	margin-left: 1px;
	text-align: center;
	padding: 5px 5px 30px 5px; /* отступы слева и справа прибавляются к ширине страницы */
}

#buttonsCol .button .buttonContent a {
	color: #2b3b5d;
}

#buttonsCol .button .buttonContent a:hover {
	color: #ff0000;
}

#buttonsCol .button .buttonBottom {
	width: 254px;
	height: 4px;
	background-image: url('images/bottom_border.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

#buttonsCol .button .arrow {
	width: 90px;
	height: 50px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 80%;
	margin: -34px 0px 0px 150px;
	padding: 16px 5px 0px 20px;
}

* html #buttonsCol .button .arrow {	margin: -48px 0px 0px 150px;}

#description {
	margin-right: 360px;
}

.itemTitle {
	padding: 1em 5em 1em 40px;
	font-size: 140%;
}

.itemTitle a {
	color: #384869;
}

.itemTitle a:hover {
	color: #ff0000;
}

.fullDescription p {
	padding: 0em 5em 0em 40px;
}

.fullDescription ol {
	padding: 0em 5em 0em 80px;
}

.fullDescription ol li {
	padding: 5px 0px 5px 0px;
}

#footer {
	clear: both;
	background-color: #d7cd9c;
	background-image: url('images/rss_icon.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px 70px 10px 0px;
}

#footer p {
	text-align: right;
	color: #797b54;
}

#footer p a {
	color: #2b3b5d;
}

#footer p a:hover {
	color: #ff0000;
}

p a {
	color: #2b3b5d;
}

p a:hover {
	color: #ff0000;
}