@import "../font/stylesheet.css";

.c_lf{text-align:left !important;}
.float_p p, .float_p img{float:left;}

html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url('../images/body_bg.jpg') left top repeat;
}

.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
}

img
{
	border: none;
	margin: 0px;
}

a
{
	text-decoration: underline;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

h1.caption
{
	display: block;
	min-width: 240px;
	height: 40px;
	line-height: 40px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 50px 0px;
	background: url('../images/h2_bg.png') center bottom no-repeat;
	font-family: 'ceremonious_oneregular' !important;
	font-weight: normal;
	font-style: normal;	
	font-size: 57px;
	color: #9e8e6a;
	text-align: center;
	text-shadow: 2px 2px 1px #fff;
}

h1.caption.alt
{
	background: url('../images/h2_bg_alt.png') center bottom no-repeat;
}

h2.caption
{
	display: block;
	min-width: 240px;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 35px 0px;
	background: url('../images/h2_bg.png') center bottom no-repeat;
	font-family: 'ceremonious_oneregular' !important;
	font-weight: normal;
	font-style: normal;	
	font-size: 41px;
	color: #9e8e6a;
	text-align: center;
	text-shadow: 2px 2px 1px #fff;
}

p
{
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #726a57;
}

#main_top
{
	min-width: 991px;
	width: 100%;
	max-width: 1013px;
	height: 70px;
	margin: 0px auto;
	background: url('../images/main_top_bg.png') center bottom no-repeat;	
}

#main_top_second
{
	min-width: 991px;
	width: 100%;
	max-width: 1013px;
	height: 72px;
	margin: 0px auto;
	background: url('../images/main_top_second_bg.png') center bottom no-repeat;	
}



#main_middle
{
	min-width: 991px;
	width: 100%;
	max-width: 1013px;
	margin: 0px auto;
	background: url('../images/main_middle_bg.png') center top repeat-y;
}

#main_bottom
{
	min-width: 991px;
	width: 100%;
	max-width: 1013px;
	height: 23px;
	margin: 0px auto;
	background: url('../images/main_bottom_bg.png') center top no-repeat;	
}

#footer
{
	width: 991px;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	margin-bottom: 80px;
	background: #ede9da;
}

#footer .half
{
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #867d68;
	text-align: center;
}

#main_picture_holder
{
	width: 991px;
	height: 769px;
	margin: 0px auto;
	background: url('../images/main_picture_holder_bg.jpg') center center no-repeat;
	position: relative;
	text-align: center;
}

#main_picture_holder.alt
{
	height: 514px;
}

#main_picture_holder img
{
	margin-top: 55px;
}

#main_picture_holder.alt img
{
	margin-top: 60px;
}

#main_picture_frame
{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 971px;
	height: 769px;
	margin: 0px auto;
	background: url('../images/main_picture_frame.png') center center no-repeat;
}

#main_picture_frame.alt
{
	height: 514px;
	background: url('../images/main_picture_frame_alt.png') center center no-repeat;
}

#ribbon
{
	position: absolute;
	left: 71px;
	top: 12px;
	width: 848px;
	height: 57px;
	background: url('../images/ribbon.png') center center no-repeat;
}

#logo
{
	position: absolute;
	left: 125px;
	top: -42px;
	width: 677px;
	height: 417px;
	background: url('../images/logo_bg.png') center center no-repeat;
}

#logo a
{
	display: block;
	position: absolute;
	top: 44px;
	left: 242px;
	width: 250px;
	height: 230px;
}

#logo.alt
{
	position: absolute;
	left: 235px;
	top: -20px;
	width: 531px;
	height: 285px;
	background: url('../images/logo_bg_alt.png') center center no-repeat;
}

#logo.alt a
{
	display: block;
	position: absolute;
	top: 15px;
	left: 155px;
	width: 205px;
	height: 180px;
}

#top_menu
{
	width: 660px;
	margin: 17px auto;
}

#top_menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	position: relative;
	z-index: 10;
}

#top_menu ul li
{
	float: left;
	height: 20px;
	line-height: 20px;
}

#top_menu ul li.splitter
{
	width: 30px;
	height: 20px;
	background: url('../images/top_menu_splitter.png') center center no-repeat;
}

#top_menu ul li a
{
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0px #2D5E7C;
}

#bottom_menu
{
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: 27px;
	width: 570px;
	height: 30px;
	line-height: 30px;
	margin-left: -285px;
}

#bottom_menu a
{
	display: block;
	float: left;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 19px;
	color: #387ba0;
	text-decoration: none;
}

#bottom_menu a.right
{
	float: right;
}

#content
{
	width: 966px;
	margin: 0px auto;
	padding-bottom: 5px;
	position: relative;
}

#content_top
{
	width: 966px;
	height: 104px;
}

#content_top .left
{
	float: left;
	width: 454px;
	height: 94px;
	margin-top: 10px;
	background: url('../images/content_top_left.png') left top no-repeat;
}

#content_top.alt .left
{
	margin-top: 25px;
}

#content_top .center
{
	float: left;
	margin-top: 10px;
}

#content_top .right
{
	float: right;
	width: 454px;
	height: 94px;
	margin-top: 10px;
	background: url('../images/content_top_right.png') right top no-repeat;
}

#content_top.alt .right
{
	margin-top: 25px;
}

#content_middle
{
	width: 966px;
	position: relative;
	background: url('../images/content_middle.png') center top repeat-y;
}

#content_bottom
{
	width: 966px;
	height: 94px;
	background: url('../images/content_bottom.png') center bottom no-repeat;
}

#content_stuff
{
	float: left;
	width: 958px;
	margin: -75px 0px -70px 4px;
	text-align: left;
	position: relative;
}

#content_stuff.alt
{
	margin: -10px 0px -40px 4px;
}

#content_stuff .left
{
	float: left;
	width: 450px;
}

#content_stuff .right
{
	float: right;
	width: 450px;
}

.proposals_list
{
	width: 410px;
	margin: 0px auto;
	margin-top: 20px;
}

.proposals_list .item
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 35px 0px;
	background: url('../images/heart_splitter.png') center bottom no-repeat;
}

.proposals_list .item .pic
{
	float: left;
	width: 150px;
	height: 118px;
	background: url('../images/img_bg.png') left top no-repeat;
}

.proposals_list .item .pic div
{
    width: 110px;
	height: 110px;
	margin: 4px 0px 0px 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 50% 50% 50% 50%;
}

.proposals_list .item .pic div img
{
   border-radius: 50% 50% 50% 50%;
}

.proposals_list .item .text
{
	float: right;
	width: 245px;
	padding-top: 5px;
}

.proposals_list .item .text a.caption
{
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #5f95b2;
}

.proposals_list .item .text p
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #726a57;
}

.portfolio_list
{
	width: 355px;
	margin: 0px 0px 0px 55px;
	margin-top: 20px;
}

.portfolio_list .item
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	background: url('../images/heart_splitter.png') center bottom no-repeat;
}

.portfolio_list .item .pic
{
	float: left;
	padding: 2px;
	background: #fff;
	border: solid 1px #d3c198;
	border-radius: 4px;
}

.portfolio_list .item .pic div
{
    
}

.portfolio_list .item .pic div img
{
   
}

.portfolio_list .item .text
{
	float: right;
	width: 240px;
	padding-top: 5px;
}

.portfolio_list .item .text p
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #726a57;
}

.all_items
{
	padding-top: 15px;
	text-align: center !important;
}

.all_items a
{
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #b09b6e;	
	text-decoration: none;	
}

.center_block
{
	position: absolute;
	z-index: 60;
	left: 50%;
	top: 0px;
	bottom: 5px;
	width: 52px;
	margin: 0px 0px 0px -26px;
	background: url('../images/center_block.jpg') left top repeat-y;
}

.center_block_no_bottom
{
	position: absolute;
	z-index: 60;
	left: 50%;
	top: -10px;
	bottom: 5px;
	width: 52px;
	margin: 0px 0px 0px -28px;
	background: url('../images/center_block_alt.jpg') left top repeat-y;
}

.center_block.alt
{
	top: -10px;
	bottom: -53px;
	margin: 0px 0px 0px -29px;
	background: url('../images/center_block_alt.jpg') left top repeat-y;
}

.center_block .top
{
	width: 52px;
	height: 100%;
	background: url('../images/center_block_top.jpg') left top no-repeat;
}

.center_block.alt .top
{
	background: none;
}

.center_block .bottom
{
	width: 52px;
	height: 100%;
	background: url('../images/center_block_bottom.jpg') left bottom no-repeat;
}

.short_left_right
{
	margin: 0px auto;
	width: 860px;
}

.short_left_right .l
{
	float: left;
	width: 270px;
	text-align: center;
}

.short_left_right .r
{
	float: right;
	width: 562px;
}

.middlewide_block
{
	width: 562px;
}

.middlewide_block .top
{
	width: 562px;
	height: 29px;
	background: url('../images/middlewide_block_top.png') left top no-repeat;
}

.middlewide_block .middle
{
	width: 562px;
	background: url('../images/middlewide_block_middle.png') left top repeat-y;
}

.middlewide_block .bottom
{
	width: 562px;
	height: 31px;
	background: url('../images/middlewide_block_bottom.png') left bottom no-repeat;
}

.middlewide_block .middle .stuff
{
	float: left;
	width: 542px;
	margin: -10px 10px;
}

.middlewide_block .middle .stuff .cpt
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	line-height: 40px;
	font-family: 'ceremonious_oneregular' !important;
	font-weight: normal;
	font-style: normal;	
	font-size: 36px;
	color: #6995aa;
	text-align: center;
	text-shadow: 2px 2px 1px #fff;
	background: url('../images/caption_bg_left.png') left center no-repeat;
}

.middlewide_block .middle .stuff .cpt div
{
	padding: 0px 40px 0px 0px;
	background: url('../images/caption_bg_right.png') right center no-repeat;
}

.middlewide_block .middle .stuff p
{
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 70px;
	font-family: 'ceremonious_oneregular' !important;
	font-weight: normal;
	font-style: normal;	
	font-size: 60px;
	color: #6995aa;
	text-align: center;
	text-shadow: 2px 2px 1px #fff;
}

#content .splitter
{
	width: 100%;
	height: 70px;
	background: url('../images/heart_splitter.png') center center no-repeat;
}

#content .the_caption
{
	display: block;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 40px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 16px;
	color: #3f7c9a;
	text-align: center;
	text-transform: uppercase;
	background: url('../images/caption_bg_left_alt.png') left center no-repeat;
}

#content .the_caption div
{
	padding: 0px 40px 0px 0px;
	background: url('../images/caption_bg_right_alt.png') right center no-repeat;
}

.three_column_block
{
	margin: 0px auto;
	width: 860px;
}

.three_column_block .l
{
	float: left;
	width: 270px;
}

.three_column_block .c
{
	float: left;
	width: 270px;
	margin-left: 25px;
}

.three_column_block .r
{
	float: right;
	width: 270px;
}

.three_column_block p, .wide_block .middle .stuff .column p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #4e493d;
	text-align: justify;
}

.three_column_block p a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #6995aa;
	text-decoration: none;
}

.three_column_block p a:hover
{
	text-decoration: underline;
}

.three_column_block p.i, .wide_block .middle .stuff .column p.i
{
	text-indent: 35px;
}

.three_column_block p.i::first-letter, .wide_block .middle .stuff .column p.i::first-letter, .three_column_block p.h::first-letter
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 18px;
	color: #3f7c9a;
}

p.h
{
	padding-left: 20px;
	background: url('../images/heart.png') left top no-repeat;
}

p.h span
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 18px;
	color: #3f7c9a;
}

.three_column_block .pic
{
	width: 256px;
	margin: 10px auto 10px auto;
	padding: 2px;
	border: solid 2px #c2b38f;
	border-radius: 4px;
}

.bolded
{
	line-height: 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 16px;
	color: #726a57;
	text-align: center;
}

.bolded span
{
	display: block;
	line-height: 14px;
	margin-top: 5px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 13px;
	color: #726a57;
	text-align: center;
}

.three_column_block .vid
{
	position: relative;
	width: 222px;
	margin: 10px auto 10px auto;
	padding: 2px;
	border: solid 2px #c2b38f;
	border-radius: 4px;
}

.three_column_block .vid a
{
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/vid_play.png') center center no-repeat;
	opacity: 0.8;
}

.three_column_block .vid.alt a
{
	background: url('../images/3d_icon.png') center center no-repeat;
}

.three_column_block .vid a:hover
{
	opacity: 1.0;
}

.d_l
{
	display: block;
	position: absolute;
	z-index: 10;
	left: -20px;
	top: 0px;
	width: 20px;
	height: 100%;
	background: url('../images/vid_dl.png') center center no-repeat;
}

.d_r
{
	display: block;
	position: absolute;
	z-index: 10;
	right: -20px;
	top: 0px;
	width: 20px;
	height: 100%;
	background: url('../images/vid_dr.png') center center no-repeat;
}

.short_block
{
	width: 262px;
	margin: 10px auto;
	position: relative;
}

.short_block .top
{
	width: 262px;
	height: 25px;
	background: url('../images/short_block_top.png') left top no-repeat;
}

.short_block .middle
{
	width: 262px;
	background: url('../images/short_block_middle.png') left top repeat-y;
}

.short_block .bottom
{
	width: 262px;
	height: 29px;
	background: url('../images/short_block_bottom.png') left bottom no-repeat;
}

.short_block .middle .stuff
{
	float: left;
	width: 242px;
	margin: -10px 10px;
}

.short_block .middle .stuff p
{
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 18px;
	color: #6995aa;
	text-align: center;
}

.wide_block
{
	margin: 0px auto;
	width: 883px;
	position: relative;
}

.wide_block .top
{
	width: 883px;
	height: 40px;
	background: url('../images/wide_block_top.png') left top no-repeat;
}

.wide_block .middle
{
	width: 883px;
	background: url('../images/wide_block_middle.png') left top repeat-y;
}

.wide_block .bottom
{
	width: 883px;
	height: 43px;
	background: url('../images/wide_block_bottom.png') left bottom no-repeat;
}

.wide_block .middle .stuff
{
	float: left;
	width: 864px;
	margin: -20px 10px;
}

.wide_block .middle .stuff .cpt, .three_column_block .cpt
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 16px;
	color: #3f7c9a;
	text-align: center;
}

.wide_block .middle .stuff .column
{
	float: left;
	margin: 0px 14px 0px 14px;
	width: 260px;
}

.wide_block .middle .stuff .column .vid
{
	position: relative;
	margin: 10px auto 10px auto;
}

.wide_block .middle .stuff .column .vid.alt
{
	position: relative;
	width: 222px;
	margin: 10px auto 10px auto;
	padding: 2px;
	border: solid 2px #c2b38f;
	border-radius: 4px;
}

.wide_block .middle .stuff .column .vid a
{
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/vid_play.png') center center no-repeat;
	opacity: 0.8;
}

.wide_block .middle .stuff .column .vid a:hover
{
	opacity: 1.0;
}

.wide_block .middle .stuff .link_block
{
	float: right;
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 0px 110px;
	background: url('../images/heart_left.png') left center no-repeat;
}

.wide_block .middle .stuff .link_block div
{
	padding: 0px 110px 0px 0px;
	line-height: 18px;
	background: url('../images/heart_right.png') right center no-repeat;
	text-align: center;
}

.wide_block .middle .stuff .link_block div a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 18px;
	color: #6995aa;
	text-decoration: none;
}

.wide_block .middle .stuff .link_block div a:hover
{
	text-decoration: underline;
}

.four_column_block
{
	margin: 0px auto;
	width: 910px;
}

.four_column_block .column
{
	float: left;
	width: 25%;	
}

.four_column_block .column .country
{
	padding: 0px 0px 0px 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
	color: #726a57;
	text-transform: uppercase;
}

.four_column_block .column a
{
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #595448;
	text-decoration: none;
}

.four_column_block .column a:hover, .four_column_block .column a.active
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
	color: #3f7c9a;
	background: url('../images/heart.png') left top no-repeat;
}

.pic_description
{
	display: block;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;	
	font-size: 11px;
	color: #807d7c;
	text-align: center !important;
	text-transform: uppercase;
}

.vid_
{
	position: absolute;
	z-index: 10;
	bottom: 41px;
	width: 121px;
	height: 112px;
}

.video_lnk
{
	height: 92px;
	line-height: 92px;
	padding: 0px 0px 0px 130px;
	margin: 0px 0px 20px 0px;
	background: url('../images/v.png') left center no-repeat;
}

.video_lnk a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #6995aa;
	text-decoration: none;
}

.video_lnk a:hover
{
	text-decoration: underline;
}

.left_block
{
	float: left;
	width: 455px;
}

.right_block
{
	float: right;
	width: 455px;
}

.left_mixed_block
{
	float: left;
	width: 455px;
}

.right_mixed_block
{
	float: right;
	width: 455px;
}

.right_mixed_block .some_block p, .left_mixed_block .some_block p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #726a57;}

.left_mixed_block p.cpt {
    color: #428097;
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0px;
}

.right_mixed_block .caption_, .left_mixed_block .caption_
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 18px;
	color: #6995aa;
}

#content_stuff .caption_
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 18px;
	color: #6995aa;
	margin:0px auto;
	text-align:center;
}

.contacts_block
{
	width: 367px;
	height: 132px;
	margin: 0px auto;
	background: url('../images/contacts_block.png') center center no-repeat;
}

.contacts_block p
{
	margin: 0px 50px 0px 50px;
	padding: 5px 0px 0px 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
	color: #4f8aaa;
	text-align: center;
}

.contacts_block p span
{
	font-weight: normal;
}

.map
{
	margin: 0px auto;
	padding: 0px;
	width: 387px;
	height: 244px;
	background: url('../images/map.png') center center no-repeat;
}

.text_under_map
{
	margin: 0px auto;
}

.text_under_map p
{
	margin: 0px 80px 0px 80px;
	padding: 0px 0px 0px 0px;
	line-height: 26px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #726a57;
	text-align: center;
}

#contacts
{
	width: 350px;
	margin: 0px 0px 0px 70px;
	line-height: 20px;
}

#contacts .caption
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 18px;
	color: #726a57;
}

#contacts .subcaption
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
	color: #2a6584;
}

#contacts .txt
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #726a57;
}

#contacts .txt a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #387ba0;
}

.tour_list
{
	width: 400px;
	margin: 0px auto;
}

.tour_list .item
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.tour_list .item .caption
{
	width: 400px;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 15px;
	color: #726a57;
	text-align: center;
}

.tour_list .item .caption span
{
	display: block;
	padding: 0px 5px 0px 5px;
	float: left;
	text-align: center;
}

.tour_list .item .caption .ll
{
	float: left;
	height: 100%;
	width: 0px;
	background: url('../images/line_left.png') left center no-repeat;
}

.tour_list .item .caption .lr
{
	float: right;
	height: 100%;
	width: 0px;
	background: url('../images/line_right.png') right center no-repeat;
}

.tour_list .item .vid
{
	position: relative;
	width: 319px;
	margin: 10px auto 10px auto;
	padding: 2px;
	border: solid 2px #c2b38f;
	border-radius: 4px;
}

.tour_list .item .vid a
{
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/3d_icon.png') center center no-repeat;
	opacity: 0.8;
}

.tour_list .item .vid a:hover
{
	opacity: 1.0;
}

.tour_list .item a
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
	color: #4f8aaa;
	text-decoration: none;
}

.tour_list .item a:hover
{
	text-decoration: underline;
}

.some_block
{
	width: 350px;
	margin: 0px 0px 0px 80px;
}

.some_block_service
{
	width: 390px;
	margin: 0px 0px 0px 40px;
}

.some_block .caption_, .some_block_service .caption_
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 18px;
	color: #6995aa;
}

.some_block p, .some_block_service p
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #726a57;
}

.some_block_service .comment p{
	color:#a2a6a7;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	}

.qp
{
	float: left;
	background: #fdfcf7;
	padding: 6px 6px 6px 6px;
	margin: 20px 15px 20px 0px;
	box-shadow: 0px 0px 7px #666;
}

.some_block_service .qp
{
	float: left;
	background: #fdfcf7;
	padding: 6px 6px 6px 6px;
	margin: 20px 10px 20px 0px;
	box-shadow: 0px 0px 7px #666;
}


.some_block .caption
{
	width: 350px;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 15px;
	color: #726a57;
	text-align: center;
}

.some_block .caption span
{
	display: block;
	padding: 0px 5px 0px 5px;
	float: left;
	text-align: center;
}

.some_block .caption span b
{
	display: block;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #726a57;
}

.some_block .caption .ll
{
	float: left;
	height: 20px;
	width: 0px;
	background: url('../images/line_left.png') left center no-repeat;
}

.some_block .caption .lr
{
	float: right;
	height: 20px;
	width: 0px;
	background: url('../images/line_right.png') right center no-repeat;
}

.round_pics_list
{
	margin: 0px 0px 0px 0px;
}

.round_pics_list .item
{
	float: left;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.round_pics_list .item.r
{
	float: right;
}

.round_pics_list .item .pic
{
	margin: 0px 0px 5px 0px;
	width: 150px;
	height: 118px;
	background: url('../images/img_bg.png') left top no-repeat;
}

.round_pics_list .item .pic div
{
    float: left;
	width: 110px;
	height: 110px;
	margin: 4px 0px 0px 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 50% 50% 50% 50%;
}

.round_pics_list .item .pic div img
{
   border-radius: 50% 50% 50% 50%;
}

.round_pics_list .item a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #6995aa;
}

.round_pics_list .item span
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #726a57;
}

.my_list
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.my_list li
{
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	background: url('../images/my_list_bg.png') left 6px no-repeat;
}

.my_list li a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #6995aa;
}

.page_stuff
{
	width: 830px;
	margin: 0px auto;
}

.page_stuff .caption
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 18px;
	color: #6995aa;
}




.page_stuff .caption_
{
	width: 830px;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 18px;
	color: #726a57;
	text-align: center;
}

.page_stuff .caption_ span
{
	display: block;
	text-align: center;
	font-weight: normal;
}

.palace_list
{
	
}

.palace_list .item
{
	margin: 0px 0px 0px 0px;
}

.palace_list .item .cpt
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 16px;
	color: #428097;
	text-align: center;
	margin-bottom: 30px;
}

.palace_list .item .pic
{
	float: left;
	width: 385px;
}

.palace_list .item .text
{
	float: right;
	width: 440px;
}

.palace_list .item .text p
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #4e493d;
}

.palace_list .item .text a.lnk
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 14px;
	color: #4e493d;
	text-decoration: none;
}

.palace_list .item .text a.lnk:hover
{
	text-decoration: underline;
}

.palace_list .item .pic .vid
{
	position: relative;
	width: 319px;
	margin: 0px auto;
	padding: 2px;
	border: solid 2px #c2b38f;
	border-radius: 4px;
}

.palace_list .item .pic .vid a
{
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/3d_icon.png') center center no-repeat;
	opacity: 0.8;
}

.palace_list .item .pic .vid a:hover
{
	opacity: 1.0;
}

.prev_next
{
	display: block;
	width: 400px;
	background: url('../images/hearts.png') 7px center no-repeat;
	text-align: center;
	margin: 20px 0px 0px -30px;
}

.prev_next a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #4e493d;
	text-decoration: none;
}

.prev_next a:hover
{
	text-decoration: underline;
}



























.portfolio_list2
{
	
}

.portfolio_list2 .item
{
	margin: 0px 0px 0px 0px;
}



.portfolio_list2 .item .pic
{
	float: left;
	width: 385px;
}

.portfolio_list2 .item .text
{
	float: right;
	width: 440px;
}

.portfolio_list2 .item .text .cpt
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 16px;
	color: #428097;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.portfolio_list2 .item .text p
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #4e493d;
}

.portfolio_list2 .item .pic .vid
{
	position: relative;
	width: 319px;
	margin: 0px auto;
	padding: 2px;
	border: solid 2px #c2b38f;
	border-radius: 4px;
}

.pics
{
	margin: 0px auto;
}

.pics .p
{
	float: left;
	margin: 0px 5px 0px 5px;
	text-align: center;
}

.pics .p div
{
	height: 100px;
}

.pics .p a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 13px;
	color: #726a57;
	text-decoration: none;
}

.course_pics{margin:10px 0px 20px 0px}

.course_pics .p a
{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;	
	font-size: 13px;
	color: #6995aa;
	text-decoration: underline;
}

.pics .p a:hover
{
	text-decoration: underline;
}

p.bottom_nav
{
	float: left;
	width: 350px;
	text-align: center;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #4e493d;
}

p.bottom_nav a
{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;	
	font-size: 14px;
	color: #4e493d;
	text-decoration: none;
}

p.bottom_nav a.active
{
	color: #428097;
}

p.bottom_nav a:hover
{
	text-decoration: underline;
}

#top_second_left{float:left;font:italic 15px Georgia;color:#9e8e6a;text-shadow: 1px 1px 0px #fff;padding:13px 90px;width:350px}
#top_second_right{float:right;padding:5px 0px;padding-right:70px}
#top_second_right div{float:left;}
#second_right_help{font:italic 15px Georgia;color:#9e8e6a;text-shadow: 1px 1px 0px #fff;padding:7px 10px;}
#second_right_phone{font:italic 15px Georgia;color:#9e8e6a;padding:1px 10px;line-height:1.5}
#second_right_phone a{color:#87a9b9}
#right_bell{padding:5px 0px}

.rotate{position:absolute;left:70px;opacity:0;}
.rotate.cur{opacity:1}

#call_order{background:url('../images/form_background.png') no-repeat;position:absolute;opacity:0;z-index:-1000;width:500px;height:430px;margin-left:-305px;}
#call_order td{vertical-align:top;}
#call_bell{cursor:pointer;}
.inner_call{width:410px;margin-top:20px;font:normal 1em Romul}
.inner_call td{padding:5px 0px 6px}
.inner_call input, .inner_call textarea{width:210px;border:solid 1px #cfcfcf;box-shadow:0px 0px 10px #e6e6e6 inset;padding:5px 5px}
.inner_call textarea{height:100px;max-width:210px;max-height:100px;min-width:210px;min-height:100px}
#form_cross{margin-left:10px;margin-top:0px;left: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;background-image: url('../images/fancybox_sprite.png');}
a.up_inherit{color:inherit;text-decoration:none;}

.gid{background:url("../images/gid_bg.png") no-repeat;position:fixed;margin-top:300px;margin-left:50%;left:-674px;width:179px;height:201px;z-index:1000px;}
.gid_label{color:#5F95B2;font:italic bold 14px Georgia;margin-left:90px;text-align:center;margin-top:45px;}
.play img{float:left;margin-left:-21px;margin-top:-11px;margin-right:10px;cursor:pointer;}
.play_gid img{margin:0px auto;cursor:pointer;margin-left:110px;margin-top:10px}
#second_right_help{cursor:pointer}