/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:.75em Arial,Helvetica,sans-serif; }

/* Headings */
h1	{ font-size:2em; font-weight:bold; }
h2	{ font-size:1.75em; font-weight:bold; }
h3	{ font-size:1.5em; font-weight:bold; }
h4	{ font-size:1.25em; font-weight:bold; }
h5	{ text-transform:uppercase; font-weight:bold; }
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{ }
.important          	{ font-size:1.25em; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{ /* padding-left:1.5em; */ }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:underline; color:#6f7e89; }
a.anchor    { display:none; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */

/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.col-first          { margin-left:0; }
.col-last           { margin-right:0; }

.col-two            { width:50%; }
.col-three          { width:33%; }
.col-four           { width:25%; }

img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconPrinter				{ background-image:url('/images/icons/printer.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }

/* Data table */
.dataTable					{ width:100%; }
.dataTable th				{ text-align:left; background:#5d5d5d; border:none; padding:3px 5px; }
.dataTable th a				{ color:#fff; }
.dataTable tr				{ background-color:#191919; }
.dataTable tr:hover			{ background-color:#5b5b5b; }
.dataTable td				{ padding:3px 5px;  }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 0; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#666666; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ color:#FF0036; font-weight:bold;	display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#9C7D51; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#9C7D51; }
.entriesTotal						{ clear:both; color:#808080; }

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

.ajaxLoad{
	height:300px;
	background:transparent url('/images/templates/default/throbber.gif') no-repeat center center;
}

.infoContent p, .infoContent div{
}

#menu li{list-style-type:none;display:inline;margin:0 22px 0 0;}
#menu li.first { margin: 0 22px 0 0; }


#textPage {
}
#textPage h1{
	font-size:22px;
	padding-bottom:30px;
	font-weight:bold;
}

#textPage h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
}
#textPage p {
	padding-bottom:25px;
}

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#fff; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
/*
input.text,
input.secret,
select,
textarea        { border:1px solid #455560; }
*/
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; }
textarea        { /*padding:5px;*/ width:250px; }
input.radio		{ border:0; background:none; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
/*fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }*/
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { overflow:hidden; margin-bottom:0; }

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

body, *{margin:0;padding:0;}
	body{font-family:'verdana';font-size:10px;background:#fff;}
		#siteContainer{width:1029px;position:absolute;left:50%;margin:0 0 0 -515px;}
			#banner{width:1024px;height:108px;margin:0 0 0 5px;position:relative;}
				#logo{width:250px;height:36px;position:absolute;left:6px;top:27px;background:url(/images/templates/default/logo.jpg) no-repeat;}
				#menu{border-bottom:1px solid #4a4a4a;width:100%;height:20px;position:absolute;bottom:0;color:#fff;font-weight:bold;font-size:9px;text-transform:uppercase;background:url(/images/templates/default/menu.jpg) repeat-x;}
					#menu ul{margin:5px 0 0 12px;}
					#menu ul li{padding:0 34px 0 0;display:inline;list-style-type:none;}
						#menu ul li a{color:#fff;}
						#menu ul li.selected a{color:#ff9900;}
				#flags{position:absolute;top:33px;right:16px;}
					#flags a{width:23px;height:21px;margin:0 0 0 1px;display:inline-block;}
						#flags #en{background:url(/images/templates/default/english.jpg) no-repeat;}
						#flags #dk{background:url(/images/templates/default/danish.jpg) no-repeat;}
						#flags #fi{background:url(/images/templates/default/finnish.jpg) no-repeat;}
						#flags #se{background:url(/images/templates/default/swedish.jpg) no-repeat;}
			#leftSide{width:194px;height:643px;float:left;position:relative;}
				#leftSide ul li{list-style-type:none;}
				#treeMenu{width:189px;margin:28px 0 0 5px;float:left;display:inline;font-weight:bold;font-size:9px;text-transform:uppercase;}
					#treeMenu li{padding:0 0 13px 0;}
						#treeMenu li a{color:#5c5d5f;}
				#reference{width:194px;height:248px;position:absolute;z-index:0;left:0;bottom:0;clear:both;background:url(/images/templates/default/reference.jpg) no-repeat;}
					#referenceText{width:166px;position:absolute;left:50%;margin:0 0 0 -83px;top:50px;font-size:9px;}
					#seeAllReferences{width:100%;position:absolute;bottom:32px;font-size:14px;text-align:center;color:#fff;}
						#seeAllReferences a{color:#fff;text-decoration:none;}
			#content{width:824px;float:right;}
				.grayHeader{border:1px solid #cccccc;width:100%;height:18px;float:left;text-transform:uppercase;color:#7d8082;font-size:10px;font-weight:bold;background:url(/images/templates/default/grayHeader.jpg) repeat-x;}
					.grayHeader div{margin:3px 8px 0 3px;}
				/* Start page */
				#startPageFlash{width:824px;height:387px;margin:4px 0 0 0;background:url(/images/templates/default/startpageFlash.jpg) no-repeat;}
				#startPageContent{width:100%;margin:11px 0 0 0;float:left;}
					#startPageContentLeft{width:417px;float:left;}
						.startPageNews{margin:14px 3px 14px 3px;line-height:16px;}
							.startPageNewsHeader{margin:0 0 10px 0;}
								.startPageNewsHeader a{color:#1c3f95;text-decoration:none;font-size:11px;font-weight:bold;}
					#startPageContentRight{width:397px;float:right;}
						#productFocus{height:200px;margin:20px 0 0 0;position:relative;color:#7d8082;}
						/* #bulletFilter{height:200px;margin:20px 0 0 0;position:relative;color:#7d8082;background:url(/images/templates/default/bullet.jpg) no-repeat 152px 0;} */
							/* #bulletFilterText{width:130px;position:absolute;left:3px;top:18px;line-height:14px;} */
								#bulletFilterText h4{font-size:11px;margin:0 0 3px 0;}
				/* Products */
				#products{margin:0 0 10px 0;float:left;}
					#products li{float:left;list-style-type:none;position:relative;}
						#products li span.product{height:328px;display:inline-block;text-align:center;}
						#products li span.productWidth{width:265px;}
						#productDescription{width:430px;height:100%;position:relative;top:110px;left:130px;}
							#productDescription h1{font-size:18px;font-weight:normal;color:#abadaf;}
							#productDescription p{margin:23px 0 0 0;color:#7f8184;}
				#productMenu{margin:11px 0 0 0;float:left;}
					#productMenu a{margin:0 10px 0 0;color:#1c3f93;text-decoration:none;font-weight:bold;font-size:11px;text-transform:uppercase;}
				#productInfo{width:100%;margin:36px 0 0 0;float:left;}
					#productInfoLeft{width:380px;float:left;}
						#productInfoLeft img{border:1px solid #7d8184;}
						#productInfoLeft ul li{list-style-type:none;float:left;padding:4px 6px 0 0;}
							#productInfoLeft ul li img{border:1px solid #b4b5b9;max-width:64px;max-height:41px;}
							* html #productInfoLeft ul li img{width:64px;height:41px;overflow:hidden;}
						#productInfoRight{width:402px;float:right;color:#7d8082;}
							h1,
							h4{color:#1c3f93;font-weight:bold;}
							h1{font-size:18px;}
							h4{font-size:12px;}
							a{font-weight:bold;text-decoration:none;color:#7f8083;}
				/* Policy */
					#policyBanner{width:824px;height:187px;margin:5px 0 0 0;background:url(/images/templates/default/policyBanner.jpg) no-repeat;}
				/* Info content */
					#infoContent{width:100%;margin:11px 0 0 0;float:left;}
						#infoContentLeft{width:417px;float:left;color:#7e8083;}
							#infoContentMargin{margin:18px 4px 0 4px;line-height:18px;}
								#infoContentMargin a{color:#1c3e93;text-decoration:none;font-weight:bold;}
						#infoContentRight{width:397px;float:right;}
				/* Company */
					#companyBanner{width:824px;height:187px;margin:5px 0 0 0;}
				/* News */
					#newsBanner{width:824px;height:187px;margin:5px 0 0 0;}
				/* Service */
					#serviceBanner{width:824px;height:187px;margin:5px 0 0 0;background:url(/images/templates/default/serviceBanner.jpg) no-repeat;}
				/* Special products */
					#specialProduct{}
						#specialProductTop{}
							#specialProductTop .grayHeader{margin:15px 0 24px 0;}
							#specialProductTop h1{margin:0 0 0 12px;}
							#specialProductTop p{margin:11px 0 39px 12px;}
						#specialProduct table{width:825px;}
							#specialProduct table td{padding:28px 0 18px 9px;}
							.specialProductGray {background:#eaecee;}
								.specialProductGray .specialProductImageContainer{border:3px solid #fff;width:220px;height:143px;float:left;}
									.specialProductImageContainer img{max-width:220px;max-height:143px;display:block;}
									* html .specialProductImageContainer img{width:220px;height:143px;}
							.specialProductWhite{background:#fff;}
								.specialProductWhite .specialProductImageContainer{border:3px solid #7e8084;width:220px;float:left;}
								.specialProductData{float:left;margin:0 0 0 7px;width:560px;}
									.specialProductData h4{text-transform:uppercase;}
									.specialProductData p{margin:7px 0 0 0;color:#7d8082;}
				/* Contact */
					#contactTop{margin:24px 0 0 0;}
						#contactTop p{width:305px;margin:4px 0 0 0;color:#75777a;}
					#contactFormContainer{width:100%;height:223px;margin:40px 0 0 0;float:left;position:relative;}
						#contactFormContainer td{width:189px;}
							#contactFormContainer label{display:block;color:#75777a;}
							#contactFormContainer input{border:1px solid #999999;width:130px;height:17px;margin:3px 0 6px 0;padding:3px 0 0 0;}
							#contactFormContainer #contactMessage{position:absolute;top:0;right:5px;}
							#contactFormContainer textarea{border:1px solid #999999;width:443px;height:147px;}
							#contactFormButtons{position:absolute;right:5px;top:177px;}
								#contactFormButtons button{border:none;width:85px;height:18px;}
									#contactFormButtons button.clean{margin:0 22px 0 0;background:url(/images/templates/default/clean.jpg) no-repeat;}
									#contactFormButtons button.send{background:url(/images/templates/default/send.jpg) no-repeat;}
					#employees{width:100%;float:left;}
						#employees table{margin:27px 0 0 0;}
							#employees table td{padding:0 0 15px 0;}
							.emplayoutImageContainer{width:136px;height:221px;float:left;}
							.employeeData{float:left;margin:0 10px 0 15px;}
				/* Footer, Contact info */
					#footer-contact {position:relative;top:60px;text-align:center;margin:0 auto;}
