* {
	padding: 0;
	margin: 0;
}

html,
body {
	min-height:100%;
	height: 100%;
	position: relative;
}

body{
	background: #fff url('../img/background.png') repeat-x;
	font: 14px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.clearfix:before, .clearfix:after {content: "\0020"; display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both; }

.container {
	height: 100%;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 115px;
	height: 58px;
	background: #fff;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 3px 10px #90b5d0;
	-webkit-box-shadow: 0px 3px 10px #90b5d0;
	box-shadow: 0px 3px 10px #90b5d0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.logo img {
	margin: 8px;
}

.clouds {
	width: 850px;
	position: relative;
	margin: 40px auto;
	height: 375px;
}
.cloud {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}

	.cloud span{
		display: block;
		position: absolute;
		background: url(http://f77a995898d8d41e7ed8-9b70a566bb88556c1aed32b3f0d6f606.r58.cf1.rackcdn.com/clouds.png) no-repeat -9999px -9999px;
	}
	.error {
		display: block;
		position: absolute;
		width: 458px;
		z-index:2;
		height: 301px;
		left: 50%;
		top: -999px;
		margin:-150px 0 0 -230px;
		background: url(http://f77a995898d8d41e7ed8-9b70a566bb88556c1aed32b3f0d6f606.r58.cf1.rackcdn.com/bigCloud.png) no-repeat ;
	}
	.cloud-1 span,
	.cloud-2 span {
		left: 0px;
		top: 0px;
		width: 330px;
		height: 185px;
		background-position: 0px 0px;
	}
	.cloud-2 span {
		left: 380px;
		top: 50px;
		filter: alpha(opacity=.5);
		opacity:.5;
	}
	.cloud-3 span {
		width: 193px;
		height: 150px;
		left: 655px;
		top: 20px;
		background-position: -655px 0px;
	}
	.cloud-4 span {
		width: 160px;
		height: 150px;
		background-position: -502px 0px;
		top: 125px;
		left: -60px;
	}
	.cloud-5 span {
		width: 265px;
		height: 185px;
		background-position: 0px -188px;
		top: 180px;
		left: 60px;
		z-index: 4;
	}
	.cloud-6 span {
		width: 174px;
		height: 157px;
		background-position: -328px 0px;
		top: 225px;
		left: 318px;
		z-index:3;
	}
	.cloud-7 span {
		width: 318px;
		height: 196px;
		background-position: -264px -176px;
		top: 220px;
		left: 400px;
		z-index:4;
	}
	.cloud-8 span {
		width: 218px;
		height: 160px;
		background-position: -602px -165px;
		left: 590px;
		top: 155px;
	}



h1 {
	font: bold 38px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #009ae3;
	text-align: center;
}

.search-box {
	background: url('../img/search-bg.png') no-repeat ;
	width: 797px;
	height: 112px;
	margin: 0 auto;
}

input[type=text] {
	border: 1px solid #bbd8ec;
	width: 540px;
	height: 28px;
	margin: 29px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 2px 5px #dce8ef, 0px 1px 0px #f1f7fb;
	-webkit-box-shadow: inset 0px 2px 5px #dce8ef, 0px 1px 0px #f1f7fb;
	box-shadow: inset 0px 2px 5px #dce8ef, 0px 1px 0px #f1f7fb;
	color: #128cc6;
	font-size: 22px;
	padding: 10px 20px;
	float: left;
}

input[type=text]:focus {
	outline: none;
	-moz-box-shadow: inset 0px 2px 5px #dce8ef, 0px 0px 10px #31abe2;
	-webkit-box-shadow: inset 0px 2px 5px #dce8ef, 0px 0px 10px #31abe2;
	box-shadow: inset 0px 2px 5px #dce8ef, 0px 0px 10px #31abe2;
}

input[type=submit].search {
	background: url('../img/search_btn.png') no-repeat;
	width: 135px;
	height: 51px;
	border: none;
	text-indent: -5000px;
	margin-left: -10px;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-top: 29px;

}

input[type=submit].search:hover {
	background-position: 0 -51px;
}

input[type=submit].search:active {
	background-position: 0 -102px;
}

.sitemap {
	background: #fff url('../img/sitemap-bg.png') repeat-x;
	border: 1px solid #bbd8ec;
	border-top: none;
	width: 770px;
	margin: 0 auto;
	margin-top: -14px;
	height: 220px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sitemap ul {
	width: 30%;
	float: left;
	margin: 0;
	padding: 0 0 0 18px;
}

.sitemap li{
	list-style: none;
	border-bottom: 1px solid #dae9f3;
	-moz-box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}

.sitemap li a{
	font-size: 12px;
	color: #56c1ea;
	list-style: none;
	height: 40px;
	display: block;
	line-height: 40px;
	text-decoration: none;
}

.sitemap li a:hover {
	color: #009ae3;
}

.sitemap li:last-child {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #9ed5ea;
	font-size: 12px;
	margin-top: 40px;
}

.footer strong {
	color: #128cc6;
}

.exception {

	display: none;
}
