@font-face {
    font-family: 'Oswald Bold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald Light';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald Regular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oleo Script Regular';
    src: url('../fonts/oleoscript-regular-webfont.eot');
    src: url('../fonts/oleoscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oleoscript-regular-webfont.woff') format('woff'),
         url('../fonts/oleoscript-regular-webfont.ttf') format('truetype'),
         url('../fonts/oleoscript-regular-webfont.svg#oleo_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #dbdad8;
	font-family: Oswald Regular;
	color: #2f2f2f;
	font-weight: lighter;
	font-size: 14pt;
	line-height: 130%;
}

#wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e3e3e3;
}

#container {
	width: 1015px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	0px 0px 20px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.3);
	display: inline-block;
}

#banner {
	width: 100%;
	height: 240px;
	background: #fff;
}

#banner img.bannerLogo {
	margin-top: 50px;
	margin-left: 50px;
	float: left;
}

#banner h2 {
	margin-top: 120px;
	margin-left: 70px;
	float: left;
	font-family: 'Oleo Script Regular';
	color: #00aeb5;
	font-size: 21pt;
	font-weight: lighter;
}

#banner img.bannerKR {
	margin-top: 10px;
	margin-right: 40px;
	float: right;
}

ul.nav {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 57px;
	background: #00aeb5;
	padding-left: 65px;
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	0px 2px 10px -2px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 2px 10px -2px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}

ul.nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.nav li a {
	color: #fff;
	text-decoration: none;
	font-family: Oswald Regular;
	font-size: 15pt;
	line-height: 57px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
}

ul.nav li a:hover {
	background-color: #006468;
}

ul.nav li a.active {
	background-color: #006468;
}

ul#slideshow {
	list-style: none;
	padding: 0;
	margin: auto;
	width: 1015px;
	height:525px;
	overflow:hidden;
	background-color: #fff;
}

#slideshowWrapper {
	position: relative;
	width: 100%;
	margin: auto;
}

#main {
	width: 1015px;
	height: auto;
	background: #fff;
	padding-top: 50px;
	float: left;
	padding-bottom: 250px;
}

#leftColumn {
	width: 145px;
	float: left;
}

#leftColumn img.leftColumn {
	margin-left: 40px;
	margin-top: 5px;
}

#content {
	width: 760px;
	float: left;
}

h1 {
	font-family: Oswald Regular;
	color: #40b3b6;
	margin-top: 0;
	font-weight: lighter;
	font-size: 26pt;
	line-height: 110%;
	margin-bottom: 30px;
}

h2 {
	font-family: Oswald Regular;
	color: #40b3b6;
	margin-top: 0;
	font-weight: lighter;
	font-size: 19pt;
	line-height: 110%;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Oleo Script Regular';
	color: #00aeb5;
	font-weight: lighter;
	font-size: 26pt;
	margin-top: 35px;
	margin-bottom: 35px;
}

p {
	font-family: Oswald Regular;
	color: #2f2f2f;
	font-weight: lighter;
	font-size: 14pt;
	margin-top: 0;
	line-height: 120%;
	margin-bottom: 25px;
}

#content a {
	color: #40b3b6;
}

#content a:hover {
	color: #006468;
}

div.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	background-image: url('../images/footerBg.png');
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	top: -145px;
	text-align: center;
	z-index: 1;
}

#footer p {
	font-family: Oswald Regular;
	font-weight: lighter;
	color: #006468;
	font-size: 12pt;
	padding-top: 250px;	
}

#footer p span.isompi {
	font-size: 14pt;
}

#footer a {
	font-family: Oswald Regular;
	font-weight: lighter;
	color: #006468;
	font-size: 12pt;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

#footer p span.pystyviivat {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-left: 2px solid #3ccdd2;
	border-right: 2px solid #3ccdd2;
	display: inline-block;
}

#footer a.donetti {
	text-align: center;
	font-family: Oswald Regular;
	color: #767676;
	text-decoration: none;
	font-size: 10pt;
	position: relative;
	top: 20px;
}

#footer a:hover.donetti {
	text-decoration: underline;
}

ul.alasivulista {
	margin:0;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
	width: 700px;
}

ul.alasivulista li {
	display: inline-block;
	list-style: none;
	padding-right: 3px;
	margin-right: 6px;
	margin-top: 10px;
	padding-right: 9px;
	border-right: 3px solid #006468;
	line-height: 14pt;
	padding-top: 8px;
}

ul.alasivulista li.eka {
	padding-left: 0;
	border: 0;
}

ul.alasivulista li a {
	font-family: Oswald Regular;
	font-size: 14pt;
}

ul.alasivulista li a.active {
	font-size: 18pt;
	color: #006468 !important;
}

div.harmaaLaatikko {
	width: 95%;
	background-color: #eeeeec;
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.kuvaBoksi {
	width: 340px;
	padding-right: 20px;
	float: left;
}

div.kuvaBoksi img.kuvaBoksiIso {
	width: 327px;
	height: auto;
	clear: both;
}

div.kuvaBoksi img.kuvaBoksiPieni {
	width: 105px;
	height: 75px;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
}

div.tekstiBoksi {
	float: left;
	color: #757575;
}

img {
	border: 0;
}