/*
	This file contains project-specific CSS rules
*/

html
{
	width: 100%;
	overflow-y: scroll;
	min-height: 800px;
	min-width: 990px;
}
body
{
	background-color: #950045;
	padding: 0px;
	margin: 0px;
	min-height: 800px;
	width: 100%;
	background-image: url('/images/bg_center.jpg');
	background-attachment: fixed;
	useless: none;
	background-position: center bottom;
	position: relative;
}
#bg_top_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 400px;
	background-image: url('/images/bg_top_left.png');
}
#bg_top_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	height: 400px;
	background-image: url('/images/bg_top_right.png');
}
#bg_bottom_left
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	height: 400px;
	background-image: url('/images/bg_bottom_left.png');
}
#bg_bottom_right
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 450px;
	height: 400px;
	background-image: url('/images/bg_bottom_right.png');
}
#bg_top_center
{
	position: absolute;
	top: 0;
	left: 450px;
	right: 450px;
	height: 260px;
	background-image: url('/images/bg_top_center.png');
}
#bg_bottom_center
{
	position: absolute;
	bottom: 0;
	left: 450px;
	right: 450px;
	height: 260px;
	background-image: url('/images/bg_bottom_center.png');
}
#bg_center_left
{
	position: absolute;
	top: 400px;
	bottom: 400px;	
	left: 0px;
	width: 306px;
	background-image: url('/images/bg_center_left.png');
}
#bg_center_right
{
	position: absolute;
	top: 400px;	
	bottom: 400px;	
	right: 0;
	width: 306px;
	background-image: url('/images/bg_center_right.png');
}

#main_block
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 990px;
	min-height: 100%;
}
#main_block_content
{
	padding-bottom: 35px;
}
#header_block_bg
{
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	height: 179px;
	background: url("/images/top_bar_bg.png") left top repeat-x;
}
#header_block
{
	height: 179px;
}
/*
========================================================================
Left menu
========================================================================
*/
#left_menu
{
	position: absolute;
	left: 64px;
	top: 263px;
}
.left_menu_item
{
	position: relative;
	padding-left: 37px;
	line-height: 25px;
}
.left_menu_item a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	color: #bb8c28;
	text-decoration: none;
}
.left_menu_item a:hover
{
	text-decoration: underline;
}
.left_menu_item.left_menu_selected a
{
	color: #ffffff;
}
.left_menu_flower
{
	left: 0;
	top: 3px;
	width: 21px;
	height: 20px;
	position: absolute;
	background-image: url('/images/gallery_flower_hollow.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.left_menu_flower_selected
{
	left: 0;
	top: 3px;
	width: 21px;
	height: 20px;
	position: absolute;
	background-image: url('/images/gallery_flower_white.png');
	background-repeat: no-repeat;
	background-position: left center;
	display: none;
}
.left_menu_item.left_menu_selected .left_menu_flower_selected
{
	display: block;
}
.left_menu_item.left_menu_selected .left_menu_flower
{
	display: none;
}
/*
========================================================================
Top menu
========================================================================
*/
#language_menu
{
	position: absolute;
	z-index: 5;
	top: 1px;
	left: 15px;
	padding: 0 5px 0 5px;
}
#language_menu_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 27px;
	background: url("/images/rounded_bar_left.png") top left no-repeat;
}
#language_menu_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 27px;
	background: url("/images/rounded_bar_right.png") top right no-repeat;
}
#language_menu_body
{
	padding: 5px 0px 8px 1px;
	background: url("/images/rounded_bar_body.png") repeat-x;
	white-space: nowrap;
}
#language_menu_body a
{
	font-weight: bold;
	font-size: 13px;
	color: #bb8c28;
	text-decoration: none;
}
#language_menu_body a:hover
{
	text-decoration: underline;
}
a.language_menu_item
{
	padding: 0 12px 0 4px;
	background-image: url("/images/language_item_bubble.png");
	background-repeat: no-repeat;
	background-position: right 7px;
}
a.language_menu_item_last
{
	background: transparent;
	padding: 0 5px 0 4px;
}
a#language_menu_item_selected
{
	color: #ffffff;
}
#top_menu
{
	position: absolute;
}
#music_menu
{
	position: absolute;
	left: 895px;
	top: 1px;
	height: 27px;
	width: 82px;
	padding: 0px 0px 0px 5px;
	background: url("/images/rounded_bar_left.png") top left no-repeat;
}
#music_menu_right
{
	height: 27px;
	padding: 0px 5px 0px 0px;
	background: url("/images/rounded_bar_right.png") top right no-repeat;
}
#music_menu_body
{
	height: 27px;
	padding: 0px;
	background: url("/images/rounded_bar_body.png") repeat-x;
}
#music_on
{
	width: 16px;
	height: 13px;
}
#music_off
{
	width: 19px;
	height: 17px;
}
#logo_block
{
	position: absolute;
	top: 27px;
	right: 20px;
	width: 354px;
	height: 115px;
	cursor: pointer;
}
#logo_block_fake
{
	position: absolute;
	top: 27px;
	right: 20px;
	width: 354px;
	height: 115px;
	background: url("/images/logo.png") repeat-x;
}
#main_menu
{
	position: absolute;
	left: 21px;
	top: 0px;
	width: 370px;
	height: 201px;
}
#main_menu_bg_fake
{
	position: absolute;
	width: 186px;
	height: 201px;
	left: 98px;
	top: 0px;
	background: url("/images/menu_bg.png") no-repeat;
}
#main_menu_bg
{
	position: absolute;
	width: 186px;
	height: 201px;
	left: 98px;
	top: 0px;
}
.main_menu_glow
{
	position: absolute;
	visibility: hidden;
}
.main_menu_item
{
	cursor: pointer;
}
#main_menu_2_glow
{
	width: 164px;
	height: 164px;
	top: 35px;
	left: 0px;
	background: url("/images/menu_brands_glow.png") no-repeat;
}
#main_menu_4_glow
{
	width: 143px;
	height:	192px;
	right: 0px;
	top: 0px;
	background: url("/images/menu_contact_glow.png") no-repeat;
}
#main_menu_1_glow
{
	width: 144px;
	height:	193px;
	left: 0px;
	top: 0px;
	background: url("/images/menu_company_glow.png") no-repeat;
}
#main_menu_3_glow
{
	width: 167px;
	height:	172px;
	right: 0px;
	top: 28px;
	background: url("/images/menu_gallery_glow.png") no-repeat;
}

/* menu - est */

#main_menu_item_1_est
{
	position: absolute;
	width: 98px;
	height: 57px;
	left: 0px;
	top: 71px;
}
#main_menu_item_2_est
{
	position: absolute;
	width: 99px;
	height: 31px;
	left: 42px;
	bottom: 5px;
}
#main_menu_item_3_est
{
	position: absolute;
	width: 115px;
	height: 53px;
	right: 13px;
	bottom: 24px;
}
#main_menu_item_4_est
{
	position: absolute;
	width: 84px;
	height: 31px;
	right: 0px;
	top: 58px;
}

#main_menu_item_1_fake_est
{
	position: absolute;
	width: 98px;
	height: 57px;
	left: 0px;
	top: 71px;
	background: url("/images/menu_est_company.png") no-repeat;
}
#main_menu_item_2_fake_est
{
	position: absolute;
	width: 99px;
	height: 31px;
	left: 42px;
	bottom: 5px;
	background: url("/images/menu_est_brands.png") no-repeat;
}
#main_menu_item_3_fake_est
{
	position: absolute;
	width: 115px;
	height: 53px;
	right: 13px;
	bottom: 24px;
	background: url("/images/menu_est_gallery.png") no-repeat;
}
#main_menu_item_4_fake_est
{
	position: absolute;
	width: 84px;
	height: 31px;
	right: 0px;
	top: 58px;
	background: url("/images/menu_est_contact.png") no-repeat;
}
#main_menu_item_1_white_est
{
	visibility: hidden;
	position: absolute;
	width: 98px;
	height: 57px;
	left: 0px;
	top: 71px;
	background: url("/images/menu_est_company_active.png") no-repeat;
}
#main_menu_item_2_white_est
{
	visibility: hidden;
	position: absolute;
	width: 99px;
	height: 31px;
	left: 42px;
	bottom: 5px;
	background: url("/images/menu_est_brands_active.png") no-repeat;
}
#main_menu_item_3_white_est
{
	visibility: hidden;
	position: absolute;
	width: 115px;
	height: 53px;
	right: 13px;
	bottom: 24px;
	background: url("/images/menu_est_gallery_active.png") no-repeat;
}
#main_menu_item_4_white_est
{
	visibility: hidden;
	position: absolute;
	width: 84px;
	height: 31px;
	right: 0px;
	top: 58px;
	background: url("/images/menu_est_contact_active.png") no-repeat;
}

/* menu - eng */

#main_menu_item_1_eng
{
	position: absolute;
	width: 95px;
	height: 36px;
	left: 0px;
	top: 71px;
}
#main_menu_item_2_eng
{
	position: absolute;
	width: 78px;
	height: 32px;
	left: 42px;
	bottom: 5px;
}
#main_menu_item_3_eng
{
	position: absolute;
	width: 121px;
	height: 53px;
	right: 13px;
	bottom: 24px;
}
#main_menu_item_4_eng
{
	position: absolute;
	width: 76px;
	height: 18px;
	right: 0px;
	top: 58px;
}

#main_menu_item_1_fake_eng
{
	position: absolute;
	width: 95px;
	height: 36px;
	left: 0px;
	top: 71px;
	background: url("/images/menu_eng_company.png") no-repeat;
}
#main_menu_item_2_fake_eng
{
	position: absolute;
	width: 78px;
	height: 32px;
	left: 42px;
	bottom: 5px;
	background: url("/images/menu_eng_brands.png") no-repeat;
}
#main_menu_item_3_fake_eng
{
	position: absolute;
	width: 121px;
	height: 53px;
	right: 13px;
	bottom: 24px;
	background: url("/images/menu_eng_gallery.png") no-repeat;
}
#main_menu_item_4_fake_eng
{
	position: absolute;
	width: 76px;
	height: 18px;
	right: 0px;
	top: 58px;
	background: url("/images/menu_eng_contact.png") no-repeat;
}
#main_menu_item_1_white_eng
{
	visibility: hidden;
	position: absolute;
	width: 95px;
	height: 36px;
	left: 0px;
	top: 71px;
	background: url("/images/menu_eng_company_active.png") no-repeat;
}
#main_menu_item_2_white_eng
{
	visibility: hidden;
	position: absolute;
	width: 78px;
	height: 32px;
	left: 42px;
	bottom: 5px;
	background: url("/images/menu_eng_brands_active.png") no-repeat;
}
#main_menu_item_3_white_eng
{
	visibility: hidden;
	position: absolute;
	width: 121px;
	height: 53px;
	right: 13px;
	bottom: 24px;
	background: url("/images/menu_eng_gallery_active.png") no-repeat;
}
#main_menu_item_4_white_eng
{
	visibility: hidden;
	position: absolute;
	width: 76px;
	height: 18px;
	right: 0px;
	top: 58px;
	background: url("/images/menu_eng_contact_active.png") no-repeat;
}

/* menu - rus */

#main_menu_item_1_rus
{
	position: absolute;
	width: 132px;
	height: 50px;
	left: -35px;
	top: 71px;
}
#main_menu_item_2_rus
{
	position: absolute;
	width: 116px;
	height: 65px;
	left: 27px;
	bottom: 5px;
}
#main_menu_item_3_rus
{
	position: absolute;
	width: 123px;
	height: 50px;
	right: -12px;
	bottom: 24px;
}
#main_menu_item_4_rus
{
	position: absolute;
	width: 182px;
	height: 23px;
	right: -98px;
	top: 58px;
}

#main_menu_item_1_fake_rus
{
	position: absolute;
	width: 132px;
	height: 50px;
	left: -35px;
	top: 71px;
	background: url("/images/menu_rus_company.png") no-repeat;
}
#main_menu_item_2_fake_rus
{
	position: absolute;
	width: 116px;
	height: 65px;
	left: 27px;
	bottom: 5px;
	background: url("/images/menu_rus_brands.png") no-repeat;
}
#main_menu_item_3_fake_rus
{
	position: absolute;
	width: 123px;
	height: 50px;
	right: -12px;
	bottom: 24px;
	background: url("/images/menu_rus_gallery.png") no-repeat;
}
#main_menu_item_4_fake_rus
{
	position: absolute;
	width: 182px;
	height: 23px;
	right: -98px;
	top: 58px;
	background: url("/images/menu_rus_contact.png") no-repeat;
}
#main_menu_item_1_white_rus
{
	visibility: hidden;
	position: absolute;
	width: 132px;
	height: 50px;
	left: -35px;
	top: 71px;
	background: url("/images/menu_rus_company_active.png") no-repeat;
}
#main_menu_item_2_white_rus
{
	visibility: hidden;
	position: absolute;
	width: 116px;
	height: 65px;
	left: 27px;
	bottom: 5px;
	background: url("/images/menu_rus_brands_active.png") no-repeat;
}
#main_menu_item_3_white_rus
{
	visibility: hidden;
	position: absolute;
	width: 123px;
	height: 50px;
	right: -12px;
	bottom: 24px;
	background: url("/images/menu_rus_gallery_active.png") no-repeat;
}
#main_menu_item_4_white_rus
{
	visibility: hidden;
	position: absolute;
	width: 182px;
	height: 23px;
	right: -98px;
	top: 58px;
	background: url("/images/menu_rus_contact_active.png") no-repeat;
}

/*
========================================================================
MAIN BLOCK
========================================================================
*/
#content_block
{
	position: relative;
	width: 482px;
	min-height: 570px;
	padding: 5px;
	margin: 0px 0 0 309px;
	background: #fff;
}
#content_shadow_top_right
{
	position: absolute;
	width: 9px;
	height: 10px;
	right: -9px;
	top: 0px;
	background: url("/images/content_shadow_top_right.png") no-repeat;
}
#content_shadow_right
{
	position: absolute;
	width: 9px;
	top: 10px;
	bottom: 0px;
	right: -9px;
	background: url("/images/content_shadow_right.png") repeat-y;
}
#content_shadow_bottom
{
	position: absolute;
	width: 501px;
	height: 9px;
	bottom: -9px;
	left: 0px;
	background: url("/images/content_shadow_bottom.png") no-repeat;
}

.product_thumbnail img
{
	cursor: pointer;
}
.product_thumbnail
{
	margin: 0px 1px;
	padding-bottom: 29px;
	background: url("/images/product_thumbnail.gif") bottom repeat-x;
}
.product_thumbnail_current
{
	margin: 0px 1px;
	padding-bottom: 29px;
	background: url("/images/thumbnail_active_bg.png") bottom center no-repeat;
}
.gallery_picture
{
	width: 482px;
	height: 571px;
}
#bottom_block
{
	position: relative;
	display: none;
	padding: 0 32px 0 32px;
	margin: 19px auto 0px 295px;
	height: 76px;
	width: 454px;
}
#product_thumbnail_gallery
{
	width: 454px;
	height: 86px;
	text-align: center;
	padding: 0px;
	white-space: nowrap;
	overflow: hidden;
}
#product_thumbnail_gallery table
{
	margin: 0 auto;
}
#arrow_left
{
	display: none;
	position: absolute;
	left: -9px;
	top: 13px;
	width: 16px;
	height: 23px;
	background-image: url('/images/arrow_left.png');
	cursor: pointer;
}
#arrow_right
{
	display: none;
	position: absolute;
	right: -9px;
	top: 13px;
	width: 16px;
	height: 23px;
	background-image: url('/images/arrow_right.png');
	cursor: pointer;
}
.gallery_picture
{
	position: absolute;
	left: 5px; top: 5px;
	width: 482px;
	height: 488px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#product_image.gallery_logo
{
	position: absolute;
	top: 5px;
	right: -140px;
}
#gallery_back
{
	margin-top: 12px;
	white-space: nowrap;
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	display: none;
}
#product_image
{
	padding-bottom: 18px;
	width: 128px;
	float: right;
}
#product_image_container
{
	display: none;
	width: 482px;
	height: 571px;
}
.gallery_button
{
	text-decoration: underline;
	margin-top: 10px;
	height: 28px;
	color: #bb8c28;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	padding: 20px 0 0px 4px;
}
.gallery_button.gallery_button_hovered
{
	text-decoration: none;
}
.content_text
{
	clear: both;
}
#content_text
{
	padding: 18px 0 18px 20px; 
}

.footer_text_left
{
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	padding-left: 9px;
}
#footer_block
{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 885px;
	padding-bottom: 8px;
	padding-left: 105px;
	color: #bb8c28;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
#footer_block a
{
	color: #ffffff;
	text-decoration: none;
}
#footer_block a:hover
{
	text-decoration: underline;
}
.content_header_image
{
	position: absolute;
	top: 13px;
	left: -63px;
	background: url("/images/header_bg.png") left center no-repeat;
	width: 63px;
	height: 38px;
}
.content_header
{
	position: relative;
	padding: 10px 0 30px 4px;
}
