.logo_wrapper { margin: 15px 0 10px 0; }
.top_bar.fixed.header_style1 .logo_wrapper { margin: 10px 0 4px 0; }
.smaller { font-size: 0.6em; }
#captcha-wrap {
	border: solid #b2b2b2 1px;
	background: #e2e2e2;
}
#captcha-wrap .captcha-box {
	border: solid #b2b2b2 1px;
}
#captcha-wrap .text-box {
	background: #fff;
	border: solid #b2b2b2 1px;
}
#captcha-wrap .captcha-action {
	background: url('../images/rc-logo.png') 100% 0 no-repeat;
}
#captcha-wrap  img#captcha-refresh {
	border: 0 none;
}
#menu_wrapper {
	position: relative;
}

#lang_sel_list {
	position: absolute;
	top: 0;
	right: 0;
	background: #eee;
	height: auto;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#lang_sel_list ul a {
	padding: 3px 10px 4px 10px !important;
	font-size: 0.7em !important;
	color: #0f7ba6 !important;
	line-height: normal !important;
	background: transparent !important;
}
#lang_sel_list li a:hover {
	color: #f60 !important;
}
.top_bar.fixed #lang_sel_list {
	display: none;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav {
	margin-top: 35px;
}
#menu_wrapper .nav ul li, #menu_wrapper div .nav li {
	padding: 0 0 17px 0;
}
.top_bar #searchform {
	margin-top: 22px;
	padding: 0px 0 14px 0;
}

.page-tab {
	margin-top: 14px;
	margin-bottom: -14px;
}
.page-tab ul,
.page-tab li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-tab li {
	float: left;
	margin-right: 3px;
}
.page-tab li a {
	display: block;
	background: #1f8bb6;
	color: #cde;
	padding: 8px 20px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.page-tab li a:hover {
	background: #0f7ba6;
}
.page-tab li.current-menu-item a {
	background: #fff;
	color: #333;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

@media only screen and (max-width: 767px) {
	#menu_wrapper {
		position: static;
	};
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#menu_wrapper {
		position: static;
	};
}