html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	background: #eee url(img/bg.jpg) repeat 50% 0;
	color: #000;
	text-align: center;
	line-height: 1.4em;
}

img {
	border: 0;
}

a {
	color: #004c8e;
}

p, ul, ol {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 1.2em  0 1em 0;
	text-transform: uppercase;
	color: #ed1c24;
/*	text-shadow: 0 -1px #fff;*/
	line-height: 1.2em;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.5em  0 1em 0;
	text-transform: uppercase;
	color: #48494a;
/*	text-shadow: 0 -1px #fff;*/
	line-height: 1.2em;
}

ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}

ul li {
	padding-left: 17px;
	background: url(img/bullet.png) no-repeat 0 0.75em;
	margin-bottom: 0.1em;
}

form {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

#wrapper {
	background: url(img/light-center.png) repeat-y 50% 0;
}

#wrapper .w-bs {
	background: url(img/footer-gradient.png) repeat-x 0 100%;
}

#main #wrapper, #main #wrapper .w-bs {
	background: transparent;
}


#wrapper .w-ts {
	background: url(img/light-top.png) repeat-x 0 0;
}

#wrapper .w-tr {
	background: url(img/header-lines.png) no-repeat 100% 0;
}






/* --- Footer --- */

#footer {
	width: 850px;
	padding: 40px 0 50px 0;
	margin: 0 auto;
	text-align: left;
	color: #bcbcbc;
}

#footer a {
	color: #bcbcbc;
}

#main #footer, #main #footer a {
	color: #fff;
}

#footer .amdesign, #footer .copy {
	float: right;
	margin-right: 50px;
}

#footer .amdesign, #footer .copy strong {
	color: #fff;
	font-weight: normal;
}

#footer .amdesign img {
	vertical-align: middle;
	margin-right: 5px;
}

#footer .copy {
	background: url(img/copy.png) no-repeat 0 0;
	padding-left: 35px;
	padding-top: 3px;
}


/* --- Header --- */

#header {
	margin: 0 auto;
	width: 880px;
	padding: 40px 0 0 0;
}

#header .logo {
	float: left;
}

#header .menu {
	float: right;
	padding-top: 40px;
	font-size: 0.9em;
}

#main #header .menu {
	float: left;
	clear: left;
	padding-top: 0;
}


#header .menu li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -5px;
}

#main #header .menu li {
	margin-left: -13px;
}

#header .menu li a {
	float: left;
	padding: 20px 2px 0 0;
	text-decoration: none;
	color: #5a5a5a;
	background: url(img/menu-bullet.png) no-repeat 84px 8px;
	height: 36px;
	text-align: center;
	width: 99px;
}


#header .menu li.active a, #header .menu li a:hover {
	padding: 20px 2px 0 0;
	background: url(img/menu-active.png) no-repeat 50% 0;
	color: #fff;
	width: 99px;
}




/* --- Crumbs --- */

.bread-crumbs {
	margin: 0 auto;
	width: 850px;
	padding: 10px 0 0 150px;
	background: url(img/light-line.png) no-repeat 50% 0;
	text-align: left;
	min-height: 123px;
	font-size: 0.9em;
}

.bread-crumbs a, .bread-crumbs strong {
	float: left;
	margin: 55px 0 0 30px;
	padding-left: 30px;
	background: url(img/crumbs-delimiter.png) no-repeat 0 3px;
	font-weight: bold;
	color: #5a5a5a;
}

.bread-crumbs .bci {
	max-width: 200px;
}

.bread-crumbs strong {
	/*color: #ed1c24;*/
}

.bread-crumbs a.catalogue {
	margin: 0;
	padding: 0;
	background: transparent;
}







#middle {
	width: 860px;
	background: url(img/light-line.png) no-repeat 50% 100%;
	text-align: left;
	margin: 40px auto 0 auto;
	padding: 0 70px 60px 70px;
}

.page {
	background: url(img/page-top.png) no-repeat 0 0 !important;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	padding: 24px 0 0 0 !important;
}

.page .pb {
	background: url(img/page-bottom.png) no-repeat 0 100%;
	padding-bottom: 26px;
}

.page .pt {
	background: #fff url(img/page-top-g.png) repeat-x 0 0;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}

.page .pc {
	background: url(img/page-bottom-g.png) repeat-x 0 100%;
	min-height: 270px;
	padding: 0 60px 30px 60px;
}


#main .main-bg {
	background: url(img/main.jpg) no-repeat 50% 0;
}

#main .main-bg .content {
}

.main-text {
	color: #fff;
	margin-left: 345px;
}

#preloader {
	position: absolute;
	width: 10px;
	height: 10px;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

#main-flash {
	width: 500px;
	margin: 0 auto;
	height: 900px;
}

#main-flash div {
	margin-left: -57px;
	position: absolute;
	margin-top: 0px;
}

.main-absolute {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;
	width: 950px;
}

.main-middle {
	position: absolute;
	top: 450px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	text-align: left;
}

/* --- Tree --- */

.tree h2 {
	padding: 20px 0 20px 70px;

    /* 2010-05-11 подвинул заголовки в списке левее */
	padding: 20px 0 20px 30px;

	background: url(img/light-line.png) no-repeat 50% 100%;
	margin: 0;
}

.tree h2 a {
	display: block;
	text-decoration: none;
	color: #48494a;
}

.tree h2.active {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	color: #ed1c24;
/*	text-shadow: 0 -1px #fff;*/
	line-height: 1.2em;
	padding: 20px 0 20px 20px;
	background: transparent;
}

.tree h2.active a {
	text-decoration: none;
	color: #ed1c24;
}

.tree h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	background: url(img/light-border.png) no-repeat 0 0;
	margin: 0;
/*	text-shadow: 0 -1px #eee;*/
	font-size: 1.3em;
}

.tree h3 a {
	text-decoration: none;
	color: #222;
	display: block;
	padding: 10px;
}

.tree h3.active a {
	float: left;
	padding-right: 20px;
	background: url(img/red-arr.png) no-repeat 100% 50%;
	color: #fff;
}

.tree h3.active span.clear {
	padding-top: 4px;
	background: url(img/light-border.png) no-repeat 0 100%;
}

.tree .deep {
	display: none;
}

.tree .deep-0 {
	display: block;
}

.tree .deep-15 {
	background: url(img/light-border.png) no-repeat 0 0;
}

.tree h4 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	color: #fff;
	margin: 0;
	font-size: 1.1em;
}

.tree h4 a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: url(img/crumbs-white.png) no-repeat 0 50%;
/*	text-shadow: 0 -1px #fff;*/
}

.tree h4 a:hover {
	color: #ed1c24;
	background: url(img/crumbs-delimiter.png) no-repeat 0 50%;
}


.catalogue-list, .catalogue-list .item, .catalogue-list .item .text {
	float: left;
	width: 100%;
}

.catalogue-list .item {
	margin-bottom: 2em;
}

.catalogue-list .item .text .info {
	margin-left: 160px;
}

.catalogue-list .item .photo {
	width: 150px;
	margin: 0 0 0 -100%;
	float: left;
}

.catalogue-list .item h2 {
	color: #ed1c24;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
}

.catalogue-list .item h2 a {
	color: #ed1c24;
}

.catalogue h2 {
	color: #ed1c24;
	margin-bottom: 2em;
}

.catalogue .tables {
	margin-top: 1em;
}

.catalogue .tables table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 1.5em 0;
}

.catalogue .tables table td {
	padding: 5px 20px;
	border-bottom: 1px solid #ccc;
}

.cloud {
	display: none;
	float: left;
	width: 441px;
	height: 440px;
}

.cloud .flash {
	margin-top: 9px;
	width: 441px;
	height: 440px;
	/*background: #fff;*/
	margin-left: 10px;
}

.cloud .frame {
	width: 441px;
	height: 440px;
	background: url(img/cloud.png) no-repeat 0 0;
	position: absolute;
	z-index: 20;
}

.deep-first .active .cloud {
	margin-top: -382px;
}


.gallery {
	margin-bottom: 2em;
}

.gallery, .gallery .data, .gallery .ruller {
	float: left;
	width: 100%;
	height: 140px;
}

.gallery #prev-ruller, .gallery #next-ruller {
	display: none;
}

.with-ruller .data .photos {
	margin: 0 35px;
	overflow: hidden;
}

.data .photos {
	overflow: hidden;
}

.with-ruller #prev-ruller, .with-ruller #next-ruller {
	display: block;
	float: left;
	width: 30px;
	background: url(img/arr-left.png) no-repeat 0 50%;
	margin-left: -100%;
	height: 140px;
}

.with-ruller #next-ruller {
	margin-left: -30px;
	background-image: url(img/crumbs-delimiter.png);
}

.gallery p {
	margin: 0;
}

.gallery .photos a {
	padding: 5px 33px 5px 5px;
	float: left;
	background: url(img/ruller-delimiter.png) no-repeat 154px 50%;
}


.gallery-do4 .photos {
  text-align: center;
}

.gallery-do4 .photos a {
	padding: 5px 33px 5px 5px;
    display: inline;
	background: url(img/ruller-delimiter1.png) no-repeat 154px 50%;
}


.gallery .photos a.last {
	background: transparent;
}


.gallery .photos a.active {
	padding: 0 28px 0 0;
}

.gallery .photos a img {
	width: 130px;
	height: 130px;
}

.gallery .photos a.active img {
	width: 140px;
	height: 140px;
}

.gallery .ruller {
	float: left;
	width: 10000px;
	margin-left: 0px;
}


.files {
	margin: 2em 0;
}

.files p {
	padding-left: 45px;
	background: url(img/file.png) no-repeat 0 3px;
}

.files p span
{
	font-size: 0.85em;
}

.scroll-pane
{
    width: 760px;
  	overflow: hidden;
	float: left;
	padding: 0;
}

.scroll-inside
{

}
