/*
	This file contains project-specific CSS rules
*/

html
{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

body
{
	height: 100%;
	background-color: #ffffff;
}

#main_block
{
	position: relative;
	margin: 0px auto 0 auto;
	width: 912px;
	min-height: 100%;
}


/*
========================================================================
MAIN BLOCK
========================================================================
*/

#header_block
{
	width: 912px;
	height: 160px;
}

#content_block
{
	width: 908px;
	min-height: 440px;
	border: 1px solid #a9a9a9;
	padding: 1px;
}

#footer_block
{
	position: relative;
	width: 908px;
	min-height: 150px;
	padding: 11px 2px 0 2px;
}

/*
========================================================================
HEADER BLOCK
========================================================================
*/

#logo_block
{
	position: absolute;
	top: 53px;
	left: 34px;
	width: 174px;
	height: 85px;
	background: url(/images/logo.png) no-repeat;
}

#lang_block
{
	width: 592px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	right: 0;
}

#menu_block
{
	position: absolute;
	top: 130px;
	left: 268px;
	height: 30px;
}

#menu_block_inner
{
	overflow: hidden;
	position: relative;
	top: 6px;
	height: 18px;
	z-index: 2;
}

#menu_block_content
{
	position: relative;
	float: left;
	height: 18px;
	z-index: 3;
}

#search_block
{
	overflow: visible;
	position: absolute;
	top: 68px;
	right: 0;
	width: 156px;
	height: 19px;
}

/*
========================================================================
MENU BLOCK
========================================================================
*/

.menu_line
{
	top: 0;
}

.menu_shadow
{
	bottom: 0;
	z-index: 1;
}

.menu_element
{
	position: absolute;
	width: 100%;
	margin: 0 auto 0 auto;
}

.menu_separator
{
	width: 3px;
	height: 18px;
}

.menu_item_default
{
	position: relative;
	float: left;
}

.menu_item, .menu_item_over
{
	width: 116px;
	height: 15px;
	text-align: center;
	font-size: 12px;
	color: #a9a9a9;
	font-weight: bold;
	padding-top: 3px;
	text-transform:uppercase;
}

.menu_item_over
{
	color: #204c97;
}

.menu_separator
{
	width: 3px;
	background: url(/images/menu_sep.png) no-repeat;
}

/*
========================================================================
LEFTMENU BLOCK
========================================================================
*/

.leftmenu_item, .leftmenu_item_selected
{
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	height: auto;
	margin-bottom: 4px;
}

.leftmenu_item_selected
{
	background: url(/images/submenu_arrow.png) no-repeat left center;
}

.left_level_2
{
	margin-left: 12px;
}

.left_level_3
{
	margin-left: 24px;
}

.left_level_4
{
	margin-left: 36px;
}

.left_level_5
{
	margin-left: 48px;
}

.left_level_6
{
	margin-left: 60px;
}

.left_level_7
{
	margin-left: 72px;
}

/*
========================================================================
LANG BLOCK
========================================================================
*/

#lang_est
{
	background: url(/images/lang_est.png) no-repeat;
}

#lang_eng
{
	background: url(/images/lang_eng.png) no-repeat;
}

#lang_rus
{
	background: url(/images/lang_rus.png) no-repeat;
}

#lang_lat
{
	background: url(/images/lang_lat.png) no-repeat;
}

#lang_fin
{
	background: url(/images/lang_fin.png) no-repeat;
}

#lang_lit
{
	background: url(/images/lang_lit.png) no-repeat;
}

#lang_grc
{
	background: url(/images/lang_grc.png) no-repeat;
}

#lang_sgp
{
	background: url(/images/lang_sgp.png) no-repeat;
}

#lang_mys
{
	background: url(/images/lang_mys.png) no-repeat;
}

#lang_trk
{
	background: url(/images/lang_trk.png) no-repeat;
}

#lang_swe
{
	background: url(/images/lang_swe.png) no-repeat;
}

.lang_item
{
	position: relative;
	float: right;
	margin-left: 12px;
	margin-bottom: 7px;
	width: 16px;
	height: 11px;
}

/*
========================================================================
SEARCH BLOCK
========================================================================
*/

#search_cont_left
{
	width: 134px;
	border-left: 1px solid #aaa;
}

#search_cont_right
{
	width: 19px;
	background: url(/images/search.png) no-repeat center center;
}

.search_block_elem
{
	position: relative;
	float: left;
	height: 17px;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#search_field
{
	width: 132px;
	height: 15px;
	border: 0;
	margin: 1px 0 0 1px;
	padding: 0;
	color: #a9a9a9;
	background: none;
}

/*
========================================================================
CONTENT BLOCK
========================================================================
*/

#content_block_inner
{
	position: relative;
	top: 3px;
	left: 6px;
	width: 902px;
	padding-bottom: 5px;
	overflow: hidden;
}

#content_block_menu
{
	z-index: 2;
	position: relative;
	float: left;
	width: 262px;
	min-height: 435px;
	overflow: hidden;
}

#content_block_menu_back
{
	z-index: 1;
	position: absolute;
	width: 262px;
	top: 0;
	left: 0;
	bottom: 5px;
	background: url(/images/menu_back.png) no-repeat bottom right;
}

#content_block_content
{
	z-index: 2;
	position: relative;
	float: right;
	width: 640px;
	min-height: 435px;
	overflow: normal;
}

#content_block_content_back
{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 262px;
	bottom: 5px;
	width: 640px;
}

#content_block_gradient
{
	width: 638px;
	height: 100%;
}

#leftmenu_vertical_line
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}

.content_block_actual_content
{
	padding: 60px 50px 40px 50px;
	overflow: hidden;
}

.leftmenu_content
{
	padding-left: 10px;
}

/*
========================================================================
FOOTER BLOCK
========================================================================
*/

#footer_block_text
{
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 5px 7px 5px;
	height: 16px;
	color: #a9a9a9;
}

#footer_block_back
{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 912px;
}

#footer_block_gradient
{
	width: 912px;
	height: 100%;
}

#footer_block_banners
{
	z-index: 2;
	padding: 15px;
	position: relative;
	width: 882px;
	overflow: hidden;
}

.footer_block_banner
{
	float: left;
	margin: 10px;
}

/*
========================================================================
MISCELLANEOUS CONTENT ELEMENTS
========================================================================
*/

h1.sifr_header
{
	font-size: 24px;
	font-weight: bold;
	color: #1d49a6;
	margin: 0;
	overflow: auto;
	text-transform:uppercase;
}

h5.navigation_header
{
	color: #a9a9a9;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 25px 0;
	font-weight: normal;
	text-transform:uppercase;
}

div.default_content_item
{
	margin-top: 45px;
	color: #000;
	font-size: 11px;
	overflow: hidden;
}

div.no_topmargin
{
	margin-top: 0;
}

a.navigation_link
{
	text-decoration: none;
	color: #a9a9a9;
	text-transform:uppercase;
}

a:hover.navigation_link
{
	text-decoration: underline;
}

/*
========================================================================
GALLERY ELEMENTS
========================================================================
*/

.gallery_container
{
	overflow: hidden;
}

.gallery_thumbnail, .gallery_thumbnail_selected
{
	position: relative;
	float: left;
	width: 76px;
	height: 67px;
	margin-bottom: 14px;
	padding: 3px;
	opacity: 0.4;
	background: url(/images/gallery_thumb_back.png) no-repeat;
}

.gallery_thumbnail_selected
{
	opacity: 1;
}

.gallery_thumb_spacer
{
	position: relative;
	float: left;
	width: 32px;
	height: 73px;
	margin-bottom: 14px;
}

.gallery_tbl_spacer
{
	width: 32px;
	height: 73px;
}

.gallery_strip
{
	margin-bottom: 0;
}

.gallery_navigate_left, .gallery_navigate_left_down
{
	width: 25px;
	height: 22px;
	background: url(/images/gallery_left.png) no-repeat;
}

.gallery_navigate_right, .gallery_navigate_right_down
{
	width: 25px;
	height: 22px;
	background: url(/images/gallery_right.png) no-repeat;
}

.gallery_navigate_left_down
{
	background: url(/images/gallery_left_down.png) no-repeat;
}

.gallery_navigate_right_down
{
	background: url(/images/gallery_right_down.png) no-repeat;
}

#gallery_big_navigate_left
{
	position: absolute;
	top: 129px;
	left: 0;
}

#gallery_big_navigate_right
{
	position: absolute;
	top: 129px;
	right: 0;
}

#gallery_strip_navigate_left
{
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 3;
}

#gallery_strip_navigate_right
{
	position: absolute;
	top: 26px;
	right: 0;
	z-index: 3;
}

#gallery_big_container
{
	position: absolute;
	top: 23px;
	left: 19px;
	width: 602px;
	height: 396px;
	overflow: hidden;
}

#gallery_big_inner
{
	position: relative;
	width: 535px;
	height: 279px;
	margin: auto;
	font-size: 0;
}

#gallery_big_top
{
	width: 535px;
	height: 5px;
	background: url(/images/gallery_top.png) no-repeat;
}

#gallery_big_bottom
{
	width: 535px;
	height: 5px;
	background: url(/images/gallery_bottom.png) no-repeat;
}

#gallery_big_body
{
	text-align: center;
	padding: 3px;
	width: 529px;
	height: 263px;
	background: url(/images/gallery_body.png) repeat-y;
}

#gallery_big_comment
{
	padding-top: 5px;
	margin: auto;
	width: 532px;
	height: 20px;
	color: #a9a9a9;
	font-weight: bold;
	font-size: 10px;
	padding-left: 3px;
}

.gallery_big_comment_span
{
	padding: 0 3px 0 3px;
}

#gallery_big_thumbstrip
{
	position: absolute;
	bottom: 0;
	z-index: 90;
	margin: 5px auto 0 auto;
	width: 602px;
	height: 73px;
}

#gallery_big_thumbstrip_inner
{
	position: relative;
	margin: auto;
	width: 538px;
	height: 73px;
	overflow: hidden;
}

img#gallery_big_image
{
	position: relative;
	margin: auto;
}

.gallery_unique_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0.4;
}

/*
========================================================================
PRODUCT ELEMENTS
========================================================================
*/

#product_img
{
	float: left;
	width: 245px;
	height: 261px;
	font-size: 0;
	margin: 0 15px 15px 0;
}

#product_img_top
{
	width: 245px;
	height: 6px;
	background: url(/images/productimg_top.png) no-repeat;
}

#product_img_body
{
	width: 239px;
	height: 244px;
	padding: 3px;
	text-align: center;
	background: url(/images/productimg_body.png) repeat-y;
}

#product_img_bottom
{
	width: 245px;
	height: 5px;
	background: url(/images/productimg_bottom.png) no-repeat;
}

#categories_container
{
	width: 540px;
	text-align: center;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

.productcat_container_row
{
	position: relative;
	width: 540px;
	min-height: 162px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

.productcat_container
{
	float: left;
	position: relative;
	width: 267px;
	overflow: hidden;
}

.productcat_container_list
{
	float: right;
	width: 165px;
	padding: 0 10px 10px 10px;
	text-align: left;
}

.productcat_vsep
{
	width: 5px;
	float: left;
	min-height: 162px;
	margin: 0;
	border-left: 1px solid #a9a9a9;
}

.productcat_hsep
{
	width: 540px;
	margin: auto;
	border-bottom: 1px solid #a9a9a9;
}

h4.sifr_header
{
	margin: 0 0 5px 0;
	color: #1d49a6;
	width: 165px;
	overflow: hidden;
}

a.productcat_link
{
	font-size: 11px;
	margin: 3px 0 3px 0;
	display: block;
}

.productlist_row, .productlist_row_over
{
	margin: 0 auto 15px auto;
	overflow: hidden;
	padding: 10px;
}

.productlist_row_over
{
	background-color: #ccc;
}

.productlist_row_text
{
	float: right;
	width: 421px;
}

h4.product_header
{
	margin: 0 0 10px 0;
	width: 421px;
	float: right;
}

/*
========================================================================
CONTACT FORM
========================================================================
*/

.contact_form_tbl
{
	width: 540px;
}

.contact_form_lbl
{
	padding: 5px;
	padding-left: 0;
	width: 85px;
	text-align: right;
}

.contact_form_cfield, .contact_form_def
{
	padding: 5px 0 5px 0;
	width: 185px;
}

.contact_form_def
{
	width: auto;
}

.contact_form_right
{
	text-align: right;
}

.contact_form_field
{
	width: 185px;
	border: 0;
	border-top: 1px solid #a9a9a9;
	height: 16px;
	padding: 2px 2px 0 2px;
}

.contact_form_textarea
{
	width: 467px;
	border: 0;
	border-top: 1px solid #a9a9a9;
	height: 65px;
	padding: 2px 2px 0 2px;
}

.contact_form_btn_container
{
	float: right;
	height: 22px;
	overflow: hidden;
	color: #204c97;
	font-weight: bold;
}

.contact_form_btn_left
{
	width: 23px;
	height: 22px;
	float: left;
	background: url(/images/contact_btn_left.png) no-repeat;
}

.contact_form_btn_body
{
	padding: 4px 5px 0 5px;
	height: 18px;
	float: left;
	background: url(/images/contact_btn_body.png) repeat-x;
}

.contact_form_btn_right
{
	width: 3px;
	height: 22px;
	float: left;
	background: url(/images/contact_btn_right.png) no-repeat;
}

/*
========================================================================
MISCELLANEOUS
========================================================================
*/

.horizontal_line
{
	height: 1px;
	font-size: 0;
}

.horizontal_shadow
{
	height: 29px;
}

.vertical_line
{
	width: 1px;
	font-size: 0;
}

.cursor_hand
{
	cursor: pointer;
}

a.clean_link,
a:hover.clean_link
{
	text-decoration: none;
	color: inherit;
}

p
{
	font-size: 11px;
}

#franchise_data_container
{
	width: 520px;
	height: 60px;
	margin-top: 25px;
	padding: 10px;
	background-color: #ddd;
}

.franchise_country
{
	font-weight: bold;
}

a:hover.link_hover_underline
{
	text-decoration: underline;
}

.no_width
{
	width: auto;
}
