
.page-wrapper
{
	background: #c0c0c0;
}


/* ==== TOP NAV ==== */

.top-nav-container
{
	height: 40px;
	background-color: #181818;
}

.top-nav-container-inner
{
	width: 99%;
	height: 39px;
}

.top-nav-container-inner-full
{
	display: none;
}

.top-nav-container-inner-mobile
{
	display: block;
}

.top-nav-link-main
{
	width: 120px;
}

.top-nav-link-middle
{
	width: 170px;
	margin: 0 auto;
	float: none;
}

.top-nav-link-split
{
	height: 38px;
}

.top-nav-link-btn
{
	width: 40px;
}

.top-nav-btn-menu
{
	width: 32px;
	height: 20px;
	background: url('/img/top-nav-btn-menu.png') 0 0 repeat-x transparent;
	margin: 8px auto 0 auto;
}

.top-nav-popup-behind
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #000;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0.6;
}

.top-nav-popup
{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #323232;
	width: 100%;
}

a.top-nav-popup-entry,
a.top-nav-popup-entry:link,
a.top-nav-popup-entry:visited
{
	display: block;
	height: 42px;
	line-height: 44px;
	border-bottom: 1px solid #484848;
	text-align: center;
	color: #a8a8a8 !important;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.top-nav-popup-entry:hover,
a.top-nav-popup-entry:active
{
	background: url('/img/top-nav-btn-hover-bk.png') 0 0 repeat-x #c8c8c8;
	color: #000 !important;
}



/* ==== FOOTER ==== */

.page-footer-clear
{
	height: 30px;
}

.page-footer
{
	min-height: 60px;
	background-color: #181818;
}

.page-footer-inner
{
	padding: 0 8px;
}

/* ==== PAGE CONTENT ==== */

.page-wrapper
{
	padding-top: 40px;	
}

.standard-page-inner
{
	padding-top: 0;
}

.standard-two-col-frame
{
	width: 100%;
	float: left;
}

.standard-two-col-inner
{
	padding: 0 8px !important;
}

.standard-two-col-frame-left
{
	margin-bottom: 30px;
}
