@charset "utf-8";
/*
 * Author: Symetris
 * Web Site: 
 * Project: Donner Metals
 * Copyright 2012
 *
 * Header CSS
 * Define header style of HTML Elements
 */
 
 a:focus { 
    outline: none; 
}

header {
	height: 144px;
	border-bottom: 1px solid #00ae8b ;
}

header.intro_sticky_hd{
	height: auto;
}

#header_logo{
	float:left;
	margin: 2px 0 26px 9px;
}
#header_logo a{
	background:url(../images/sphinx.png) left top no-repeat;
	display:block;
	height:123px;	
	text-indent:-9999px;
	width:129px;
}
header h1{
	border:none;	
}

#header_content {
	float: right;
}

#header_language_selector{
	float:right;
}

#header_language_selector ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_language_selector li{
	/*background:url(../images/green_arrow.png) right no-repeat;*/
	line-height: 15px;
}

#header_stock_widget{
	background: url(../images/green_arrow.png) left bottom no-repeat;
    padding-left: 6px;
    padding-bottom: 1px;
}

#header_language_selector li.active{
	display:none;
}

#header_language_selector a{
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #4f6a6a;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 0;
}

#header_language_selector a:hover {
	color: #fff;
}

#header_slogan{
	clear: both;
	text-align: right;
	padding-top:16px;

}

.header_slogan_en {
	/*width: 447px !important;*/
}

#header_slogan p{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	line-height: 28px;
}

header #access{
	float: left;
	clear: both;
	height: 26px;
}

header #access li{
	background:url(../images/green_slash.png) right no-repeat;
	float:left;
	font-size:14px;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 11px;
}	

header #access li.last_link{
	background: none;
	padding-right: 0;
}

header #access li.current_page_item a,
header #access li.current_page_parent a,
header #access li.current-page-ancestor a{
	border-bottom: 5px solid #28b599;	
}

header #access li.current_page_item ul a,
header #access li.current_page_parent ul a,
header #access li.current-page-ancestor ul a{
	border-bottom: none;	
}

header #access a{
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.3px;
	color: #373a31;
	padding: 0px 2px 7px 2px;
	text-decoration: none;
	text-transform: uppercase;	
}

header #access a:hover{
	border-bottom: 5px solid #28b599;
}

header #access .menu ul{
	margin-top: 15px;
	display: none;
	position: absolute;
	background: #fff;
	background: rgba(250, 250, 250, 0.85);
	z-index: 20;
}

header #access .menu ul li{
	float: none;
	padding: 0;
	background: none;
}

header #access .menu ul li a{
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.3px;
	display: block;
	padding: 10px 9px;
	text-transform: none;
	font-weight: bold;
	line-height: 14px;
}

header #access .menu ul li a:hover{
	border: none;
	background: #fff;
	background: rgba(250, 250, 250, 0.7);
}

#header_slideshow{
	overflow:hidden;
	max-width:960px;
	clear: both;
}
.home #header_slideshow{
	height:288px;
}

.home #header_slideshow #slider_decoration {
	position: relative;
	top: -288px;
	left: 1px;
	z-index: 10;
	pointer-events: none;
}

.ngg-slideshow .image-placeholder {
	display: none;
}

.home .header-content-bottom {
  height: 34px;
  background-color: #c8c8c8;
  font-weight: bold;
}

.home .header-content-bottom a {
  color: #11957a !important;
}