/* header block */
.main_container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.hearde_block
{
	width:978px;
	height: 86px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
#logo_block
{
	background: white;
	clear: both;
	height: 96px;
	width: 100%;	
}
#logo
{
	width: 323px;
	height: 54px;
	margin: 0 0 0 35px;
	_margin: 0 0 0 20px;
	float: left;
}
.head_icon_block
{
	width: 50px;
	float: right;
}

/* 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
{
	width: 980px;
	height: 212px;
	background: url('../img/banner_1_bg1.jpg') center center no-repeat;
}

#header_right_bg
{
	width: 18px;
	height: 143px;
	float: right;
	position: relative;
	background: white;
	background-image: url('../img/head_right.jpg');
	background-repeat: no-repeat;
}

#header_interim
{
	width: 450px;
	height: 21px;
	float: right;
	background-color: white;
}
/* header image block end */

/* languages selector */
.lang_selector
{
	font-size: 10px;
	text-align: right;
	margin: 5px 18px;
	color: #1fa3c5;
}
.selector
{
	font-size: 10px;
	color: #F49724;
}
.lang_selector select
{
	border: 1px #ccc solid;
}
/* languages selector end */

/* footer menu */
.fScontainer
{
	background: white; 
	border: 1px white solid; 
	_text-align: center;
	*text-align: center;
	padding: 6px 0 3px 0;
}
.fSplitter
{
	width: 740px;
	background: url('../img/splitter.gif') 0 -5px repeat-x white;
	margin: 5px 15px 0 15px;
	height: 3px;
}

#footer_menu_block
{
	font-size: 1px;
	margin: auto;
	padding: 50px 0 0 0;
	text-align: center;
	width: 980px;
	clear: both;
}

.lang_selector a font,
.blue
{
	color: #7FAEBD;
	font-size: 12px;
}
a.mfooter:link,
a.mfooter:visited,
.mfooter_selected
{
	color: #426c94;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.mfooter:hover,
a.mfooter:active 
{
	text-decoration: underline;
}
.mfooter_selected
{
	color: #7FAEBD;
	text-decoration: underline;
}

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

#footer_cr_block
{
	font-size: 1px;
	margin: auto;
	padding: 20px 100px 0 0;
	text-align: right;
	width: 980px;
	height: 25px;
	
}
.cr_text
{
	color: #7FAEBD;
	font-size: 11px;
}
#footer_cr_block a:link,
#footer_cr_block a:visited
{
	color: #7FAEBD;
	font-size: 11px;
	font-weight: none;
	text-decoration: underline;
}
#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: #f49724;
	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 3px;
}
.lbAccount a font
{
	color: #787878;
	font-size: 14px;
	font-weight: none;
	font-family: Trebuchet MS;
}

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

/* 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 */
#bread_crumbs
{
	margin: auto;
	padding: 0pt 0pt 5px;
	width: 950px;
}

a.bc_link:link,
a.bc_link:visited
{
	color: #7c7b7a;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-decoration: none;
}
a.bc_link:hover,
a.bc_link:active
{
	text-decoration: underline;
}
.bc_current
{
	color: #7c7b7a;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-transform: capitalize;
}
/* bread crumbs end */

.previous_button,
.next_button
{
	background: url('../img/previous.jpg') center center no-repeat;
	width: 90px;
	height: 25px;
}
.next_button
{
	background: url('../img/next.jpg') center center no-repeat;
}

