body,html
{
	margin:0px 0px 0px 0px;
	font-family:verdana, MS Sans Serif;
	font-size:10px;
	height:100%;
	background-color:#fff;
	line-height:17px;
	color:#313131;
}

.stdText
{
	color:#52555a;
	text-decoration:none;
	font-size:11px;
}

.horLine
{
	background-repeat:repeat-x;
	width:100%;
	height:3px;
	}
	
.wpa, .wpa:visited, .wpa:active
{
	font-size:11px;
	text-decoration:none;
	color:#f6871f;
}

.wpa:hover
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#f6871f;
}
/************** DESIGN ****************/
#designSearch
{
	position:relative;
	width:300px;
	top:40px;
	left:660px;
	
}

#designContainer
{
	margin:0px auto;
	width:100%;
	text-align:center;
}
#designContBG1
{
	background-image:url(../Design/bg1.png);
	background-repeat:repeat-x;
	float:left;
	width:50%;
	height:163px;
	position:relative;
	z-index:1;
}

#designContBG2
{
	background-image:url(../design/bg2.png);
	background-repeat:repeat-x;
	float:left;
	width:49%;
	height:163px;
	position:relative;
	z-index:1;
}

#divTable
{
	width:850px;
	position:absolute;
	left:50%;
	top:0px;
	z-index:10;
	margin-left:-425px;
}




#designTable
{
	width:850px;
	height:100%;

}


#designTop
{
	width:850px;
	height:163px;
	background-image:url(../design/bg1.png);
	background-repeat:repeat-x;
	vertical-align:top;
}

.designTopBG1
{
	width:627px;
	height:163px;
	background-image:url(../design/top2.png);
	background-repeat:no-repeat;
	background-position:top right;
	vertical-align:top;
	text-align:left;
	float:left;
}

.designTopBG2
{
	width:223px;
	height:163px;
	background-image:url(../design/top.png);
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
	text-align:right;
	float:left;
}

.designTopL1
{
	width:100%;
	height:127px;
}

.designTopL2
{

}



#designMenu
{
	padding-top:138px;
	padding-left:10px;
	width:740px;
}


#designContent
{
	margin:0px auto;
	width:850px;
	padding-left:0px;
	padding-top:5px;
	clear:both;
}

#designText
{
	vertical-align:top;
	width:100%;
	padding-left:0px;
	padding-top:15px;

}

#designMain2
{
	width:740px;
	left:0px;
	top:200px;
}

#designFooter
{
	width:850px;
	height:37px;
	background-image:url(../design/bgFooter.png);
	background-repeat:no-repeat;
	vertical-align:top;
	padding-bottom:5px;
}

.boxTop
{
	width:146px;
	background-image:url(../design/boxTop.png);
	background-repeat:no-repeat;
	height:33px;
	padding-left:40px;
	font-weight:bold;
	color:#0B48A0;
	font-size:11px;
}

.boxBg
{
	width:171px;
	background-image:url(../design/boxBg.png);
	background-repeat:repeat-y;
	padding-left:15px;
	vertical-align:top;
}

.boxFooter
{
	width:171px;
	background-image:url(../design/boxFooter.png);
	background-repeat:no-repeat;
	padding-left:15px;
}


/******** FONT *****************/
.copy
{
	text-align:center;
	font-size:9px;
	font-weight:normal;
	letter-spacing:1px;
	color:#52555a;
	width:100%;
}
	
.jhl
{
	text-decoration:none;
	letter-spacing:normal;
	font-weight:normal;
	color:#8E8E8E;
}

/********* SEARCH FIELD **************/

.searchHeading
{
	font-size:18px;	
}

.searchDiv
{
	margin-left:230px;
	margin-bottom:8px;
	font-size:9px;
	font-weight:bold;
	color:#f6871f;
	
}
.inputSearch
{
	width:130px;
	height:16px;
	background-image:url(../design/inputSearch.png);
	background-repeat:no-repeat;	
	padding-top:5px;
	padding-left:5px;
	font-family:Verdana, Sans-Serif;
	font-size:11px;
	color:#626262;
	border:none;
}

.searchMiniInput
{
	width:131px;
	height:18px;
	background-image:url(../design/inputSearch.png);
	background-repeat:no-repeat;	
	padding-top:5px;
	padding-left:5px;
	font-family:Verdana, Sans-Serif;
	font-size:11px;
	color:#626262;
	border:solid 0px #fff;
}

.searchMiniButton
{
	font-size:11px;
	border:none;
	background-color:Transparent;
	color:#3b4d3b;
	font-weight:bold;
	background-image:url(../design/btnSearch.png);
	width:49px;
	height:24px;
	margin-left:-6px;
	cursor:pointer;
}


.searchObj
{
	width:400px;
	font-weight:bold;
	padding-left:10px;
	font-size:13px;
}
.searchObjDesc
{
	padding-left:10px;
}

.searchObjType
{
	float:left;
	width:80px;
	padding-top:3px;
	padding-left:3px;
	color:#3b4d3b;
}
.searchLink
{
	color:#3b4d3b;
	text-decoration:none;
}
.searchLink:hover
{
	color:#3b4d3b;
	text-decoration:underline;}
	
	
	
/***** PICTURE VIEWER****/
.divOverlay
{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://wmcv3.jhl.no/v3/design/transp.png', sizingMethod='scale'); 
	text-align:center;	
}
.divPictureFrame
{
	margin:50px auto;
	padding-top:30px;
	width:60%;
	background-color:#fff;
	border:solid 5px #898989;
	position:relative;
	z-index:1001;
	display:none;
}

.divClose
{
	position:relative;
	z-index:1001;
	width:60px;
	height:18px;
	background-color:#326db5;
	color:#fff;
	font-weight:bold;
	padding-top:4px;
	border:solid 1px #898989;
}

.picViewer
{
	border:none;
}

	
	
/********** WEBPAGE ***************/
.wpHead
{
	width:100%;
	font-size:18px;
	color:#000;
}
.wpContent
{
	font-size:11px;}
	
.leftMargin
{
	padding-left:5px;
}


/**** CONTACTFORM ****/
.tblCF
{
	width:100%;
}
.cfHeading
{
	color:#f6871f;
	font-size:14px;
}
	
.cfLabel
{
	font-size:11px;
	color:#52555a;
}

.cfLabel_req
{
	font-size:12px;
	font-weight:bold;
}

.cfLblHeight{
	height:20px;
}
.inputMulti_300
{	
	width:300px;
	font-size:12px;
	font-family:verdana;
	border-top:solid 1px #c6c6c6;
	border-left:solid 1px #c6c6c6;
	border-right:solid 1px #c6c6c6;
	border-bottom:solid 1px #c6c6c6;
}
.inputField_100
{
	border-top:solid 1px #c6c6c6;
	border-left:solid 1px #c6c6c6;
	border-right:solid 1px #c6c6c6;
	border-bottom:solid 1px #c6c6c6;
	width:200px;
	font-size:12px;
	font-family:verdana;
	height:18px;
	background-image:url(../design/v3_bg_input.jpg);	
}
.inputBorder{
	border-top:solid 1px #c6c6c6;
	border-left:solid 1px #c6c6c6;
	border-right:solid 1px #c6c6c6;
	border-bottom:solid 1px #c6c6c6;
}
.error
{
	color:Red;
	font-size:13px;
	font-weight:bold;
}

.success
{
	color:Green;
	font-size:13px;
	font-weight:bold;
}

/********* MENU ******************/
.menuHeading
{
	padding-left:10px;
	font-weight:bold;
	font-size:21px;
	color:#f6871f;
	padding-bottom:5px;
}
.m1
{
	font-size:12px;
	color:#52555a;
	text-decoration:none;
	font-weight:normal;
}

.m1:hover
{
	font-size:12px;
	color:#f6871f;
	text-decoration:none;
}



.m1_sel
{
	
	font-size:12px;
	color:#f6871f;
	text-decoration:none;
	font-weight:bold;
	}

.m2
{
	font-size:11px;
	padding-left:10px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.m2_sel,.m2:hover
{
	font-size:11px;
	padding-left:10px;
	color:#f6871f;
	text-decoration:none;
	font-weight:bold;
}
.m3
{
	font-size:11px;
	padding-left:25px;
	color:#AFA785;
	text-decoration:none;
}
.m3_sel
{
	font-size:11px;
	padding-left:25px;
	color:#AFA785;
	text-decoration:underline;}
.tdm1
{
	height:25px;
	vertical-align:top;
	background-repeat:repeat-x;
	padding-top:10px;

}
	
.tdm1_sel
{
	height:25px;
	vertical-align:top;
	background-repeat:repeat-x;
	padding-top:10px;
}

.tdm1:hover
{
	height:25px;
	vertical-align:top;
	background-repeat:repeat-x;
	padding-top:10px;
}
	
.img1
{
	height:35px;
	width:16px;
	background-image:url(../design/tabL.png);
	background-repeat:no-repeat;
}

.img2
{
	height:35px;
	width:16px;
	background-image:url(../design/tabR.png);
	background-repeat:no-repeat;
}

.img1_sel
{
	height:26px;
	width:3px;
	background-image:url(../design/tabL_sel.png);
	background-repeat:no-repeat;
}

.img2_sel
{
	height:26px;
	width:5px;
	background-image:url(../design/tabR_sel.png);
	background-repeat:no-repeat;
}
.tdm2
{
	height:20px;
	vertical-align:top;
	padding-left:0px;
	
}
.tdm3{height:15px;
		padding-bottom:5px;}

.menuNavigator
{
	font-size:10px;
	/*color:#f8f8f8;*/
	color:#0d0d0d;
	text-decoration:none;
}
.menuLocation
{
	text-align:right;
}

.tblMenu
{
	margin-left:5px;
	width:100%;
}

.tblSubMenu
{
	padding-left:14px;
}

/********* PRODUCT MENU ******************/
.mm
{
	font-size:11px;
	padding-left:15px;
	color:#f6871f;
	text-decoration:none;
	font-weight:normal;
}
.mm:hover
{
	font-size:11px;
	padding-left:15px;
	color:#f6871f;
	text-decoration:none;
	font-weight:bold;
}
.mm_sel
{
	font-size:11px;
	padding-left:15px;
	color:#f6871f;
	text-decoration:none;
	font-weight:bold;
}
.sm
{
	font-size:11px;
	padding-left:29px;
	color:#f6871f;
	text-decoration:none;
}
.sm:hover
{
	font-size:11px;
	padding-left:29px;
	color:#f6871f;
	text-decoration:underline;
}
.sm_sel
{
	font-size:11px;
	padding-left:29px;
	color:#f6871f;
	text-decoration:underline;
}
.producer
{
	font-size:10px;
	padding-left:42px;
	color:#666666; /*f6871f;*/
	text-decoration:none;}

.tdmm
{
	height:16px;
	vertical-align:top;
}
.tdsm
{
	height:16px;
	vertical-align:top;
}
.tdp
{
	height:15px;
	vertical-align:top;
}

.submenuHeading
{
	font-size:13px;
	font-weight:bold;
	color:#4d3615;	
	padding-left:15px;
}
	
/********** COMPANY **************/
	
.companyFont
{
	font-size:11px;
	text-decoration:none;
	color:#52555a;
	}
	
.companyFont_bold
{
	font-size:11px;
	font-weight:bold;
	}
.companyFont_boldw
{
	font-size:11px;
	font-weight:bold;
	width:75px;
}
.companyFooter
{
	letter-spacing:1px;
	color:#52555a;
	font-size:9px;
}
.companyFooter_bold
{
	letter-spacing:1px;
	color:#52555a;
	font-weight:bold;
	font-size:9px;
}

.companyFooterLink
{
	font-size:11px;
	color:#454545;
	text-decoration:none;
}

.companyHead
{
	font-size:17px;
	color:#f6871f;
	height:35px;
}

.companyHead2
{
	font-size:12px;
	color:#f6871f;
	font-weight:bold;
	background-color:#99C2D6;
}

.companyTopR
{
	background-color:#99C2D6;
	background-image:url(../design/boxarrow.gif);
	width:67px;
	background-position:right;
	background-repeat:no-repeat;
}

.companyItem
{
	background-color:#ffffff;
}
.companyAltItem
{
	background-color:#ffffff;
}
.employeeItem
{
	background-color:#ffffff;
	font-size:11px;
	text-decoration:none;
	color:#52555a;

}
.employeeAltItem
{
	background-color:#f7f7f7;
	font-size:11px;
	text-decoration:none;
	color:#52555a;

}


/********* WEBCATALOGUE *********99C2D6***/
.wcTblMenu
{
	width:150px;
}
.wcNavTop
{
	background-color:#ffffff;
	border-bottom:solid 2px #f6871f;
	width:330px;
	height:20px;
	text-align:left;
}
.wcSeperator
{
	border-bottom:dotted 1px #f6871f;
}
.wcBox
{
	height:290px;
	width:310px;
}
.wcNavPanel
{
	width:100%;
	text-align:right;
	font-size:10px;
}
.wcTop
{
	background-color:#C6E0A6;
	border:solid 1px #f6871f;
	width:330px;
	height:20px;
	text-align:left;
}
.wcHeading
{
	font-size:12px;
	color:#f6871f;	
	font-family:Arial;
	letter-spacing:1px;
	font-weight:bold;
	text-align:left;
}

.wcBox_detail
{
	width:100%;
}
.wcTop_detail
{
	border-bottom:solid 2px #f6871f;
	height:20px;
}
.wcHeading_detail
{
	font-size:12px;
	color:#f6871f;	
	font-family:Arial;
	letter-spacing:1px;
	font-weight:bold;
}

.wcHeading_nonbold
{
	font-size:12px;
	color:#2A6D87;
	font-family:Arial;
	letter-spacing:1px;
}
.wcSubHeading
{
	font-size:11px;
	color:#52555a;
	text-align:left;
}

.wcProdinfo_detail
{
	font-size:10px;
	padding-left:10px;
}
.wcText
{
	font-size:10px;
	color:#52555a;
	background-color:#ffffff;
	border:solid 1px #f6871f;
	padding-left:5px;
	padding-top:3px;
	height:230px;
	text-align:left;
}
.wcLink
{
	color:#f6871f;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.wcLink_normal
{
	color:#f6871f;
	font-size:11px;
	text-decoration:none;
}
.wcFrontBack
{
	
}
.wcItemPadding
{
	padding-left:15px;
	}
.wcFooter
{
	background-color:#C6E0A6;
	border:solid 1px #f6871f;
	width:330px;
	height:20px;
}
.wcFooter_Left
{
	font-size:11px;
	color:#3385AD;
	font-family:Arial;
	letter-spacing:1px;
	background-color:#C6E0A6;
	font-weight:bold;
}
.wcFooter_Right
{
	font-size:11px;
	color:#52555a;
	background-color:#C6E0A6;
	text-align:right;
	padding-right:5px;
}
.wcCorner
{
	background-image:url(../design/boxcorner.gif);
	width:6px;
	background-position:right;
	background-repeat:no-repeat;
	border-right:solid 5px #ffffff;
}
.wcCornerL
{
	background-color:#d3e5ee;
	background-image:url(../design/boxcorner_l.gif);
	width:20px;
	background-position:left;
	background-repeat:no-repeat;
}

.wcPicDiv
{
	width:60px;
	float:left;
	vertical-align:top;
}
.wcProdDiv
{
	width:523px;
	float:left;
	font-size:11px;
	white-space:normal;
	vertical-align:top;
	padding-left:5px;
}
.wcMoreDiv
{
	width:92px;
	padding-top:3px;
	vertical-align:top;
	text-align:right;
}
.wckWDiv
{
	width:130px;
	padding-top:3px;
	float:left;
	font-size:11px;
	text-align:center;
	vertical-align:top;
}
.wcItem
{
	padding-left:15px;
	background-color:#C6E0A6;
}
.wcItem_alt
{
	padding-left:15px;
}
.wcDetailPanel
{
	padding-left:15px;
}
.margin10{margin-bottom:2px;}

.wcNavigator
{
	font-size:10px;
	/*color:#f8f8f8;*/
	color:#52555a;
	text-decoration:none;
}

.wcNavigator_black
{
	font-size:10px;
	color:#52555a;
	text-decoration:none;
}
.wcBack
{
	background-color:#ffffff;
	width:26%;
	vertical-align:top;
	font-size:11px;
}
.wcProdinfo_detail
{
	vertical-align:top;
	font-size:11px;
}
.wcDetails
{
	font-size:11px;
	color:#52555a;
	text-decoration:underlined;
	height:20px;
	vertical-align:middle;
}
.wcPrice
{
	font-size:12px;
	font-weight:bold;
}

.wcDocTable
{
	width:100%;
}	
.wcDocTD
{
	font-size:11px;
	width:33%;
	vertical-align:top;
	height:20px;
	color:#52555a;
	text-decoration:none;}

.wcProdLink
{
	color:#f6871f;
	text-decoration:none;
}
.wcProdLink:HOVER
{
	color:#f6871f;
	text-decoration:none;
}

.inpProdQty
{
	width:18px;
	text-align:center;
	font-size:9px;
}

.wcProdPrice
{
	font-size:12px;
	font-weight:bold;
	color:#2A6D87;
}
.wcPanelSub
{
	width:120px;
	text-align:right;
	vertical-align:top;
}
.wcMiniCartHeading
{
	font-size:10px;
	font-weight:bold;
	}
.wcMiniCart
{
	font-size:10px;
}
.wcCartItem
{
	font-size:11px;
	color:#52555a;
	text-decoration:none;
}
.wcSeparator
{
	color:#dddddd;
	width:100%;
	height:1px;
}
.wcButton
{
	font-size:10px;
}
.wcButton_bold
{
	font-size:10px;
	font-weight:bold;
}
.wcCartSummary
{
	width:330px;
	font-size:11px;
}
.wcCartSumLeft
{
	width:160px;
	text-align:right;
	float:left;
}
.wcCartSumRight
{
	width:120px;
	text-align:right;
	float:left;
}
.wcCartHeading
{
	font-size:13px;
	font-weight:bold;
}
.wcCOactive
{
	border-right:solid 1px white;
	float:left;
	background-color:white;
	padding:0px 5px 0px 5px;
	font-weight:bold;
}
.wcCOdeactive
{
	border-right:solid 1px white;
	float:left;
	background-color:#dddddd;
	padding:0px 5px 0px 5px;

}
.wcError
{
	color:red;
	font-weight:bold;
	font-size:11px;}
	
.wcInpCust_140
{
	font-size:11px;
	height:20px;
	width:144px;
	border:solid 1px #cccccc;
}
.wcInpCust
{
	font-size:11px;
	height:20px;
	width:200px;
	border:solid 1px #cccccc;
}
.wcInpCust_50
{
	font-size:11px;
	height:20px;
	width:50px;
	border:solid 1px #cccccc;
}
.wcCustReg
{
	font-size:10px;
}
/****** NEWS ********/

.newsHeading
{
	color:#666666;
	font-family:Verdana, MS Sans Serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-style:normal;
	text-decoration:none;
	width:100%;
}
.newsHeading2
{
	color:#666666;
	font-family:Verdana, MS Sans Serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	width:100%;
}
.newsHeadLine
{
	background-image:url(../design/line_horz.png);
	background-repeat:repeat-x;
	font-size:6px;
}
.newsDetails
{
	font-size:10px;
	text-align:left;
	height:22px;
	padding-top:5px;
	text-decoration:none;
	color:#52555a;
}
.newsDetailsHeading
{
	font-size:11px;
	text-align:left;
	font-weight:bold;
	height:22px;
	text-decoration:none;
	color:#52555a;
	
}
.newsDetails2
{
	font-size:9px;
	text-align:right;
	}

.newsText
{
	font-size:11px;
	font-family:Verdana, MS Sans Serif;
	}
.newsBottom
{
	font-size:11px;
	text-align:left;
	font-weight:normal;
	color:#f78618;
	text-decoration:none;
	padding-right:20px;
	}
.newsBottom:hover
{
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:#f78618;
	text-decoration:none;
	}
.newsBottomL
{
	font-size:10px;
	text-align:left;
	font-weight:normal;
	color:#f78618;
	text-decoration:none;
	}
.newsBottomL:hover
{
	font-size:10px;
	text-align:left;
	font-weight:bold;
	color:#f78618;
	text-decoration:none;}
	
/******** REFERENCES ************/
.refLeftCol
{
	width:570px;
	float:left;
	
	
}
.refNew
{
	color:#f6871f;
	font-size:10px;
}
.refRightCol
{
	width:220px;
	float:left;
	
}

.refHeading
{
	font-family:Verdana, MS Sans Serif;
	font-size:17px;
	color:#f6871f;
	text-align:left;
	width:100%;
}
.refHeading2
{
	color:#f6871f;
	font-family:Verdana, MS Sans Serif;
	font-size:14px;
	text-align:left;
	width:100%;
}
.refHeadLine
{
	background-image:url(../design/line_horz.png);
	background-repeat:repeat-x;
	font-size:6px;
}
.refDetails
{
	font-size:9px;
	text-align:right;
	font-style:italic;
	
	}
.refDetails2
{
	font-size:9px;
	text-align:right;
}

.refText
{
	font-size:12px;
	font-family:Verdana, MS Sans Serif;
	color:#52555a;
	text-decoration:none;
}
.refTextHeading
{
	font-size:16px;
	font-family:Verdana, MS Sans Serif;
	color:#52555a;
	text-decoration:none;
}

.refListText
{
	font-size:11px;
	font-family:Verdana, MS Sans Serif;
	color:#898989;
	text-decoration:none;
}
.refListText:hover
{
	font-size:11px;
	font-family:Verdana, MS Sans Serif;
	color:#52555a;
	text-decoration:none;
}
	
.refBottom
{
	font-size:11px;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	color:#f6871f;
	}
.refBottom:hover
{
	font-size:11px;
	text-align:right;
	color:#f6871f;
	text-decoration:none;
	font-weight:bold;
	}
.refBottomL
{
	font-size:10px;
	text-align:left;
	font-weight:bold;
	color:#f6871f;
	text-decoration:none;
	}
.refBottomL:hover
{
	font-size:10px;
	text-align:left;
	font-weight:bold;
	color:#52555a;
	text-decoration:none;}
	
	
/************* PERSONAL **********************/

.vacLeft
{
	
	width:100%;	
}

.vacRight
{
	float:left;
	width:200px;
	padding-left:20px;
}

.vacHeading
{
	font-size:17px;
	color:#f6871f;
}

.vacApplyBig
{
	font-size:17px;
	color:#f6871f;
}

.vacSubHeading
{
	font-size:12px;
	font-style:italic;
}

.vacHeading2
{
	font-size:13;
	font-weight:bold;

}
.vacCatLink
{
	color:#000;
	text-decoration:none;
}
.itemRow
{
	background-color:#f1f1f1;
}
.itemRow_alt
{
	background-color:#fbfbfb;
}
.itemRow:HOVER, .itemRow_alt:HOVER
{
	background-color:#e5e1dc;
}
.vacJobHeading
{
	font-size:11px;
	font-weight:bold;
}
.jobHeading
{
	font-size:12px;
	font-weight:bold;
}
.jobText
{
	font-size:11px;
}

.inputField_200
{
	width:190px;
	font-family:Verdana, Arial;
	height:17px;
	
}
.minijobHeading
{
	font-weight:bold;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
}
