body {
	position: relative; -ms-overflow-x: hidden;
}
#header {
	margin: 0px; position: static; background-image: none;
}
#header .logo {
	display: none;
}
.header_top_menu {
	top: 40px; width: 100%; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; list-style-type: none; list-style-image: none; box-shadow: 0px 3px 4px #ddd; background-color: rgb(240, 240, 240);
}
.header_top_menu li {
	margin: 0px; width: 50%; position: relative;
}
.header_top_menu li::after {
	background: rgb(221, 221, 221); top: 15%; width: 1px; height: 70%; right: 0px; position: absolute; content: "";
}
.header_top_menu li:last-child::after {
	content: none;
}
.header_top_menu a {
	padding: 8px 0px; text-align: center; color: rgb(136, 136, 136); display: block; text-shadow: 0px 0px 0px;
}
.header_top_menu a:hover {
	background: rgb(229, 229, 229);
}
.main_nav {
	left: -60%; top: 0px; width: 60% !important; right: auto; bottom: auto; overflow: auto; position: absolute; z-index: 11; background-color: rgb(245, 245, 245);
}
.main_nav li {
	width: 100% !important; float: none;
}
.main_nav li a {
	margin: 5px 0px; padding: 12px 0px; border-radius: 0px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 94% !important; text-align: left; color: rgb(107, 107, 107); text-indent: 14px; font-size: 1em; position: relative; box-shadow: 0px 0px 6px #ddd; text-shadow: 0px 0px 0px; background-color: rgb(255, 255, 255);
}
.main_nav li a::after {
	border-radius: 0px 3px 3px 0px; top: 7%; width: 8px; height: 86%; right: -8px; position: absolute; content: ""; background-color: rgb(228, 111, 97);
}
.main_nav li a:hover {
	color: rgb(51, 51, 51); box-shadow: 0px 0px 6px #ddd; text-shadow: 1px 1px #fff; background-color: rgb(245, 245, 245) !important;
}
.main_nav a:hover::after {
	border-radius: 0px 3px 3px 0px; top: 7%; width: 8px; height: 86%; right: -8px; position: absolute; content: ""; background-color: rgb(228, 111, 97);
}
.main_nav a.active {
	color: rgb(85, 85, 85); box-shadow: 0px 0px 0px; text-shadow: 0px 0px 0px;
}
#content {
	padding-top: 40px; box-shadow: 0px 0px 0px;
}
#footer {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; background-image: linear-gradient(rgb(250, 250, 250), rgb(240, 240, 240));
}
#footer::after {
	display: none; content: none;
}
#footer p {
	padding: 6px 0px; line-height: 1.6; font-size: 0.9em;
}
