/* The big header strip */
div.header {
	width: 100%;
	height: 101px;
	background: url('../images/header_background.png') repeat-x;
	min-width: 960;
}

/* The center header part with the logo, links and search */
/* the logo is actually on it's background */
div.header_center {
	background: url('../images/hermix_logo.png') no-repeat transparent;
	height: 101px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	width: 960px;
}

/* The div which holds the links */
div.header_links {
	font-size: 12px;
	text-align: right;
}

/* The div which holds the search */
div.header_search, div.days_rem {
	margin-top: 20px;
	float: right;
	width: 300px;
}

/* Some a classes for the heade links */
div.header_links a.link_profile {
	color: #52408a;
	font-weight: bold;
}


/* The search input and button divs ( round borders ) */
div.search_input {
	background: url('../images/search_field_background.png');
	height: 13px;
	padding: 7px;
	width: 188px;
	float: left;
}

div.search_submit {
	float: right;
	width: 89px;
	height: 27px;
}

/* The actual inputs */
input.search_input {
	border: none;
	background: transparent;
	width: 189px;
	font-size: 11px;
	color: gray;
	font-style: italic;
}

input.search_submit {
	border: none;
	background: transparent;
	color: white;
	font-size: 10px;
	font-weight: bold;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	
	height: 31px;
	width: 89px;
}

/* The days counter */
div.days_counter {
	margin-top: 20px;
	background: url('../images/counter_background.png') no-repeat;
	height: 27px;
	width: 146px;
	float: right;
}
div.days_counter span.day_digit1, span.day_digit2 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 4px;
	padding-left: 8px;
	padding-right: 3px;
}
span.day_digit2 {
}

span.day_digit2 {
	
}

span.counter_info {
	padding-left: 8px;
	font-size: 12px;
}


