	body {
	background: #efefef url(../img/brown_bg.png) 50% 0% no-repeat;
    font-size: 12px;
    line-height: 1.6em;
	text-align:center;
}

.wrapper {
	margin:0 auto;
	width:1020px;
	background:#fff;
	text-align:left;
}
#flashcontent {
		border: solid 1px #000;
		width: 300px;
		height: 300px;
		float: left;
		margin: 15px 20px;
	}
#header {
	background: url(../img/header_bg.png) top left no-repeat;
	height:100px;	
	padding:0 20px;
}
	#header ul {
		clear:left;
		width:200px;
		
	}
		#header ul li {
			float:left;
			margin:25px 10px 0 0;
		}
			#header ul li a {
				width:24px;
				height:20px;
				display:block;
			}
			#header ul li.swedish a {
				background:url(../img/flag_sweden_off.png) no-repeat;
			}
				#header ul li.swedish a:hover {
					background:url(../img/flag_sweden.png) no-repeat;
				}
			#header ul li.english a {
				background:url(../img/flag_english_off.png) no-repeat;
			}
				#header ul li.english a:hover {
					background:url(../img/flag_english.png) no-repeat;
				}
			#header ul li.suomi a {
				background:url(../img/flag_finish_off.png) no-repeat;
			}
				#header ul li.suomi a:hover {
					background:url(../img/flag_finish.png) no-repeat;
				}
			#header ul li.norsk a {
				background:url(../img/flag_nor_off.png) no-repeat;
			}
				#header ul li.norsk a:hover {
					background:url(../img/flag_nor.png) no-repeat;
				}
				#header ul li a span {
					display:none;
				}
				
		#header ul#svenska li.swedish a{
			background:url(../img/flag_sweden.png) no-repeat;	
		}
		#header ul#norska li.norsk a{
			background:url(../img/flag_nor.png) no-repeat;	
		}
		#header ul#finska li.suomi a{
			background:url(../img/flag_finish.png) no-repeat;	
		}
		#header ul#engelska li.english a{
			background:url(../img/flag_english.png) no-repeat;	
		}
	#header a#logo {
		background: url(../img/logo.png) no-repeat;
		width:201px;
		height:76px;
		float:right;
		display:block;
		margin:10px 0 0 0 ;
		
	}
		#header a#logo span {
			display:none;
		}
	#header #bread_crumb {
		width:300px;
		height:35px;
		float:left;
		margin:10px 0 0 0;
		font-family:Arial,Georgia, Helvetica;
		color:#785e51;
	}
	#header #bread_crumb a {
		color:#00993c;
		text-decoration:underline;
	}
	#header #choose_lang {
		background:#000 url(../img/lang_choose.png) no-repeat;
		width:114px;
		height:36px;
		margin:23px 0 0 130px;
	}
	
#menu {
	border-top:1px solid #00993c;
	border-bottom:1px solid #00993c;
	height:32px;
	width:980px;
	margin:0 auto;
}
	#menu li {
		float:left;
	}
		#menu li a {
			float:left;
			margin:0 8px;
			color: #785e51;
			height:32px;
			line-height:32px;
			font-weight:bold;
		}
		#menu li a:hover, #menu li.active a {
			color:#00993c;
		}
		
#content {
	background:url(../img/content_bg.png) top center no-repeat;
	width:980px;
	margin:0 auto 30px auto;
}
	#content .column {
		float:left;
		margin:0 40px 0 0;

	}
	#content .last {
		margin:0;
	}
	#content .headers_wrap {
		height:85px;
		line-height:85px;
		padding:0 0 0 5px;
		width:350px;
		float:left;
	}
		#content .headers_wrap h1 {
			width:370px;

		}
	#content #news_list {
		width:470px;
		margin:0 0 0 40px;
		float:left;
	}
	#content #news_list .news_box {
		background:url(../img/text_divider.png) bottom center no-repeat;
		padding:0 0 30px 0;
		margin:10px 0 0 0;
	}
		#content #news_list .news_box .arrow_link {
			display:block;
		}
		#content #news_list .news_box h3 a {
			color:#00993c;
		}
		#content #news_list .news_box p.news_date {
			font-family:Arial,Georgia, Helvetica;
			color:#785e51;
		} 
	#content #cnc_katalog {
		float:right;
		margin:20px 0 0 0;
	}
	
	#content #submenu {
		float:right;
		margin:0 0 20px 0;
	}
		#content #submenu li {
			float:left;
		}
			#content #submenu li a {
				float:left;
				margin:0 4px;
				display:block;
				float:left;
				font-weight:bold;
				height:20px;
				line-height:20px;
				padding:0 10px;
				color:#00993c;
			}
			#content #submenu li a:hover, #content #submenu li.active a 
			{
				background:url("../img/submenu_left.png") left top no-repeat;
				padding:0 0 0 10px;
				color:white;
			}
			#content #submenu li a:hover span, #content #submenu li.active a span
			{
				background:url("../img/submenu_right.png") right top no-repeat;
				padding:0 10px 0 0;
				line-height:20px;
				height:20px;
				float:left;
				display:block;
			}
	
	
#footer {
	background: #efefef url(../img/brown_bg_2.png) 50% 100% no-repeat;
	height:157px;
}
	#footer .wrapper {
		background: #fff url(../img/footer_bg.png) bottom right no-repeat;
		height:157px;
	}
		#footer .wrapper #copy {
			float:right;
			margin:112px 10px 0 0;
			font: 11px Arial,Georgia, Helvetica;
			color:#785e51;
			font-weight:bold;
			text-align:right;
		}



/*TEXT STYLING*/
h1 {
	color:#785e51;
	font-size:2.0em;
	font-family:Arial,Georgia, Helvetica;
}
h2 {
	color:#00993c;
	font-size:1.8em;
	line-height:1.8em;
	font-family:Arial,Georgia, Helvetica;
}
h3 {
	color:#00993c;
	font-size:1.4em;
	line-height:1.4em;
	font-family:Arial,Georgia, Helvetica;
}
.arrow_link {
	background:url(../img/arrow_right.png) left center no-repeat;
	padding:0 0 0 15px;
}
a {
	color:#00993c;
	font-family:Arial,Georgia, Helvetica;
}
a:hover {
	color:#00993c;
}
#content .column a {
	font-family:Georgia, Arial, Helvetica;
}
#content .column ul {
	margin: 0 0 0 20px;
	list-style:circle;
}
#content .column ol {
	margin: 0 0 0 30px;
	list-style-type:decimal;
}
#content .column p {
	margin:0 0 15px 0;
}

/*FORM STYLING*/

label {
	width:150px;
	display:block;
	float:left;

	font-weight:bold;
}
input {
	border:1px solid #00993c;
	height:19px;
	padding:4px 0 0 3px;
	background:#fafafa;
	margin:0 5px 0 0;
}
textarea {
	border:1px solid #00993c;
	width:290px;
	height:170px;
	padding:4px 0 0 3px;
	background:#fafafa;
	margin:0 5px 0 0;
}
input.small {
	width:120px;
}
input.xsmall {
	width:30px;
}
input.regular {
	width:290px;
}
label.error {
	color:red;
	font-size:0.8em;
	display:block;
	clear:both;
	width:470px;
	height:35px;
	text-align:left;
	font-weight:normal;
}
input.error {
	border:1px solid red;
}
.type_wrap {
	float:left;
	padding-right:20px;
}
.type_wrap input {
	border:0;
	background:none;
}
#order_button {
	background:#00993c;
	height:30px;
	width:50px;
	color:#fff;
	padding:0;
	font-weight:bold;
}
#form_loader {
	display:none;
	width:45px;
	height:45px;
	margin:20px auto 0 auto;
}
#form_success {

}
#form_error {
	color:red;
}

/* sticky footer stuff */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -157px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height:157px; /* .push must be the same height as .footer */
	clear:both;
}

