body {
	background: #636363 url(/img/bodyPattern.png) 0 0 repeat;
}
.container {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	max-width: 1366px;
	min-width: 1000px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
}
#footer {
	border-top: 2px solid #12a0e7;
	background: #000;
	color: #c2c2c2;
	margin-top: 30px;
	overflow: hidden;
	padding: 20px 3.5%;
	font-size: 12px;
}

#footer .logo {
	float: left;
}
.footer-copyright {
	/*margin: 0px 0 0 30px;*/
	float: right;
	line-height: 1.5;
	text-align: right;
}

.footer-menu {
	float: left;
	font-size: 16px;
	margin-top: 8px;
	margin-left: 30px;
}

.footer-menu a {
	color: #ddd;
	margin-left: 20px;
	text-decoration: none;
	font-weight: bold;
}
.footer-menu a:hover {
	color: #fff;
}
.header-left {
	padding-top: 14px;
	padding-left: 235px;
}

.header-menu {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: -9px;
}

.header-menu a {
	line-height: 1.4;
	display: inline-block;
	color: #fff;
	padding: 2px 8px 2px 10px;
	text-decoration: none;
	border-radius: 30px;
}

.header-menu a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-search {
	display: inline-block;
	margin-top: 8px;
}

.header-search a {
	text-decoration: none;
}