/* UK */

/*===================================================================================
  STANDARD STYLES
===================================================================================*/
body#homepage {
	background: #C2C5C6 url(images/tm_bg_tile32.gif) repeat 0px 0px;
	text-align: center;
	font: 62.5% Verdana, Geneva, sans-serif;
	height: 100%;	
	/* sets all font size to 10px, now resize subsequent elements in em. e.g. 1.2 em = 12px. watch out for inheritance!! */
}

.clear { 
	clear: both;
	_height:1%; /* clears show too tall in ie6 */
}

* { margin: 0; }
html, body { height: 100%; }

/*===================================================================================
  STRUCTURE
===================================================================================*/
#wrapper {
	width: 1027px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	position:relative;
	background: url(images/bg_main_1027.gif) repeat-y 0 0; /* HÄÄÄÄ */
}
#header {
	position: absolute;
	top: 0;
	left: 5px;
	height: 108px;
	margin: 0;
	width: 1019px;
}

#header a.cursor{cursor:default;}

#topLeft {
	width: 250px;
	float: left;
}
#topRight {
	margin: 10px 21px 0 0;
	width: 620px;
	float: right;
}
#topRight #left {
	float: right;
}
#topRight #right {
	width: 59px;
	float: left;
}
#homepage #mainContent {
	padding-top: 0px; margin-top: 0px;
}
#mainHero {
	width: 1019px;
	height: 400px;
	margin: 0 auto;
	background: #fff url(images/hero_bg.gif) repeat-x left bottom;
	padding: 0;
}
#headercontent {
	width: 980px;
	height: 270px;
	margin: 0;
	padding: 0;
	color: #555;
}
