* {
	margin: 0;
	padding: 0;
	font: 12px Arial;
}

html, body { 
    min-height:1400px;   
    margin:0; padding:0; width:100%; height:100%; text-align: center; 
}

body {
/*    background: url(images/footer-bg.jpg) repeat-x center bottom; */
}

p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#header {
	height: 220px;
	text-align: left;
/*    background: url(/images/header-visual.jpg) no-repeat center top;   */
}
/*.empty { height: 0px; }   */
#footer {
	position: relative; margin-top: -110px;
	height: 90px;
	text-align: left;
	color: white;
/*    background: url(/images/footer-visual.jpg) no-repeat center bottom;    */
}
#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    color: silver;
}

.footerPadding {
    height: 200px;
    width: 100%;
}

.clear {
	clear: both;
}
/* код для разметки 3-х колонок */
#wrapper {
	position:relative; height:auto !important; height:100%;
	width: 100%;
    margin: 0 auto;
    background: url(/images/footer-visual.jpg) no-repeat center bottom;   
}
#wrapper2 {
	position:relative; height:auto !important; height:100%;
	width: 100%;
    background: url(/images/header-visual.jpg) no-repeat center top;
}
#container {
    padding-bottom: 320px; height: 100%;
}
#text {
	text-align: left;
	float: left;
    width: 640px;
    padding: 0;
	margin: 15px 40px 0 20px;
}
#text img.photo {
    margin: 10px 20px 10px 0;
    float: left; 
}
*html #text {
    display: inline;
    width: 640px;
}

#left {
	text-align: left;
	float: left;
	width: 270px;
	margin-top: 125px;
	padding: 0;
}
*html #left {
    display: inline;
    margin-left: 0px;
    width: 270px;
}

#right {
/*	float: left;
	width: 230px;
	margin-left: -250px;/*/
}

.empty {
    height: 100px;
}

.columnPaddings {
    padding: 10px;
}

.pageWidth {
    margin: 0 auto;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<975?'980px': '');
	min-width: 980px;
	width: 980px;
}

#title {
    display: none;
    margin: 0;
    padding: 0;    
}

/* for language versions { */

#logo {
    margin: 16px 0 0 71px;
    padding: 0;
    width: 160px;
    height: 273px;
}

/*
#logo.en {
    background: url(images/k-t_en_logo.jpg) no-repeat left 114px;
}
#logo.ru {
    background: url(images/k-t_ru_logo.jpg) no-repeat left 114px;
}

#logo.en2 {
    background: url(images/k-t_en_logo_2.jpg) no-repeat left 114px;
}
#logo.ru2 {
    background: url(images/k-t_ru_logo_2.jpg) no-repeat left 114px;
}

#logo.en3 {
    background: url(images/k-t_en_logo_3.jpg) no-repeat left 114px;
}
#logo.ru3 {
    background: url(images/k-t_ru_logo_3.jpg) no-repeat left 114px;
}

#language {
    margin: -26px 0 0 -60px;
    padding: 0;
    width: 50px;
	height: 30px;
}
#lang_ver {
	position: absolute;
	display: block;
	margin: 236px 0 0 860px;
	width: 100px;
	height: 20px;
	text-decoration: none;
}

#lang_ver.ru {
    background: url(images/lang_flags_sprite.gif) no-repeat left -155px;	
	padding-left: 26px;
}
#lang_ver.en {
    background: url(images/lang_flags_sprite.gif) no-repeat left -207px;	
	padding-left: 26px;
}
*/

#lang_ver {
	position: absolute;
	display: block;
	top: 10px;
	margin: 221px 0 0 889px;
	width: 67px;
	height: 45px;
	text-decoration: none;
	overflow: hidden !important;
	line-height: 100px;
}

#lang_ver.en {
    background: url(/images/kt_lang_en.jpg) no-repeat left top;	
}
#lang_ver.ru {
    background: url(/images/kt_lang_ru.jpg) no-repeat left top;	
}

/* } for language versions */

#phone {
    color: red;
    font: 27px Arial;
    margin-left: 60px;
}
#phone .code {
    font: 24px Arial;
    color: #90c9d9;
}

a {
    color: #336699;
}

a:hover {
    color: #cc0000;
}

img {
    border: none;
}

/* News */
dl.news {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.news dt {
	float: left;
	padding-right: 0.7em;
	color: silver;
}

dl.news dd {
	margin-bottom: 1em;
}

dl.news dd a.selected {
    color: #ff6633;	
}

dl.news dd a.selected:hover {
    color: #ff6633;	
}

/* News */

ul.menu {
   	list-style: none;
    margin: 1em 0 0 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
}

.menu a {
   	padding-left: 24px;
	background: url(/images/menu-item-bullet.gif) no-repeat 2px top;
    font: bold 11px Arial;
	text-transform: uppercase;
} 

.menu a:hover , .menu a.selected {
	background: url(/images/menu-item-bullet_a.gif) no-repeat 2px top;
}

ul.subMenu {
   	list-style: none;
    margin:1em 0 1em 0;
	padding:0;
    width:200px; 
    float:left; 
}

ul.subMenu li {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
}

.subMenu li a {
   	padding-left: 24px;
	background: url(/images/menu-item-bullet.gif) no-repeat 2px top;
    font: bold 11px Arial; 
	text-transform: uppercase;
} 

.subMenu a:hover , .subMenu a.selected {
	background: url(/images/menu-item-bullet_a.gif) no-repeat 2px top;
}

.hotels li a {
	text-transform: capitalize;
} 

ul {
	margin: 1em 3em;
}

ol {
	margin: 1em 3.5em;
}

ul li {
	list-style: square;
    padding-left: 0.3em;
}

.selected {
    color: #cc0000;
}

a.path {
    padding-top: 0;
    margin-top: 0;
    line-height: 240%;
}

.infoBlock2 {
    padding: 1em;
    background: #f0f0f0;
}

img.photo {
    padding: 10px 20px 10px 0;
    float: left; 
}

img.photowt {
    padding: 4px 0px;
    float: left; 
}

img.srvs {
    padding: 3px 12px 10px 0;
    float: left; 
}

b , strong {
    font-weight: bold;
}

p.hd {
	padding-top: 1em;
	padding-bottom: 0;
}


#forumForm {
    background: #e3ebee;
    margin-bottom: 2em;
    display: none;
}
#forumForm td {
}

#forumForm h2 {
    margin-top: 0;
    padding-top: 0;
}

.#forum {
}

.forum td {
	vertical-align: top;
}

table.forum {
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse
}

table.forum , .forum caption {
	margin: 0 auto;
}

.forum caption, .forum th, .forum td {
	border-left: 0;
	border-bottom: 1px solid #f0f0f0;
	border-bottom: 3px solid white;
	padding: 10px
}

 .forum caption, .forum thead th, .forum tfoot th, .forum tfoot td {
	background-color: #e3ebee;
	color: #FFF;
	font-weight: bold;
}

 .forum thead th {
	background-color: #e3ebee;
	color: #FFB3A6;
	color: white;
	color: #336699;
}

 .forum tbody th {
	padding: 20px 10px
}

 .forum tbody tr {
	color: #333
}

 .forum tbody tr.odd {
	background-color: #fafafa;
	color: #000000
}

 .forum tbody a {
}

 .forum tbody a:active, .forum tbody a:hover, .forum tbody a:focus, .forum tbody a:visited {
}

 .forum tbody tr:hover {
	background-color: #e3ebee;
	color: #333
}

 .forum tbody tr:hover a {
}

 .forum tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}

 .forum tbody td+td+td+td a:active, .forum tbody td+td+td+td a:hover, .forum tbody td+td+td+td a:focus, .forum tbody td+td+td+td a:visited {
}



