/*  общая разметка страницы  */
/*===========================*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #999;
}

.page_body {
	background-color: #FFF;
	width: 970px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}

.page_content {
	text-align: left;
	width: 940px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin: 0px;
	background-image: url(../images/travel_header_down.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	padding-top: 20px;
}

.page_footer {
	padding: 0px;
	width: 100%;
	clear: both;
	font-size: 10px;
	color: #666;
}

.clear_both {
	clear: both;
}

/*  текстовые стили  */
/*===========================*/

* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 1.3;
}

p {
	color: #333333;
	text-indent: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.text_bold {
	font-weight: bold;
}
h1 {
	font-size: 14pt;
	color: #333;
	text-align: center;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: both;
	margin-top: 0px;
}
.h1_smaller {
	font-size: 14pt;
	;
	color: #663300;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12pt;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	color: #333;
	font-weight: bold;
}

.txt_comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a {
	color: #36C;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

 /*  изображения              */
/*===========================*/

img {
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.image_preview {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
}

.block_images_left {
	text-align: center;
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.block_images_right {
	text-align: center;
	float: right;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.preview_table_container {
	text-align: center;
	clear: both;
	width: 940px;
	margin: 0;
	padding: 0;
}

.map {
	text-align: center;
	clear: both;
	width: 100%;
	margin: 0;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.map a{
	font-size: 12px;
}



.block_text_vstavka {
	margin-left: 20px;
	padding: 20px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	margin-right: 20px;
}

.navigator_article {
	width: 96%;
	clear: both;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	color: #666;
	height: 2.5em;
}

.navigator_article a {
	font-size:10pt;
	color: #36C;
}

.navigator_article_left {
	width: 50%;
	text-align: left;
	float: left;
	margin: 0px;
	font-size: 9pt;
}

.navigator_article_right {
	width: 50%;
	text-align: right;
	float: right;
	margin: 0px;
	font-size: 9pt;
}


#navigator_pane {
	width: 100%;
	clear: both;
	height: 20px;
	margin: 0px;
	background-image: url(../images/travel_header_up.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigator_site {
	float: left;
	width: 80px;
}
#navigator_current_page {
	float: left;
	text-align: left;
}

/*  таблица изображений  */

.table_of_images {
	border-collapse:collapse;
	text-align: center;
	width: 100%;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.table_of_images td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*  таблицы текста  */
/*==================*/

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	padding: 5px;
	background-color: #CCC;
	border: 1px solid #CCC;
}

td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CCC;
}

.td_center {
	text-align: center;
}

/*==================*/

