/* css reset */
html,body,address,blockquote,div,p,pre,h1,h2,h3,h4,h5,h6,hr,	/* блочные элементы */
dd,dl,dt,ul,ol,li,						/* списки */
a,abbr,acronym,b,big,br,cite,code,del,dfn,em,i,			/* строчные элементы */
ins,kbd,q,samp,small,span,strong,sub,sup,tt,var,		/* строчные элементы */
img,object,							/* картинки и объекты */
caption,table,tbody,td,tfoot,th,thead,tr,			/* табличные элементы */
input,textarea,select,button,form,fieldset,legend,label,	/* элементы формы */
u,font,s,center,dir,menu,strike,xmp				/* устаревшие элементы */
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
/*   	text-align: center;  */
	text-indent: 0;
	color: black; 
 	text-decoration: none;
	list-style-type: none;
}

applet,iframe,embed {
	display: none;
}
hr,img,object {
	border: 0;
}
/* Убрали лишние внутренние отступы у кнопок в IE. */
input,button{
	overflow: visible;
}
input,select,button {
	vertical-align: middle;
}
/* чтобы все элементы формы, располагались по центру строки */
textarea {
	vertical-align: top;
}
/* поскольку высота textarea обычно больше одной строки, то пусть лучше он позиционируется по верху строки, */
select[size]{
	vertical-align: top;
}
select[size="1"] {
	vertical-align: middle;
}

caption,td,th,tr {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}


ol li, ul li{
	vertical-align: bottom;
}

/* Небольшая хитрость */
q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }
q:before	{ content: '\00AB'; }
q:after		{ content: '\00BB'; }
q q:before	{ content: '\201E'; }
q q:after	{ content: '\201C'; }

/* исправляем баг в IE если внутри элементов списка будут содержаться элементы с «display: block». */
ol li{
	list-style-type: decimal;
}
ul li{
	list-style-type: disc;
}
/* * { margin: 0; padding: 0; } */
/* p { margin: 5px 0 10px 0; } */
/*p { padding: 5px 0 10px 0; }*/
#html, BODY {

	background-color: #A3947C;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5B4D45;
	margin-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/imgs/bg.gif);
/*     width:712px; */
    width:100%;
    height: 100%;
/*     text-align: center;  */
}

table { border-collapse: collapse;border-spacing:0px 0px; }
table tr td { padding: 0px; }

/* css  reset end  */
TD {	
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5B4D45;
}
img {vertical-align:bottom;}

A{
	color:#B72D00;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
}

A:hover {

	color:#990000;
	text-decoration: none;

}

A:active {
	color:#FBAF5C;
	text-decoration: underline;
}

/*  щапка с кнопками и логотипом */
.bg_top {
/* 	height: 500px; */
	width: 100%;
	background-image: url(/imgs/bg_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

.tab_in {
    width:668px;
	margin: 0px;
	padding: 0px;
    text-align: center;
}
.tab_in img{
  border:0px;
  vertical-align:bottom;
}


.c170 {
	width: 24px;
	height: 170px;
}
.logo1 {
/* width:100%; */
width:668px;

}
.logo1_td {
	height: 32px;
	width: 100%;
	background-image: url(/imgs/1-1bg.gif);
	background-repeat: no-repeat;
}

.top_buttons td{
    width:448px;
}
.top_buttons img{
	width: 88px;
	height: 35px;
	border: 0px;
}


.logo2 p{
     padding: 0px 10px 20px 0px;
}
.logo2 a{
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #eee4c1;
}
.logo2 a:hover{
	text-decoration: none;
	font-style: normal;
	color: #990000;
}



.bg_12 {
	height: 96px;
	width: 280px;
	background-image: url(/imgs/logo_bg.jpg);
 	background-repeat: no-repeat; 
}
.bg_13 {
    width:280px;
    height:53px;
    border:0px;
}
.bg_14 {
	width: 198px;
	height: 96px;
	background-image: url(/imgs/basket_bg.jpg);
	background-repeat: no-repeat; 
}

.top_menu {
	width: 447px;
	background-color: #D5C79C;
}



/* кнопки в самом начале */
.tab_main {
	width: 668px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* форма ввода пароля */
.loginform {
	width: 83px;
	font-family: Tahoma;
	font-size: 10px;
	color: #7C705B;
	line-height: 9px;
	border: 1px solid #86775F;
	background-color: #EEE8CC;
	background-image: url(/imgs/loginform_bg.gif);
	background-repeat: no-repeat;
}

.loginform2 {

	width: 140px;
	font-family: Tahoma;
	font-size: 10px;
	color: #7C705B;
	line-height: 9px;
	border: 1px solid #86775F;
	background-color: #EEE8CC;
	background-image: url(/imgs/loginform_bg.gif);
	background-repeat: no-repeat;
}
/* основное меню с продуктами */
.product_menu{
    width:668px; 
    height:48px; 
    border:none;

}
.product_menu td {
/*   width:100%; */
  width:167px; 
}
.product_menu table{
    height:51px;
}
.product_menu a{

	color:#46433E;
	font-size: 15px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 16px;
	text-decoration: none;
/*     vertical-align:middle; */
}


/*  картинки в основном меню */
.product_menu img{
    vertical-align:bottom;
    width:  10px;
    height: 51px;
    border: 0px;}
.product_menu td{
 vertical-align:middle; 
 text-align:center;
 
}
.product_hotels {
    background-image:url(/imgs/b_hotel_bg.gif);
   
}
.product_villa {
    background-image:url(/imgs/b_razv_bg.gif);
}
.product_excursion{
    background-image:url(/imgs/b_avia_bg.gif);
}
.product_tours{
    background-image:url(/imgs/b_tur_bg.gif);
}

/* конец меню продуктов */
/* рамка основного меню */
.bg2_1{
    background-image:url(/imgs/2-1_bg.gif);
    background-repeat: repeat-x;
    width:50%;
    height:14px;
    text-align:left;
}
.bg2_1 img{
    padding-top:12px;
    border:none;
    vertical-align:bottom;
    width:15px;
}
.bg2_2{
    background-image:url(/imgs/2-1_bg.gif);
    background-repeat: repeat-x;
    width:50%;
    height:14px;
    text-align:right;
}
.bg2_2 img{
    padding-top:12px;
    width:18px;
    height:14px;
    vertical-align:bottom;
}

.content_main p,h1,ul {
 padding:15px;

}

/* конец рамки */
/*  начало горячих предложений */
.state {
	background-image: url(/imgs/5-1-2_bg.gif);
	background-repeat: repeat-x;
    width:100%;
/*     height:288px; */
}
.state td {

}

.state p{
    padding:9px;
}

.state_l {
/*     text-align:center; */
	background-image: url(/imgs/5-0_bg.gif);

	background-repeat: repeat-y;

}

.state_r {
/*     text-align:center; */
	background-image: url(/imgs/5-2_bg.gif);

	background-repeat: repeat-y;

}
.thai_info{
    width:608px;
    text-align:left;
}
.thai_info td {
     width:10%;
}
.thai_info img {
  vertical-align:bottom;
/*   text-align:center; */
 }
.thai_info p{
 padding:10px;
/*  padding-left:10px; */

}
.bg3_1{
/*     width:8px;  */
    height:14px;
    vertical-align:bottom;

}
.tr_14{
    height:14px;
    text-align:center;
    
}
.tr_14 img{

    height:14px;
    vertical-align:top;

}
.tr_14_bg{
    width:100%; 
    height:14px;
    text-align:center;
    background-image: url(/imgs/st_bot_bg.gif);
}
/* горячие предложения */
.hot_offers{
width:413px;
}
.hot_offers tr{
    height:14px;
}

.hot_offers td {
	height: 38px;
	font-family: Tahoma;
	font-size: 11px;
	color: #5B4D45;
}


/* promo info */
.promo_info_1{
  background-color: #9966FF;
  color:#CCCCCC;
  
}
.promo_info_1 strong{
  color:#FFFFFF;
}

.promo_info_2{
  background-color: #CC6600;
  color:#CCCCCC;
}
.promo_info_2 strong{
  color:#FFFFFF;
}

.promo_info_3{
  background-color: #006633;
  color:#CCCCCC;
}
.promo_info_3 strong{
  color:#FFFFFF;
}
.promo_info_3 span{
  font-size: -3;
}
.promo_info_4{
  background-color: #660066;
  color:#CCCCCC;
}
.promo_info_4 strong{
  color:#FFFFFF;
}
.promo_info_4 a{
  color:#CCCCCC;
}

.hot_offers_img {
    width:208px;
    height:4px;
}
.hot_offers_bot{
    width:208px;
    height:6px; 
}

.hot_offers_2 {
width:188px;
border:0px;
}
.hot_offers_2_left{
    font-weight:normal;
    font-size:17px;
    color:#CC3300;
    width:80px;
}
.hot_offers_2_left{
    font-weight:normal;
    width:102px;
}
.hot_offers_2_right span{
    font-size:  17px;
    color:    #CC3300;
}

.basket {	
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #C0B793;
}

.hot_offers_3_left{
    font-weight:normal;
    font-size:10px;
    width:80px;
}
.hot_offers_3_right{
    font-weight:normal;
    font-size:10px;
    width:102px;
}

/* contacts  */
.contacts_container{
margin:0 15px 0 10px;
text-align:left;
}
.contacts {
	font-family: Tahoma;
	font-size: 9px;
	color: #5B4D45;
    text-align:justify;
    font-size:11px;
    margin-top:0px;
    align:left;
}

.contacts p {
    padding:5px;
    text-align:left;
}
.contacts a img{
text-align:absmiddle;
color:666666;
}


.white_order_table{
 border-color:#A29E8F;
 background-color:#FFFFFF;
 text-align:center;
 color:#FF0000;
}

/* контент */
.content_hi{
 font-size:+0,1;
}
.content_hi2{
 font-size:+0,6;
}
.content_hi3{
 font-size:+0,6;
}

.content_c2{
text-align:center;


}

.content_c2 div {
text-align:justify;
}

/* hotels templ */
.red {
color:#990000;
}
/* hotels  images */
.img_fill_01 {
background-image: url(/imgs/01.gif);
background-repeat:repeat;
}
.img_fill_02 {
background-image: url(/imgs/02.gif);
background-repeat:repeat;
}

.img_fill_06 {
background-image: url(/imgs/06.gif);
background-repeat:repeat;
}
.img_fill_07 {
background-image: url(/imgs/07.gif);
background-repeat:repeat ;
}


.country_photo_zag_bg_cen{
background-image: url(/imgs/country_photo_zag_bg_cen.gif);
background-repeat:repeat;
}
.country_photo_zag_bg{
background-image: url(/imgs/country_photo_zag_bg.gif);
background-repeat:repeat;
}


/* footer */

.footer_tab{
width:632px;
height:50px;
}

.l_bg{

	width: 15px;
	background-color: #595643;
	border:none;
	background-image: url(/imgs/l_bg.gif);
}

.l_table_bg{
	width: 24px;
	background-image: url(/imgs/l_l_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.r_bg{

	width: 18px;
	background-color: #595643;
	background-image: url(/imgs/r_bg.gif);

}

.r_table_bg{
	width: 24px;
	background-image: url(/imgs/l_r_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_bg{
	background-color: #D4CFAF; 
	background-image: url(/imgs/center_bg.gif);
/*     border: 0; */
}

.bot_bg{
	background-color: #595643;
	background-image: url(/imgs/bot_bg.gif);
	background-position: bottom;
}

.promo {
	width: 166px;
	height: 111px;
	background-image: url(/imgs/c_promo_bg.gif);
	background-repeat: no-repeat;
}

.promo2 {
	width: 166px;
	background-image: url(/imgs/promo_img_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
}

.promo2_tc {
	width: 166px;
	background-image: url(/imgs/promo_bg.gif);
	background-repeat: repeat-y;
}

.promo2_foto {
	width: 73px;
	height: 89px;
	background-image: url(/imgs/promo_img_foto.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 3px;
}

.promo2_price {

	background-image: url(/imgs/promo_img_foto2.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: top;

}

.promo2_info {
	padding-top: 2px;
}



.promo_price {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.promo_name {
	font-family: Tahoma;
	font-size: 11px;
	color: #5B4D45;
	font-weight: bold;
}
.promo_info {
	font-family: Tahoma;
	font-size: 9px;
	color: #5B4D45;
}
.promo_info p{
padding:4px;
}

.promo_info_link {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 9px;
	color: #5B4D45;

}

.promo_info_link:hover {
	text-decoration: none;
	color: #5B4D45;
}

.predl {
	height: 38px;
	font-family: Tahoma;
	font-size: 11px;
	color: #5B4D45;
}

.predl_hot {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

.predl_hot:hover {
	text-decoration: none;
	color: #990000;
}

.predl_hot2 {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 15px;
	color: #CC3300;
	text-decoration: underline;
}

.predl_hot2:hover {
	text-decoration: none;
	color: #990000;
}

.p_hotel_link {
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5B4D45;
}

.p_hotel_link:hover {
	text-decoration: none;
	color: #990000;
}



.predl_link {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #5B4D45;
	font-weight: regular;
}

.predl_link1 {

	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #5B4D45;
	font-weight: regular;
}

.predl_link:hover {

	color: #990000;
	text-decoration: none;
	font-weight: regular;
}

.p {
	/*width: 155px;*/
	background-image: url(/imgs/p_bg.gif);
	background-repeat: repeat-y;
}

.p2 {

	/*width: 155px;*/
	background-image: url(/imgs/p_bg2.gif);
	background-repeat: repeat-y;
}

.p_hotel {
	height: 26px;
}

.p_hotel_link {
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5B4D45;
}

.p_hotel_link:hover {
	text-decoration: none;
	color: #990000;
}

.p_ticket {
	height: 46px;
}

.footer_link {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 9px;
	color: #5B4D45;
}

.footer_link:hover {
	text-decoration: none;
	color: #5B4D45;
}

.pict_zag{
	color:#D9D8D7;
	font-size: 10px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 10px;

}

.zag {

	color:#46433E;
	font-size: 13px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 13px;
	text-align:center;

}
/* рекламная тамблица справа */
.promo_table{
text-align:center;
width:166px;


}

.promo_bg{
background-image:url(/imgs/promo_bg.gif);
text-align:right;
vertical-align:middle;
}


.c_promo_c{
 vertical-align:middle;
 text-align:center;
 background-image:url(/imgs/c_promo_c.gif);

}

.foter_table{
height:50px;
width:632px;
text-align:left;
}
.foter_table td{
background-image:url(/imgs/6-1_bg.gif);
vertical-align:middle;
}

/*.zag_link {

	color:#46433E;
	font-size: 15px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 16px;
	text-decoration: none;

}*/
/* css заменители */
.center {
text-align:center;
}

.left {
text-align:left;
}
.right{
text-align:right;
}
/* шрифты */

.white{
color:#FFFFFF;
}
.grey{
color:#666666;
}
.black{
color:#000000;
}


.state_info {

	height: 26px;

	text-decoration: none;

	font-family: Tahoma, Verdana;

	font-size: 11px;

	font-style: normal;

	color: #5B4D45;

}

.state_photo {

	width: 200px;

	background-image: url(/imgs/state_photo_bg.gif);

	background-repeat: no-repeat;

	background-position: left top;

	padding-top: 3px;

	padding-left: 4px;

}

.pager	{

	font-family: Tahoma, Verdana;

	font-size: 10px;

	font-style: normal;

	color: #F5F0D8;

	background-color: #A09A82;

	height: 15px;

	/*width: 12px;*/

	padding: 2px 3px;

	text-align: center;

	margin-right: 3px;

	margin-bottom: 8px;
	
	text-decoration: underline;

}

.pager:hover	{

	text-decoration: none;

	color: #F5F0D8;

	background-color: #8B8168;

}

.country_photo {

	width: 115px;

	height: 107px;

	background-image: url(/imgs/country_photo_bg.gif);

	background-repeat: no-repeat;

	background-position: left top;

	padding-top: 3px;

	padding-left: 4px;

	padding-right: 10px;

}

.country_photo_tab {

	padding-bottom: 15px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #A29E8F;

	margin-top: 5px;

}

.country_photo_tab  ul{
padding-left: 25px;

}

.main_bottom_info {

	background-image: url(/imgs/5-1_bg2.gif);

	background-repeat: repeat-x;

}

.selectform {

	font-family: Tahoma;

	font-size: 10px;

	color: #7C705B;

	line-height: 9px;

	border: 1px solid #86775F;

	background-color: #EEE8CC;

	background-image: url(/imgs/loginform_bg.gif);

}

.inputform {

	font-family: Tahoma;

	font-size: 10px;

	color: #7C705B;

	line-height: 9px;

	border: 1px solid #86775F;

	background-color: #EEE8CC;

	background-image: url(/imgs/loginform_bg.gif);

}



.tbox {

	font-family: Tahoma;

	color:#503f35;

	font-size: 11px;

	line-height: 9px;

	border: 1px solid #86775F;

	background-color: #efeace;

}



table.table, table.table td {

  border: 1px solid #988c6d;

  border-collapse: collapse;

  background-color:#e4dfc3;

}

.table.table th {

	font-family: Arial;

	font-size: 12px;

	color: #efead1;

	font-weight:bold;

	padding-left:8px;

	background-color:#7c674f;

	text-align:left;

}

select {

	font-family: Tahoma;

	font-size: 11px;

	line-height: 9px;

	border: 1px solid #86775F;

	background-color: #efeace;

	color:#503f35;

}

 .nobr {
    white-space: nowrap;
}

input {

	font-family: Tahoma;

	color:#503f35;

	font-size: 11px;

	line-height: 9px;

	border: 1px solid #86775F;

	background-color: #efeace;

}





.input {

	font-family: Tahoma;

	color:#503f35;

	font-size: 11px;

	line-height: 9px;

	border: 1px solid #86775F;

	background-color: #efeace;

}



textarea {

	font-family: Tahoma;

	color:#503f35;

	font-size: 11px;

	line-height: 9px;

	border: 1px solid #86775F;

	background-color: #efeace;

}



.none1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 10px;
	border: none;
	width:60px;
    height:18px;
    
    margin-top:  2px;
    margin-left: 15px;
    text-align:right;
}

.fieldset01{
    border: none;
	padding-bottom: 0px;
	padding-left:5px; 
	padding-right:5px;
	padding-top:0px;
}