/* default (kuvat.fi frontpage) */
body.default #content {
	background: #eff0f3 url(/images/main/main_bg.jpg);
	background-repeat: no-repeat;
}
body.default .mainintro {
	padding: 38px 0 0 50px;
}
body.default .mainintro H1 {
	font-size: 34px;
	font-weight: bold;
	color: #c54cbd;
}
body.default .mainintro a.takethetour, body.default .mainintro a.takethetour:visited {
	color: #c54cbd !important;
	text-decoration: none;
	border-bottom: 1px dotted #c54cbd;
}
body.default .mainintro a.takethetour:hover {
	color: #0088e4 !important;
	border-bottom: 1px dotted #0088e4;
}
body.default .mainintro .left {
	float: left;
	width: 400px;
}
body.default .mainintro .left .openaccount {
	padding-top: 5px;
}
body.default .mainintro .left .openaccount a, body.default .mainintro .left .openaccount a:visited {
	display: block;
	width: 325px;
	height: 40px;
	background: transparent url(/images/main/front_openbutton.png);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	padding-top: 13px;
}
body.default .mainintro .left .openaccount a:hover {
	background-position: 0 -100px;
}
body.default .mainintro .right {
	float: left;
	width: 500px;
	padding: 0 0 0 25px;
}
body.default .threeboxes {
	padding-bottom: 40px !important;
}
body.default .threeboxes .content {
	padding: 0 0 0 20px;
}
body.default .threeboxes .content h5 {
	font-size: 15px;
	padding: 10px 4px 5px 0;
	color: #535353;
}
body.default .threeboxes .content p {
	font-size: 11px;
	line-height: 13px;
	padding-right: 20px;
	color: #717171;
}
body.default .threeboxes .singlebox:hover {
	cursor: pointer;
}
body.default .threeboxes .singlebox:hover h5 {
	color: #c54cbd;
}
body.default .threeboxes .singlebox:hover .content {
	background: #fbf8ff;
}
