@charset "UTF-8";

@import url('/stylesheets/buttons.css');
@import url('/stylesheets/cart.css');
@import url('/stylesheets/categories.css');
@import url('/stylesheets/content.css');
@import url('/stylesheets/footer.css');
@import url('/stylesheets/menu.css');
@import url('/stylesheets/news.css');
@import url('/stylesheets/slideshow.css');
@import url('/stylesheets/user_info.css');

html, body { margin: 0; padding: 0; height: 100%; }

body {
	background-color: #e6e6e6;
	text-align: center; /* Sørger for centrering for IE <= 5.5*/
	color: #464646;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

a img {	border: none; }
a {	color: #000; text-decoration: none;	}
a:hover { text-decoration: underline; }

form { margin: 0; }

img.logo {
	position: absolute;
	left: 5px;
	top: 18px;
}

/*#shade {
	background-image: url(/images/shade.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 566px;
	
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
}*/

#page {
	background-color: #fff;
	background-image: url(/images/bg_page.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 930px;
	text-align: left;
	margin: 0 auto -135px auto;	
	padding: 0 15px 0 15px;
	
	/* Test */
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	text-align: left;
	margin: 0 auto;
	/*line-height: 150%;*/
}

#header {
	width: 100%;
	height: 70px;
	position: relative;
	margin-bottom: 9px;
}

#header2 {
	width: 940px;
	height: 145px;
	margin-bottom: 10px;
	position: relative;
}

#quick_contact {
	height: 50px;
	border-left: 1px solid #e8e8e8;
	position: absolute;
	top: 15px;
	left: 205px;
	padding-left: 10px;
	line-height: 140%;
	color: #000;
}

/* Disable */
#disable {
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 2; /* 5 */
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;	
}
