@charset "utf-8";


/*
	colors:
	brown => #422
	yellow => #ff0
	green => #251

*/

#stop_ie {
	height:0;
	overflow:hidden;
	visibility:hidden;
}

#enable_js{
	color:#fff;
	width:460px;
	background:#333;
	visibility:visible;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:10px;
	text-align:center;
}

body, p, ul, li, span, a, p, h1, h2, h3, h4, h5,dd,dt,dl{
	margin:0;
	padding:0;
}


#wrapper{
	width:480px;
	margin:0 auto;
}

#header{
	width:470px;
	height:75px;
	background:url(images/navi_background.gif);
	margin:10px 0 20px 0;
	position:relative;
}
#header h1{
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
	color:#fff;
}
#navi1 {
	position:absolute;
	left:235px;
}
#navi2 {
	position:absolute;
	left:354px;
}


.box{
	width:220px;
	height:220px;
	background:#fff url(images/box_shadow.gif) no-repeat;
	float:left;
	font-size:14px;
	padding:10px;
}
#prices{
	background-color:#ff0;
	color:#422;
}
#prices p {
	padding:0 5px 0 0;
}
#prices .big {
	font-size:30px;
}
#prices .top {
	margin-top:10px;
	text-align:center;
}
#prices .mid {
	position:relative;
	left:-2px;
	margin-top:-10px;
}
#prices .mid1 {
	position:absolute;
	top:0px;
	left:20px;
	font-size:150px;
}
#prices .mid2 {
	position:absolute;
	left:130px;
	top:15px;
	font-size:80px;
}
#prices .mid3 {
	position:absolute;
	left:140px;
	top:90px;
	width:50px;
	text-align:center;
}
#prices .mid3 span {
	font-size:10px;
}
#prices .bot {
	border-top:solid 1px #422;
	margin:110px 0 0 10px;
	width:195px;
	text-align:center;
	padding-top:4px;
}

#image{
	background:url(images/etusivukuva.jpg);
}

#info{
	background-color:#fff;
	color:#555;
}
#info ul {
	list-style-position:inside; 
	list-style-type:circle;
}
#info p {
	padding:5px 0 0 5px;
}

#contact{
	background-color:#422;
	color:#ff0;
	text-align:center;
}
#contact p {
	padding:0 5px 0 0;
}
#contact p.big {
	font-size:30px;
}
#contact .top p {
	height:20px;
}
#contact .mid p, #contact .bot p{
	height:4px;
}
#contact .mid, #contact .bot {
	margin-top:10px;
}

#footer {
	width:100%;
	margin:20px auto;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#footer p {
	margin-top:10px;
}
#footer a{
	color:#251;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer_info{
	margin-top:10px;	
}
#footer_info p{
	margin:0;
	font-size:10px;
	font-weight:normal;
}

/* FAQ */

#faq {
	font:10px Arial, Helvetica, sans-serif;
}
#faq .question {
	padding:10px 0;	
}
#faq p {
	padding:10px;
}
#faq ul {
	list-style:inside square;
	padding:10px;
}
#faq ul.num {
	list-style-type:decimal;
}
#faq dt:hover {
	cursor:pointer;	
	background-color:#ff0;
}
/*#faq p.question {
	margin:30px 0 10px 0;
	cursor:pointer;
}*/
#faq p.first {
	/*margin:0 0 10px 0;*/
}

.order_button {
	cursor:pointer;	
}

/*popup*/

#popup {
	position:absolute;
	width:346px;
	left:50%;
	top:70px;
	margin:0 0 0 -173px;
	padding-bottom:40px;
	overflow:hidden;
	height:0;
}
#popup .close_button{
	position:absolute;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	background:url(images/popup_close.gif);
	cursor:pointer;
}
#popup .font1{
	font-size:24px;	
}
#popup .centered {
	text-align:center;
}
#popup .mid {
	width:100%;
	background:url(images/popup_background.gif) repeat;
	padding:10px;
}
#popup .cont {
	width:306px;
	background:#fff;
	min-height:500px;
	text-align:justify;
	color:#422;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:10px;
}
#popup p {
	margin-bottom:10px;
}
#popup .field {
	float:left;	
}
#popup .name{
	width:60px;
	text-align:right;
	padding:0 5px;
	clear:both;
	margin-bottom:14px;
	color:#bba794;
}
#popup input.field {
	width:165px;
	font-size:10px;
	border:solid 1px #422;
	text-align:center;
}
#popup input.field:focus {
	background:#ff0;
}
#popup dl {
	width:316px;
	padding:0 20px;
	margin:0 auto;
}
#popup dt {
	width:167px;
	padding:10px 0;
	text-align:center;
	margin:0 0 10px 50px;
}
#popup dt:hover {
	background:#ff0;
	cursor:pointer;
}
#popup dd{
	width:266px;	
	margin:0;
}
#popup ul {
	list-style:inside;	
}
#popup .checkie {
	float:left;
	margin:0 5px 0 85px;	
	
}
#popup .checkie_text {
	float:left;
	text-align:center;
	width:120px;	
	padding:0;
	margin:
}
#popup .button{
	width:167px;
	text-align:center;
	color:#ff0;
	background:#422;
	border:0;
	margin:0 0 0 72px;
	padding:10px 0;
	cursor:pointer;
}
#popup .button2 {
	width:107px;
	text-align:center;
	color:#ff0;
	background:#666;
	border:0;
	margin:4px 0 0 102px;
	padding:4px 0;
	cursor:pointer;
	font-size:10px;
}
#popup .infotext, #popup .inforequired{
	width:306px;
	text-align:center;
	font-size:9px;
	padding:10px 0;
	margin:0;
}
#popup .inforequired{
	padding:0;
	color:#ff0000;
}





			
			