/*--------------------------------------------------------------*/
/*  Лого                                                        */
/*--------------------------------------------------------------*/

.fixed_header_logo_container
{
	padding: 30px 0px 0px 0px;
}

.fixed_header_logo
{
	width: 210px;
	height: 61px;
	background: url(/blocks/public/fixed/header/main/images/logo.png);
	cursor: pointer;
		
}

/*--------------------------------------------------------------*/
/*  Кнопка                                                      */
/*--------------------------------------------------------------*/

.fixed_header_photos_button_container
{
	padding: 15px 20px 0px 20px;
}

.fixed_header_photos_button_unselected_background
{
	width: 215px;
	height: 67px;
	background: url(/blocks/public/fixed/header/main/images/photos_button_unselected_background.png) 15px 15px no-repeat;
}

.fixed_header_photos_button_unselected_glow
{
	width: 215px;
	height: 67px;
	background: url(/blocks/public/fixed/header/main/images/photos_button_unselected_glow.png);	
	opacity: 0.0;
}

.fixed_header_photos_button_unselected
{
	width: 181px;
	height: 33px;
	background: url(/blocks/public/fixed/header/main/images/photos_button_unselected.png);
	float: left;
	position: relative;
	left: 17px;
	top: -50px;
	cursor: pointer;
}

.fixed_header_photos_button_selected
{
	width: 215px;
	height: 67px;
	background: url(/blocks/public/fixed/header/main/images/photos_button_selected.png) 15px 15px no-repeat;
	cursor: pointer;
}

/*--------------------------------------------------------------*/
/*  Меню                                                        */
/*--------------------------------------------------------------*/

.fixed_header_menu_container
{
	padding: 30px 0px 0px 0px;
}

.fixed_header_selected_menu_item
{
	font-family: tahoma;
	line-height: 1.3;
	color: black;
	font-weight: bold;
	padding: 0px 12px 0px 12px;
	background: #ffcc02;
}

.fixed_header_unselected_menu_item
{
	padding: 0px 12px 0px 12px;
}

.fixed_header_unselected_menu_item a
{
	font-family: tahoma;
	line-height: 1.3;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.fixed_header_special_unselected_menu_item
{
	padding: 0px 12px 0px 12px;
}

.fixed_header_special_unselected_menu_item a
{
	font-family: tahoma;
	line-height: 1.3;
	color: #7cccff;
	font-weight: bold;
	text-decoration: none;
}

/*--------------------------------------------------------------*/
/*  Навигация                                                   */
/*--------------------------------------------------------------*/

.fixed_header_navigation_splitter_container
{
	padding: 3px 7px 0px 7px;
}

.fixed_header_navigation_splitter
{
	width: 13px;
	height: 7px;
	background: url(/blocks/public/fixed/header/main/navigation/splitter/images/arrow.gif);
}

.fixed_header_navigation_unselected_item a
{
	line-height: 1.0;
	color: white;
	text-decoration: none;
	font-family: tahoma;
}

.fixed_header_navigation_selected_item a
{
	line-height: 1.0;
	color: #ffcc02;
	text-decoration: none;
}

.fixed_header_navigation_return_image_container
{
	padding: 0px 6px 0px 40px;
}

.fixed_header_navigation_return_image
{
	width: 15px;
	height: 11px;
	background: url(/blocks/public/fixed/header/main/navigation/images/arrow.gif);
}

.fixed_header_navigation_return_link a
{
	line-height: 1.0;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: tahoma;
}