@charset "utf-8";
/* Layout (global rules for all sizes) */

body {
	margin: 0;
	padding: 0;
}

header a.logo {
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

nav {
	width: 100%;
	display: block;
	overflow: hidden;
}

nav a {
	margin: 12px 0px 10px 20px;
}
/* Layout Large Screens (default for older browsers) */

header {
	position: relative;
	height: 180px;
}
header a.logo {
	width: 136px;
	height: 120px;
	background-image: url(../images/logo_large.png);
}
.home #sidebar {
	width: 18%;
	float: right;
}

#sidebar {
	width: 29%;
	float: right;
}
.player_verticle_ad {
	max-width: 300px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.home #player_verticle_ad {
	width: 160px;
	height: 100%;
	margin: auto;
}


.promo_container {
	margin-top: 20px;
	padding: 0px 0px 15px 20px;
	border-bottom: 1px solid #000034;
}

.promo_container .promo {
	width: 33%;
	float: left;
	background-position: 0px 3px;
}

.promo_container .promo .content {
	padding: 0px 30px 0px 70px;
}


#playerContent {
	margin-left: 210px;

}

a.mobile_menu {
	display: none;
}
.content_adlinks_1 {
	width: 200px;
	float: left;
	position: relative;
}
