
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background: #C31E2E url('/img/bg/bg.jpg');
}
body {
	min-width: 900px;
	min-height: 100%;
	position: relative;
	font: 75%/1.4 Verdana, sans-serif;
	color: #504E4F;
	background: url('/img/bg/body.jpg') center top repeat-x;
}
* html body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.72em;
	color: #8D1735;
}
h1 {
	font-size: 2.3em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
}
h3 {font-size: 1.16em;}
h4 {font-size: 1em;}
h5 {font-size: 0.83em;}
h6 {font-size: 0.67em;}
a {
	color: #A4455D;
	outline-style: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
ul, ol {
	margin-bottom: 1.6em;
	padding-left: 2.5em;
}
p {
	margin-bottom: 1.6em;
}
p.preamble {
	margin-bottom: 1.1em;
	font: bold 1.2em/1.3 Tahoma, sans-serif;
}
small {
	font-size: 0.9em;
}
table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
}
th, td {
	font-size: 1em;
	color: #504E4F;
}

/** main */
#main {
	padding-bottom: 130px;
	background: url('/img/bg/header.jpg') center top no-repeat;
}

/** header */
#header {
	margin: 0 auto;
	padding-top: 62px;
	padding: 62px 16px 0;
	width: 900px;
	width: 868px;
	height: 187px;
	color: #FFFFFF;
}
#logo {
	display: block;
	width: 70px;
	height: 101px;
	float: left;
	background: url('/img/logo.png') no-repeat;
	cursor: pointer;
}
* html #logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='crop');
}
#slogan {
	margin-top: 34px;
	margin-left: 92px;
	width: 269px;
	height: 35px;
	float: left;
	background: url('/img/slogan.png') no-repeat;
}
* html #slogan {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/slogan.png', sizingMethod='crop');
}
#contacts {
	margin-top: 36px;
	float: right;
	text-align: right;
}
#contacts a {
	font-size: 0.9em;
	line-height: 1.8;
	color: #F08AA1;
}
#contacts img {
	vertical-align: top;
}
#menu {
	margin-bottom: 0;
	padding: 32px 0 0;
	width: 100%;
	clear: both;
	list-style: none;
	white-space: nowrap;
}
#menu li {
	margin-right: 47px;
	display: inline;
}
#menu li.last {
	margin-right: 0
}
#menu a {
	border-bottom: 1px dashed #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
}
#menu a:hover {
	border-bottom: none;
}
#menu li.promo a {
	border-bottom-color: #F7AE00;
	color: #F7AE00;
}

/** content */
#content {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#content-body {
	padding: 20px 34px 18px;
	width: 832px;
	min-height: 188px;
	overflow: hidden;
	background: #FFFFFF url('/img/bg/content-top.png') left top no-repeat;
}
#content-bottom {
	height: 85px;
	background: url('/img/bg/content-bottom.png') no-repeat;
}
* html #content-bottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg/content-bottom.png', sizingMethod='crop');
}

/** footer */
#footer {
	margin-left: -450px;
	padding-top: 200px;
	width: 900px;
	height: 118px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	font: 0.9em/1.2 Tahoma, Arial, sans-serif;
	color: #F4D2D6;
	background: url('/img/bg/footer.png') bottom no-repeat;
}
* html #footer {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg/footer.png', sizingMethod='crop');
}
#footer address {
	padding-left: 16px;
	float: left;
	font-style: normal;
}
#design {
	padding-right: 16px;
	text-align: right;
	line-height: 24px;
}
#design span {
	vertical-align: -2px;
}
#design img {
	vertical-align: middle;
}

/** elements */
#news {
	width: 80%;
}
#news td {
	vertical-align: top;
}
.news-date {
	padding-right: 1em;
	width: 56px;
	color: #888888;
}
.news-title {
	color: #8D1735;
}
.news-summary {
	padding-bottom: 1em;
}
.news-text {
	width: 740px;
}

.note {
	margin-left: -17px;
	margin-bottom: 1.3em;
	width: 866px;
	color: #000000;
	background: #F7E7CD url('/img/bg/note.png') repeat-y;
}
.note p {
	margin: 0 17px;
}
.note-top {
	height: 15px;
	background: url('/img/bg/note-top.png') no-repeat;
}
.note-bottom {
	height: 18px;
	background: url('/img/bg/note-bottom.png') bottom no-repeat;
}

.epilogue {
	margin-top: 22px;
	margin-left: -17px;
	padding-top: 10px;
	width: 866px;
	clear: both;
	font: bold 1.25em Tahoma, sans-serif;
	color: #FFFFFF;
	background: #8C1634 url('/img/bg/epilogue-top.png') no-repeat;
}
.epilogue p {
	margin: 0 17px;
}
.epilogue-bottom {
	height: 13px;
	background: url('/img/bg/epilogue-bottom.png') bottom no-repeat;
}

.colgroup {
	width: 100%;
	overflow: hidden;
}
.colgroup h2 {
	color: #504E4F;
}
.column {
	width: 50%;
	float: left;
}
.column h3 {
	margin-top: 1.05em;
	margin-bottom: 0.15em;
	color: #B7283D;
}
.column img {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.contacts-left {
	width: 37%;
	float: left;
	overflow: hidden;
}
.contacts-right {
	float: right;
	width: 62%;
	overflow: hidden;
}
.contacts table {
	width: 100%;
}
.contacts td {
	padding-bottom: 1em;
	vertical-align: top;
}
.contacts h2 {
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: bold;
}
.contacts h3 {
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.contacts p {
	margin-bottom: 1.5em;
	line-height: 1.3;
}

.paginator {
	padding: 20px 0;
}
.paginator a,
.paginator span {
	margin: 0 10px 10px 0;
	border: 1px solid #999999;
	width: 20px;
	height: 20px;
	float: left;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #999999;
}
.paginator a:hover {
	background: #DDDDDD;
}
.paginator span {
	color: #FFFFFF;
	background: #999999;
}