* {
	margin: 0;
	padding: 0;
}

body {
	background: #efefef;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.875em;
	color: #505050;
}

#wrap {
	width: 889px;
	margin: 0 auto;
	background: url(../images_new/wrap_bg.png) left top repeat-y;
	padding: 20px 35px;
}

#logo a {
	display: block;
	width: 122px;
	height: 38px;
}


.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

a, a:link {
	color: #c65f07;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	clear: left;
	margin: 20px auto;
	width: 70%;
	height: 1px;
	border: none;
	background-color: #ebebeb;
}

/* @group navigation */

#lang_menu {
	float: right;
	width: 84px;
	height: 16px;
	margin: 5px 5px 0 0;
}

#lang_menu a.sv, #lang_menu a.no, #lang_menu a.en, #lang_menu a.fi {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-left: 5px;
}

#lang_menu a.sv span, #lang_menu a.no span, #lang_menu a.en span, #lang_menu a.fi span {
	display: none;
}

#lang_menu a.no {
	background: url(../images_new/no.png) left top no-repeat;
}

#lang_menu a.sv {
	background: url(../images_new/sv.png) left top no-repeat;
}

#lang_menu a.en {
	background: url(../images_new/en.png) left top no-repeat;
}

#lang_menu a.fi {
	background: url(../images_new/fi.png) left top no-repeat;
}

#lang_menu a.selected {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
    -khtml-opacity: 0.2;
}

#navigation {
	margin: 0 0 15px 0;
}

#navigation #pre_nav {
	float: left;
	/*background: url(../images_new/nav_left_bg.png) left top no-repeat;*/
}

#navigation #post_nav {
	float: right;
	background: url(../images_new/nav_right_bg.png) left top no-repeat;
}

#navigation #pre_nav, #navigation #post_nav {
	height: 5px;
	width: 5px;
}

#navigation ul#primary_nav {
	background: #e6e6e6;
}

#navigation ul#secondary_nav {
	background: #f3f3f3;
	padding-left: 5px;
}

#navigation ul#primary_nav, #navigation ul#secondary_nav {
	float: none;
	color: #1e1e1e;
	list-style-type: none;
	height: 35px;
}

#navigation ul#primary_nav li {
	float: left;
	margin: 10px 30px 0 0;
}

#navigation ul#secondary_nav li {
	float: left;
	margin: 10px 0 0 30px;
}

#navigation a, #navigation a:link {
	color: #1e1e1e;
	text-decoration: none;
}

/* @end */

/* @group content */

/* @group press */

.press_photo {
	margin: 10px 0;
	background: #f3f3f3;
	padding: 5px;
	height: 60px;
}

.press_photo .photo {
	margin: 0 20px 0 0;
	float: left;
}

.press_photo .text {
	float: left;
	padding-top: 15px;
}

.press_photo .text a {
	color: #5d5d5d;
	font-size: 12px;
}

/* @end */

/* @group contact form */

form#third input, form#third textarea {
	font-size: 12px;
	padding: 2px;
	color: #505050;
	margin: 5px 0 10px;
}


/* @end */

#content #main_image {
	overflow: hidden;
	height: 190px;
	margin-bottom: 20px;
}

#content p {
	line-height: 1.5em;
	margin: 3px 0;
}

#content h1, #content h2 {
	font-weight: normal;
	font-size: 2.3em;
	line-height: 1.2em;
	color: #c65f07;
	margin: 0 0 20px 0;
}

#content h3 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #c65f07;
	margin: 10px 0;
}

#content h4 {
	margin-top: 20px;
}

#content #main_column {
	float: left;
	width: 620px;
}

#content #left_column {
	width: 250px;
	float: left;
	margin-right: 15px;
}

#content #narrow_column {
	float: left;
	width: 350px;
}

#main_column #main_banner {
	margin: 20px 0;
}

#gallery_link .link_block {
	width: 255px;
	margin: 10px 0;
}

#gallery_link .link_block a.title_link {
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#gallery_link .link_block p {
	background: #e0e0e0;
	margin: 0 -5px;
	padding: 5px;
	font-size: 11px;
	color: #515151;
}

#content #sidebar {
	float: right;
	width: 255px;
	font-size: 0.85em;
}

#sidebar #news {
	margin-bottom: 40px;
}

#sidebar a img {
	margin-bottom: 10px;
}

.block_item {
	margin-bottom: 10px;
	padding: 5px;
	background: url(../images_new/block_bg.png) left top no-repeat;
}

.block_item span.label {
	display: inline-block;
	height: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
	margin-right: 5px;
}

.block_item span.date {
	color: #1f1f1f;
}

.block_item span.content {
	display: block;
	margin-top: 10px;
	line-height: 1.5em;

}

.block_item img {
	margin: 2px -5px 0;
	
}

.link_block a.title_link {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background: url(../images_new/arr.png) right center no-repeat;
}

a.gallery_title {
	background-color: #ebebeb;
	clear: left;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background: url(../images_new/arr.png) 227px center no-repeat;
}

.link_block a.title_link:hover {
	text-decoration: none;
}

.gallery_widget_item {
	float: left;
	margin: 5px 0 0 0;
}

.gallery_widget_item.middle {
	margin: 5px 16px 0 16px !important;
}

.big_image {
	width: 250px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
}

.ref_thumb {
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
}

/* @group PDF */

a.pdf:link, a.pdf:visited {
	margin: 10px 0;
	display: block;
	height: 38px;
	/*background: url(../images_new/block_bg.png) left top no-repeat;*/
	background: #ebebeb url(../images_new/pdf48.png) 5px center no-repeat;
	padding: 20px 0 0 65px;
}

/* @end */

/* @group gallery */

#gallery .gallery-item {
	display: block;
	background: #f3f3f3;
	padding: 5px;
	width: 200px;
	height: 220px;
	float: left;
	margin: 5px;
	overflow: hidden;
}

#gallery .gallery-item a img {
	width: 200px;
	height: 133px;
}

#gallery .gallery-item h3 {
	font-size: 10pt;
	margin: 2px 0;
	font-weight: bold;
	color: #444;
	overflow: hidden;
}

#gallery .gallery-item p, .gallery-image p {
	margin: 0 0 2px 0;
	font-size: 9pt;
	color: #555;
}

.gallery-image img {
	margin: 0 0 3px 0;
}

span.tags {
	font-size: 8pt;
	color: #888;
	display: block;
	height: 14px;
	padding: 2px 0 0 18px;
	background: url(../images_new/tag_orange.png) left top no-repeat;
}


#gallery_page {
	margin-top: 20px;
}

#gallery_page a {
	display: block;
	background: #f3f3f3;
	padding: 5px;
	width: 200px;
	float: left;
	margin: 5px;
}

#gallery_page a img {
	width: 200px;
	height: 133px;
}


/* @end */

/* @end */

/* @group footer */

#footer {
	font-size: 0.95em;
	margin-top: 20px;
}

#footer #copy {
	border-top: 1px solid #ababab;
	width:  895px;
	margin:  0 12px 0 -23px;
	padding: 10px 20px 20px;
	color: #a7a7a7;
	text-align: center;
}

#copy a, #copy a:link {
	color: #eccbaf;
}

#copy a:hover {
	text-decoration: none;
}

/* @end */
