/*
For:


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

/* General */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #535E74;
	text-align: center;
	background: #34415D;
}

hr {
	height: 1px;
	font-size: 0;
	line-height: 0;
	color: #cccccc;
	background-color: #cccccc;
	display: block;
	clear: both;
	border: 1px dotted;
	margin-bottom: 10px;
}

input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #535E74;
	float: right;
	border: 0;
	border-top: 4px solid #DDE0E6;
	background: #E8EBEF;
	padding: 4px 8px;
}

textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #535E74;
	height: 150px;
	float: right;
	border: 0;
	border-top: 4px solid #DDE0E6;
	background: #E8EBEF;
	padding: 4px 8px;
	overflow: auto;
}

.box2 input,
.box2 textarea {
	width: 364px;
}

input.listemail {
	float: right;
	width: 202px;
	margin-bottom: 4px;
	
}

input.listbutton {
	float: right;
	border: 0;
	background: #DDE0E6;
	cursor: pointer;
	padding: 2px;
}

br {
	clear: both;
}

p {
	display: block;
	padding-bottom: 14px;
}

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

p img {
	float: left;
	margin: 0 14px 14px 0;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.field {
	width: 480px;
	display: block;
	clear: both;
	margin-bottom: 14px;
}

.field span {
	margin-top: 4px;
}

.box2 input.button {
	color: #535E74;
	width: 380px;
	cursor: pointer;
}

.listmessage {
	font-size: 12px;
	color: #34415D;
}

/* Navigation */

h1 a, 
h2 a,
h3 a,
a,
a:focus, 
a:link, 
a:active, 
a:visited, 
a:hover,
input:focus,
textarea:focus,
select:focus	{ 
	outline: none; 
}

a {
	color: #34415D;
	text-decoration: underline;
}

a:visited {
	color: #34415D;
	text-decoration: underline;
}

a:hover {
	color: #535E74;
	text-decoration: underline;
}

/* Text */

h2 {
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 14px;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 4px;
}

ul.sublist li {
	margin-bottom: 8px;
}

ul.sublist li a {
	background: url("../img/arrow.gif") no-repeat left 50%;
	padding-left: 12px;
}

ul.sublist li a:hover {
	background: url("../img/arrow_over.gif") no-repeat left 50%;
	padding-left: 12px;
}

/* Site Layout */

.wrapper {
	width: 788px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

h1 {
	width: 100%;
	height: 62px;
	font-size: 1px;
	line-height: 1px;
	background: #FFF url("../img/bg_heading.gif") repeat-x;
	text-align: center;
	padding-top: 36px;
}

div#menu {
	width: 100%;
	height: 48px;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background: #FFF url("../img/bg_menu.gif") repeat-x;
	text-align: center;
}

div#menu ul {
	width: 780px;
	margin: 0 auto 0 auto;
}

div#menu li {
	display: inline;
}

#menu a {
	width: 130px;
	height: 31px;
	float: left;
	color: #BDC3CE;
	text-decoration: none;
	display: block;
	padding-top: 17px;
}

#menu a:hover {
	width: 130px;
	height: 31px;
	float: left;
	color: #FFF;
	text-decoration: none;
	background: url("../img/bg_menu_active.gif") repeat-x;
	display: block;
	padding-top: 17px;
}

#content {
	width: 100%;
	background: #FFF url("../img/bg_content.gif") repeat-x;
	padding-bottom: 40px;
}

.cover {
	width: 780px;
	overflow: hidden;
	margin: 40px auto 0 auto;
}

.box {
	width: 218px;
	height: 180px;
	border-top: 4px solid #E5E7EC;
	background: #F5F7F9;
	text-align: left;
	float: left;
	margin: 40px 2px 0 2px;
	padding: 20px;
	overflow: hidden;
}

.box2 {
	width: 480px;
	border-top: 4px solid #E5E7EC;
	background: #F5F7F9;
	text-align: left;
	float: left;
	margin: 40px 2px 0 2px;
	padding: 20px;
}

.box3 {
	width: 740px;
	font-size: 16px;
	border-top: 4px solid #DDE0E6;
	background: #E8EBEF;
	text-align: left;
	float: left;
	margin: 40px 2px 0 2px;
	padding: 20px;
}

.product {
	width: 218px;
	height: 260px;
	overflow: hidden;
	border-top: 4px solid #D4D6DC;
	background: #E4E6EC;
	text-align: left;
	float: left;
	margin: 40px 2px 0 2px;
	padding: 20px;
}

#footer {
	width: 100%;
	min-height: 200px;
	font-size: 12px;
	color: #B5BDCF;
	border-top: 4px solid #3B465D;
	background: url("../img/bg_footer.gif") repeat-x;
	text-align: center;
}

#footer .wrapper {
	width: 740px;
	padding: 20px;
}

#footer a {
	color: #D4D6DC;
	text-decoration: none;
}

#footer a:hover {
	color: #B5BDCF;
	text-decoration: underline;
}

ul#sitemap {
	width: 740px;
	display: table;
}

ul#sitemap li {
	float: left;
	margin-right: 14px;
}

ul#sitemap li.right {
	float: right;
	margin-right: 0;
}

div#signature {
	float: left;
	text-align: left;
	margin-top: 14px;
}