html {
  background : #FFF;
}

body {
	margin:0 auto;
 	font-family: 'PT Sans',Arial,sans-serif;
 	font-size: 14px;
 	padding-top: 20px;
	color: #36281b;
	background: url("images/body-bg.png") repeat scroll 0 0 #FAFCFC;  
	text-shadow: 1px 1px 1px white;
}

.lippu {
	font-size: 12px;
}

textarea, input {
	width: 100%;
	padding: 5px;
	font-size: 12px;
	border-radius: 4px;
	margin-bottom: 10px;
}

textarea {
	height: 150px;
}

#form-error {
	background-color: #d00;
	border-radius: 5px;
	padding: 5px;
	display: none;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
	font-size: 14px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.error {
	width: 100px;
	height: 20px;
	position: relative;
	background: #a20;
	display: none;
}

#form-success {
	display: none;
}

dl {
	line-height: 1;
	display: inline;
	float: left;
	height : 100%;
	width: 120px;
	margin: 0;
	border-right: 1px solid #36281b;
	padding: 0 10px;
}

dt {
	font-weight: bold;
	margin-bottom: 8px;
}

dd {
	margin-bottom: 8px;
	margin-left: 0;
}

/* ** */
.contact-form {
		line-height: 20px;
}

#wrapper {
	margin-left : auto;
	margin-right : auto;
	background: url('images/wrapper-bg.png') repeat scroll 0 0 #fafafa;
	border: 1px solid #ccc;
	padding: 1px;
	-moz-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
	position:relative;
}

.textpage {
	padding: 10px 0px 10px 0px;
}

/* * * * * * * * */


#logokuva {
	float: left;
	position: relative;
	height: 80px;
}

#logokuva img {
	width: 80px;
}

#logotext {
	position: absolute;
	top: 0;
	left: 100px;
}

#fb {
	width: 24px;
	margin-left: -5px;
}


.hide {
	display: none;
}

a {
	text-decoration: none;
	color: #36281b;
}


h1 {
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	white-space: nowrap;
}

h3 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
	color: #666;
}

/* * * * * * * * */
#header {
	padding-top: 24px;
	margin: 0 30px;
}

#navi {
	float: right;
	height: 75px;
	font-size: 18px;
}

#content {
	margin: 0 30px;
}

#footer {
	position:relative;
	text-align: right;
	font-size: 14px;
	letter-spacing: 2px;
	height:84px;
	text-shadow: 1px 1px 1px grey;
	padding-top: 5px;
}

/* -------- */

.trans {
	opacity: 0.6;
}

.footer-r {
	position:absolute;
	right:23px;
	bottom:3px;
	color:#fff;
}

.footer-l {
	position:absolute;
	left:23px;
	bottom:3px;
	color:#fff;
}

#footer-yla {
	background: #c2d685;
	height: 60px;
}

#footer-ala {
	background: #78a14c;
	height: 22px;
	border-radius: 0 0 0 10px;
	border: 1px solid #78a14c;
}


/* * * * * * * */


.float-r {
	float: right;
}

.float-l {
	float: left;
}

#slidingline {
	background: #c2d685;
	height: 2px;
	position: absolute;
}

.clearer {
	clear: both;
}

.fullwidth {
	width : 100%;
}

.centered {
	text-align: center;
}

.images {
	margin-left: auto;
	margin-right: auto;
}

.block {
	display : inline-block;
	position: relative;
	vertical-align: top;
	margin-top: 5px;
}

.lippu {
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	height: 60px;
	width: 150px;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	float: left;
	text-transform:uppercase;
	position: absolute;
	top: 5px;
	display: none;
}

.lippusmall {
	font-size: 18px;
}

.product-infobox {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 200px;
	width: 150px;
	background: rgba(255, 255, 255, 0.7);
	float: left;
}

.product-infobox h3 {
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 0;
}

.product-imagemain {
	width: 700px;
	float: right;
}


/* -----------
* defaults
*/
	#wrapper {
		width : 100%;
	}

	.isokuva {
		width: 100%;
	}
	
	.pikkukuva {
		width: 100%;
	}


@media (max-width: 767px)
{
	dd {
	display: inline;
	}

	dl {
		border: none;
		width: 15%;
		display: inline;
	}

	dt {
		display: inline;
	}

	#logokuva img {
		width: 60px;
	}

	#logotext {
		left: 70px;
	}

	.product-infobox {
		font-size: 16px;
		width: 100px;
	}

	.product-imagemain {
		width: 75%;
		}

}

@media (max-width: 979px) and (min-width: 768px)
{
	#wrapper {
		width : 750px;
	}

	dl {
		width: 80px;
	}

	.isokuva {
		width: 690px;
	}
	
	.pikkukuva {
		width: 343px;
	}

	.product-infobox {
		font-size: 18px;
		width: 120px;
	}

	.product-imagemain {
		width: 540px;
		}
}

@media (max-width: 1280px) and (min-width: 980px)
{
	#wrapper {
		width : 960px;
	}

	.isokuva {
		width: 900px;
	}
	
	.pikkukuva {
		width: 448px;
	}

	.product-imagemain {
		width: 720px;
		}
}

@media (min-width: 1281px)
{
	#wrapper {
		width : 1200px;
	}

	.isokuva {
		width: 1140px;
	}
	
	.pikkukuva {
		width: 568px;
	}

	.product-imagemain {
		width: 960px;
		}
}

