/* ***HEADER TABLET*** */

a { color: #019036; border: 0;}
div#header {
	height: 90px;
	background-image:url(../images/header_bg_element_h90px.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0;
}

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%;
}
#header-center-img { 
	position: absolute;
	top: 0;
	left: 90px;
	height: 100%;
	z-index: 1;
}

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

/* ***HEADER-MENU*** */
#header-center-top-menu {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 0.9em;	background: none;
}
#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: 20px;
	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;
}

/*Header Main and Sub Title*/
#header-center-title {
	position: absolute;
	top: 20px;
	left: 255px;
	width: 100%;
	margin: 2px 0 0 5px;
}
#header-center-maintitle { font-size: 2.0em; clear: both; }
#header-center-subtitle { font-size: 0.8em; }
#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; }


