/* header block */
.main_container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding: 20px 0 10px 0;
}
.header_block
{
	margin-top: 10px;
	width: 100%;
	height: 87px;
}
.main_top_left_angle,
.main_top_right_angle
{
	width: 5px;
	height: 5px;
	background: url('../img/main_top_left_angle.png') top left no-repeat;
}
.main_top_right_angle
{
	background: url('../img/main_top_right_angle.png') top right no-repeat;
}
.main_top_center_bg,
.main_bottom_center_bg
{
	height: 5px;
	background: url('../img/main_center_bg.gif') top repeat-x white;
}
.main_bottom_center_bg
{
	background: url('../img/main_center_bg.gif') bottom repeat-x white;
}

.main_bottom_right_angle,
.main_bottom_left_angle
{
	width: 5px;
	height: 5px;
	background: url('../img/main_bottom_right_angle.png') bottom left no-repeat;
}
.main_bottom_left_angle
{
	background: url('../img/main_bottom_left_angle.png') bottom right no-repeat;
}

.main_middle_left,
.main_middle_right
{
	width: 5px;
	background: url('../img/main_middle_bg.gif') left repeat-y white;
}
.main_middle_right
{
	width: 5px;
	background: url('../img/main_middle_bg.gif') right repeat-y white;
}
.main_middle_center
{
	background: white;
	padding: 3px;
}

#logo
{
	width: 211px;
	position: relative;
	_position: absolute;
	height: 87px;
	margin: 0 0 0 35px;
	_margin: 0 0 0 25px;
	float: left;
}
.head_icon_block
{
	width: 50px;
	float: right;
}

#icon_mail,
#icon_search,
#icon_home
{
	width: 13px;
	height: 9px;
	margin: 25px 35px 0 20px;
	_margin: 25px 15px 0 20px;
	cursor: pointer;
	float: right;
}
#icon_search
{
	width: 12px;
	height: 12px;
	margin: 25px 20px 0;
}
#icon_home
{
	width: 11px;
	height: 10px;
	margin: 25px 20px 0;
}
/* header block end */

/* header image block */
.hi_spacer_left,
.hi_spacer_right
{
	height: 143px;
	width: 8px;
	float: left;
	background-color: white;
}
.hi_spacer_right
{
	float: right;
}
#header_bg
{
	height: 173px;
	background: url('../img/header_boat.jpg') left top no-repeat;
}
#slogan_b
{
	font-size: 34px;
	padding-top: 57px;
	margin: 0 0 0 375px;
	color: white;
}
#slogan_s
{
	color: #9de4f8;
	font-size: 12px;
	margin: -5px 0 0 375px;
	padding-top: 1px;
}

#boat_part
{
	background: url('../img/header_line.gif') 0 10px repeat-x;
}
#boat_part div
{
	height: 20px;
	width: 300px;
	background: url('../img/boat_part.gif') 123px 0 no-repeat;
}
#header_interim
{
	width: 450px;
	height: 21px;
	float: right;
	background-color: white;
}
#content_nav_icons a
{
	padding: 0 1px;
}
/* header image block end */

/* main menu block */
#mmenu_left_part,
#mmenu_content,
#mmenu_right_part
{
	width: 5px;
	height: 22px;
	float: left;
	background: url('../img/mm_sides.gif') 0 0 no-repeat white;
}
#mmenu_content
{
	width: 934px;
	background: url('../img/mm_sides.gif') 0 -44px repeat-x #25a7c8;
}
#mmenu_right_part
{
	background: url('../img/mm_sides.gif') 0 -22px no-repeat white;
}
.mm_spacer
{
	height: 25px;
	width: 5px;
	float: left;
	background-color: white;
}
.mmenu_slash,
.mmenu_no_slash
{
	float: left;
	height: 23px;
	_height: 21px;
	text-align: center;
	background: url('../img/mm_slash.gif') center right no-repeat;
	line-height: 21px;
	*line-height: 18px;
	text-transform: uppercase;
	padding-top: 1px;
}
.mmenu_no_slash
{
	background: none;
}

a.mmain:link,
a.mmain:visited,
.mmenu_selected
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.mmain:hover,
a.mmain:active 
{
	text-decoration: underline;
}
.mmenu_selected
{
	text-decoration: underline;
}
/* main menu block end */

/* languages selector */
.lang_selector
{
	font-size: 10px;
	text-align: right;
	padding-top: 12px;
	color: #e7f4f6;
	margin: 0 5px;
}
.lang_selector img
{
	margin: 0 3px;
}
#lang_opacity
{
	background: white;
	padding: 5px 2px 5px 5px;
	
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	
	height: 12px;
	position: absolute;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 2;
}
#lang_flags
{
	margin: 3px 10px;
	position: absolute;
	line-height: 13px;
	z-index: 6;
}
.selector
{
	font-size: 10px;
	color: #666;
}
.lang_selector select
{
	border: 1px #ccc solid;
	height:19px;
}
#lang_main_area
{
	float: right;
}

/* languages selector end */

/* footer menu */
#fmenu_left_part,
#fmenu_content,
#fmenu_right_part
{
	width: 5px;
	height: 25px;
	float: left;
	background: url('../img/fm_sides.gif') 0 0 no-repeat white;
}
#fmenu_content
{
	width: 934px;
	height: 20px;
	background: url('../img/fm_sides.gif') 0 -50px repeat-x #25a7c8;
	padding-top: 5px
}
#fmenu_right_part
{
	background: url('../img/fm_sides.gif') 0 -25px no-repeat white;
}
.fScontainer
{
	background: white; 
	border: 1px white solid; 
	_text-align: center;
	*text-align: center;
	padding: 6px 0 3px 0;
}
.fSplitter
{
	background: url('../img/header_line.gif') 0 0 repeat-x;
	height: 3px;
}

#footer_menu_block
{
	text-align: center;
	margin: 0;
	font-size: 1px;
}
#footer_menu_block a font,
#footer_menu_block span font,
.lang_selector a font,
.blue
{
	color: white;
	text-transform: uppercase;
	font-size: 9px;
}
a.mfooter:link,
a.mfooter:visited,
.mfooter_selected
{
	color: #f49724;
	font-size: 8pt;
	font-weight: none;
	text-decoration: none;
}
a.mfooter:hover,
a.mfooter:active 
{
	text-decoration: underline;
}
.mfooter_selected
{
	text-decoration: underline;
}

.mfooter_slash
{
	color: #bdf0ff;
	font-family: Trebuchet MS;
	font-size: 10px;
}

#footer_cr_block
{
	height: 15px;
	text-align: center;
	padding: 6px 0 0 0;
}
.cr_text
{
	color: #aaaaaa;
	font-size: 10px;
	text-transform: uppercase;
}
#footer_cr_block a:link,
#footer_cr_block a:visited
{
	color: #e2e2e2;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	text-transform: uppercase;
}
#footer_cr_block a:hover,
#footer_cr_block a:active 
{
	text-decoration: underline;
}

/* footer menu end */

/* account menu */
a.mAccount:link,
a.mAccount:visited,
.lbAccount a
{
	color: #0570A6;
	font-size: 10pt;
	font-weight: none;
	text-decoration: none;
	text-transform: capitalize;
}
a.mAccount:hover,
a.mAccount:active
{
	text-decoration: underline;
}

.lbAccount a:link,
.lbAccount a:visited
{
	text-decoration: underline;
}

.lbAccount a:hover,
.lbAccount a:active
{
	text-decoration: none;
}

#account_block a font,
#account_block span font
{
	color: #299dbd;
	font-size: 10pt;
}
.lbAccount
{
	padding: 1px 0 0 20px;
	background: url('../img/anchor.gif') 5px 6px no-repeat;
}
.lbAccount a font
{
	color: #787878;
	font-size: 14px;
	font-weight: none;
	font-family: Trebuchet MS;
}

.lbAccount a.selected
{
	text-decoration: none;
	background: #dfebf2;
}

/* account menu end */

.loading
{
	background: url('../img/load.gif') center center no-repeat white;
	height: 19px;
	width: 20px;
	display: none;
}

/* links */
a.blue_large:link,
a.blue_large:visited
{
	color: #299dbd;
	font-size: 15px;
	font-weight: bold;
	font-family: Trebuchet MS;
	text-decoration: none;
}
a.blue_large:hover,
a.blue_large:active
{
	text-decoration: underline;
}
/* links end */

/* bread crumbs */
.cblock
{
	background: #f5f3ef;
	position: relative;
}

.cblock div.tl,
.cblock div.tr,
.cblock div.bl,
.cblock div.br
{
	position: absolute;
	width: 3px;
	height: 3px;
	font-size: 1px;
}

.cblock div.tl
{
	top: 0px;
	left: 0px;
	background: url('../img/breadcrumb_corners.gif') 0 0 no-repeat;
}
.cblock div.tr
{
	top: 0px;
	right: 0px;
	_right: -1px;
	background: url('../img/breadcrumb_corners.gif') -3px 0 no-repeat white;
}
.cblock div.bl
{
	bottom: 0px;
	left: 0px;
	background: url('../img/breadcrumb_corners.gif') 0 -3px no-repeat;
}
.cblock div.br
{
	bottom: 0px;
	right: 0px;
	_right: -1px;
	background: url('../img/breadcrumb_corners.gif') -3px -3px no-repeat;
}

.cblock div.header
{
	height: 29px;
	margin: 0 -3px 0 1px;
}
.cblock div.header div.left
{
	width: 3px;
	height: 28px;
	background: url('../img/cblock_left.gif') 0 0 no-repeat;
}
.cblock div.header td.left
{
	width: 3px;
}
.cblock div.header div.right
{
	height: 28px;
	border-top: 1px #f5f3ef solid;
	border-bottom: 1px #f5f3ef solid;
}
.cblock div.header div.right div
{
	height: 21px;
	border-top: 1px #e7ddca solid;
	border-bottom: 1px #e7ddca solid;
	background: #ede5d6;
	color: #545555;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0 0 10px; 
}

.cblock_content
{
	margin: 0 0 10px 0;
}

#bread_crumbs
{
	margin: 1px 0 3px 0;
}
#bread_crumbs div.center
{
	padding: 3px 6px 4px 6px;
}
.cblock div.center
{
	padding: 3px;
	margin-bottom: 5px;
}
.arrow_breadcrumb
{
	width: 12px;
	height: 12px;
	float: left;
	margin: 4px 5px 0 2px;
	cursor: pointer;
}
a.bc_link:link,
a.bc_link:visited
{
	color: #7e7b7b;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-decoration: underline;
}
a.bc_link:hover,
a.bc_link:active
{
	text-decoration: none;
}
.bc_current
{
	color: #E65700;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-transform: capitalize;
}
/* bread crumbs end */

