/*========================================= Reset */

table.popupmessage {background-color:#efefef; border:1px solid #0f0f0f;}
table.popuperror {background-color:#efefef; border:1px solid #ff0000;}

table.fileblock {
	margin:0px;
	border:1px solid #000000;
	border-collapse:collapse;
	width:100%
}

table.fileblock tr{
	
}

table.fileblock tr td{
	border:1px solid #000000;
	padding:0px
}

table.fileblock tr td._id{
	text-align:center;
}

table.fileblock tr td._name{
	text-align:left;
	padding-left:15px;
	
}

table.fileblock tr td._desc{
	text-align:justify;
	text-indent:15px;
}

table.fileblock tr td._size{
	text-align:right;
	padding-right:15px;
}

table.fileblock tr td._type{
	text-align:center;
}


table.fileblock tr th{
	border:1px solid #000000;
	padding:0px;
	text-align:center;
	background-color:#eaeaea;
	color:#000000;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*========================================== Typo */
body {
	color: #666;
	font: 12px/19px Arial;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, blockquote {
	margin: 10px 0;
}
.index h1, .news h2 {
	font: bold 24px/21px Arial;
	color: #c41719; 
	text-transform: none;
}
h1 {
	font: normal 26px/21px Arial;
	color: #333;
	text-transform: uppercase;
}
h1 span {
	font: bold 18px/21px Arial;
	color: #c41719; 
}
h2 {
	font: normal 24px/30px "Times New Roman";
	color: #333;
	margin-bottom: 5px;
}
h1 span {
	font-weight: normal;
}
h3 {
	font: bold 16px Arial;
	color: #c41719; 
}
h4 {
	font: bold 14px Arial;
	color: #c41719; 
}
li {
	margin-left: 1.7em;
}
.index ul li {
	list-style: disc;
}
ul li {
	list-style: square;
}
ol li {
	list-style: decimal;
}
blockquote {
	padding: 0 0 0 20px;
	font-style: italic;
	background: url(/img/sprite-quote.png) no-repeat -13px -10px;
}
blockquote span.bq-end {
	background: url(/img/sprite-quote.png) no-repeat 0 0;
	width: 13px;
	height: 15px;
	margin: -18px 0 0;
	display: inline-block;
}
a {
	color: #c41719;
}
a * {
  cursor: pointer;
}
a:hover {
	text-decoration: none;
}
td {
	padding: 5px;
	vertical-align: middle;
}
th {
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}
ul.columns-2 {
	width: 49%;
	float: left;
	margin-top: 0;
}
ul.columns-2 li {
	margin: 0 20px 0 74px;
}
.right img {
	margin: 0 10px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
input.text,
textarea.textarea {
	padding: 5px 2px;
	background: #fff url(/img/field.png) repeat-x 0 0;
	border: 1px solid #999;
	font: 14px Arial;
	color: #333;
	width: 475px;
}
input.file {
	font: 12px Arial;
	width: 475px;
}
input.text {
	height: 16px;
}
input.button {
	font-size: 14px;
	padding: 3px 10px;
}
/*======================================== Layout */
body {
	min-width: 997px;
	background: #fdfdf5 url(/img/header.jpg) no-repeat center top;
}
body.index {
	background: none;
}
#header {
	position: relative;
	z-index: 2;
	padding: 70px 0 0;
	height: 60px;
}
#header .wrap {
	position: relative;
}
#content {
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 40px;
}
#footer {
	clear: both;
	padding: 30px 0 25px;
	background: url(/img/spacers.png) repeat-x 0 -30px;
}
.wrap {
	width: 928px;
	margin: 0 auto;
}

/*======================================== Header */
#header a.logo {
	float: left;
}

/*==================================== Navigation */
ul.nav {
	margin: 0 0 0 245px;
	height: 28px;
}
.breadcrumbs {
	margin: 15px 0 0 253px;
	font-size: 11px;
}
.breadcrumbs a {
	color: #666;
}
.breadcrumbs span {
	margin: 0 10px;
}
ul.nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 8px;
	background: url(/img/spacers.png) no-repeat right 11px;
}
ul.nav li.last {
	background: none;
}
ul.nav li a {
	color: #fff;
	padding: 0 0 0 2px;
	float: left;
}
ul.nav li a span {
	padding: 3px 10px 4px 8px;	
	float: left;
	cursor: pointer;
}
ul.nav li a:hover,
ul.nav li.active a {
	background: url(/img/sprite-nav.png) no-repeat 0 0;
}
ul.nav li.active a {
	text-decoration: none;
}
ul.nav li a:hover span,
ul.nav li.active a span {
	background: url(/img/sprite-nav.png) no-repeat 100% 100%;
	text-decoration: none;
}
ul.nav li.hover a {
	background: url(/img/sprite-nav.png) no-repeat -504px 0 !important;
}
ul.nav li.hover a span {
	padding-bottom: 6px;
	background: url(/img/sprite-nav.png) no-repeat 100% 0 !important;
}
ul.nav li ul {
	position: absolute;
	top: 22px;
	margin: 0;
	padding: 5px 0 0;
/*	background: url(/img/sprite-nav.png) no-repeat 0 4px;*/
	display: none;
	clear: both;
	width: 600px;
}
ul.nav li:hover ul {
	display: block;
}
ul.js li:hover ul {
	display: none;
}
ul.nav li ul li {
	background: url(/img/sprite-nav.png) no-repeat center bottom;
	padding: 2px 10px 5px 10px;
}
ul.nav li ul li.last {
	background: url(/img/sprite-nav.png) no-repeat 100% bottom;
	padding-right: 12px;
}
ul.nav li ul li a {
	background: none !important;
	font-size: 11px;
}
ul.nav li a:hover {
	text-decoration: none;
}
ul.icons {
	right: 0;
	position: absolute;
	margin: 10px 0 0;
}
ul.icons li {
	list-style: none;
	float: left;
}
ul.icons li a {
	display: block;
	width: 11px;
	height: 10px;
	text-indent: -9000px;
	background: url(/img/icons.png) no-repeat;
	overflow: hidden;
}
ul.icons li.home a {
	background-position: 0 0;
}

ul.icons li.contact a {
	background-position: -32px 0;
}

ul.icons li.sitemap a {
	background-position: -65px 0;
}

ul.icons li.home a:hover,
ul.icons li.home a.active {
	background-position: 0 -11px;
}

ul.icons li.contact a:hover,
ul.icons li.contact a.active {
	background-position: -32px -11px;
}

ul.icons li.sitemap a:hover,
ul.icons li.sitemap a.active {
	background-position: -65px -11px;
}
.news {
	overflow: hidden;
}
.news .news-single {
	float: left;
	width: 214px;
	padding: 0 10px 20px 0;
}
.news .more {
	float: right;
	clear: both;
	padding: 0 0 0 15px;
	background: url(/img/more.png) no-repeat left center;
}
.news p.date {
	background: url(/img/more.png) no-repeat right center;
	font-size: 11px;
	color: #5b5b5c;
	padding: 0 15px 0 0;
	float: left;
}
.news p {
	margin: 5px 0;
	clear: both;
}
/*======================================= Content */
#content .left {
	float: left;
	width: 220px;
}
#content .right {
	float: right;
	width: 675px;
}
.block {
	padding: 0 0 0 30px;
	margin: 0 0 30px;
}
.block h3 {
	color: #666;
	background: url(/img/blocks.png) no-repeat 0 4px;
	margin: 10px 0 10px -30px;
	padding: 0 0 0 30px;
}
.block-special {
	background: url(/img/tea.png) no-repeat 45px 30px;
	margin-right: -30px;
	padding-right: 30px;
	overflow: hidden;
	zoom: 1;
}
.block-special h3 {
	color: #c41719;
	background: url(/img/blocks.png) no-repeat 0 -96px;
}
.block-special a.action {
	display: block;
	width: 60%;
	color: #666;
	margin: 15px 0;
}
.block blockquote {
	margin-left: -20px;
}
.block-banners {
	padding: 0;
	text-align: center;
}
.block-banners a {
	padding:1px;
}


.block-submenu {
	padding-left: 15px;
}
.block-submenu h3 {
	padding: 0;
	margin: 12px 0 2px;
	background: none;
}
.block-submenu ul {
	margin: 0;
}
.block-submenu li {
	margin: 0;
	list-style: none;
	background: url(/img/dash.png) no-repeat left 1.1em;
	padding: 0 0 0 7px;
	display: inline-block;
	width: 100%;
}
.block-submenu li a {
	padding: 4px 10px 3px 8px;
	display: block;
}
.block-submenu li.active {
	background: url(/img/sprite-nav.png) no-repeat 0 0;
	padding-left: 4px;
}
.block-submenu li.active a {
	color: #fff;
	background: url(/img/sprite-nav.png) no-repeat 100% 100%;
	padding-left: 11px;
	text-decoration: none;
}
.block-submenu li ul {
	margin: 5px 0 5px 7px;
}
.block-submenu li.active ul li {
	background: url(/img/dash.png) no-repeat left 1.1em; 
}
.block-submenu li.active ul li a {
	background: none;
	color: #C41719;
	text-decoration: underline;
}
.block-submenu li.active ul li.active {
  background: url(/img/sprite-nav.png) no-repeat 0 0;
  padding-left: 4px;
}
.block-submenu li.active ul li.active a {
  color: #fff;
  background: url(/img/sprite-nav.png) no-repeat 100% 100%;
  padding-left: 11px;
  text-decoration: none;
}
.teaser {
	margin: 10px -5px 15px;
}
.teaser a {
	margin: 0px;
}
.teaser img {
	margin: 0px 5px 10px;
}
div.contact {
	overflow: hidden;
	width: 676px;
}
table.contact td {
	padding: 2px 5px;
}
table.contact th {
	text-align: right;
	padding: 2px 5px 2px 15px;
	white-space: nowrap;
}
table.contact td#map {
	padding: 2px 0;
	overflow: hidden;
	width: 676px;
}
table.contact td#map img {
	margin: 0;
}
form .field {
	overflow: hidden;
	padding: 4px 10px;
}
.field-even {
	background: #f5f4eb;
}
form .field label {
	float: left;
	text-align: right;
	width: 165px;
	margin: 5px 2px 0 0;
}
form .inline label {
	width: auto;
	float: none;
	display: inline;
	margin: 5px 2px 0;
}
form span.required {
	color: #d7392a;
}
form p.info {
	font-size: 11px;
	margin: 0 0 0 177px;
	color: #999;
	clear: both;
}
form .buttons {
	padding: 4px 0 4px 177px;
}
form input.half {
	width: 235px !important;
}
form .small {
	width: 40px !important;
}
form .smallest {
	width: 20px !important;
}
form div.date {
	float: left;
	width: 325px;
}
form .date-element {
	float: left;
	padding: 2px 5px 0 0;
	font-size: 11px;
	color: #999;
	text-align: center;
}
form img.date {
	float: left;
	margin: 0;
	cursor: pointer;
}
form .row-3 {
	float: left;
	width: 160px;
	padding: 0 2px 0 0;
}
form .row-3 input {
	margin: 2px 0;
	float: left;
	clear: left;
}
form .row-3 label {
	margin: 8px 0 0;
	float: left;
	width: 130px;
	text-align: left;
	padding: 0 0 0 2px;
}
div.vagons {
	margin: 20px -16px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
a.vagon {
	display: block;
	float: left;
	background: url(/img/blocks.png) no-repeat 35px -96px;
	text-decoration: none;
	margin: 0 0 20px;
}
a.vagon-2 {
	background-position: 25px -96px;
}
a.vagon img {
	display: block;
	margin: 0;
}
a.vagon span {
	font-size: 14px;
	margin: 0 0 0 62px; 
	text-decoration: underline;
}
a.vagon-2 span {
	margin: 0 0 0 52px; 
}
a.vagon:hover span {
	text-decoration: none;
}
div.bordered-img {
	overflow: hidden;
	background: url(/img/img-border.png) no-repeat 0 0;
	width: 300px;
	height: 225px;
	padding: 2px;
}
div.bordered-img img {
	margin: 0;
}
.columns-2 {
	overflow: hidden;
}
.columns-2 .column-1 {
	float: left;
	width: 304px;
	margin: 0 30px 0 0;
}
.columns-2 .column-2 {
	margin: 0 0 0 334px;
}
dl.info dt {
	float: left;
	margin: 2px 0 0;
}
dl.info dd {
	text-align: right;
	border-bottom: 1px solid #e8dbae;
	padding: 2px 0;
}
input.order-big {
	width: 332px;
	padding: 10px 7px;
	font-size: 14px;
}
ol.faq {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}
ol.faq li {
	margin-left: 2.5em;
	*margin-bottom: 10px;
}
ol.faq a {
	color: #a37a00;
}
ol.faq .opened a {
  color: #666666;
  text-decoration: none;
}
ol.faq dl {
	*display: inline;	
}
ol.faq dd {
	color: #000;
	font-size: 12px;
	margin: 10px -32px 0 0;
	display: none;
}
ol.faq dd .dd-center {
	background: url(/img/dd-center.png) repeat-y 0 0;
	padding: 15px 30px 15px;
}
ol.faq dd .dd-top {
	background: url(/img/dd-top.png) no-repeat 0 0; 
	height: 8px;
	overflow: hidden;
}
ol.faq dd .dd-bottom {
	background: url(/img/dd-bottom.png) no-repeat 0 0;
	height: 15px;
	overflow: hidden;
}
.vagons-list {
	overflow: hidden;
	margin: 10px;
}
.vagons-list .bordered-img-medium {
	overflow: hidden;
	background: url(/img/image-border-medium.png) no-repeat 0 0;
	width: 200px;
	height: 150px;
	padding: 2px;
	float: left;
}
.vagons-list .bordered-img-medium img {
	margin: 0;
}
.vagons-list .info {
	margin: 0 0 0 225px;
}
.vagons-list .info h2 {
	margin-top: 2px;
	padding: 0 0 1px 30px;
	background: url(/img/blocks.png) no-repeat 0 -94px;
	position: relative;
	*overflow: hidden;
	zoom: 1;
}
.vagons-list .info h2 a {
	color: #a27900;
}
.pager {
	margin: 25px 0 0;
	overflow: hidden;
}
.pager * {
	float: left;
	margin: 0 5px 0 0;
	font-size: 16px;
	padding: 5px 7px;
}
.pager a {
	color: #000;
}
.pager span {
	color: #fff;
	background: #e6d6a7;
}
.testimonials {
	overflow: hidden;
	zoom: 1;
}
.testimonials .portrait {
	float: left;
	width: 250px;
	height: 250px;
	position: relative;
	margin: 5px -25px 0 -35px;
}
.testimonials .portrait .img {
	width: 150px;
	height: 200px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 50px;
	overflow: hidden;
	zoom: 1;
}
.testimonials .portrait .img  img {
	margin: 0;
}
.testimonials .portrait .frame {
	width: 250px;
	height: 250px;
	position: absolute;
	z-index: 2;
	background: url(/img/portrait.png) no-repeat 0 0;
}
.testimonials .info {
	margin: 0 0 0 185px;
}
.testimonials .info h2 span {
	font: italic 14px Arial;
	color: #b58800;
	display: block;
}
/*========================================= Train */
#train-station {
	overflow: hidden;
	height: 497px;
	position: relative;
	z-index: 1;
	margin: -140px 0 0;
	background: url(/img/loading.gif) no-repeat center;
}
#train-station #train {
	height: 497px;
	width: 6959px;
	background: url(/img/train.jpg) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 0%;
}
.train-left,
.train-right {
	width: 149px;
	height: 263px;
	position: absolute;
	top: 115px;
	z-index: 5;
	background: url(/img/arrows.png) no-repeat 0 0;
	display: block;
	text-indent: -9000px;
}
.train-left {
	left: 30px;
}
.train-right {
	right: 30px;	
	background-position: 100% 0;
}
.train-left:hover {
	background-position: 0 -263px;
}
.train-right:hover {
	right: 30px;	
	background-position: 100% -263px;
}
.train-left-disabled {
	background-position: 0 100% !important;
	cursor: default;
}
.train-right-disabled {
	background-position: 100% 100% !important;
	cursor: default;
}

/*======================================= Gallery */
.gallery {
overflow: hidden;
zoom: 1;
}

.gallery span.gallery1 {
	margin: 25px 0;
}

.gallery span.gallery1 a,
.gallery span.gallery1 span {
	width: 83px;
	height: 83px;
	float: left;
	margin: 0 1px 1px 0;
	overflow: hidden;
	position: relative;
}
.gallery span.gallery1 a span {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/img/round.png) no-repeat 0 0;
}
.gallery span.gallery1 a img {
	margin: 0;
}


/*======================================== Footer */
.url a {
text-decoration: none;
color: #A3A3A3;
font-color: #D1D1CC;
}
.url2 {
text-decoration: none;
color: #A3A3A3;
font-color: #D1D1CC;

}

.made2 {
 margin-bottom: 20px;
}
#footer {
	font-size: 11px;
}
#footer .copy {
	float: left;
	position: absolute;
}
#footer .made {
	float: right;
}
#footer .made img {
	vertical-align: text-bottom;
	margin: -2px 0 0;
}
#footer .counters {
	clear: both;
	margin: 0 0 0 253px;
}
#footer ul.nav {
	margin: 0 0 0 241px;
	padding: 0 0 10px 0;
	overflow: hidden;
	zoom: 1;
	width: 500px;
}
#footer ul.nav li {
	background: url(/img/spacers.png) no-repeat right -11px;
	padding: 0 12px;
}
#footer ul.nav li.last {
	background: none;
}
#footer ul.nav li a {
	color: #000;
	background: none !important;	
}
