@charset "utf-8";
/* CSS Document */

body {
 	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal; 
	font-family: Tahoma, Geneva, sans-serif;
	color: #5e5e5e;
}

a {
	outline: none;
	font-weight: normal;
	color: #28166f;
	text-decoration: none;
}

a:hover {
	outline: none;
	font-weight: normal;
	color: #d82c16;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.input_block {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5e5e5e;
	width: 143px;
	height: 18px; 
	background: url(../images/input_bg.jpg); 
	border: 0px;
}

.input_block_small {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5e5e5e;
	width: 90px;
	height: 18px; 
	background: url(../images/input_block_small.jpg); 
	border: 0px;
}


.input_block_big {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5e5e5e;
	width: 300px;
	height: 18px;
	background: url(../images/input_bg_big.jpg);
   backgrounf-size: 100%;
	border: 0px;
}

.input_block_area {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5e5e5e;
	width: 300px;
	height: 150px;
	background: url(../images/input_bg_area.jpg);
   backgrounf-size: 100%;
	border: 0px;
}


input {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #d9221a;
	margin: 0 0 10px 0;
	padding: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #d9221a;
	margin: 0 0 10px 0;
	padding: 0px;
}

#wrapper {
	width: 990px; 
	overflow: hidden; 
	margin: 0 auto;
	background:url(../images/wrapper_bg.png);
}

#header {
	width: 950px; 
	height: 229px; 
	margin: 0 auto;
}

#container {
	width: 950px; 
	overflow: hidden; 
	margin: 0 auto;
}

#main_menu {
	width: 950px; 
	height: 70px; 
	background: url(../images/main_menu_bg.png); 
	text-align: center;
	overflow: hidden;
}

#left_sidebar {
	width: 219px; 
	overflow: hidden; 
	float: left;
}

.point_bg {
	width: 219px; 
	height: 68px;
	overflow: hidden;
}

.left_menu {
	width: 194px;
	margin: 0 0 0 25px;
}

.left_menu ul {
	margin: 0 0 7px 0;
	padding: 0px;
	list-style: none;
}

.left_menu li {
	margin: 0 0 7px 0;
	padding: 0px;
	list-style: none;
}

.left_menu a {
	font-size: 12px; 
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #28166f;
	text-decoration: none;
}

.left_menu a:hover {
	font-size: 12px; 
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #d82c16;
	text-decoration: none;
}

.m_top_seven {
	overflow: hidden; 
	margin-top: 7px;
}

.m_top_five {
	overflow: hidden; 
	margin-top: 5px;
}

.m_top_ten {
	overflow: hidden; 
	margin-top: 10px;
}

#center_sidebar {
	width: 512px; 
	overflow: hidden; 
	float: left;
}

#breadcrumb {
	width: 480px;
	margin: 0 auto;
	padding: 24px 0 20px 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #28166f;
}

#breadcrumb a {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #d9221a;
	text-decoration: none;
}

#breadcrumb a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #28166f;
	text-decoration: none;
}

#content_bg {
	width: 512px; 
	overflow: hidden; 
	background:url(../images/content_bg.png);
}

#content_up_bg {
	width: 512px; 
	overflow: hidden; 
	background: url(../images/content_up_bg.png) no-repeat top; 
}

#content_down_bg {
	width: 512px; 
	overflow: hidden; 
	background: url(../images/content_down_bg.png) no-repeat bottom; 
}

#content_center_bg {
	width: 731px;
	overflow: hidden;
}

#sub_menu_container {
	width: 464px; 
	height: 57px; 
	margin: 0 0 0 15px; 
	background: url(../images/sub_menu_bg_.png);
}

#sub_menu {
	width: 464px;
	padding-top: 20px;
	margin-left: -10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #28166f;
	overflow: hidden;
}

#sub_menu ul {
	list-style: none; 
	display: inline;
}

#sub_menu li {
	list-style: none; 
	display: inline;
}

#sub_menu a {
	font-weight: bold;
	color: #28166f;
	text-decoration: none;
}

#sub_menu a:hover {
	font-weight: bold;
	color: #d9221a;
	text-decoration: none;
}

#special_main_point_bg {
	width: 464px; 
	height: 57px; 
	margin: 0 0 0 15px; 
	background: url(../images/special_main_bg.png); 	
}

#hot_main_point_bg {
	width: 464px; 
	height: 57px; 
	margin: 0 0 0 15px; 
	background: url(../images/hot_main_bg.png); 	
}

.content_text {
	width: 452px; 
	margin: 15px 30px 30px 30px;
}

.big_pic {
	width: 203px; 
	height: 146px; 
	padding: 10px 0 0 10px; 
	background: url(../images/big_photo_main.png); 
	margin-right: 10px;
	float: left;
}

.small_pic {
	width: 184px; 
	height: 132px; 
	padding: 12px 0 0 14px; 
	background: url(../images/banner_bg.gif); 
	margin-right: 10px;
	float: left;
}

.cener_justify {
	text-align: center;
}

#search_tour {
	text-align: center; 
	margin-top: 30px;
}

#down_menu {
	margin: 20px 0 35px 227px; 
	font-size: 12px; 
	font-weight: normal; 
	font-family:Tahoma, Geneva, sans-serif; 
	color: #28166f;
}

#down_menu ul li {
	list-style: none; 
	display: inline;
	margin: 0 3px 0 3px;
}

#down_menu a {
	color: #28166f;
	text-decoration: none;
}

#down_menu a:hover {
	color: #d9221a;
	text-decoration: none;
}

#right_sidebar {
	width: 219px; 
	overflow: hidden; 
	float: left;
}

.right_block {
	width: 194px;
	margin: 0 0 0 25px;
}

.right_block_news {
	width: 184px;
	margin: 0 10px 0 25px;
}

.news_header {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #d82c16;
	margin: 0px;
}

.news_date {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	margin: 5px 0 5px 0;
}

.news_details {
	margin: 5px 0 20px 0;
}

a.links {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #28166f;
	text-decoration: none;
	margin: 5px 0 10px 0;
}

a.links:hover {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #d82c16;
	text-decoration: none;
	margin: 5px 0 10px 0;
}

#adress {
	width: 945px;
	height: 37px;
	background: url(../images/adress_bg.png);
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #eeee14;
	padding: 5px 5px 0 0;
}

#footer {
	width: 990px;
	height: 159px;
	margin: 0 auto;
	background:url(../images/footer.png);
}

#copyright {
	width: 390px; 
	color: #fff; 
	padding: 20px 0 0 200px;
}

#counters {
	width: 430px; 
	overflow: hidden; 
	margin: 20px 0 0 200px;
}
div.content_external {
	width: 100%;
	text-align: center;
}
iframe {
	border: 0;
}
table.operator {
	text-align: center;
	vertical-align: middle;
}
a.operator {
	border: 1px solid #ffffff;
	display: block;
}
a.operator:hover {
	border: 1px solid #ff0000;
}
a.w200 {
	width: 200px;
}
a.w130 {
	width: 130px;
}
hr {
	display:none;
}
.siteurl {
	display:none;
}
.tourList th {background-color: #d82c16; color: #ffffff; height: 20px;}
.tourList {text-align: center; border-collapse: collapse; border-color: #5e5e5e;}
.tourName {width: 38%;}
.tourDays {width: 8%;}
.tourStart {width: 28%;}
.tourPrice {width: 23%;}
.tourTransport {}
.tourTitle {color: #d82c16; font-weight: bold;}
.errors {color: #d82c16;}
