body {
	background-color:#ececec;
	margin:0;
	font-family: 'PT Sans', arial, serif;
	color:#0a3d4d;
    background-image:url('../img/bg_main_winter.jpg');
    background-repeat:repeat-x;
    background-position: top right;
}
.pad_10 {
	padding:10px;
	float:left;
}
.pad_20 {
	padding:20px;
	float:left;
	line-height:15px;
}
.pad_30 {
	padding:30px;
	float:left;
}
.pad_50 {
	padding:40px;
	float:left;
}
h1, h2, h3, h4 {
    font-family: 'PT Sans', arial, serif;
	margin:0px 0px 4px 0px;
	padding:0;
	/*text-transform:uppercase;*/
}
h1{font-size:19px;}
h2{font-size:17px;}
h3{font-size:15px;}
h4{font-size:12px;}

#container {
	width:980px;
	margin:0 auto;
}
#shadow {
	width:970px;
	padding:5px;
	float:left;
	margin:20px 0px 10px 0px;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-box-shadow: #d2d2d2 0px 0px 11px;
	-moz-box-shadow: #d2d2d2 0px 0px 11px;
	box-shadow: #d2d2d2 0px 0px 11px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
}
#header {
	width:100%;
	float:left;
}
#header .head {
	background-image:url(../img/header_top.png);
	width:100%;
	float:left;
	height:95px;
}
#header .head h1 a {
	background-image:url(../img/ws_logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	float:left;
	height:95px;
	width:300px;
	text-indent: -1000px;
	margin:0;
	padding:0;
}
#header .head .head_right {
	float:right;
	padding:15px;
	width:200px;
}
#header .langs  {
	float:right;
	padding:0px 0px 30px 0px;
}
#header .langs a {
	width:33px;
	height:15px;
	float:left;
	background-position:center lefet;
	background-repeat:no-repeat;	
}
#header .langs a.fi {
	background-image:url(../img/flag_fi.png);
}
#header .langs a.en {
	background-image:url(../img/flag_en.png);
}
#header .langs a.ru {
	background-image:url(../img/flag_rus.png);
}
#header .langs a.se {
	background-image:url(../img/flag_se.png);
}

#header .head .head_right .search {
	width:100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #d7e0e5;
	border:0;
	padding:2px;
	behavior: url(scripts/PIE.php);
	float:right;
}
#header .head .head_right .search input {
	background:none;
	background-color:transparent;
	border:0;
	float:left;
	font-size:11px;
	color:#0a3d4d;
	width:90%;
}
#header .head .head_right .search input.submit {
	background-image:url(../img/find-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	border:0;
	float:left;
	font-size:11px;
	width:15px;
	height:15px;
	float:right;
	cursor:pointer;
}
/*#header .navigation {
	background-image:url(../img/nav_bg.png);
	width:100%;
	float:left;
	height:39px;
	position:relative;
}
#header .navigation ul {
	float:left;
	margin:0;
	padding:0px 0px 0px 15px;
	list-style:none;
	position:absolute;
	bottom:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}
#header .navigation ul li {
	float:left;
	padding:0px 5px 0px 5px;
	height:31px;
	display:block;
	overflow:hidden;
}
#header .navigation ul li a{
	float:left;
	padding:3px 15px 11px 15px;
	color:#0a3d4e;
	text-decoration:none;
}
#header .navigation ul li.selected a{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
}*/


/*top menu start*/
#top_menu{
height:39px;
width:100%;
float:left;
background:url('../img/nav_bg.png') bottom repeat-x;
}
	
#nav {
    margin:0; 
    padding:0; 
    list-style:none;
    margin-left:13px;
}	
	
		
#nav li {
    float:left; 
    display:block; 
    
    height:30px;
    /*background:#F7C000; */
    position:relative;
    z-index:500; 
    margin:0 0px;
    
    /*font-family:arial;*/
    font-weight:bold;
    text-transform: uppercase;
    
    
}
#nav li.selected {
    float:left; 
    display:block; 
    height:30px;
    background:#fff; 
    position:relative;
    z-index:500; 
    margin:0 0px;
    /*padding: 0, 10px;*/
    margin-top: 8px;
    /*font-family:arial;*/
    text-transform: uppercase;
    font-weight:bold;
    /*background:url('../img/nav_bg.png') bottom repeat-x;*/
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-radius: 10px 10px 0px 0px;
}


#nav li a {
    display:block; 
    padding:13px 15px 0 15px;
    height:28px;
    text-decoration:none; 
    text-align:center; 
    color:#0A3D4E;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

#nav li a.selected {
    display:block; 
    padding:5px 15px 0 15px;
    height:28px;
    text-decoration:none; 
    text-align:center; 
    color:#0A3D4E;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

#nav li a:hover {
    color:#0A3D4E;
    white-space: nowrap;
}
#nav a.selected {
    color:#0A3D4E;
    padding-top:5px;
    white-space: nowrap;
}
#nav ul {
    position:absolute;
    display:none; 
    margin:0 0 0 -1px; 
    padding:0; 
    list-style:none;
}
#nav ul li {
    width:100%;
    float:left; 
    /* border-top:0px solid #0A3D4E; */
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    background-color:#FFF;
    height: 25px;
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#nav ul a {
    display:block;  
    /*height:15px;*/
    padding: 8px 5px; 
    color:#0A3D4E;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    white-space: nowrap;
}
#nav ul a:hover {
    text-decoration:underline;
    white-space: nowrap;			
}
*html #nav ul {
    margin:0 0 0 -2px;
}
.first_item{
    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-radius:0px 10px 0px 0px;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
.last_item {	
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-radius:0px 0px 10px 10px;
    padding-bottom: 10px;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
/*top menu end*/
#header .flash {
	/* background-image:url(../img/header_image.png); */
	width:100%;
	float:left;
	height:250px;
}
#header .top_image {
	width:100%;
	float:left;
	height:80px;
}
#content {
    min-height: 400px;
	width:100%;
	float:left;
	padding:5px 0px 0px 0px;
	font-size:13px;
	color:#0a3d4d;
}
#content p {
    line-height: 18px;
}
#content .main a {
	color:#bc9200;
	text-decoration:none;
}
#content a {
    color: #144B5C;
    text-decoration: none;
}
#content .box_left {
	width:705px;
	float:left;
	background-image:url(../img/left_box_innershadow_bg.png);
	background-repeat:repeat-y;
	z-index:0;

}
#content .main {
	width:665px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	float:left;
	z-index:0;
}
#content .main_fullwidth {
	width:930px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	float:left;
	z-index:0;
}
#content .main_fullwidth a {
	color:#bc9200;
	text-decoration:none;
}
#content .box_left .bg {
	width:705px;
	float:left;
	background-image:url(../img/left_box_innershadow_top.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:0;
}
#content .box_left .space {
	width:332px;
	padding:10px;
	float:left;
}
#content .box_left h1 {
	margin:0px 0px 5px 0px;
	padding:0;
	font-size:19px;
}
#content .box_left .box ul {
	margin:0;
	padding:0;
}
#content .box_left .box {
	width:308px;
	height:200px;
	padding:10px;
	float:left;
	border:2px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
	z-index:200;
	display:block;
	overflow:hidden;
}
#content .box_left .space_3column {
	width:220px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
}
#content .box_left .box_3column {
	width:210px;
	height:310px;
	padding:0px;
	border:2px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
	z-index:200;
	display:block;
	overflow:hidden;
    background-image: url('../img/go_arrow_padding.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.boxpicture img {
    border: none;
}
#content .box_left .box_3column .box_content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 15px;
    }
#content .box_left .box_3column .box_content p {
    line-height: 15px;
}
#content .box_left .space_contactbox {
	width:690px;
	padding-left:10px;
    padding-top: 10px;
    padding-bottom: 10px;
	float:left;
}
.box_contact {
	width:670px;
	min-height:180px;
        max-height: 250px;
	padding:0px;
	border:2px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
	z-index:200;
	display:block;
	overflow:hidden;
    clear: both;
}
#references_area {
    padding-left: 20px;
}
#content .referencebox_space {
	width:300px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
}
#content .referencebox_box {
	width:290px;
	height:160px;
	padding:0px;
	border:2px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
	z-index:200;
	display:block;
	overflow:hidden;
}
#content .referencebox_box .box_content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}
#references_area .reference_title {
    width: 290px;
    background-color: #0a3d4d;
	border:2px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(scripts/PIE.php);
	padding:0px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
}
#references_area .reference_title a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 4px;
}
#reference_main_image_space {
    float: left;
    width: 440px;
}
#reference_main_image {
	width:408px;
	height:328px;
	padding:0px;
	border:2px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
	z-index:200;
	display:block;
	overflow:hidden;
}
#reference_main_image img {
    border: none;
}
.bg_orange_topic {
    background-image: url('../img/bg_orange_topic.jpg');
    background-repeat: repeat-x;
	border:2px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(scripts/PIE.php);
	z-index: 200;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 41px;
    height: 41px;
    clear:both;
}
.bg_orange_topic h2 {
    line-height: 41px;
}
.box_contact .contactformtext {
	width: 220px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ececec;
	border:0;
	padding:6px;
	behavior: url(scripts/PIE.php);
	/* float:left; */
    margin-bottom: 7px;
}
.box_contact .contactformtext input {
	background:none;
	background-color:transparent;
	border:0;
	/* float:left; */
	font-size:11px;
	color:#0b4051;
	width:100%;
	font-family: 'PT Sans', arial, serif;
	font-size:11px;
}
.box_contact .contactformarea {
	width:278px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ececec;
	border:0;
	padding:7px;
	behavior: url(scripts/PIE.php);
	height:83px;
	color:#0a3d4d;
	font-family: 'PT Sans', arial, serif;
	font-size:11px;
}
.box_contact input.submit {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #d0dee9;
	border:0;
	padding:5px;
	margin-bottom:8px;
	behavior: url(scripts/PIE.php);
	color:#0b4051;
	font-family: 'PT Sans', arial, serif;
    font-weight: bold;
	font-size:11px;
}
.innerbox {
	width:284px;
	height:85px;
	padding:10px;
	line-height:15px;
	float:left;
	border:2px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e8e8e8;
	behavior: url(scripts/PIE.php);
	z-index:200;
	display:block;
	overflow:hidden;
	vertical-align:top;
}
#breadcrumbs {
    color: #666666;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 11px;
}
#breadcrumbs a {
    color: #666666;
}

#content .rightbar {
	width:265px;
	float:left;
}
#content ul.news {
	margin:0;
	padding:0px 0px 10px 0px;
	list-style:none;
	font-size:12px;
	float:left;
	width:225px;
	float:left;
}
#content ul.news li {
	float:left;
	width:100%;
	padding:12px 0px 0px 0px;
	border-bottom:1px solid #878787;
}
#content ul.news li a {
	float:left;
	width:100%;
	padding:2px 0px 2px 0px;
	color:#144B5C;
	text-decoration:none;
}
#content ul.news li.selected a {
	float:left;
	width:100%;
	padding:2px 0px 2px 0px;
	color:#bc9200;
	text-decoration:none;
}
#content ul.news li .date {
	float:left;
	width:100%;
	padding:0px 0px 1px 0px;
	color:#A8A8A8;
}
#content ul.news li {
	float:left;
	width:100%;
	border-bottom:1px solid #878787;
}
#content .rightbar input.text {
	width:213px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ececec;
	border:0;
	padding:6px;
	margin-bottom:4px;
	behavior: url(scripts/PIE.php);
	color:#0a3d4d;
	font-family: 'PT Sans', arial, serif;
	font-size:11px;
}
#content .rightbar textarea.textarea {
	width:213px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ececec;
	border:0;
	padding:6px;
	margin-bottom:4px;
	behavior: url(scripts/PIE.php);
	height:60px;
	color:#0a3d4d;
	font-family: 'PT Sans', arial, serif;
	font-size:11px;
}
#content .rightbar input.submit {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #d0dee9;
	border:0;
	padding:6px;
	margin-bottom:4px;
	behavior: url(scripts/PIE.php);
	color:#0a3d4d;
}
#facebook{
	padding-top:20px;
}
p.newsdate_big {
    color: #666666;
}

#news_image {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
#news_image img {
    width: 200px;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-box-shadow: #d2d2d2 0px 0px 11px;
	-moz-box-shadow: #d2d2d2 0px 0px 11px;
	box-shadow: #d2d2d2 5px 5px 11px;
	background: #FFF;
	behavior: url(scripts/PIE.php);
}

#footer {
	width:100%;
	float:left;
	padding:5px 0px 0px 0px;
}
#footer .footer_top {
	background-image:url(../img/footer_yel_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffd647;
	width:100%;
	font-size:12px;
	color:#0a3d4e;
	float:left;
}
#footer .footer_bottom {
	background-color:#0a3d4d;
	width:100%;
	font-size:13px;
	color:#FFF;
	float:left;
	margin-top:5px;
	position:relative;
}
#footer .footer_bottom .box {
	width:157px;
	float:left;
	font-size:11px;
}
#footer .footer_bottom .box .border {
	width:1px;
	font-size:0;
	text-indent:-1000px;
	border-right:1px solid #062E3B;
	background-color:#135266;
	float:right;
	height:65px;
	position:relative;
	right:7px;
}
#footer .footer_bottom .box .title {
	font-weight:bold;
}
#footer .footer_bottom .box ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer .footer_bottom .box a {
	color:#FFF;
	text-decoration:none;
}
#footer .footer_bottom .box a:hover {
	color:#FFF;
	text-decoration:underline;
}
.search {
   
}
.search .paginator {
    margin: 5px 0 0 0;
    padding: 3px 0;
    border-top: 1px solid #eee;
    display: block;
    width: auto;
    position: relative;
    text-align: center;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
.search .q {
    margin: 5px 0;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.search a.result {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    background: #eee;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.search .result address {
    font-size: 11px;
    color: #666;
}
.search .result p {
    margin: 4px 0;
    font-size: 12px;
    color: #0a3d4d;
}
.search .result h2 {
    margin: 0 0 5px 0;
}
.search .result h2 small {
    font-size: 9pt;
    float: right;
}
#copyright {
    width: 980px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 11px;
    color: #666;
    text-align: center;
    line-height: 16px;
}
#copyright p {
    margin: 0px;
    padding: 0px;
    line-height: 16px;
}

#errors {
    margin-top: 5px;
    margin-left: 5px;
    color: #ff0000;
}

.rightbar #errors {
    margin-top: 5px;
    margin-left: 5px;
    color: #ff0000;
}

.rightbar .pad_20 blockquote {
    background-color: white;
    width: 120px;
    height: 60px;
    position: absolute;
    text-align: center;
    padding: 5px;
    padding-right: 50px;
    z-index: 1200;
    display: none;
    border: 8px solid #EEBF77;
    border-radius: 20px 60px 60px 20px;
    background-image:url('../img/arrow_head.png');    
    background-repeat:no-repeat;
    background-position:right center;
}

.paginator .current { font-weight: bold; font-size: 120%; }

