/* CSS Document */

* { margin: 0; padding: 0;}

html { height: 100%; -webkit-font-smoothing: antialiased; }

body {

  height: 100%; min-width: 500px;
  font-size: 13px; line-height: 1.3; font-family: Arial;
  background-color: #EEE;
}

a:link, a:visited {
  color: #3a3d41;
  text-decoration: underline;
}

a:hover { text-decoration: none; }

a img { border: none; padding: 0;}

#container {  
	background: #fff url(images/panomies.jpg) bottom left no-repeat;
	width: 960px;
	padding: 0px 30px;
	margin: 0 auto 0;
	border-radius: 20px;
	position: relative;
	top: 5%;
}

.text { padding: 0 0 0 450px; }
.text2 {background-color: rgba(255,255,255,0.8); padding: 20px;}
.text2 small { padding-left: 15px;}
.uudistunut { float:right; padding-top: 30px; }
.nyttulee { }
.confirm { height:592px; }
.order_form h2 { margin-top:0; }
#orderbody p { padding: 10px; margin:0;}
h1{  font-size: 60px; line-height: 1; margin: 25px 0 0; text-transform: uppercase; }
h1 strong{ font-size: 99px; font-weight: bold; }

h2{ font-size: 28px; text-transform: uppercase; margin: 30px 0 10px 0; font-weight: normal; }

blockquote{ font-size: 15px; }
small{ font-size: 12px; color: #999; }

#textblock {
	position: absolute;
	right: 25px; top: 100px;
  float: right; 0 ; 
  width: 320px;
  color: #000; font-size: 12px; 
}

p { margin: 10px 0;}
