html,
body, 
table, tbody, tr, td, th,
a{
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	min-height: 720px;
	min-width: 1002px;
	width: 100%;
	_width: expression(document.body.clientWidth > 1002 ? "100%" : "1002px"); /* Ширина для IE6 */
	font-size: 14px;
}

body{
	background-color: #f2f3e1;
}

h1{
	text-align: right;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

h2{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

h2 a:link, h2 a:visited, h2 a:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.wrapper{
	min-height: 100%;
	/*_height: expression(document.body.clientHeight > 837 ? "100%" : ""); /* Ширина для IE6 */
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 0;
}

.top_area{
	height: 84px;
	width: 1002px;
	color: #ffffff;
	background: #000000;
}

.logo_area{
	float: left
}

#logo{
	height: 84px;
	width: 174px;
	display: block;
	background: url('../images/inner/logo.jpg') bottom no-repeat;
	text-decoration: none;
	margin: 0 0 0 30px;
}


.flag_area{
	height: 84px; 
	width: 136px; 
	float: right;
}

.flag_area_spacer{
	height: 43px;
}


#flag_eng{
	height: 20px;
	width: 30px;
	display: block;
	float: left;
	background-image: url('../images/inner/flag_eng.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 0 0 2px;
}

#flag_gre{
	height: 20px;
	width: 30px;
	display: block;
	float: left;
	background-image: url('../images/inner/flag_gre.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 0 0 7px;
}

#flag_rus{
	height: 20px;
	width: 30px;
	display: block;
	float: left;
	background-image: url('../images/inner/flag_rus.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 0 0 7px;
}

/*
.bottom_flash_area{
	height: 75px;
	width: 1002px;
	background: #f2f3e1;
}

.bottom_flash_area span{
	float: left;
}

.bottom_flash_area a{
	text-decoration: none;
}

#ico_transfer{
	width: 100px;
	height: 75px;
	background-image: url('../images/inner/ico_transfer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	margin: 0;
}

#ico_online{
	width: 40px;
	height: 75px;
	background-image: url('../images/inner/ico_online.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	margin: 0;
}

#ico_weather{
	width: 70px;
	height: 75px;
	background-image: url('../images/inner/ico_weather.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	margin: 0;
}

#ico_reportage{
	width: 50px;
	height: 75px;
	background-image: url('../images/inner/ico_reportage.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	margin: 0;
}

#ico_calc{
	width: 30px;
	height: 75px;
	background-image: url('../images/inner/ico_calc.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	margin: 0;
}

#ico_quotes{
	width: 60px;
	height: 75px;
	background-image: url('../images/inner/ico_quotes.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	margin: 0;
}


.flash_menu_title{
	text-align: right;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #212700;
	padding: 35px 5px 0px 0;
}
*/

.flash_menu_list{
	height: 75px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flash_menu_list li{
	height: 75px;
	float: left;
	margin: 0;
	padding: 0;
}

.flash_menu_list li a{
	font-family: Arial;
	font-size: 10px;
	color: #212700;
	text-decoration: none;
}

.transfer_link a:link, .transfer_link a:visited{
	height: 45px;
	width: 155px;
	display: block;
	background: url('../images/inner/ico_transfer.jpg') bottom right no-repeat;
	padding: 30px 0 0 30px;
}

.transfer_link a:hover{
	height: 45px;
	width: 155px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_transfer_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 30px;
}

.transfer_link_active a:link, .transfer_link_active a:visited, .transfer_link_active a:hover{
	height: 45px;
	width: 155px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_transfer_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 30px;
}

.online_link a:link, .online_link a:visited{
	height: 45px;
	width: 135px;
	display: block;
	background: url('../images/inner/ico_online.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.online_link a:hover{
	height: 45px;
	width: 135px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_online_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.online_link_active a:link, .online_link_active a:visited, .online_link_active a:hover{
	height: 45px;
	width: 135px;
	color: #ffffff;
	display: block;
	background: #74b63a url('../images/inner/ico_online_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.weather_link a:link, .weather_link a:visited{
	height: 45px;
	width: 135px;
	display: block;
	background: url('../images/inner/ico_weather.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.weather_link a:hover{
	height: 45px;
	width: 135px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_weather_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.weather_link_active a:link, .weather_link_active a:visited, .weather_link_active a:hover{
	height: 45px;
	width: 135px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_weather_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.reportage_link a:link, .reportage_link a:visited{
	height: 45px;
	width: 135px;
	display: block;
	background: url('../images/inner/ico_reportage.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.reportage_link a:hover{
	height: 45px;
	width: 135px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_reportage_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.reportage_link_active a:link, .reportage_link_active a:visited, .reportage_link_active a:hover{
	height: 45px;
	width: 135px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_reportage_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.calc_link a:link, .calc_link a:visited{
	height: 45px;
	width: 115px;
	display: block;
	background: url('../images/inner/ico_calc.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.calc_link a:hover{
	height: 45px;
	width: 115px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_calc_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.calc_link_active a:link, .calc_link_active a:visited, .calc_link_active a:hover{
	height: 45px;
	width: 115px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_calc_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 40px;
}

.quotes_link a:link, .quotes_link a:visited{
	height: 45px;
	width: 107px;
	display: block;
	background: url('../images/inner/ico_quotes.jpg') bottom right no-repeat;
	padding: 30px 0 0 30px;
}

.quotes_link a:hover{
	height: 45px;
	width: 107px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_quotes_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 30px;
}

.quotes_link_active a:link, .quotes_link_active a:visited, .quotes_link_active a:hover{
	height: 45px;
	width: 107px;
	display: block;
	color: #ffffff;
	background: #74b63a url('../images/inner/ico_quotes_actived.jpg') bottom right no-repeat;
	padding: 30px 0 0 30px;
}

.main_menu_area{
	height: 30px;
	width: 992px;
	top: 0px;
	text-align: center;
	background: #f2f3e1 url('../images/inner/main_menu_area_bg.jpg') repeat-x;
	padding: 0 0 0 10px;
}

.main_menu_list{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main_menu_item{
	height: 30px;
	float:left;
	text-align: center;
	list-style:none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: relative;
	margin:0;
	padding: 0;
	z-index: 120;
}

.main_menu_item a{
	height: 30px;
	float:left;
	text-align: center;
	list-style:none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #fbfbd9;
	padding: 10px 18px 0 18px;
	z-index: 120;
	text-decoration: none;
}

.main_menu_item_active{
	height: 30px;
	float:left;
	text-align: center;
	list-style:none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: relative;
	margin:0;
	background-image: url('../images/inner/main_menu_active_item_spacer.jpg');
	background-repeat: repeat-x;
	padding: 0;
	z-index: 120;
	text-decoration: none;
}

.main_menu_item_active a{
	height: 30px;
	float:left;
	text-align: center;
	list-style:none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 10px 18px 0 18px;
	z-index: 120;
	text-decoration: none;
}

.left_active_main_menu_link{
	height: 30px;
	width: 9px;
	float: left;
	background: url('../images/inner/main_menu_active_item_left.jpg') no-repeat;
}

.right_active_main_menu_link{
	height: 30px;
	width: 9px;
	float: left;
	background: url('../images/inner/main_menu_active_item_right.jpg') no-repeat;
}

.left_main_menu_link{
	height: 30px;
	width: 9px;
	float: left;
}

.right_main_menu_link{
	height: 30px;
	width: 9px;
	float: left;
}


.main_menu_list_sub_item{
	width: 200px; 
	left: 0px; 
	top: 35px; 
	list-style: none;
	display: none;
	position: absolute;
	border: 1px solid #878579;
	background: #ffffff;
	z-index: 100; 
	padding: 0;
	margin: 5px 0 0 0;
}


.main_menu_list_sub_item_link{
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	background: #ffffff;
	margin: 0 0 -3px 0;
	padding: 0;
}

.main_menu_list_sub_item_link a:link, .main_menu_list_sub_item_link a:visited{
	height: 25px;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	background: #ffffff;
	margin: 0;
	padding: 8px 0 0 0;
}

.main_menu_list_sub_item_link a:hover{
	height: 25px;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	background: #dcdcdc;
	margin: 0;
	padding: 8px 0 0 0;
}


.content_area{
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	padding: 50px 0 0 0;
	position: relative;
}


.back_link_to_news_list{
	text-align: center;
	padding: 20px 0 0 0;
}

.back_link_to_news_list a:link, .back_link_to_news_list a:visited, .back_link_to_news_list a:hover{
	color: #445303;
	text-decoration: underline;
}

.gallery_area{
	background-color: #fbfbd9;
	padding: 5px;
}

.gallery_item_title{
	text-align: left;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #393937;
}

.gallery_item_title a:link, .gallery_item_title a:visited, .gallery_item_title a:hover{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #393937;
}

.gallery_extra_field_0_title{
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #393937;
}

.gallery_extra_field_0_value{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #393937;
}

.gallery_extra_field_1_title{
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #393937;
}

.gallery_extra_field_1_value{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #393937;
}

.gallery_extra_field_2_title{
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #393937;
}

.gallery_extra_field_2_value{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #393937;
}

.gallery_extra_field_3_title{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #393937;
}

.gallery_extra_field_3_value{
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

.euro{
	font-size: 12px;
}

.catalogeu_sub_category_area{
	background-color: #e8efcd;
	border: 1px solid #6b6f4e;
	padding: 5px;
}

.catalogeu_sub_category_text{
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #010000;
	/*
	background-color: #fcfdf9;
	border: 1px solid #7f7e7a;
	*/
	padding: 2px;
	margin: 0;
}
	
.catalogue_list_item{
	padding: 40px 0 0 0;
	background: #fbfbd9;
}

.btn_prev{
	height: 17px;
	float: left;
	text-align: center;
	margin: 0 2px 0 2px;
	background: #fbfbd9;
	border: 1px solid #7f7e7a;
	padding: 3px 3px 0 3px;
}

.btn_prev a:link, .btn_prev a:visited, .btn_prev a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #595757;
	text-decoration: none;
}

.page_item{
	width: 20px;
	height: 17px;
	float: left;
	text-align: center;
	margin: 0 2px 0 2px;
	background: #fbfbd9;
	border: 1px solid #7f7e7a;
	padding: 3px 0 0 0;
}

.page_item a:link, .page_item a:visited, .page_item a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #595757;
	text-decoration: none;
}

.btn_next{
	height: 17px;
	float: left;
	text-align: center;
	margin: 0 2px 0 2px;
	background: #fbfbd9;
	border: 1px solid #7f7e7a;
	padding: 3px 3px 0 3px;
}

.btn_next a:link, .btn_next a:visited, .btn_next a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #595757;
	text-decoration: none;
}

.more_about_project_spacer{
	background-image: url('../images/spacer_more_about_project.jpg');
	background-repeat: repeat-x;
	padding: 7px 2px 0 2px;
}

.more_about_project_area{
	text-align: center;
	padding: 0 0 0 15px;
}

.more_about_project_area a:link, .more_about_project_area a:visited, .more_about_project_area a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.inner_search_box_caption{
	width: 70px;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	color: #010000;
	/*
	background-color: #fcfdf9;
	border: 1px solid #7f7e7a;
	*/
	padding: 2px;
	margin: 0 0 0 auto;
}

.search_form_wrapper{
	height: 170px;
	width: 253px;
	border-top: 1px solid #737365;
	border-left: 1px solid #737365;
	background: #fbfbd9;
	margin: 5px 0 0 auto;
	padding: 10px 0 0 0;
}

.inner_search_box_items{
	width: 150px;
	padding: 0 5px 0 5px;
	margin: 0 auto 0 auto;
}

#inner_search_box_radio_area{
	height: 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #010000;
	padding: 0;
}

/*Кнопка "искать" для внутренних страниц*/

.inner_search_btn_left{
	height: 32px;
	width: 10px;
	float: left;
	background-image: url('../images/inner/search_button_left.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}

.inner_search_btn_spacer{
	height: 32px;
	float: left;
	background-image: url('../images/inner/search_button_spacer.jpg');
	background-repeat: repeat-x;
	padding: 4px 2px 0 2px;
	text-decoration: underline;
}

.inner_search_btn_right{
	height: 32px;
	width: 10px;
	float: left;
	background-image: url('../images/inner/search_button_right.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}

.search_button{
	height: 30px;
	float: right;
	padding: 0;
}

.search_button a:link, .search_button a:visited, .search_button a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.full_text_area{
	background-color: #F1F6D2;
	padding: 10px 50px 10px 50px;
}

.full_text_area a:link, .full_text_area a:visited, .full_text_area a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #445303;
	text-decoration: underline;
}

#paragraph_1{
	display: none;
}

#paragraph_2{
	display: none;
}

#paragraph_3{
	display: none;
}

#paragraph_4{
	display: none;
}

#paragraph_5{
	display: none;
}

#paragraph_6{
	display: none;
}

#paragraph_7{
	display: none;
}

#paragraph_8{
	display: none;
}

#paragraph_9{
	display: none;
}

.currency_list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.currency_item{
	float: left;
	padding: 0 10px 0 10px;
}

.currency_item a:link, .currency_item a:visited{
	color: #445303;
	text-decoration: none;
}

.currency_item a:hover{
	color: #800000;
	text-decoration: none;
}

.currency_item_active{
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #800000;
	padding: 0 10px 0 10px;
}

.exchange_rate_table{
	border-collapse: collapse;
	margin: 10px;
}

.exchange_rate_table th{
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 5px;
}

.exchange_rate_table td{
	border: 1px solid #dcdcdc;
	padding: 5px;
}

.object_table{
	border-collapse: collapse;
}

.object_table th{
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	border: 1px solid #dcdcdc;
	padding: 2px;
}

.object_table td{
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	border: 1px solid #dcdcdc;
	padding: 2px;
}

.calc_table th{
	text-align: right;
	padding: 2px;
}

.calc_table td{
	text-align: left;
	padding: 2px;
}

.content_table{
	font-family: Tahoma;
	border-collapse: collapse;
}

.content_table th{
	border: 1px solid #dcdcdc;
	padding: 5px;
}

.content_table td{
	border: 1px solid #dcdcdc;
	padding: 5px;
}

#hot_offer_0{
	height: 174px;
	width: 258px;
	cursor: pointer;
	background-image: url('../images/inner/hot_offer.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
}

.hot_offer_img_title{
	height: 18px;
	text-align: right;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
	background: #ffffee;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 30px;
	right: 0;

	/*
	height: 18px;
	width: 252px;
	text-align: right;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	background: url('../images/inner/hot_offer_img_title_spacer.jpg') repeat-x;
	margin: 0 auto 0 auto;
	padding: 0;
	*/
}

#alt_flash_content{
	width: 257px;
	margin: 20px 0 0 23px;
}
