html {font-size:125%;}

body	{
	font: 50% Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ffffff; /* d6cdbc */
	color: #401C02;
	behavior:url("css/csshover.htc"); /* Peter Nederlof IE hover fix */
}

* {margin: 0px; padding: 0px;}

#outerFrame	{
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*background: #FF0; */
	color:#401C02;
	top: -2px;
	left: -4px;
}

#content {
	/*position:relative;*/
	width: 760px;
	padding: 0 0 20px;
	font-size: 1.1em;
	background: #FFAA33;
	color:#401C02;
	margin:0;
}

#content img {
	margin-top: 1em;
	
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #756663;
}

#content a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff; /* d6cdbc */
}

#header {
	position:relative;
	text-align: left;
	width: 760px;
	height: 73px;
	background: #ffffff; /* d6cdbc */
}

#header .logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header .norsk {
	position: absolute;
	right: 0px;
	top: 0px;
}

#header .english {
	position: absolute;
	right: 30px;
	top: 0px;
}

#mainImage {
	padding:0px;
	margin:0px;
	background: #d6cdbd; /* main Ramme */
}

#decorImage {
	float:left;
	width:150px;
	margin-top: 50px;
}

#mainCols {
	/*position:relative;*/
	width:720px;
	float:right;
	/*background:#c33;*/
}

#mainCols h2 {
	padding: 1.3em 0;
	font-size: 1.8em;
	margin-left:24px;
	width: 530px;
}


#col1 {
	float:left;
	margin: 0 0 0 24px;
	width: 370px;
	display:block;
}

/* IE float hack. IE doubles margins on floats */
* html #col1 {
	margin-left: 12px;
}

#col1 h2 {
	padding: 0 0 1.8em 0;
	font-size: 1.8em;
}

#col1 h3 {
	font-weight: bold;
	padding-bottom: 0.8em;
	padding-top: 1.2em;
	font-size: 100%;
}

#col1 h4 {
	font-weight: bold;
	padding-bottom: 0.8em;
	padding-top: 1.2em;
	font-size: 160%;
}

#col1 ul {
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 40px;
	position: relative;
}

#col1 li {
	padding: 3px 0;
}

p {
	line-height: 1.7em;
	margin-bottom: 1em;
}

#contactInfo	{
	float: right;
	width: 150px;
	margin-right:30px;
	display:block;
}

* html #contactInfo {
	margin-right:15px;
}  


#contactInfo h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
}

#contactInfo p	{
	line-height: 1.5em;
	display: block;
	margin-bottom: 1em;
}

#contactInfo ul {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.45em;
}

.productInfo {
	width: 370px;
	margin: 0px 0px 1em;
	padding: 0px 5px 5px;
	border: 1px dashed #333333;
}

.productInfo .name {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	font-weight: bold;
}

.productInfo .text {
	width: 165px;
	float: left;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: left;
}

.producInfo img {
	float: left;
	height: 200px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#footer	{
	color:#fff;
	background:#000;
	width: 760px;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.2em;
	float: left;
	padding: 4px 0px 6px 0px;
}

#footer ul {
	list-style: none;
	text-align: left;
	margin:0 0 0 18px;
}

/* IE float hack. IE doubles margins on floats */
* html #footer ul {
	margin-left: 9px;
}  

#footer li {
	float: left;
	padding: 0 0.5em 0 0;
}

#footer a {
	line-height:1.0em;
	color:#ccc;
}

#footer a:hover {
	color:#fff;
}

* html #footer ul {
	float: left;
}

#spacer {
	height:20px;
	color: #ffffff; /* d6cdbc */
	background: #ffffff; /* d6cdbc */
}

/*******************************
* main menu start
********************************/

#mainNav {
	width: 100%;
	float: left;
	border-bottom: 3px solid #DD6320;
	font-size: 1.1em;
	background-color: #005FA1;
	margin-top: 0px;
	font-weight: bold;
	
}

#mainNav ul {
	margin: 0 0 0 30px;
}

#mainNav li {
	float: left;
	position:relative;
	list-style-type: none;
	margin-right: 72px;
	padding-bottom:0px;
}

#mainNav li:hover {
	color: #FFF;
}

#mainNav li a {
	color:#CCC;
}

#mainNav li a:hover {
	color:#FFF;
}

/*
#mainNav li:first-child {
	border-left: 1px solid #DD6320;
}
*/

* html #mainNav ul {
	/* float:left; */
	margin-left: 10px;
}

* html #mainNav ul li ul {
}

#mainNav ul li ul {
	margin:0;
	border-top-width:3px;
	position:absolute;
	width:15em;
	left:-1px;
	border-top-style: solid;
	border-top-color: #DD6320;
}

#mainNav ul li ul {
	display:none;
	padding-bottom:3px;
}

/* sub-menu hover effect
#mainNav ul li li:hover {
	background:#fff;
}
*/

#mainNav ul li:hover ul, #mainNav ul li ul:hover {
	display:block;
	/* border-top-color: #F90; */
}

#mainNav ul li ul li a {
	font-weight:normal;
	color:#333333;
}

#mainNav ul li ul li {
	width: 100%;
	background-color: #B3B9FF;
	padding-bottom:2px;
}

#mainNav ul li ul li:first-child {
}

#mainNav ul li ul li ul {
	width:15em;
	visibility:hidden;
	top:-1px;
	left:15em;
	border: 0px none #ffffff; /* d6cdbc */
}

#mainNav ul li ul li:hover ul {visibility:visible;}

#mainNav ul li ul li ul li {
	width:100%;
}

#mainNav a {
	display:block;
	padding: 2px 6px;
	text-decoration: none;
	color: #006699;
}

#mainNav a:hover {
	color: #FF3333;
}

/*******************************
* main menu end
********************************/

.clearBoth {
	clear: both; height: 0;
}

/* Alsett clearing */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

