@font-face{
	font-family: cartogothic; src: url('CartoGothicStd-Book.otf');
}

body{
	margin: 100px 0px 0px 0px;
	background: url(images/bg.jpg) #f0f0f0;
	font-family: helvetica, "lucida sans", arial, sans-serif;
	font-size: 12px;
	color: #202020;
}

a{
	color: #cc0044;
	outline: none;
}

a:hover{
	color: #333333;
}

#center-top{
	position: relative;
	width: 850px;
	margin: 0px auto;
}

#center{
	width: 850px;
	margin: 0px auto;
}

h1{
	margin: 0px 0px 0px 20px;
	height: 47px;
	width: 536px;
	text-indent: -9999px;
	background: url(images/mattikauppinen.png) left top no-repeat;
}

#blah{
	padding: 120px 20px 600px 20px;
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	font-size: 23px;
	color: #999999;
}

#blah a:hover{
	text-shadow: #999999 1px 1px 1px;
}

.infobox{
	display: none;
	position: absolute;
	left: 0px;
	top: 100px;
	height: 270px;
	width: 830px;
	padding: 0px 0px 20px 20px;
	background: #cc0044;
	color: #f0f0f0;
	line-height: 150%;
}

.infobox a{
	color: #ffffff;
}

.infobox a:hover{
	color: #000000;
}

.infobox h3{
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #f0f0f0;
	margin: 20px 0px 15px 0px;
}

.infobox h4{
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #f0f0f0;
	margin: 0px 0px 10px 0px;
}

.infobox .closeinfo{
	clear: both; /* ie6 fix */s
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 2px 4px;
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background: #bb0037;
}

.infobox .column{
	width: 255px;
	margin: 0px 20px 0px 0px;
	float: left;
}

.infobox form{
	float: left;
	margin: 0px;
}

.infobox input, .infobox textarea{
	margin: 2px 0px;
	background: #e5e5e5;
	border: 0;
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 2px;
	color: #666666;
	width: 525px;
}

.infobox input:hover, .infobox textarea:hover{
	background: #ffffff;
}

.infobox input{
	width: 250px;
	height: 16px;
}

.infobox textarea{
	height: 78px;
}

.infobox input[type=submit]{
	height: 22px;
	width: auto;
	background: none;
	color: #ffffff;
}

.infobox input[type=submit]:hover{
	color: #000000;
	cursor: pointer;
}

.infobox #mailOk{
	display: none;
	position: absolute;
	left: 280px;
	top: 0px;
	height: 100%;
	width: 550px;
	background: #cc0044;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: 24px;
}

.infobox #mailOk p{
	margin: 150px 0px 100px 75px;
}

h2{
	margin: 0px 0px 0px 20px;
	width: 510px;
	padding: 4px 20px;
	background: #cc0044;
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	color: #f0f0f0;
}

.masterpiece{
	position: relative;
	width: 810px;
	margin: 0px auto;
	height: 130px;
	overflow: hidden;
}

.masterpiece .slides-mask{
	float: left;
	position: relative;
	margin: 0px;
	width: 550px;
	height: 550px;
	overflow: hidden;
}

.masterpiece .slides{
	margin-top: -37%;
	width: 9999px;
}

.masterpiece .slides img{
	float: left;
	margin: 0px 10px 0px 0px;
}

.masterpiece a.shade{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9999px;
	height: 100%;
	background: #ffffff;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.masterpiece .description{
	width: 250px;
	height: 550px;
	margin: 0px 0px 0px 10px;
	position: relative;
	float: left;
	color: #666666;
}

.masterpiece .description a{
	text-decoration: none;
	color: #cc0044;
}

.masterpiece .description a:hover{
	text-decoration: underline;
	color: #333333;
}

.masterpiece h3{
	margin: 0px;
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #999999;
}

.masterpiece .navi{
	display: none;
	position: absolute;
	left: -10px;
	bottom: 0px;
	width: 260px;
}

.masterpiece .navi a{
	display: block;
	width: 40px;
	padding: 0px 0px 0px 10px;
	font-family: cartogothic, "lucida sans", helvetica, arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #f0f0f0;
	background: #cc0044;
	margin: 8px 0px;
}

.masterpiece .navi a:hover{
	text-decoration: none;
	color: #000000;
}

#backtop{
	float: right;
	margin: 180px 20px 10px 0px;
	text-align: right;
}

#footer{
	clear: both;
	display: table;
	position: relative;
	width: 100%;
	margin: 0px 0px 100px 0px;
	padding: 20px;
	color: #f0f0f0;
	background: #cc0044;
}

#footer #leftie{
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #f0f0f0;
}

#footer #rightie{
	display: table-cell;
	text-align: right;
}


#white{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}
