
@import url('screen.css');

/*
tumman sininen: 065393
vaalempi sininen: 0968a8
vaalean sininen: 41b4e0
*/
/* =Global
-------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, sans-serif;
	color: #fefefe;
}

body {
	margin: 0 auto;
	text-align: center;
	background: #fff url(../images/bg_body.jpg) left bottom fixed repeat-x;
}

h1, h2, h3, h4 {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman";
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
		
	text-shadow: 1px 1px #555;
}
h1 { margin-bottom: 0em; }
h2 { font-size: 1.2em; margin-top: 0.5em; border-bottom: 1px solid #fefefe; }

h3 {
	font-size: 1em;
	border-bottom: 1px solid #fefefe;
}

h4 {
	font-size: 0.93em;
}

p {
	line-height: 1.3em;
	font-size: 1.0em;
	margin-bottom: 1.3em;
}

.text {
	text-align:justify;
}

a, a:link {
	color: #fefefe;
}

a:hover, a:focus, a:visited:hover {
	color: #c4dada;
}

a:visited {
	color: #fefefe;
}

ul {
	margin-bottom: 20px;
}

.taulukko td, .taulukko th {
	padding: 5px;
	margin: 0;
	text-align: center;
}
.taulukko caption {
	font-size: 1em;
	line-height: 1em;
}

/* =Page
-------------------------------------------------------------------------*/

#page {
	text-align: left;
}

#langsearch {
	padding-top: 45px;
	text-align: right;
	width: 385px;
}

#lang {	
	margin: 3px 5px 3px 5px;
	text-align: right;
}

#lang a, #lang a:link, #lang a:visited {
	text-decoration: none;
	color: #193f7d;
}

#lang img {
	margin: 0 5px 0 0;
}

#lang a:hover {
	border-bottom: 1px solid #999;
}

.english {
	background: url(../images/icons/gb.gif) top left no-repeat;
}

.finnish {
	background: url(../images/icons/fi.gif) top left no-repeat;
}

#main {
	width: 960px;
	margin: 1em auto;
}

/* =Header

-------------------------------------------------------------------------*/
#header {
	position: relative;
	z-index: 4;
	background: url(../images/bg_header.png) repeat-y left top;
}


#header h1 {

}

#headerContent {
	margin: 0 20px 0 20px;
}

#logoimg {
	margin-left: 10px;
}

/* =Navigation
-------------------------------------------------------------------------*/
#navigation {
	text-align: left;
	padding: 0;
	height: 40px;
	margin: 120px 0 0 0;
	font-size: 1.2em;
	width: 916px;
}

.trans_box {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bg_nav.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box[class] {
  background-image:url(../images/bg_nav.png);
}
/* =content
-------------------------------------------------------------------------*/
#content {
 	background: url(../images/bg_content.png) repeat-y left top;
}

#wrapper {
	background: #41a5c8 url(../images/bg_wrapper_full_3.jpg) repeat-x top left;
	margin: 0 14px 0 20px;
}

#banner {
	background: #ffffff url(../images/img_header.jpg) left top no-repeat;
	height: 160px;
	width: 916px;
	position: relative;
	z-index: 2;
}

#primaryContent {
	width: 650px;
	padding: 30px 25px 10px 25px;
	float: left;
	
	min-height: 250px;
	height: auto !important;
	height: 250px;	
}

#primaryContent ul {
	margin: 0;
	padding: 0 0 10px 10px;
}

#primaryContent ul li {
	list-style-image: url(../images/icons/check_w.gif);
	line-height: 1.5em;
	font-size: 1.0em;
}

#primaryContent ul.none li {
	list-style: none;
	list-style-image: none;
}

#primaryContent ul.normal li {
	list-style: circle;
}

#primaryContent li a:hover {

}

#secondaryContent {
}

#sideContent {
	width: 176px;
	float: right;
	
	font-size: 1em;
	padding: 10px 25px 0 15px;
}

#sideContent p {
	font-size: 0.9em;
}

#sideContent h2 {
	font-family: "Times New Roman", Times, serif;
	/*Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times*/
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fefefe;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #fefefe;
	padding: 0;

	text-shadow: 1px 1px #555;
}

#sideContent .more {
	font-size: 1em;
}

#sideContent .contact-link {
	margin: 15px 0 10px 0; 
	font-size: 1.1em; 
	text-align: center;
	background: url(../images/icons/check_w.gif) 5% 50% no-repeat;
}

#sidecontact {
	margin-bottom: 10px;
}

#sideContent h2 a, #sideContent h2 a:link, #sidecontact h2 a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px #555; 
}

#sideContent h2 a:hover {
	color: #c4dada;
	text-shadow: 1px 1px #555;
}

#sideContent h3 {
	font-family: Arial, sans-serif;
	text-transform: none;
	font-weight: normal;
	
	text-shadow: none;
	border: 0;
	font-size: 0.9em;
	line-height: 1.1em;
}

#sidemenu {
	padding: 0;
	margin: 10px 0 15px 10px;
	font-size: 0.8em;
}

#sidemenu {
	text-align: center;
}

#sidemenu li {
	list-style: none;
	padding: 0;
	margin: 0 0 7px 0;
	width: 180px;
}

#sidemenu li a, #sidemenu li a:link {
	display: block;
	padding: 2px 10px 2px 10px;
	margin-right: 10px;
	
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #193f7d;
	letter-spacing: 1px;
}

#sidemenu li a, #sidemenu li a:link {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bg_nav.png');
}
#sidemenu li a, #sidemenu li a:link[class] {
  background-image:url(../images/bg_nav.png);
}

#sidemenu li a:hover, #sidemenu li a:focus {
	background: #eee;
}

.title {
	text-transform: none; 
	font-family: Arial, sans-serif; 
	margin-top: 0; 
	padding-top: 0; 
	border: 0; 
	font-size: 1.3em;
}

.post {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

.posttitle {
	margin: 3px 0 0 0;
	padding: 0;
}

.post .posttitle {
	margin: 3px 0 10px 0;
}


#recent .posttitle {
	margin: 5px 0 15px 0;
}

.postmeta {
	margin-bottom: 10px;
	text-align: right;
}

.postentry {
}

#primaryContent #palvelut ul,
#primaryContent #palvelut li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}

#palvelut {
	height: 550px;
	background: url(../../images/palvelut-kuvaus_4.png) 110px 20px no-repeat;
}

/* =Footer
-------------------------------------------------------------------------*/

#footer {
	text-align: left;
	font-size: 1em;
	color: #193f7d;

	background: url(../images/bg_footer.png) repeat-y left bottom;
	padding-bottom: 20px;
}

#footer a, #footer a:link {
	color: #193f7d;
	text-decoration: none;	
} 

#footer a:hover, #footer a:focus {
	text-decoration: underline;	
}

#footerContent {
	margin: 0 20px 0 20px;
	width: 917px;
	border-top: 30px solid #193f7d;
	background: #fff;
	height: 70px;
	
	/* IE6 fix */
	display: inline;
}

#footer #contact {
	margin: 10px 0 0 20px;
	line-height: 1.4em;
	
	/* IE6 fix */
	display: inline;
}

#copy {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	width: 410px;
}

/* =Microformats
-------------------------------------------------------------------------*/
.vcard { font-style: normal; padding: 0; margin: 0 0 5px 0;}
#sideContent .vcard { line-height: 1.5em; padding-top: 5px; } /*2.4em*/
.fn { margin-right: 0.25em;}
.tel { margin-right: 0.25em; padding: 0 0 0 15px; background: url(../images/icons/tel_7x13.gif) no-repeat left; }
.email { margin-left: 10px; padding: 0 0 0 15px; background: url(../images/icons/email_10x10.gif) no-repeat left; }
a.pdf { padding-left: 25px; background: url(../images/icons/pdficon_small.gif) no-repeat left; }
.emailb { margin-right: 7px; padding: 10px 0 7px 30px; background: url(../images/icons/email_22x22.png) no-repeat left;  line-height: 2.4em;}
.telb { margin-right: 7px; padding: 10px 0 7px 30px; background: url(../images/icons/phone_22x22.png) no-repeat left; line-height: 2.4em;}

/* =General
-------------------------------------------------------------------------*/
.more 			{text-align: right;}
.float-left     { float:left; }
.float-right    { float:right; }

.text-left      { text-align:left; }
.text-right     { text-align:right; }
.text-center    { text-align:center; }
.text-justify   { text-align:justify; }

.img-center     { text-align: center; margin-bottom: 15px; }
.img-center img { border: 2px solid #eee; } 
.img-left       { float:left;margin:4px 10px 4px 0; }
.img-right      { float:right;margin:4px 4px 14px 15px;}
.small 			{ font-size: 0.9em; margin: 0; padding: 0; line-height: 1.1em;}

/* Hacks
----------------------------------------------- */
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

p.more a {
	font-size: 0.9em;
}

.top {
	line-height: 0.8em;
/*	margin-bottom: -1em;*/
	padding: 20px 0 0 0;
	margin: 0;
}

.top a, .top a:link {
	background: url(../images/arrow.up.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 0.8em;
}

.img-to-sidebar {
	float: right; margin: 0px -220px 0 20px; width: 180px;
}
.img-to-sidebar img {
	margin-top: 10px;
	 border: 2px solid #eee; 
}

/* =Form
----------------------------------------------- */
.help {
	font-size: 0.9em;
}

.star {
	color: #f00;
}

fieldset {
	border: 0;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

fieldset label {
	font-weight: normal;
}

fieldset .field {
	width: 400px;
}

fieldset .select {
	width: 410px;
}

.buttons {
	margin: 20px 0 0 0;
}

form .reset {
	border: 0;
	border-bottom: 1px solid #555;
	margin-left: 20px;
	background: #41a5c8;
}

form .send {
	font-size: 1.1em;
	width: 150px;
}

fieldset .field,
fieldset .message {
	font-size: 0.8em;
}

fieldset label.title {
	display: block;
	clear:  both;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

fieldset .message {
	width: 400px;
}

.counter {
	font-size: 0.8em;
}

.contact-img {
	margin-left: 10px;
	border: 2px solid #eee;
}

fieldset input.checkbox {
	margin: 0 10px 0 10px;
}
fieldset .checkboxes label {
	width: 100px;
}

fieldset .checkboxes .checkbox_con {
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Override bluetrip*/
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 1px solid #999; }

.error, .notice, .success {padding: 3px; margin: 5px 0 0 0; border: 1px solid #ddd; width: 400px; display: block;}
.error {background:#FBE3E4; color:#8a1f11;border-color: #FBC2C4;}


/* CSS Menu */
#menu {
	padding: 0; 
	margin: 0; 
	list-style: none; 
	height: 40px;
	width: 960px;
	position: relative; 
	z-index: 500; 
	font-family: "Times New Roman", Times, serif;
}
#menu li {float:left; margin-right: 5px;}
#menu li a {
	display:block; 
	float:left; 
	height: 40px; 
	line-height: 40px; 
	text-decoration:none; 
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	padding:0 12px 0 12px;
	color: #193f7d;
	text-shadow: 1px 1px #ccc;
}

#menu table {
	border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200; 
	position:relative;
	background: #06599c; /*#0968a8;*/
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px #555;
}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#06599c; text-shadow: 1px 1px #555;}
#menu li:hover > a.sub {color:#fff; background-color:#41a5c8; text-shadow: 1px 1px #555;}

#menu li.active a {color:#fff; background:#06599c; text-shadow: 1px 1px #555;}

/*#menu li a.sub {background: #333 url(down-arrow.gif) no-repeat right center;}*/
#menu li.active a.sub {color:#fff; background:#840 url(down-arrow.gif) no-repeat right center;;}

#menu :hover ul {left:0; top:40px; width:230px; background:#06599c;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/* navbar sub li sub li */
#menu :hover ul :hover ul {
	left:230px; top:0px; 
	background:#1871A9; 
	white-space:nowrap; 
	width:230px; 
	z-index:200; 
	height:auto;
}
#menu :hover ul li {
	margin:0; border-top:0px solid #666;
}
/* navbar sub menu */
#menu :hover ul li a {
	width:230px; 
	padding:0; 
	text-indent:10px; 
	background: #06599c; 
	color:#fff;
	text-shadow: 1px 1px #555;
	height:30px; 
	line-height:30px;
	
	font-size: 0.7em;
}
#menu :hover ul li a.fly {background:#06599c url(../images/right-arrow.gif) no-repeat right center;}

/* navbar sub menu hover */
#menu :hover ul :hover {
	background-color:#1871A9; color:#fff;
}
#menu :hover ul :hover a.fly {background-color:#1871A9; color:#fff;}

/*#menu :hover ul li.currentsub a {background:#840; color:#fff;}*/
/*#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}*/

#menu :hover ul :hover ul li a {width:230px; padding:0; text-indent:10px; background:#1871A9; color:#fff;}
#menu :hover ul :hover ul :hover {background-color:#3190BC; color:#fff;}

/*#menu :hover ul :hover ul li.currentfly a,*/
/*#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}*/



#menu2 {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:40px; 
	position:relative; 
	z-index:1;
}
#menu2 li {float:left; margin-right:1px;}
#menu2 li a {
	display:block; 
	height:25px;
	line-height:25px; 
}

#menu2 li li a {
	display:block; 
	float:left; 
	height:25px;
	line-height:25px; 
	text-decoration:none; 
	padding:0 30px 0 20px;
	font-weight: normal;
}

#menu2 table {
	border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu2 li a:hover {
	z-index:200; 
	position:relative;
	/*background: #06599c;*/ /*#0968a8;*/
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px #555;
}
#menu2 li:hover {position:relative; z-index:200;}

/*#menu2 li:hover > a {color:#fff; background:#06599c; text-shadow: 1px 1px #555;}*/
#menu2 li:hover > a.sub {color:#fff; background-color:#41a5c8; text-shadow: 1px 1px #555;}

#menu2 li.active a {color:#fff; background:#06599c; text-shadow: 1px 1px #555;}

#menu2 li.active a.sub {color:#fff; background:#840 url(down-arrow.gif) no-repeat right center;;}

#menu2 :hover ul {left:0; top:25px; width:190px; background:#06599c;}

/* keep the 'next' level invisible by placing it off screen. */
#menu2 ul, 
#menu2 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu2 :hover ul li {
	margin:0; border-top:0px solid #666;
}
/* navbar sub menu */
#menu2 :hover ul li a {
	width:170px; 
	padding:0; 
	text-indent:10px; 
	background: #06599c; 
	color:#fff;
	height:30px;
	line-height:30px;
}

/* navbar sub menu hover */
#menu2 :hover ul :hover {
	background-color:#1871A9; color:#fff;
}
#menu2 :hover ul :hover ul li a {width:180px; padding:0; text-indent:10px; background:#1871A9; color:#fff;}
#menu2 :hover ul :hover ul :hover {background-color:#3190BC; color:#fff;}

