
body {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	min-width: 940px;
	background: #e9fde1;
}

#container {}

	#top {
		background: #b9f0fd;
	}

	#sky {
		position: relative;
		height: 230px;
	}
		#sky .skybox {
			width: 940px;
			margin: 0 auto;
			height: 230px;
			position: relative;
		}
		#sky #logo {
			padding: 25px 0 0 0;
			text-align: center;
			z-index: 5;
		}

	#loginBar {
		width: 940px;
		position: relative;
		margin: 0 auto;
		z-index: 499;
	}
		#login {
			position: absolute;
			top: 0px;
			right: 0px;
			z-index: 100;
		}
			#login .loginTitle {
				z-index: 101;
				float: right;
				background: #9aecff;
				padding: 7px 10px 10px;

				font-weight: bold;

				cursor: pointer;

				background: #fff;
				border: none;
				color: #77e4fe;

				-webkit-border-bottom-right-radius: 8px;
				-webkit-border-bottom-left-radius: 8px;
				-moz-border-radius-bottomright: 8px;
				-moz-border-radius-bottomleft: 8px;
				border-bottom-right-radius: 8px;
				border-bottom-left-radius: 8px;
			}

			#login .loginTitle a {
				color: #77e4fe;
				text-decoration: none;
			}


			#login .loginArea {
				z-index: 102;
				display: none;
				float: right;
				clear: both;
				background: #fff;
				color: #330;
				padding: 5px 15px;
				margin-top: -5px;

				-webkit-border-radius: 4px;
				-webkit-border-top-right-radius: 0;
				-moz-border-radius: 4px;
				-moz-border-radius-topright: 0;
				border-radius: 4px;
				border-top-right-radius: 0;
			}

			#login.open .loginTitle {
				background: #fff;
				border: none;
				color: #77e4fe;
				text-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}

			#login .loginArea p {
				font-size: 12px;
				text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
				margin: 10px 0;
			}
				#login .loginArea p.labelField label {
					display: block;
				}
				#login .loginArea p.labelField input {
					display: block;
					width: 200px;
				}

			#login .loginArea p.buttonAndStuff {
				white-space: nowrap;
				vertical-align: middle;
			}
				#login .loginArea p.buttonAndStuff label {
					display: inline-block;
					margin-top: 2px;
					margin-left: 4px;
				}

	#clouds {
		height: 230px;
		width: 900px;
		position: absolute;
		top: 0px;
		z-index: 10;
		width: 100%;
	}
		#clouds .cloud1 {
			height: 230px;
			position: absolute;
			z-index: 11;
			width: 100%;
			background: transparent url('../images/backgrounds/cloud-1.png') no-repeat 90% 0;
		}
		#clouds .cloud2 {
			height: 230px;
			position: absolute;
			z-index: 12;
			width: 100%;
			background: transparent url('../images/backgrounds/cloud-2.png') no-repeat -15% 0;
		}
		#clouds .cloud3 {
			height: 230px;
			position: absolute;
			z-index: 13;
			width: 100%;
			background: transparent url('../images/backgrounds/cloud-3.png') no-repeat 10% 0;
		}
		#clouds .cloud4 {
			height: 230px;
			position: absolute;
			z-index: 14;
			width: 100%;
			background: transparent url('../images/backgrounds/cloud-4.png') no-repeat 99% 0;
		}
		#clouds .cloud5 {
			height: 230px;
			position: absolute;
			z-index: 15;
			width: 100%;
			background: transparent url('../images/backgrounds/cloud-5.png') no-repeat 120% 0;
		}

	#cottage {
		height: 301px;
		position: absolute;
		top: 0px;
		z-index: 105;
		width: 100%;
		background: transparent url('../images/backgrounds/cottage.png') no-repeat bottom center;
		
	}

	#grass {
		height: 305px;
		margin-top: -15px;
		background: transparent url('../images/backgrounds/grass-8bit.png') repeat-x top center;
		border-bottom: 10px solid #88c700;
		position: relative;
		z-index: 100;
	}
	#heroKratt {
		height: 470px;
		width: 100%;
		position: absolute;
		top: 80px;
		background: transparent;
		z-index: 399;
	}
		#heroKratt.umm {
			background: transparent url('../images/backgrounds/umm-front.png') no-repeat center center;
		}

	.copyArea {
		width: 940px;
		height: 470px;
		margin: 0 auto;
		position: relative;
	}
		.copyArea .copy {
			position: absolute;
			bottom: 40px;
			right: 0;
		}
	.copyArea p {
		padding-left: 480px;
		margin: 20px 0;
		color: #fff;
		font-size: 30px;
		line-height: 34px;
		text-shadow: 0 0 4px #000;
	}
	.copyArea p.upsell {
		text-align: right;
	}

	.copyArea .shaded {
		width: 400px;
		padding: 20px;
		float: right;
		background: url('../images/backgrounds/shade.png');

		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	.copyArea .shaded h1 {
		color: #fff;
		font-size: 30px;
		line-height: 34px;
		text-shadow: 0 0 4px #000;
	}

	.copyArea .loginArea p {
		margin: 20px 0;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		text-shadow: 0 0 2px #000;
		padding: 0;
	}
		.copyArea .loginArea p.error img {
			float: left;
			margin: 4px 10px 10px 0;
			
		}
		.copyArea .loginArea p.labelField label {
			display: block;
		}
		.copyArea .loginArea p.labelField input {
			display: block;
			width: 200px;
		}


#content {
	width: 940px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	position: relative;
	z-index: 399;
}
	#content .main {
		min-height: 300px;
		margin-top: -300px;
	}

	#content .main .shadedBox {
		padding: 20px;
		width: 540px;
		margin: 30px auto;
		height: 100%;
		overflow: hidden;
		background: url('../images/backgrounds/shade.png');

		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
		#content .main .shadedBox #installBadge {
			float: left;
		}
		#content .main .shadedBox .description {
			width: 300px;
			margin-left: 240px;
		}

	#content .main .shaded h1 {
		color: #fff;
		font-size: 30px;
		line-height: 34px;
		text-shadow: 0 0 4px #000;
		margin: 10px 0 20px;
		text-align: left;
	}
		#content .main .shaded p {
			color: #fff;
			font-size: 18px;
			line-height: 24px;
			text-shadow: 0 0 4px #000;
		}

	#content .labArea {
		padding: 20px;
	}

	.tripleColumn .clear {
		clear: both;
		font-size: 1px/1px monospace;
	}
		.tripleColumn .col {
			float: left;
			width: 314px;
			margin-left: 13px;
			margin-right: -7px;
		}
			.tripleColumn .col a {
				position: relative;
				display: block;
				width: 200px;
				height: 70px;
				padding: 17px 17px 17px 97px;
				background: url('../images/backgrounds/bottombox.png') no-repeat center center;

				font-size: 12px;
				color: #626262;
				text-decoration: none;
			}
			.tripleColumn .col a:hover {
				color: #444;
				
			}
				.tripleColumn .col a span {
					display: block;
				}
				.tripleColumn .col a span.title {
					color: #17800f;
					font-weight: bold;
					font-size: 14px;
				}

				.tripleColumn .col a img.laboratory {
					position: absolute;
					bottom: 17px;
					left: -4px;
				}
				.tripleColumn .col a img.gallery {
					position: absolute;
					bottom: 17px;
					left: -4px;
				}
				.tripleColumn .col a img.shop {
					position: absolute;
					bottom: 17px;
					left: -10px;
				}

		.tripleColumn .col:first-child {
			margin-left: -7px;
		}


#footer {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666;
	text-shadow: 0px 1px 1px #fff;
}
	#footer a, 
	#footer span {
		color: #333;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}
	#footer span {
		margin: 0 3px;
	}


#footer .contacts {
	padding-top: 11px;
	float: left;
}
#footer .logos {
	float: right;
}
	#footer .logos a {
		margin-left: 25px;
		float: right;
		text-align: right;
		padding-top: 5px;
		line-height: 16px;
	}
		#footer .logos a img {
			float: right;
			margin-top: -5px;
		}

h1 {
	text-align: center;
}

input {
	border: 1px solid #666;
	padding: 4px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #444;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
	input:focus {
		border-color: #333;
	}

input.chk {
	border: none;
}

