/* header block */
.main_container
{
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.hearde_block
{
	margin: 0;
	width: 1018px;
	height: 155px;
	background: url('../img/header_bg.gif') top right no-repeat;
	position: relative;
}
.header_white_bg
{
	background: url('../img/header_white_bg.png') top no-repeat;
	width: 1024px;
	height: 156px;
	position:absolute;
}
#logo_block
{
	height: 47px;
	float:left;
	margin: 0;
	width: 201px;
}
#logo
{
	width: 201px;
	height: 47px;
	margin: 0;
}
.logo_delimeter
{
	background: url('../img/header_slash.gif') top repeat-y;
	width:1px;
	height:17px;
	float:left;
	margin-top:46px;
}
/* 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_boat,
#header_bg
{
	width: 323px;
	height: 143px;
	float: left;
	background: url('../img/header_boat.jpg') center center no-repeat;
}
#header_bg
{
	width: 436px;
	_position: absolute;
	background: url('../img/header_bg.gif') center center repeat-x;
}
#header_right_bg
{
	width: 18px;
	height: 143px;
	float: right;
	position: relative;
	background: white;
	background-image: url('../img/head_right.jpg');
	background-repeat: no-repeat;
}
#blue_wave
{
	width: 436px;
	height: 143px;
	position: absolute;
	text-align: right;
	background: url('../img/wave_blue.png') bottom right no-repeat;
}
.slogan
{
	position: absolute;
	background: url('../img/header_slogan.gif') left center no-repeat;
	width: 570px;
	height: 127px;
	z-index: -1;
	margin: 20px 0 0 133px;
	*margin: 20px 0 0 -500px;
}
span#slogan_s,
div#slogan_b
{
	color: #94b30c;
	font-size: 22px;
	margin: 0 0 0 205px;
	padding-top: 39px;
	font-family: Trebuchet MS;
}
div#slogan_b
{
	font-size: 23px;
	color: #c6a01c;
}
.slogan_tail
{
	color: #538b2b;
}
#header_interim
{
	width: 450px;
	height: 21px;
	float: right;
	background-color: white;
}
#content_nav_icons a
{
	padding: 0 1px;
}
/* header image block end */

/* header search*/
#ss_header
{
	width: 300px;
	float: left;
	margin: 13px 0 0 139px;
}
#ss_header #search
{
	border: 1px #c3dcb1 solid;
	border-right: 0px;
	color: #79a854;
	font-size: 13px;
	width: 260px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
#ss_button
{
	width: 23px;
	padding: 2px 3px;
	padding: 3px 3px\9;
	*padding: 0px 3px 2px;
	margin-left: -8px;
	background: url('../img/ss_button.gif') 0 0 no-repeat; 
	border: 1px #c3dcb1 solid;
	border-left: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#ss_button
	{
		padding: 3px;
	}
}

/* end header searsh*/

/* main menu block */
#mmenu_content
{
	width: 1002px;
	height: 45px;
	margin: 0;
	float: left;
	background: url('../img/mmenu_bg.gif') 0 0 repeat-x; 
}
#mmenu_left_part,
#mmenu_right_part
{
	background: url('../img/mmenu_parts.gif') top left no-repeat;
	width: 8px;
	height: 45px;
	float: left;
}
#mmenu_right_part
{
	background: url('../img/mmenu_parts.gif') top right no-repeat;
}
/* main menu block end */

/* languages selector */
.lang_selector
{
	font-size: 10px;
	text-align: right;
	padding-top: 7px;
	color: white;
	margin-right: 5px;
	font-family: Verdana;
	height: 0;
}
.lang_selector img
{
	margin: 0 3px;
}
#lang_opacity
{
	background: black;
	padding: 5px 2px 5px 5px;
	
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	
	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;
}
/* languages selector end */

/* main menu */
.mmain
{
	padding:13px 30px;
	font-family: Arial;
}
.mmain,
.mmenu_selected
{
	color: white;
	line-height: 30px;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
}
a.mmain:hover
{
	text-decoration: none;
}
.mmenu_active_left_corner,
.mmenu_active_right_corner
{
	float: left;
	width: 11px;
	height: 45px;
	background: url('../img/mmenu_active_corners.gif') top left no-repeat;
}
.mmenu_active_right_corner
{
	background: url('../img/mmenu_active_corners.gif') top right no-repeat;
}
.mmenu_active_top
{
	background: url('../img/mmenu_active_top.gif') top center no-repeat;
	float:left;
}
.mmenu_selected
{
	color: #2b5e13;
	text-decoration: none;
	line-height: 44px;
	float:left;
}
.main_menu,
{
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 35px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.mmenu_slash
{
	float: left;
	text-align:center;
	background: url('../img/mmenu_active_corners.gif') bottom center repeat-x;
	height:45px;
}
.mmenu_no_slash
{
	float: left;
	text-align:center;
}
/* end main menu */

/* footer menu */
.footer_block
{
	margin: 15px 0;
	height: 45px;
}
.main_bottom_center_bg
{
	background: url('../img/footer_bg.gif') bottom center repeat-x;
	width: 1000px;
	height: 45px;
	float: left;
	line-height:43px;
}
.footer_left_corner,
.footer_right_corner
{
	background: url('../img/footer_bg.gif') top left no-repeat;
	height: 45px;
	width: 9px;
	float: left;
}
.footer_right_corner
{
	background: url('../img/footer_bg.gif') top right no-repeat;
}
#footer_menu_block
{
	text-align: left;
	margin: 0;
	font-size: 1px;
	float: left;
}
#footer_menu_block a font,
#footer_menu_block span font,
.blue
{
	color: #2b5e13;
	font-size: 13px;
}
a.lang_link:link,
a.lang_link:visited
{
	color: #2b5e13;
	font-size: 11px;
	text-decoration: underline;
}
a.lang_link:hover,
a.lang_link:active
{
	text-decoration: none;
}
.lang_selected
{
	color: #2b5e13;
	font-size: 11px;
	text-decoration:underline;
}
.lang_slash
{
	color: #2b5e13;
	font-size:10px;
}
a.mfooter:link,
a.mfooter:visited,
.mfooter_selected
{
	color: #2b5e13;
	font-size: 8pt;
	font-weight: none;
	text-decoration: underline;
	padding: 0 10px 0 6px;
}
a.mfooter:hover,
a.mfooter:active 
{
	text-decoration: none;
}
.mfooter_selected
{
	text-decoration: none;
}

.footer_splitter
{
	background: url('../img/footer_splitter.gif') right center no-repeat;
}

#footer_cr_block
{
	height: 16px;
	text-align: center;
	float:right;
	margin-right:20px;
}
.cr_text
{
	color: #2b5e13;
	font-size: 11px;
}
#footer_cr_block a:link,
#footer_cr_block a:visited
{
	color: #1b4009;
	font-size: 11px;
	font-weight: none;
	text-decoration: underline;
}
#footer_cr_block a:hover,
#footer_cr_block a:active 
{
	text-decoration: none;
}
.footer_delimeter_line
{
	background: url('../img/footer_line.gif') 0 0 repeat-y;
	width: 2px;
	height: 16px;
	float: right;
	margin: 15px 10px 0;
}
/* footer menu end */

/* account menu */
a.mAccount:link,
a.mAccount:visited,
.lbAccount a
{
	color: #255E00;
	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;
}

.lbAccount
{
	padding: 1px 0 0 15px;
	margin-left: 5px;
	background: url('../img/account_area_bg.gif') left center no-repeat;
}
#content_container .lbAccount
{
	padding: 1px 0 0 15px;
	margin-left: 5px;
	background: none;
}
.lbAccount a font
{
	color: #255E00;
	font-size: 14px;
	font-weight: none;
	font-family: Trebuchet MS;
}

.lbAccount a.selected
{
	text-decoration: none;
	background: #e1f392;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* 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 */
.bc_top_left,
.bc_top_right
{
	width:3px;
	height:3px;
	background: url('../img/breadcrumb_corners.gif') 0 0 no-repeat;
	padding:0;
}
.bc_top_right
{
	background: url('../img/breadcrumb_corners.gif') -3px 0 no-repeat white;
}
.bc_top_center
{
	height:3px;
	background: url('../img/breadcrumb_top_bottom.gif') 0 0 repeat-x;
	padding:0;
}
.bc_middle_left,
.bc_middle_right
{
	width:3px;
	background: url('../img/breadcrumb_left_right.gif') 0 0 repeat-y;
	padding:0;
}
.bc_middle_right
{
	background: url('../img/breadcrumb_left_right.gif') -3px 0 repeat-y;
}
.bc_middle_center
{
	background: #efefef;
	padding: 5px 5px 5px 8px;
}
.bc_bottom_left,
.bc_bottom_right
{
	width:3px;
	height:3px;
	background: url('../img/breadcrumb_corners.gif') 0 -3px no-repeat;
	padding:0;
}
.bc_bottom_right
{
	background: url('../img/breadcrumb_corners.gif') -3px -3px no-repeat;
}
.bc_bottom_center
{
	height:3px;
	background: url('../img/breadcrumb_top_bottom.gif') 0 -3px repeat-x;
	padding:0;
}
#bread_crumbs
{
	margin-top: 1px;
}
a.bc_link:link,
a.bc_link:visited
{
	color: #6c9e44;
	font-size: 12px;
	text-decoration: underline;
}
a.bc_link:hover,
a.bc_link:active
{
	text-decoration: none;
	color: #548031;
}
.bc_current
{
	color: #255e00;
	font-size: 12px;
	font-weight: bold;
}
/* bread crumbs end */

/* main block caption */
.block_caption
{
	border: 1px #e1e1e1 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 5px 4px 10px;
	color: #6A550C;
	font-family: Trebuchet MS;
	font-size: 15px;
	margin-bottom: 6px;
}
