@charset "UTF-8";
/***************************************************************************
Name: style.css
Site: DAMBERG & CO. - http://www.dambergs.dk/
Author: Rasmus Damberg

Table of Contents:
=================

	1 - GLOBAL SETTINGS
	2 - GRID LAYOUT
		2.1 - Header
		2.2 - Main content
		2.3 - Footer

****************************************************************************/


/***************************************************************************
1 - GLOBAL SETTINGS
****************************************************************************/
* {margin:0; padding:0}


body {
	background:#000000 url(../images/top_bg.gif) top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


h1, h1 a {
	color: #298fd4;
	font:bold Arial, Helvetica, times, serif, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

h2, h2 a {
	color: #298fd4;
	font:bold 14px Arial, Helvetica, times, serif, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

h3 {
	font:14px Arial, Helvetica, times, serif, sans-serif;
	line-height: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
}

h4, h4 a {
	color: #298fd4;
	font:bold 16px Arial, Helvetica, times, serif, sans-serif;
	text-decoration: none;
}

a, a:visited, a:hover {
	color:#298fd4;
	text-decoration:none;
}

a img{
	border:0px;
}

#buttonheading a img{
	border:0px;
	padding: 0 0 4px 0;
	_padding: 0 0 8px 0;
}

p{
	color:#666666;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding: 0 0 10px 0;
}

li {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/***************************************************************************
2 - MAIN WIREFRAME & GRID
****************************************************************************/

#header {
	margin:0 auto;
	text-align:left;
	width:900px;
	height: 100px;
}

#headerInner {
	padding: 35px 0 0 0;
}

#menu {
	margin:0 auto;
	text-align:left;
	width:900px;
	height: 40px;
}

#menuInner {
	z-index: 1:
}

#main {
	background: #ffffff;
	padding: 10px 0 20px 0;
}

#mainInner {
	z-index: 1;
	margin:0 auto;
	text-align:left;
	width:900px;
}

#footer {
	margin:0 auto;
	text-align:left;
	width:900px;
}

#footer a{
	color: #ffffff; 
}

#footer a:hover{
	text-decoration: underline;
}

#footerInner {
	margin: 24px 0 24px 650px;
	color: #ffffff;
	line-height: 18px;
}
