/*
For:


Av:
Fredrik Sørlie
Sørlie Communications
www.s-com.no
*/

/* General */

* {
	margin						: 0;
	padding						: 0;
}

body {
	width						: 100%;
	font-family					: Verdana, Arial, Helvetica, Sans-Serif;
	font-size					: 11px;
	color						: #666666;
	text-align					: center;
	background					: url("../img/bg_main.gif") no-repeat center top fixed #CDCDCD;
}

hr {
	height						: 1px;
	font-size					: 0;
	line-height					: 0;
	color						: #EEEEEE;
	background-color			: #EEEEEE;
	display						: block;
	clear						: both;
	border						: 0;
	margin						: 5px 0 10px 0 !important;
	margin						: 0 0 5px 0;
}

input {
	border						: 1px solid #DDD;
	background					: #FFFFFF;
}

textarea {
	border						: 1px solid #DDD;
	background					: #FFFFFF;
}

/* Navigation */

a {
	color						: #667799;
	text-decoration				: none;
}

a:visited {
	color						: #445577;
	text-decoration				: none;
}

a:hover {
	color						: #6699BB;
	text-decoration				: underline;
}

ul {
	list-style					: none;
}

/* Text */

p {
	display						: block;
	margin-bottom				: 10px !important;
	margin-bottom				: 5px;
}

	.short {
		font-weight					: normal;
	}

h1 {
	font-size					: 18px;
	font-weight					: bold;
	color						: #667788;
	margin-bottom				: 10px !important;
	margin-bottom				: 5px;
}

h2 {
	font-size					: 18px;
	font-weight					: bold;
	color						: #667788;
	margin-bottom				: 10px !important;
	margin-bottom				: 5px;
}

h3 {
	font-size					: 11px;
	font-weight					: bold;
}

.date {
	font-size					: 9px;
	color						: #AABBCC;
	margin-bottom				: 10px;
}

.more {
	padding						: 0 0 0 0;
}

/* Images */

img {
	border						: 0px;
	vertical-align				: bottom;
}

/* Site Layout */

div#wrap {
	width						: 760px;
	margin						: 0 auto 0 auto;
}

div#heading {
	width						: 760px;
	height						: 75px;
	background					: url("../img/bg_heading.gif") no-repeat;
	padding						: 25px 0 0 0;
	margin-top					: 12px;
}

div#cover {
	width						: 760px;
	height						: 200px;
	background					: url("../img/cover.gif") no-repeat;
	margin-top					: 2px;
}

ul#menu {
	width						: 760px;
	height						: 28px;
	background					: url("../img/bg_menu.gif") no-repeat;
	text-align					: center;
	margin-top					: 2px;
	padding						: 2px 0 0 0;
}

ul#menu li {
	display						: inline;
}

.spacer {
	margin						: 0 4px 0 8px;
}

div#content-top-c1 {
	width						: 760px;
	height						: 34px;
	background					: url("../img/bg_content_top_c1.gif") no-repeat;
}

div#content-top-c2 {
	width						: 760px;
	height						: 34px;
	background					: url("../img/bg_content_top_c2.gif") no-repeat;
}

div#content-top-c3 {
	width						: 760px;
	height						: 34px;
	background					: url("../img/bg_content_top_c3.gif") no-repeat;
}

div#content-c1 {
	width						: 658px;
	text-align					: left;
	background					: url("../img/bg_content_c1.gif") repeat-y;
	padding						: 0 51px 0 51px;
	display						: table;
}

div#content-c2 {
	width						: 760px;
	text-align					: left;
	background					: url("../img/bg_content_c2.gif") repeat-y;
	display						: table;
}

	div#content-c2 .left {
		width						: 418px;
		float						: left;
		display						: inline;
		margin-left					: 51px;
	}

	div#content-c2 .right {
		width						: 178px;
		text-align					: center;
		float						: left;
		margin-left					: 62px;
	}

div#content-c3 {
	width						: 760px;
	text-align					: left;
	background					: url("../img/bg_content_c3.gif") repeat-y;
	display						: table;
}

	div#content-c3 .left {
		width						: 178px;
		float						: left;
		display						: inline;
		margin-left					: 51px;
	}
	
	div#content-c3 .center {
		width						: 178px;
		float						: left;
		display						: inline;
		margin-left					: 62px;
	}
	
	div#content-c3 .right {
		width						: 178px;
		text-align					: center;
		float						: left;
		display						: inline;
		margin-left					: 62px;
	}

div#content-bottom-c1 {
	width						: 760px;
	height						: 34px;
	background					: url("../img/bg_content_bottom_c1.gif") no-repeat;
}

div#content-bottom-c2 {
	width						: 760px;
	height						: 34px;
	background					: url("../img/bg_content_bottom_c2.gif") no-repeat;
}

div#content-bottom-c3 {
	width						: 760px;
	height						: 34px;
	background					: url("../img/bg_content_bottom_c3.gif") no-repeat;
}

div#footer {
	width						: 760px;
	height						: 30px;
	background					: url("../img/bg_footer.gif") no-repeat;
}
