/* ***HEADER SCREEN*** */

a { color: #019036; border: 0;}
div#header {
	height: 129px;
/*	background: #404040;*/
	background-image:url(../images/header_bg_element_6px.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
/*	border-width: 0 0 10px 0;
	border-bottom-color: #0181C8;*/
	font-size: 18px;
	padding: 0;
}

/*.claro .dijitSplitContainer-child, .claro .dijitBorderContainer-child { border-color: #0181C8; }*/

div#header.dijitContentPane, div#header.dijitContentPane, div#header.dijitBorderContainer-child, div#header.dijitBorderContainer-dijitContentPane, div#header.dijitBorderContainerPane { top: 0; width: 100% !important; overflow: hidden; }

#header.dijitBorderContainerPane, #header.dijitBorderContainerNoGutterPane { position: static !important; }

#header-center-pane { 
	position: relative;
	height: 100%;
}

@media (min-width: 1050px) {
	#header-center-img { 
		position: absolute;
		top: 0;
		left: 150px;
		height: 100%;
		z-index: 1;
	}
	#header-center-content { 
		position: absolute;
		top: 0;
		left: 340px;
		height: 100%;
		width: 100%;
	}
	#header-center-top-menu {
		position: absolute;
		top: 5px;
		right: 10%;
		font-size: 0.9em;	background: none;
	}
	/*Header Main and Sub Title*/
	#header-center-title {
		position: absolute;
		top: 38px;
		left: 390px;
		width: 100%;
		margin: 2px 0 0 5px;
	}
	#header-center-maintitle { font-size: 2.5em; clear: both; }
	#header-center-subtitle { font-size: 1em; }
	#header-search { 
		position: absolute;
		margin: 50px 0 0 55%;
	}
	input.search-input{
		border-radius: 7px;
		min-height: 30px;
	}

	#searchDiv{ 
			display:block; 
			position:absolute; 
			z-index:3; 
			top:20px; 
			left:75px; 
	}

	img { border: 0; }
}
@media (max-width: 1050px) {
	#header-center-img { 
		position: absolute;
		top: 0;
		left: 50px;
		height: 100%;
		z-index: 1;
	}
	#header-center-top-menu {
		position: absolute;
		top: 5px;
		right: 20px;
		font-size: 0.9em;	background: none;
	}

	/*Header Main and Sub Title*/
	#header-center-title {
		position: absolute;
		top: 38px;
		left: 290px;
		width: 100%;
		margin: 2px 0 0 5px;
	}
	#header-center-maintitle { font-size: 2.5em; clear: both; }
	#header-center-subtitle { font-size: 1em; }
	#header-search { 
		position: absolute;
		margin: 50px 0 0 55%;
	}
	input.search-input{
		border-radius: 7px;
		min-height: 30px;
	}

	#searchDiv{ 
			display:block; 
			position:absolute; 
			z-index:3; 
			top:20px; 
			left:75px; 
	}

	img { border: 0; }
}


#header_splitter { z-index: 5; }
.header-title { color: #FFFFFF; font-size: 2em; margin-left: 0.5em; }
img.header-logo {
	height: 111px;
	width: 190px;
}

/* ***HEADER-MENU*** */
#header-center-top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-center-top-menu ul li {
	float: left;
	margin: 0;
	padding: 0;
/*	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
*/	background: none;
}

#header-center-top-menu ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: 'Helvetica Neue',helvetica,'microsoft sans serif',arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

#header-center-top-menu ul li a span {
	display: block;
	float: left;
	height: 22px;
/*	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
*/	background: none;
	cursor: pointer;
}


#header-center-top-menu ul li a:hover,
#header-center-top-menu ul li.active a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
#header-center-top-menu ul li a:hover span,
#header-center-top-menu ul li.active a span {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}

