@CHARSET "Windows-1251";
body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
#    background: url('/files/dark.jpg');
}

###div { border:1px red dashed; }
 
#main {
	position: relative;
	height: 100%;
	margin: auto;
	width: 994px;
	border-right: 2px solid #CD3D00;
	border-left: 2px solid #CD3D00;
}

html>body #main {
	height: auto !important;
	min-height: 100%;
}

#footer {
	height: 125px;
}

#empty {
	height: 92px;
}

#empty {
	clear: both;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #F8E093;
	border-top: 5px solid #CD3D00;
}

#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292F32;
	padding-top: 18px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292F32;
	text-decoration: underline;
	line-height: 12px;
	background: url('/img/bottom-point.gif') scroll no-repeat center left;
	padding-left: 9px;
}

#footer-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #292F32;
    text-decoration: underline;
    line-height: 12px;
    padding-left: 9px;					
}

#header {
	height: 348px;
	background: url('/img/sky1.jpg') scroll no-repeat top right;
	border-bottom: 5px solid #CD3D00;
}

#logo {
	height: 348px;
	background: url('/img/logo1.jpg') scroll no-repeat top left;
}

#main-content {
	padding: 0px 18px 0px 18px;
}
#main-content img{
	border: 0;
}



/* Главное меню */
table#main-menu {
	border: 0px solid red;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	height: 42px;
	background: url('/img/menu-bg.gif') scroll repeat-x top left;
}

table#main-menu td {
	border: 0px solid red;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px 7px 0px 7px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#main-menu td a:link, #main-menu td a:visited, #main-menu td a:active {
	font-family:  Tahoma, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 17px;
} 

#main-menu td a:hover {
	text-decoration: underline;
} 

#menu-left, #menu-right {
	padding: 0px !important;
	width: 9px;
	font-size: 0px;
} 

#menu-left {
	background: url('/img/menu-left.gif') scroll no-repeat top left;
}

#menu-right {
	background: url('/img/menu-right.gif') scroll no-repeat top right;
}



table#main-content {
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

table#main-content td {
	border: 0px solid red;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	vertical-align: top;
	width: 33%;
}


/* Анонс мероприятий */

#anons {
	float: left;
	width: 305px;
	background: url('/img/anons-left.gif') scroll no-repeat top left;
}

#anons-top {
	height: 45px;
	background: url('/img/anons-top.gif') scroll no-repeat top left;
}

#anons-content {
	padding: 0px 16px 0px 16px;
}

table#main-content h1 {
	font-family:  Tahoma, sans-serif;
	font-size: 18px;
	color: #323232;
	font-weight: normal;
	margin: 0;
	padding: 10px 0px 0px 46px;
}

table#main-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B3032;
}

.anons-date {
	font-weight: bold;
	color: #D72012;
}

table#main-content a:link, table#main-content a:hover, table#main-content a:visited, table#main-content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B3032;
}



/* Центр корпоративных событий */

#corp {
	float: right;
	width: 320px;
	background: url('/img/corp-center.gif') scroll repeat-y top left;
}

#corp-top {
	height: 45px;
	background: url('/img/corp-top.gif') scroll no-repeat top left;
}

#corp-bottom {
	height: 100%;
	background: url('/img/corp-bottom.gif') scroll no-repeat bottom left;
}

#corp-content {
	padding: 0px 16px 9px 16px;
}


/* Кнопки */

.btn-archive {
	width: 159px;
	height: 20px;
	background: url('/img/btn-archive.gif') scroll no-repeat top left;
}

.btn-more1 {
	width: 110px;
	height: 20px;
	background: url('/img/btn-more1.gif') scroll no-repeat top left;
}

.btn-archive a, .btn-more1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#404 h1{
    font-size: large;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#404 h5{
    font-size: medium;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

