@charset "utf-8";
@import url("reset.css");

body {
	background: #fff url(../wsimages/body_bg.jpg) repeat-x top center;
}

div#mainwrapper {
	width: 960px;
	margin: 0 auto;
}

div#header {
	height: 148px;
	padding: 0 31px;
	overflow: hidden;
	position: relative;
	width: 898px;
}

div#header h1#logo a {
	background: #fff url(../wsimages/logo.gif) no-repeat;
	display: block;
	height: 93px;
	width: 229px;
	text-indent: -999em;
	top: 23px;
	position: absolute;
}

div#content_top {
	background: transparent url(../wsimages/content_top_bg.png) no-repeat;
	height: 35px;
	width: 960px;
}

div#content_body {
	background: transparent url(../wsimages/content_body_bg.png) repeat-y;
	padding: 0 31px;
	width: 898px;
}

div.leftColumn {
	padding: 20px 10px;
	width: 555px;
	float: left;
}

div.rightColumn {
	background: #fff url('../wsimages/rightColumn_bg.jpg') repeat-y;
	width: 309px;
	float: left;
	margin-left: 10px;
}

	div#rightColumn_top {
		background: transparent url('../wsimages/rightColumn_top_bg.jpg') no-repeat top left;
	}
	
	div#rightColumn_bottom {
		background: transparent url('../wsimages/rightColumn_bottom_bg.jpg') no-repeat bottom left;
		padding: 20px 0px 20px 14px;
		min-height: 150px;
	}

div#content_footer {
	background: transparent url(../wsimages/content_footer_bg.png) no-repeat;
	height: 34px;
}

a#seaFoodFromNorway {
	position: absolute;
	top: 30px;
	right: 35px;
	background: #fff url('../wsimages/seafoodFromNorway.gif') no-repeat;
	height: 73px;
	width: 65px;
	display: block;
	text-indent: -999em;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* MAIN PAGE LAYOUT */
body#mainpage div#content_top {
	background: transparent url(../wsimages/mainpage_content_top_bg.png) no-repeat;
	padding: 35px 35px 0 35px;
	width: 890px;
	height: auto;
}

/* MAIN PAGE - COLUMNS TOP SECTION */

	body#mainpage div#content_top div.leftColumn {
		padding: 0;
		margin: 0;
		height: 460px;
		overflow: hidden;
	}
	
	body#mainpage div#content_top div.rightColumn {
		background-image: none;
		padding: 0 0 0 4px;
		width: 320px;
		margin-bottom: 6px;
	}
/**/
div#adressline {
	background: #1d2526 url('../wsimages/mainpage_adressline.gif') no-repeat;
	float: right;
	height: 35px;
	width: 310px;
	padding: 4px 5px;
	margin: -43px 35px 0 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
}

	div#adressline a {
		color: #fff;
	}
	
	div#spacer {
		height: 35px;
		width:320px;
		float: left;
		display: block;
	}

/* DEV */
a#dev {
	color: #666;
	margin: 10px 35px;
	float: right;
}
