.orthanna_name
{
	border-bottom: 2px solid rgb( 235, 133, 44 );
	margin-top: 20px;
	font-weight: bold;
	padding: 5px;
}
/*
.orthanna_value
{
	display: inline-block;
	padding: 15px 10px 15px 10px;
	font-weight: bold;
}
.orthanna_name_left
{
	background: url(./images/big_orange_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-block;
}
.orthanna_name_right
{
	background: url(./images/big_orange_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: inline-block;
}
.orthanna_name_center
{
	background: url(./images/big_orange_center.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: inline-block;
}
*/

ul
{
	margin-left: 14px;
	padding-left: 0px;
}
li
{

	padding-left: 0px;
}
h1
{
	display: none;
}

.home_page
{
	
}

.left_block
{
	display: inline-block;
	width: 670px;
	vertical-align: top;
	margin-right: 10px;
}

.right_block
{
	display: inline-block;
	width: 170px;
	background-color: white;
	vertical-align: top;
}

.home_title_small
{
	width: 170px;
	height: 36px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 18px;
	line-height: 34px;
}

.data_row_home
{
	margin-top: 10px;
}

.home_block
{
	margin-bottom: 10px;
}

.home_data_block
{
	width: 152px;
	/*min-height: 164px;*/
	margin: 0px 2px 0px 3px;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	/* IE 6, 7 Fix */
	zoom: 1;
    *display: inline;
    _height: 174px;
	_margin-right: 5px;

}

.home_data_block_left
{
	width: 152px;
	/*min-height: 164px;*/
	margin: 0px 4px;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	/* IE 6, 7 Fix */
	zoom: 1;
    *display: inline;
    _height: 174px;
	_margin: 0px 5px;

}

.home_hover_link
{
	display: block;
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(./images/spacer.gif); /* adding transparrent background image because of strange behavior of IE */
}

.top_offer_home
{
	position: absolute;
	left: -15px;
	top: -5px;
	z-index: 10;
}

.holiday_price
{
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 10;
	display: inline-block;
	background: url(./images/price_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 1px 4px 1px 4px;
	opacity: 0.5;
	filter: alpha( opacity = 50 );
	-moz-opacity: 0.5;
}
.price_txt
{
	font-size: 16px;
	display: inline-block;
}

.price_hover
{
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 10;
	display: inline-block;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 1px 4px 1px 4px;
}

.category_image
{
	position: relative;
	display: inline-block;
	color: white;
}

.image_category
{
	/* position: absolute;
	left: 0px;
	top: 0px; */
}
.image_category_home
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.home_photo
{
	position: relative;
}

.home_title
{
	width: 670px;
	height: 36px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 18px;
	line-height: 34px;
}

.holidays 
{
	color: rgb( 218, 37, 29 ); /* red */

}
.holiday_home_name
{
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 66px;
	width: 152px;
}
.holidays .home_title
{
	background: url(./images/home_red.gif);
	background-repeat: no-repeat;
}


.excursions 
{
	color: rgb( 218, 37, 29 ); /* red */

}
.excursion_home_name
{
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 22px;
}
.excursions .home_title
{
	background: url(./images/home_red.gif);
	background-repeat: no-repeat;
}


.hotels 
{
	color: rgb( 235, 133, 44 ); /* orange */

}
.hotel_home_name
{
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 44px;
}
.hotels .home_title
{
	background: url(./images/home_orange.gif);
	background-repeat: no-repeat;
}


.destinations 
{
	color: rgb( 0, 146, 63 ); /* green */

}
.destination_home_name
{
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 22px;
}
.destinations .home_title
{
	background: url(./images/home_green.gif);
	background-repeat: no-repeat;
}



.round_trips 
{
	color: rgb( 0, 146, 63 ); /* green */

}
.round_trip_home_name
{
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 22px;
}
.round_trips .home_title
{
	background: url(./images/home_green.gif);
	background-repeat: no-repeat;
}



.offers 
{
	color: rgb( 155, 54, 133 ); /* purple */

}
.offer_home_name
{
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	min-height: 22px;
}

.offers .home_title_small
{
	background: url(./images/home_purple_small.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-indent: 12px;
}


.news 
{
	color: rgb( 20, 20, 20 ); /* orthanna blue*/
	margin-top: 25px;

}
.news_home_name
{
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	min-height: 22px;
}

.news .home_title_small
{
	background: url(./images/home_gray_small.gif);
	background-repeat: no-repeat;
}

.phone
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
.phone img
{
	margin-top: 3px;
	margin-right: 10px;
}

.skype
{
	margin-bottom: 20px;
}
.skype img
{

}
.skype_txt
{
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
.skype_txt a
{
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
	display: block;
	padding-left: 10px;
}

.navigation
{
	display: none;
}