@charset "windows-1251";

/* Сброс всех настроек */
* { font-size: 100.01%; margin: 0; padding: 0;}

/* Изменяем размер шрифта до 10px */
html {
	min-height: 100%;
	margin-bottom: 1px;
	font-size: 62.5%;
}

html, body {
	height: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #46525a;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/home-bg.gif) repeat-y;
}

a {
	color: #46525a;
}

a:visited {
	color: #46525a;
}

a:hover, a:active {
	color: #cc3333;
}

a img {
	border: none;
}

a.grey-button, a.grey-button:visited {
	padding: 2px 6px;
	background-color: #46525a;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 2em !important;
}
a.grey-button:hover, a.grey-button:active {
	background-color: #a9a9a9;
	color:#FFFFFF;
}

a.red-button, a.red-button:visited {
	padding: 2px 6px;
	background-color: #cc3333;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 2em !important;
}
a.red-button:hover, a.red-button:active {
	background-color: #46525a;
	color:#FFFFFF;
}


#layout {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-spacing: 0;
	border-collapse: collapse;
	/*border-bottom: 3px double #aeb1b2;*/
}

#layout td {
	margin: 0;
	padding: 0;
}

.layoutlc {
	border-width: 0;
	border-style: none;
	width: 50%;
}

.layoutmb {
	border-right: 1px solid #cbced0;
	/*border-left: 1px dotted #aeb1b2;*/
	border-left: 1px dotted #cbced0;
	background: url(images/middle-page-bg.gif) repeat-y right;
}

.layoutmb hr {
	width:28px;
	height: 1px;
	visibility:hidden;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.layoutrc {
	border-width: 0;
	border-style: none;
	width: 50%;
	background: url(images/right-page-bg.gif) repeat-y left;
}

.layoutrb {
	background: #CC3333 url(images/right-border-bg.gif) repeat-y left;
	border-width: 0;
	border-style: none;
}

.layoutrb hr {
	width:20px;
	height: 1px;
	visibility:hidden;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.clr{
	clear: both;
}



#mainnavcontainer {
	position: relative;
	float: left;
	width: 468px;
	height: 32px;
	padding: 0;
	margin: 46px 0 0 0;
	display: inline;
}

#mainnav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
	display: inline;
	overflow: hidden;
	width: 468px;
	z-index: 100;
}
	
#mainnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#mainnav a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win */
	position: absolute;
	z-index: 10;
}
	
#mainnav a:hover {
	background-position: 0 -32px;
	z-index: 99;
}

#mainnav a.selected/*, #mainnav a:active */{
	background-position: 0 -64px !important;
	z-index: 100 !important;
}
	
#mmi1 a  {
	left: 0px;
	width: 105px;
	background: url(images/mm_01.gif) top left no-repeat;
}

#mmi2 a  {
	left: 364px;
	width: 105px;
	background: url(images/mm_02.gif) top left no-repeat;
}

#mmi3 a  {
	left: 105px;
	width: 136px;
	background: url(images/mm_04.gif) top left no-repeat;
}

#mmi4 a  {
	left: 242px;
	width: 126px;
	background: url(images/mm_03.gif) top left no-repeat;
}

#mmi5 a  {
	left: 354px;
	width: 114px;
	background: url(images/mm_05.gif) top left no-repeat;
}




#sitenavcontainer {
	/*position: relative;*/
	height: 20px;
	padding: 0 2px 0 0;
	margin: 7px 0 0 0;
	color: #cc3333;
	border-bottom: 1px solid #aeb1b2;
}

#sitenavcontainer a {
	color: #cc3333;
	text-decoration: none;
}
	
#sitenavcontainer a:hover {
	color: #cc3333;
	text-decoration: underline;
}


#home-table {
	margin: 0 120px;
	width: 800px;
}

#home-copyright {
	font-size: 11px;
	padding-top: 5px;
}

#home-footer {
	border-bottom: 1px solid #aeb1b2;
	padding-bottom: 16px;
}

#home-cols-table {
	margin: 10px 0 10px 0;
}

#home-cols-table p {
	margin-bottom: 12px;
}

#home-cols-table h2, #home-cols-table h3, #home-cols-table h4, #home-cols-table h5, #home-cols-table h6 {
	line-height: 1.2em;
}

#home-cols-table h6{
	font-size: 12px;
	font-weight: bold;
}

#home-cols-table h5{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 12px;
}

#home-cols-table h4{
	font-size: 16px;
	font-weight: bold;
}

#home-cols-table h3{
	font-size: 18px;
	font-weight: bold;
}

#home-cols-table h2{
	font-size: 20px;
	font-weight: bold;
}

h6.address{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: -12px;
}

#home-cols-table a {
	color: #cc3333;
}

#home-cols-table a:visited {
	color: #46525a;
}

#home-cols-table a:hover, #home-cols-table a:active {
	color: #cc3333;
}

#home-left-col {
	width: 50%;
	border-right: 1px solid #aeb1b2;
	font-size: 11px;
	padding: 0px 20px 0px 0px;
	text-align: left;
	line-height: 1.4em;
}

#home-right-col {
	width: 50%;
	font-size: 11px;
	padding: 0px 0px 0px 19px;
	text-align: left;
	line-height: 1.4em;
}

td.lcol {
	width: 50%;
	padding-right: 20px;
}

td.rcol {
	width: 50%;
	padding-left: 20px;
}

#home-content-table {
	border-top: 1px solid #aeb1b2;
	border-bottom: 1px solid #aeb1b2;
}

#home-atlas-cell {
	width: 165px;
	border-right: 1px solid #aeb1b2;
}

#home-news-cell {
	font-size: 11px;
	padding: 20px 2px 15px 20px;
	text-align: left;
	line-height: 1.4em;
}

#home-news-cell a p {
	text-decoration: underline !important;
}

#home-main-banner {
}


sup {
	font-size: 9px;
	line-height: 2px;
}



p.list-news-date {
	font-size: 10px !important;
	color: #a9a9a9;
	padding-bottom: 0 !important;
}

div.list-news-body p {
	padding-top: 0 !important;
	margin-bottom: 14px !important;
}

body div#toolTip { position:absolute;z-index:1000;width:220px;background:#cc3333;border:1px solid #fff;text-align:left;padding:3px 4px 4px;min-height:1em;}
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }
