﻿/* CSS */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, 
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, 
aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; 
	/* color: #EEE; */
	font-family: 'Anaheim', 'Dosis', sans-serif;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #343434;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #209E85; color: #fff; text-shadow: none;}
::selection {background: #209E85; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #209E85;} 

ins {background-color: #209E85; color: #000; text-decoration: none;}
mark {background-color: #209E85; color: #000; font-style: italic; font-weight: bold;}





/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}






/* Site Layout */

html {
	height: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	background-image: url(../img/bglight.jpg);
	background-repeat: repeat;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}

header {
	height: 170px;
}

#header {
	height: 136px;
	width: 960px;
	margin: 0 auto;
}

#logo {
	padding: 32px 0 0 280px;
	float: left;
	width: 450px;
}

#languages {
	background-image: url(../img/flags.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 45px;
	text-align: right;
	float: left;
	width: 200px;
}

#languages a {
	font-size: 12px;
	color: #878787;
}
#languages a:hover {
	color: #69f;
}

nav {
	z-index: 1;
	background-image: url(../img/nav.jpg);
	width: 680px;
	height: 34px;
	position: relative;
	margin:0 auto;
}

#menu {
	width: 480px;
	height: 34px;
	position: relative;
	margin:0 auto;
}

.menu {
	width: 600px;
	height: 34px;
	position: relative;
	margin:0 auto;
}

nav li {
	line-height: 34px;
	float: left;
	width: 120px;
	height: 34px;
}

nav li a {
	display:block;
	overflow:hidden;
	text-align:center;
	font-family: 'Anaheim', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #343434;
	height:100%;
	width:100%;
	position:relative;
	transition: color .2s ease-in-out;
   -moz-transition: color .2s ease-in-out;
   -webkit-transition: color .2s ease-in-out;
}

.active {
	color: #69f;
}

#bannerbg {
	left: 0;
	position: relative;
	height: 214px;
	margin: -16px auto 0 auto;
	width: 100%;
	background-image: url(../img/bgvsin.png);
	background-repeat: repeat-x;
}
#banner {
	text-align: center;
	width: 960px;
	height: 214px;
	margin: 0 auto;
	background-image: url(../img/back1.jpg);
}
#banner2 {
	text-align: center;
	width: 960px;
	height: 460px;
	margin: 0 auto;
	background-image: url(../img/huoneistobanner.jpg);
}
#banner3 {
	text-align: center;
	width: 960px;
	height: 460px;
	margin: 0 auto;
	background-image: url(../img/bn3.jpg);
}
#banner4 {
	text-align: center;
	width: 960px;
	height: 460px;
	margin: 0 auto;
	background-image: url(../img/bn4.jpg);
}
#banner5 {
	text-align: center;
	width: 960px;
	height: 460px;
	margin: 0 auto;
	background-image: url(../img/bn5.jpg);
}

#banner h1 {
	z-index: 0;
	padding-top: 80px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Anaheim', sans-serif;
	color: #343434;
}

#banner h1 b {
	color: #343434;
}

#articlebg {
	left: 0;
	position: relative;
	height: 500px;
	margin: 0 auto 0 auto;
	width: 100%;
	background-color: #FFF;
}

#article {
	width: 960px;
	height: 500px;
	margin: 0 auto;
}




#articletext {
	width: 540px;
	height: 240px;
	padding: 30px;
	margin: 0 auto;
	float: left;
}

#articletext h2 {
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	color: #343434;
}

#articletext b {
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #99B2B7;
}

#articletext p {
	text-align: left;
	line-height: 22px;
	font-size: 16px;
	color: #7A6A53;
	padding: 3px;
}

#articlebg2 {
	left: 0;
	position: relative;
	height: 340px;
	margin: 0 auto 0 auto;
	width: 100%;
	background-color: #FFF;
}

#article2 {
	position: relative;
	width: 960px;
	height: 340px;
	margin: 0 auto;
}

#articletext2 {
	width: 540px;
	height: 280px;
	padding: 30px;
	margin: 0 auto;
	float: left;
}

#articletext2 h2 {
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	color: #343434;
}

#articletext2 b {
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #99B2B7
}

#articletext2 p {
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	color: #858585;
}

#articleimage {
	width: 300px;
	height: 240px;
	padding: 30px;
	margin: 0 auto;
	float: right;
}

#articleimage2 {
	width: 300px;
	height: 240px;
	padding: 84px 30px 0px 30px;
	margin: 0 auto;
	float: right;
}

#articleimage2 p{
	text-align: left;
	line-height: 22px;
	font-size: 13px;
	color: #858585;
}

#articleimage2 b {
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #69f;
}

#articleimage2 ol{
	list-style: disc;
	margin-left: 30px;
}


#footer {
	padding: 30px 30px 0 30px;
	position: relative;
	margin: 20px auto;
	width:900px;
	height:98px;   /* Height of the footer */
}
#footer a {
	padding-left: 10px;
}
#copyright {
	float: left;
	text-align: left;
}
#footermenu {
	float: right;
	text-align: right;
}
p small {
	color: #343434;
}

.lisaa {
	cursor: pointer;
	margin-top: 10px;
	background-color:#69f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform: uppercase;
	display:inline-block;
	color:#aecfff;
	font-size:13px;
	font-weight:normal;
	padding:10px 17px;
	text-decoration:none;
}

.lisaa:hover {
	color: #fff;
}

.lisaa2 {
	cursor: pointer;
	margin-top: 10px;
	background-color:#69f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform: uppercase;
	display:inline-block;
	color:#aecfff;
	font-size:13px;
	font-weight:normal;
	padding:10px 17px;
	text-decoration:none;
}

.lisaa2:hover {
	color: #fff;
}

#portfolio_cycler {
	position: relative;

}
#portfolio_cycler img {
	position: absolute;
	z-index: 1;
}

#portfolio_cycler img.active {
	z-index: 3;
}

.article_lisaa {
	margin: 0 auto;
	position: relative;
	height: 250px;
	width: 960px;
}

.lisaa_bg {
	left: 0;
	position: relative;
	height: 250px;
	margin: 0 auto 0 auto;
	width: 100%;
	background-color: #FFF;
}

#lisaa_image {
	width: 340px;
	height: 220px;
	padding: 0 30px 30px 30px;
	float: left;
}

#lisaa_image img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#lisaa_text {
	width: 500px;
	height: 220px;
	padding: 0 30px 30px 30px;
	float: right;
}

#lisaa_text h2 {
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	color: #343434;
}

#lisaa_text b {
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #69f;
}

#lisaa_text p {
	text-align: left;
	line-height: 22px;
	font-size: 13px;
	color: #858585;
}

#quicklinks {
	position: relative;
	margin: 0 auto;
	padding: 30px 20px 0 20px;
	width: 920px;
	height: 168px;
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#box1 {
	position: relative;
	text-align: left;
	margin: 20px 10px 0 10px;
	width: 266px;
	height: 350px;

	float: left;
	padding: 10px 10px 10px 10px;
	background-color: #D9CEB2;
	background-repeat: no-repeat;
	background-position: top left;
}

#box1 a {
	color: #FCA705;
	font-weight: bold;
	font-size: 13px;
}

#box1 a:hover {
	color: #343434;
}

#box1 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #343434;
	
}

#box1 p {
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	padding-top: 1px;
	font-weight: normal;
}

#box2 {
	position: relative;
	text-align: left;
	margin: 20px 10px 0 10px;
	width: 266px;
	height: 350px;

	float: left;
	padding: 10px 10px 10px 10px;
	background-color: #D5DED9;
	background-repeat: no-repeat;
	background-position: top left;
}

#box2 a {
	color: #FCA705;
	font-weight: bold;
	font-size: 13px;
}

#box2 a:hover {
	color: #343434;
}

#box2 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #343434;
	
}

#box2 p {
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	padding-top: 1px;
	font-weight: normal;
}

#box3 {
	position: relative;
	text-align: left;
	margin: 0 10px 0 10px;
	width: 267px;
	height: 200 px;
	float: left;
	padding: 10px 10px 10px 10px;
	background-color: #99AA00;
	background-repeat: no-repeat;
	background-position: top left;
}

#box3 a {
	color: #69f;
	font-weight: bold;
	font-size: 13px;
}

#box3 a:hover {
	color: #343434;
}

#box3 h3 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #343434;
	padding: 12px 0 0 50px;
}

#box3 p {
	color: #898989;
	font-size: 13px;
	line-height: 18px;
	padding-top: 10px;
}


#box4 {
	position: relative;
	text-align: left;
	margin: 20px 10px 0 10px;
	width: 800px;
	height: 30px;

	float: left;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top left;
}








.right {
	right: 10px;
width: 100px;
position: absolute;
bottom: 20px;
text-align: right;
}

#quickfaq {
	position: relative;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
	width: 920px;
	height: 440px;
	background-image: url(../img/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#faqheader {
	width: 900px;
	height: 58px;
	margin: 0 10px 0 10px;
	background-image: url(../img/star.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#faqheader h3 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #343434;
	padding: 12px 0 0 50px;
}

.qwrapper {
	float: left;
	height: 60px;
	width: 480px;
}

.faqq {
	width: 220px;
	height: 60px;
	margin: 0 10px 0 10px;
	float: left;
	background-image: url(../img/faqq.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.faqq p {
	color: #898989;
	font-size: 13px;
	line-height: 16px;
	padding: 2px 0 0 28px;
}

.faqa {
	min-height: 60px;
	width: 220px;
	margin: 0 10px 0 10px;
	float: left;
	background-image: url(../img/faqa.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.faqa p {
	color: #343434;
	font-size: 13px;
	line-height: 16px;
	padding: 2px 0 0 28px;
}

.vertailutaulukko {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color: #fefefe;
	margin-top: -80px;
	padding: 20px;
	width: 390px;
	height: 350px;
	float: right;
}

td {
	width: 130px;
	padding: 5px 10px;
	color: #343434;
}

td b{
	color: #343434;
}

#lisaa_q a {
	font-weight: bold;
	font-size: 13px;
}

#lisaa_q {
	margin-top: 170px;
	width: 900px;
	height: 20px;
	padding: 10px;
}

#huoneistot_links{
   height: 20px;
   padding-top: 20px;
    position:relative;
    width:960px;
    margin: 0 auto;
}

.h_link {
	text-align: center;
	float: left;
	width: 240px;
}

#huoneistot_info{
   	height: 300px;
    position:relative;
    width:960px;
    margin: 0 auto;
    background-image: url(../img/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.h_info {
	float: left;
	width: 260px;
	height: 105px;
	padding: 30px;
}
.h_info p {
	color: #858585;
}

.h_info b {
	color: #343434;
}

.h_info a:hover {
	color: #69f;
}

#hinnat {
	width: 940px;
	height: 200px;
}

.hintabox {
	padding-right: 20px;
	width: 215px;
	height: 200px;
	float: left;
}