/*
Theme Name: Holmgrens
Author: Kristoffer Svanmark/Intelligent Media and Gustav Holmström
Author URL: http://intelligentmedia.se
Description: Custom theme for N Holmgren & Co AB. Design, HTML and CSS by Kristoffer Svanmark/Intelligent Media, WordPress integration by Gustav Holmström, <a href="http://artoo.se">www.artoo.se</a>.
*/

body {
	background:							url('images/bg.png');
	margin:								50px;
}

div#container {
	width:								900px;
	margin:								0 auto;
}

div#logotype {
	background:							url('images/logotype.png') no-repeat;
	width:								326px;
	height:								201px;
	position:								relative;
	z-index:								999;
	margin-left:							-40px;
}

h2, h2 a {
	margin:								0;
	font:									bold 18pt century gothic, arial, verdana;
	color:								#000;
	text-decoration:						none;
}

div#header {
	background:							url('images/header.png') no-repeat;
	width:								900px;
	height:								186px;
	position:								relative;
	z-index:								99;
	margin-top:							-165px;
}

div#menu {
	background:							url('images/menubg.png') repeat-x;
	width:								900px;
	height:								68px;
}

div#menu a {
	background:							url('images/spacer.png') top right no-repeat;
	display:								block;
	float:								left;
	font:									15pt century gothic, arial, verdana;
	color:								#fff;
	text-decoration:						none;
	padding:								21px;
	text-align:							center;
	min-width:							67px;
}

div#menu a:hover {
	background:							url('images/menuhov.png') top right no-repeat;
}

div#headline {
	background:							url('images/headlinebg.png') repeat-x;
	width:								900px;
	height:								112px;
	text-align:							center;
}

div#headline img {
	margin-top:							40px;
}

div#content {
	background:							#fff url('images/contbg.png') repeat-x;
	width:								860px;
	padding:								20px;
	font:									10pt arial, verdana, tahoma;
}

div#footer {
	width:								900px;
	text-align:							center;
	margin-top:							15px;
	font:									9pt arial, verdana, tahoma;
	color:								#878787;
}