@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

table, p, td, tr, th, ol, ul, li, ol, br, h1, h2, h3 {
	margin:0px;
	padding:0px;
	border:0px;
	font-size:11px;
	color: #666666;
	
}
div, img {
	margin:0px;
	padding:0px;
	border:0px;
	font-size:0em;
}

a {
	color: #007c8b;
	text-decoration:none;
}

div#wrapper {
	/*background-color:#999;*/
	width: 983px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#wrapper div#menuWrapper {
	background-image: url(graphics/topBg.jpg);
	background-repeat:no-repeat;
}

div#menuWrapper ul#menu {
	margin-left: 27px;	
		
}

div#wrapper div#noFlasContent {
	width: 956px;
	background-image:url(graphics/noFlashBg.gif);
	background-repeat:repeat-y;
	padding-left: 27px;
	
}

div#wrapper div#noFlasContentDummy {
	width: 956px;

}

div#noFlasContent div#content {
	background-image:url(graphics/jotunLogo.gif);
	background-repeat:no-repeat;
	background-position:840px 10px;
	padding-top: 27px;
	padding-left: 24px;
	
}

div#content h1 {
	color: #666666;
	font-size: 32px;
	font-weight: normal;
	text-transform:uppercase;
}

div#content h2 {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	text-transform:uppercase;
}

div#content div.caption {
	margin: 21px 0px 31px 0px;
	width: 275px;
	padding-left: 15px;
}

div#content div.infoBox, div#content div.infoBoxTop {
	background-color: #007c8b;
	padding: 18px 24px 10px 16px;
}

div#content div.infoBoxTop {
	margin-bottom: 20px;
}

div#content div.infoBox h2, div#content div.infoBoxTop h2 {
	font-size: 17px;
	color: #FFF;
	text-transform:none;
	margin-bottom: 3px;
}

div#content div#leftColumn div.infoBox p, div#content div#leftColumn div.infoBoxTop p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

div#content div.infoBoxBeige {
	background-color: #f4f2e9;
	padding: 25px;
	margin-bottom:25px;
}

div#content div.infoBoxBeigeContainer {
	background-color: #f4f2e9;
	padding: 25px 26px 332px 18px;
	margin-bottom:25px;
/*	background-image:url(img/greyBoxBg.gif);*/
	background-image:url(graphics/greyBoxBg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#content div.infoBoxBeige p {
	line-height: 1.5em;
	font-size: 12px;
}

div#content div.infoBoxBeigeContainer ul {
	list-style-position:inside;

}

div#content div.infoBoxBeigeContainer ul li {
	font-weight: bold;
	line-height:1.4em;
	font-size: 12px;
}


div#content div#swfheader {
	margin-bottom: 17px;
}

div#content div.subHeaderFaq {
	width:630px;
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
	
}

div#content div#leftColumn {
	width: 350px;
	margin-right: 34px;
	float: left;
}

div#leftColumn div.malemester {
	background-image: url(img/malemester2.jpg);
	background-repeat:no-repeat;
	width: 340px;
	height: 127px;
	padding: 20px 10px 0 0;
	margin-bottom: 20px;
	
}
div#leftColumn div.malemester p {
	text-align: right;
}

div#leftColumn div.haflan, div#leftColumn div.endregard {
	background-image: url(img/BentHaflan3.jpg);
	background-repeat:no-repeat;
	width: 340px;
	height: 87px;
	padding: 60px 10px 0 0;
	margin-bottom: 20px;	
}

div#leftColumn div.endregard {
	background-image: url(img/geir-endregard-bw.jpg);
	background-color:#000;
	height: 47px;
	padding-top: 100px;
	margin-bottom: 20px;
}

div#leftColumn div.haflan p, div#leftColumn div.endregard p {
	text-align: right;
}

div#content div#leftColumn div.profilePicture {
	margin-bottom: 25px;
}

div#content div#leftColumn div.leftPictureBottom {
	margin-top: 25px;
}

div#content div#leftColumn div.profilePicture p {
	
}

div#content div#rightColumn {
	width: 440px;
	float: left;
}
div#rightColumn h2 {
	color: #007c8b;
	text-transform: none;
	margin-bottom:8px;
}

div#rightColumn div#fullArticleWrapper {
	
}

div#rightColumn div#fullArticleWrapper div.logoContainer {
	margin-bottom: 8px;
}

div#rightColumn div#fullArticleWrapper h1 {
	font-size: 17px;
	text-transform:none;
	margin-bottom:20px;
	
}

div#rightColumn div#fullArticleWrapper h2 {
	font-size: 12px;
	color:#666;
	font-weight:bold;
}

div#rightColumn div#fullArticleWrapper p, div#content div#leftColumn p {
	margin-bottom: 20px;
	font-size: 12px;
	color:#666;
	line-height:16px;
}

div#rightColumn div#fullArticleWrapper p a.backlink {
	background-image:url(graphics/leftLinkArrow.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:10px;
}

div#rightColumn div#fullArticleWrapper ol {
	margin-left: 0px;
	margin-bottom:15px;
}

div#rightColumn div#fullArticleWrapper ol li {
	list-style-position:inside;
	font-size: 12px;
	margin-bottom: 3px;
	color: #007c8b;
}


div#rightColumn div.articleIntroWrapper {
	width: 512px;
	margin-bottom: 31px;
	/*background-image:url(graphics/dottedLine.gif);
	background-repeat:no-repeat;
	background-position:bottom right;*/

}

div#rightColumn div.articleIntroWrapper h3 {
	font-size: 17px;
	margin-bottom: 15px;
	font-weight:normal;
}

div#rightColumn div.articleIntroWrapper div.imageContainer {
	margin-right: 10px;
	width: 135px;
	float: left;
}
div#rightColumn div.articleIntroWrapper a {
	color: #007c8b;
	text-decoration:none;
}


div#rightColumn div.articleIntroWrapper div.textContainer {
	width: 367px;
	float: left;
}

div#rightColumn div.articleIntroWrapper div.textContainer p {
	font-size: 12px;
	line-height: 1.5em;
	margin-right: 20px;
	margin-bottom: 5px;
	
}

div#rightColumn div.articleIntroWrapper div.textContainer p.link {
	border-bottom: 1px #666666 dashed;
	padding: 5px 0px 5px 0px;
}

div#rightColumn div.articleIntroWrapper div.textContainer ul li {
	margin: 0px 0px 2px 15px;
	font-size: 12px;
}


div#rightColumn  div.textwrapper {
	margin-top: 0px;
}

div#rightColumn ol.howto {
	list-style-position:inside;
	
}

div#rightColumn ol.howto li {
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 3px;	
}

div#rightColumn ol.howto img.ill {
	margin-top: 22px;
	margin-bottom: 22px;
}

div#wrapper div#noFlashBottom {
	width: 983px;
	height: 29px;
	background-image:url(graphics/noFlashContentBottom.gif);
	background-repeat:no-repeat;
	
}

ul#menu li {
	float: left;
	width: 155px;
	height:46px;
	list-style-type:none;
}

ul#menu li a {
	float: left;
	width: 100%;
	height:100%;
}

ul#menu li span {
	display: none;
}

ul#menu li.home a {
	background-image:url(graphics/menuHome.gif);
	
}

ul#menu li.home a:hover, ul#menu li.home.homecurrent a {
	background-image:url(graphics/menuHome_active.gif);
	
}

ul#menu li.about a {
	background-image:url(graphics/about.gif);
	
}

ul#menu li.about a:hover, ul#menu li.about.aboutcurrent a {
	background-image:url(graphics/about_active.gif);
	
}

ul#menu li.inspiration a {
	background-image:url(graphics/inspiration.gif);
	
}

ul#menu li.inspiration a:hover, ul#menu li.inspiration.inspirationcurrent a {
	background-image:url(graphics/inspiration_active.gif);
	
}

ul#menu li.products a {
	background-image:url(graphics/products.gif);
	
}

ul#menu li.products a:hover, ul#menu li.products.productscurrent a {
	background-image:url(graphics/products_active.gif);
	
}

ul#menu li.colors a {
	background-image:url(graphics/colors.gif);
	
}

ul#menu li.colors a:hover, ul#menu li.colors.colorscurrent a {
	background-image:url(graphics/colors_active.gif);
	
}

ul#menu li.faq a {
	background-image:url(graphics/faq.gif);
	
}

ul#menu li.faq a:hover, ul#menu li.faq.faqcurrent a {
	background-image:url(graphics/faq_active.gif);
	
}

div#wrapper div#bottomField {
	background-image:url(graphics/bottomBg.jpg);
	background-repeat:no-repeat;
	width: 913px;
	height: 154px;
	padding: 20px 0px 0px 70px;
	position: relative;
}

div#bottomField h2, div#bottomField h2 a {
	color: #981d85;
	font-size:18px;
	font-weight:normal;
	margin-bottom: 4px;
}

div#bottomField h3 {
	color: #666666;
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
	
}


div#bottomField p {
	color: #999999;
	font-size:10px;
}
div#bottomField div#leftArticle {
	float: left;
	margin-right: 80px;
	padding-top: 24px;
}

div#bottomField div#leftArticle img {
	margin-top: 12px;	
}

div#bottomField div#middleArticle {
	/*background-color:#9F0;*/
	width:220px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	margin-right: 0px;
}

div#bottomField div#rightArticle {
	float: left;
	padding-left:50px;
}

div#bottomField div#rightArticle ul {
	list-style-position:inside;
	line-height: 17px;

}
div#bottomField div#rightArticle ul li {
	font-size: 12px;
}


br.a_clearFloats {
	margin:0px;
	padding:0px;
	clear:both;
	display:block;
}

/* Newsletter signup flap */
#newsletter_signup_flap {
	width: 42px;
	height: 246px;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 117px;
	background: url('graphics/flap_sens.png');
	z-index: 50001;
}

* html #newsletter_signup_flap {
	position: absolute;
}

#newsletter_signup_flap:hover,
#newsletter_signup_flap.active {
	background: url('graphics/flap_sens_active.png');	
}

/*
 * 2011 frontpage video implementation 
 */
#frontpageVideo {
	width: 970px;
	height: 395px;
	background: url('graphics/frontpageVideo_bg.jpg') right top no-repeat;
	margin: 0 auto;
	padding-right: 1px;
}
#frontpageVideo table {
	width: 929px;
	margin: 0 0 0 21px;	
}
#frontpageVideo td.left {
	width: 637px;
	padding: 5px;
}
#video_player {
	width: 618px;
	height: 348px;
	background: black;
	margin: 18px 0 18px 18px;
}
#video_player_leftColumn {
	width: 350px;
	height: 197px;
	background: black;
	margin-top: 20px;
}
#frontpageVideo td.right {
	vertical-align: top;
	padding: 5px 10px 5px 5px;
}
#frontpageVideo .logo {
	display: block;
	float: right;
	margin: 5px 0 10px 0;
}
#frontpageVideo div.greybox {
	display: block;
	float: right;
	width: 242px;
	height: 97px;
	padding: 15px 10px 15px 15px;
	background: #f5f5f5;
	margin-bottom: 10px;
}
#frontpageVideo div.greybox.pointer {
	cursor: pointer;	
}
#frontpageVideo div.greybox.fargekart{
	background: #f5f5f5 url('graphics/bestill-fargekart.gif') right center no-repeat;
}
#frontpageVideo div.greybox.naaf{
	background: #f5f5f5 url('graphics/thumb-naaf.jpg') right center no-repeat;	
}
#frontpageVideo div.greybox.inspirasjon{
	background: #f5f5f5 url('graphics/thumb-inspirasjon.jpg') right center no-repeat;	
}
#frontpageVideo div.greybox a.pink {
	color: #981d85;
	font: 15px/28px Verdana;
	display: block;
	float: left;
	clear: left;
}
#frontpageVideo div.greybox a.arrow {
	font: 12px/28px Verdana;
	color: #666666;
	display: block;
	float: left;
	clear: left;
	background: url('graphics/arrow.gif') right center no-repeat;
	padding-right: 18px;
	white-space: nowrap;
}
#frontpageVideo div.greybox.inspirasjon,
#frontpageVideo div.greybox.naaf { 
	height: 85px;
}
#frontpageVideo div.greybox.hidden { 
	display: none;
}
#frontpageVideo div.greybox.fargekart img {
	border: 0;
	display: block;
	float: right;
}


#address {
	font: 11px/17px Verdana;
	color: #acacac;
	position: absolute;
	top: 137px;
	left: 27px;
}
