html {
	height: 100%;
}

body {
	background-color: #1a1a1a;
	background-image: url('/images/markup/background.gif');
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	color: #717171;
	font-size: 18px;
	margin: 0;
	padding: 0;
	height: 100%;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 16px;
    color: #ea973d;
    margin: 0px 0 8px 0;
}

p {
    line-height: 1.5em;
    margin: 0.4em 0;
}

#content {
    position: relative;
    min-height: 100%;
    width: 100%;
}

#content-push { height: 54px; }

#footer {
    position: relative;
    margin: -48px auto 0 auto;
    width: 100%;
    padding: 0;
}

#footer div {
    padding: 6px 0;
    text-align: center;
    font-size: 0.6em;
    color: #eaeaea;
}

#footer div a {
    font-size: 1em;
}

a img {
    border: none;
}

div.content-area h1 {
    font-size: 17px;
    color: #bbbbbb;
}

div.content-area {
    padding: 20px 50px 40px 50px;
}

br.clear {
    clear: both;
}

a, a:visited, a:active {
    font-size: 14px;
    color: #cccccc;
    text-decoration: underline;
}

a.active {
    color: #ea973d;
}



a:hover {
    text-decoration: none;
}

form {
    font-size: 14px;
    color: #1a1a1a;
    text-align: left;
}

.big-head {
    width: 740px;
    margin: auto;
}

.big-head .left {
    width: 100%;
    height: 153px;
    background-image: url('/images/markup/header-border-left.png');
    background-repeat: repeat-y;
    background-position: 0 0;
}

.big-head .right {
    width: 100%;
    height: 153px;
    background-image: url('/images/markup/header-border-right.png');
    background-repeat: repeat-y;
    background-position: 100% 0;
}

.big-head .bottom, .menu-container {
    height: 43px;
    width: 100%;
    background-image: url('/images/markup/header-border-bottom.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    z-index: 100;
}

.big-head .bottom div.menu, .menu-container div.menu {
    margin: auto;
    width: 680px;
    padding-top: 16px;
    font-size: 13px;
    color: #979797;
    z-index: 101;
}

.big-head .bottom a, .big-head .bottom a:active, .big-head .bottom a:visited, .menu-container a, .menu-container a:active, .menu-container a:visited  {
    margin: 0 8px 0 8px;
    padding: 4px 0 0 0;
    font-size: 14px;
    text-decoration: none;
    z-index: 102;
}

.big-head .bottom a:hover, .menu-container a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.big-head .inner {
    width: 680px;
    margin: auto;
    background-color: #0d0d0d;
    background-image: url('/images/markup/header-background.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 153px;
    z-index: 0;
}

.big-head .inner i {
    color: #ffffff;
    padding: 50px;
}

div.logo-wide-top {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    background: none;
    top: 0;
    left: 0;
}

div.logo-wide-top table td.bright-left {
    background: none;
    background-image: url('/images/markup/logo-line.gif');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}

div.logo-wide-top table td.bright-left a {
    visibility: hidden !important;
    margin-left: 12px;
}

div.logo-wide-top table td.logo-cell {
    width: 676px;
    vertical-align: top;
}

div.logo-wide-top table td.language-selector {
}

a.flag {
    margin: 0 0 4px 0;
    display: block;
    padding-left: 20px;
    height: 11px;
    font-size: 8px;
    color: #eeeeee;
}

a.flag-ru {
    background-image: url('/images/markup/flag_ru.gif');
    background-position: 0 -11px;
    background-repeat: no-repeat;
}

a.flag-en {
    background-image: url('/images/markup/flag_en.gif');
    background-position: 0 -11px;
    background-repeat: no-repeat;
}

a.flag-active, a.flag:hover {
    background-position: 0 0;
    background-repeat: no-repeat;
}

div.logo-wide-top table td.logo-cell {
    padding: 0;
    margin: 0;
}


div.logo-wide-top table td.logo-cell a.home {
    display: block;
    width: 676px;
    padding: 0;
    margin: 0;
    background-image: url('/images/markup/logo-wide.png'); 
    background-repeat: no-repeat; 
    background-position: 0 0;
    height: 27px;
}

div.logo-wide-top table td.logo-cell a.home:hover {
    background-image: url('/images/markup/logo-wide-a.png'); 
    background-repeat: no-repeat; 
    background-position: 0 0;
}

a.bottom-logo {
    display: block;
    width: 676px;
    background-image: url('/images/markup/bottom-logo.png'); 
    background-repeat: no-repeat; 
    background-position: 100% 0;
    height: 14px;
    margin: 0;
    padding: 0;

}

a.bottom-logo:hover {
    background-image: url('/images/markup/bottom-logo.png'); 
    background-repeat: no-repeat; 
    background-position: 100% -14px;
    height: 14px;
    margin: 0;
    padding: 0;
}


.root {
    width: 1002px;
    padding-top: 8px;
    margin: auto;
    margin-top: 7px;
}

.root .content {
    width: 680px;
    margin: auto;
    background-color: #181818;
    border: 1px solid #1f1f1f;
    margin: 0 10px 0 10px;
}

div.content-area p, div.content-area ul, div.content-area li, div.content-area ol div.content-area a, p.text {
    background: none;
    color: #989fa2;
    font-size: 12px;
}

div.content-area p a {
    font-size: 12px;
}

div.banner {
    width: 150px;
    overflow: hidden;
    text-align: center;
}

div.banner, div.banner p, div.banner p a {
    font-size: 12px;
    color: #cccccc;
}

/*** Side links, right ***/

div.side-links {
    width: 150px;
    float: left;
    line-height: 0.8em;
}

div.side-links ul {
    padding: 0;
    margin: 0;    
}

div.side-links ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #ea973d;
}

div.side-links ul li a, div.side-links ul li a:active, div.side-links ul li a:visited {
    font-size: 14px;
    text-decoration: none;
}

div.side-links ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*** Side links, left ***/

div.side-links-left {
    border-top: 1px solid #ea973d;
    width: 150px;
    float: left;
    line-height: 0.8em;
}

div.side-links-left ul {
    padding: 0 6px 0 0;
    margin: 8px 0 0 0;    
}

div.side-links-left ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 6px 0;
    font-size: 12px;
    color: #ea973d;
}

div.side-links-left ul li a, div.side-links-left ul li a:active, div.side-links-left ul li a:visited {
    font-size: 12px;
    text-decoration: none;
}

div.side-links-left ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*** Submenu ***/

div.side-links ul li ul.submenu {
 margin-top: 6px;
}

div.side-links ul li ul.submenu li {
    margin: 0 0 4px 12px;
    padding: 0;
}

div.side-links ul li ul.submenu li a {
    font-size: 12px;
}

/*** Sublogo ***/

p.sublogo {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: 2px 0 10px 22px;
}


/*** Links ***/

a.big {
    font-size: 14px;
    color: #111111;
    text-decoration: underline;
    line-height: 1.5em;
}

a.inactive, a.inactive:active, a.inactive:visited {
    text-decoration: none;
    font-style: italic;
    color: #555555;
}

a.inactive:hover {
    text-decoration: underline;
}

/*** Guidebook ***/

div.content-area div.content-places ul, div.content-area div.content-routes ul {
    margin: 0;
    padding: 10px;
	background-image: url('/images/markup/background.gif');
}

div.content-area div.content-places ul li, div.content-area div.content-routes ul li {
    margin-left: 1em;
    background: transparent;
}

div.content-area ul.places li a, .content-area ul.routes li a {
    color: #979797;
    font-size: 14px;
    text-decoration: none;
}

div.content-area ul.places li a:hover, .content-area ul.routes li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

div.content-area div.google-route {
    text-align: center;
}

div.content-area div.google-route small {
    font-size: 11px;
    color: #ffffff;
}

div.content-area div.google-route small a {
    font-size: 11px;
}


div.place-in-a-block {
    width: 144px;
    height: 190px;
    float: left;
    text-align: center;
}

div.place-image {
    float: right;
    margin: 0px;
    width: 25px;
}

div.place-image a img {
    width: 25px;
    height: 25px;
    border: 0px solid #ffffff;
}

div.place-image-caption {
    float: right;
    width: 300px;
    margin-left: -300px;
    text-align: right;
    padding-right: 5px;
    color: #ffffff;
    white-space: nowrap;
    padding-top: 5px;
    text-decoration: none;
    font-size: 12px;
}

/*** Files ***/

a.pdf, a.pdf:active, a.pdf:visited {
    text-decoration: underline;
    font-size: 12px;
    color: #ea973d;
    background-image: url('/images/markup/pdf-icon.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}

a.pdf:hover {
    text-decoration: none;
}

a.swf, a.swf:active, a.swf:visited {
    text-decoration: underline;
    font-size: 12px;
    color: #0000b2;
    padding-left: 20px;
    padding-bottom: 2px;
}

a.swf:hover {
    text-decoration: none;
}


/*** Imageflow ***/

.imageflow {
}

#myImageFlow_scrollbar {
    margin-top: -20px;
}

#myImageFlow_desc {
    margin-top: 10px;
    height: auto;
    text-align: center;
    color: #eeeeee;
}

/*** Paginator ***/

div.paginationControl {
    text-align: center;
}

div.paginationControl * {
    font-size: 12px;
    color: #777777;
}

div.paginationControl a {
    font-size: 12px;
    color: #999999;
}

/*** FAQ ***/

div.faq-container h3 a, div.faq-container h3 a:active, div.faq-container h3 a:visited {
    text-decoration: none;
    border-bottom: 1px dashed #999999;
    color: #999999;
}

div.faq-container h3 a:hover {
    border-bottom: 0;
    color: #aaaaaa;
}

div.content-area div.faq-container div.answer {
    margin: 0 20px 10px 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed gray;
    color: #ea973d;
    display: none;
}

div.content-area div.faq-container div.answer * {
    color: #ea973d;
}



div.faq-form, div.faq-form form#faq_form, div.faq-form form#faq_form table, div.faq-form form#faq_form label {
    width: 600px;
    color: #717171;
    font-size: 12px;
}

div.faq-form form#faq_form table td {
    vertical-align: top;
    padding-top: 4px;
}

div.faq-form form#faq_form table td.element {
    padding: 2px;
}

div.faq-form form#faq_form input {
    width: 400px;
}

div.faq-form form#faq_form textarea {
    width: 404px;
    height: 100px;
}

div.faq-form form#faq_form input.button {
    width: auto;
}

ul.errors, ul.errors li {
    list-style: none;
    margin: 0;
    padding: 4px 0 4px 0;
    color: #b20000;
    font-size: 11px;
}

/*** flasher ***/

div.content-area p.flash {
    padding: 10px;
    background: #252525;
}

div.content-area p.error {
    border: 1px solid red;
    color: red;
}

div.content-area p.success {
    border: 1px solid green;
    color: green;
}

/*** Planner ***/

.planner {
    background-color: #000000;
}

.planner tr {
    background-color: #1f1f1f;
}

.planner tr td {
    text-align: center;
    font-size: 12px;
    color: #dedede;
    padding: 8px;
}

.planner thead td {
    text-align: left;
    font-size: 12px;
    color: #989fa2;
    padding: 8px;
}

.planner a {
    font-size: 12px;
    color: #efefef;
}

.planner .category {
    background-color: #252525;
    text-align: left;
}

.planner .action-long {
    background-color: #1c0138;
}

.planner .action-medium {
    background-color: #882200;
}

.planner .action-light {
    background-color: #1b4e00;
}

/*** Guestbook ***/

.guestbook-record {
    border-bottom: 1px dashed #666666;
}

.guestbook-record div.answer {
    margin: 0 20px 10px 10px;
    padding: 2px 0 2px 40px;
    color: #ea973d;
    font-style: italic;
}

.guestbook-record div.answer * {
    color: #ea973d;
    font-style: italic;
}


.guestbook-record span.date {
    font-size: 10px;
}

div.guestbook-form, div.guestbook-form form#guestbook_form, div.guestbook-form form#guestbook_form table, div.guestbook-form form#guestbook_form label {
    width: 600px;
    color: #717171;
    font-size: 12px;
}

div.guestbook-form form#guestbook_form table td {
    vertical-align: top;
    padding-top: 4px;
}

div.guestbook-form form#guestbook_form table td.element {
    padding: 2px;
}

div.guestbook-form form#guestbook_form input {
    width: 400px;
}

div.guestbook-form form#guestbook_form textarea {
    width: 404px;
    height: 100px;
}

div.guestbook-form form#guestbook_form input.button {
    width: auto;
}

/*** rest stuff ***/

div#call-us-now { width: 150px; height: 50px; background-image: url('/images/markup/call-us-now.gif'); background-position: left top; background-repeat: no-repeat; text-align: center; margin: -55px 0 1em 0; padding: 0.7em 0; color: #eaeaea; font-size: 0.75em; line-height: 1.3em; }
