/* header block */

/* bread crumbs */
#bread_crumbs
{
	margin-left: 10px;
}
a.bc_link:link,
a.bc_link:visited,
.bc_current
{
	color: white;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.bc_link:hover,
a.bc_link:active 
{
	text-decoration: underline;
}
.bc_current
{
	font-weight: bold;
}
.bc_spliter
{
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/* bread crumbs end */

/* inventory menu */
.inventory_menu
{
	margin-top: 25px;
	height: 20px;
	text-align: right;
}
div.inventory_menu ul
{
	margin: 0 35px 0 0;
}
div.inventory_menu li.spliter
{
	background: url('../img/inventory_spliter.gif') 0 8px no-repeat;
	*background: url('../img/inventory_spliter.gif') 0 6px no-repeat;
	padding: 0 10px 0 15px;
	float: right;
}

a.inventory_menu:link,
a.inventory_menu:visited,
.inventory_menu_selected
{
	color: #39d7f0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.inventory_menu:hover,
a.inventory_menu:active 
{
	text-decoration: underline;
}
.inventory_menu_selected
{
	text-decoration: underline;
}
.devider
{
	width: 12px;
}
/* inventory menu end */

.big_circle
{
	background: url('../img/circle_big_left.png') top right no-repeat;
	width: 54px;
	height: 159px;
	position: absolute;
	margin: 14px 0 0 -54px;
}
.small_circle
{
	background: url('../img/circle_small.png') center center no-repeat;
	width: 95px;
	height: 95px;
	position: absolute;
	margin: -30px 0 0 835px;
	z-index: 1;
}
.top_bg
{
	height: 390px;
	border: 1px red solid;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('../img/top_bg.png') top repeat-x;
}

.main_container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.hearde_block
{	
	width: 100%;
	height: 109px;
	*height: 114px;
}
.main_top_left_angle,
.main_top_right_angle
{
	width: 9px;
	height: 9px;
	float: left;
	background: url('../img/main_top_left_angle.png') top no-repeat;
	font-size: 1px;
}
.main_top_right_angle
{
	float: left;
	background: url('../img/main_top_right_angle.png') top no-repeat;
}
.main_middle_left_angle,
.main_middle_right_angle
{
	width: 3px;
	height: 105px;
	float: left;
	background: url('../img/main_left_middle_bg.gif') left repeat-y;
}
.main_middle_right_angle
{
	float: left;
	background: url('../img/main_right_middle_bg.gif') right repeat-y;
}
.main_top_center_bg,
.main_bottom_center_bg,
.main_middle_center_bg
{
	width: 882px;
	height: 9px;
	float: left;
	background: url('../img/main_center_top_bg.gif') top repeat-x white;
	font-size: 1px;
}
.main_bottom_center_bg
{
	background: url('../img/main_center_bottom_bg.gif') top repeat-x;
}
.main_middle_center_bg
{
	/*background: white;*/
	height: 105px;
	width: 894px;
}

.main_bottom_right_angle,
.main_bottom_left_angle
{
	width: 9px;
	height: 9px;
	float: left;
	background: url('../img/main_bottom_right_angle.png') top no-repeat;
	font-size: 1px;
}
.main_bottom_left_angle
{
	background: url('../img/main_bottom_left_angle.png') top no-repeat;
}

#logo_block
{
	background: white;/
	/*background: url('../img/showflakes.jpg') top center no-repeat white;*/
	clear: both;
	height: 105px;
	width: 100%;
}
#logo
{
	width: 236px;
	position: absolute;
	height: 105px;
	float: left;
}
#customer_area,
#customer_area_login
{
	margin: 40px 0 0 0;
	float: right; 
	width: 280px; 
	height: 65px;
}
#customer_area_login
{
	margin: 83px 10px 0 0;
	height: 20px;
}
#customer_area_bg
{
	height: 26px;
	background: url('../img/customer_area.jpg') bottom left no-repeat;
	color: #807a7a;
	font-size: 11px;
}
#customer_area_bg div
{
	margin-left: 8px;
	padding-top: 3px;
}
/* header block end */

/* main menu block */
.main_menu_left_angle,
.main_menu_right_angle
{
	width: 3px;
	height: 39px;
	float: left;
	background: url('../img/main_left_middle_bg.gif') left repeat-y;
}
.main_menu_right_angle
{
	float: left;
	background: url('../img/main_right_middle_bg.gif') right repeat-y;
}
.main_menu_center_bg
{
	background: white;
	height: 39px;
	float: left;
}

#mmenu_content
{
	width: 894px;
	height: 39px;
	background: url('../img/mm_bg.gif') center center repeat-x;
}

.mm_spacer
{
	height: 24px;
	width: 5px;
	float: left;
	background-color: white;
}
.mmenu_slash,
.mmenu_no_slash
{
	float: left;
	height: 24px;
	text-align: center;
	background: url('../img/menu_spliter.gif') top right no-repeat;
	margin-top: 11px;
	line-height: 15px;
	*line-height: 14px;
}
.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 */

/* content */
#page_content
{
	margin: 5px 10px 15px 10px;
}
.main_content_left_part,
.main_content_right_part
{
	width: 3px;
	height: 200px;
	background: url('../img/main_left_middle_bg.gif') left repeat-y;
}
.main_content_right_part
{
	background: url('../img/main_right_middle_bg.gif') right repeat-y;
}
.main_content_center
{
	background: url('../img/circle_big_bottom.gif') top left no-repeat white;
}
.main_content_side_bar_top
{
	height: 14px;
	margin: 0 0 0 -10px;
	background: url('../img/site_bar_top.gif') bottom right no-repeat white;
}
.main_content_side_bar
{
	width: 175px;
	background: url('../img/site_bar_bg.gif') top left repeat-y white;
	padding: 0 5px 14px 8px;
	border-left: 2px #d5d5d5 solid;
}

/* content end */

/* footer */
#footer_menu_block,
#footer_cr_block
{
	text-align: center;
}
#footer_cr_block
{
	margin: 5px 0 5px 0;
}

.cr_text
{
	color: #dcdcdc;
	font-size: 9px;
}
/* footer end */

