body {
	padding-top: 0px;
}

.helda-header {
	background-image: url("/themes/syke/images/syke-header.jpg");
	// background-image: url("/helda-test/themes/syke/images/syke-header.jpg");
	background-repeat: none;
	background-size: cover;
	background-color: #F8FBFF;
	height: 240px;
}

.header-logo {
	position: absolute;
	margin-top: 150px;
	margin-left: 0px;
}

.helda-header .language-selector a {
	color: black;
	font-size: 20px;
	padding-left: 6px;
	padding-right: 6px;
	background: rgba(255, 255, 255, 0.75);
}

.helda-mainmenu-container {
	background-color: #afdef9;	
}

.helda-search-container {
	background: #77d3f7; /* Old browsers */
	background: -moz-linear-gradient(top, #77d3f7 0%, #6dd0f6 2%, #69c9ee 26%, #5db3d7 78%, #5baed2 96%, #58abce 98%, #488da9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77d3f7), color-stop(2%,#6dd0f6), color-stop(26%,#69c9ee), color-stop(78%,#5db3d7), color-stop(96%,#5baed2), color-stop(98%,#58abce), color-stop(100%,#488da9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #77d3f7 0%,#6dd0f6 2%,#69c9ee 26%,#5db3d7 78%,#5baed2 96%,#58abce 98%,#488da9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #77d3f7 0%,#6dd0f6 2%,#69c9ee 26%,#5db3d7 78%,#5baed2 96%,#58abce 98%,#488da9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #77d3f7 0%,#6dd0f6 2%,#69c9ee 26%,#5db3d7 78%,#5baed2 96%,#58abce 98%,#488da9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #77d3f7 0%,#6dd0f6 2%,#69c9ee 26%,#5db3d7 78%,#5baed2 96%,#58abce 98%,#488da9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77d3f7', endColorstr='#488da9',GradientType=0 ); /* IE6-9 */	
	
}

.helda-mainmenu-container .search-tab {
	background: #6DD0F6;
}

.search-btn {
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;

}
