@font-face {
    font-family: 'bebas_neueregular';
    src: url('http://www.superbrowsergames.com/fonts/BebasNeue-webfont.eot');
    src: url('http://www.superbrowsergames.com/fonts/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.superbrowsergames.com/fonts/BebasNeue-webfont.woff') format('woff'),
         url('http://www.superbrowsergames.com/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('http://www.superbrowsergames.com/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	color: #2e2e2e;
}

body {
	background-position: top center;
	background-repeat: no-repeat;
}


#backgroundimage {
	cursor: pointer;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;	
}



.container {
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0px 0px 25px #888;
	padding: 0px 15px 0px 15px;
	border-top: 3px solid #f15c22;
}


.info {
	margin-bottom: 10px;
	position: relative;
	height: 95px;
}

.info .logo {
	position: absolute;
	margin-top:10px;
}


.menu {
	margin-bottom: 15px;
	width: 1000px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	float: left;
	margin-right: 17px;
}

.menu ul li:last-child {
	float: left;
	margin-right: 0px !important;
}

.menu ul li.border {
	margin-left: 80px;
}

.menu ul li a {
	display: block;
	background-color: #f15c22;
	width: 100px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	text-decoration: none;
	box-shadow: 0px 0px 5px #888;
	font-family: 'bebas_neueregular';
}


.menu ul li a.type {
	background-color: #393f41;
}

.menu ul li a.currentPage{
	background-color: #2678c1;
}


.main .teaser {
	width: 990px;
	/*height: 321px;*/
	box-shadow: 0px 0px 5px #888;
	padding: 5px;
	position: relative;
	margin-bottom: 15px;
}

.main .teaser .descbox {
	background-color: #FFFFFF;
	position: absolute;
	width: 990px;
	top: 290px;
	height: 55px;
	z-index: 10;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.main .teaser .name {
	position: absolute;
	top: 285px;
	left: 5px;
	padding-left: 5px;
	z-index: 12;
}
.main .teaser .name a {
	color: #f15c22;
	text-decoration: underline;
	font-size: 27px;
	font-weight: bold;
	display: block;
	padding: 5px;
}
.main .teaser .description {
	font-size: 12px;
	color: #000000;
	position: absolute;
	top: 324px;
	left: 14px;
	width: 680px;
	z-index: 12;
	height: 14px;
	overflow: hidden;
}
.main .teaser .link a {
	display: block;
	font-size: 30px;
	font-weight: normal;
	background-color: #f19722;
	padding: 5px 10px 5px 10px;
	position: absolute;
	top: 296px;
	right: 11px;
	color: #FFFFFF;
	text-decoration: none;
	box-shadow: 0px 0px 5px #888;
	z-index: 11;
	font-family: 'bebas_neueregular';
}


.main .main_left {
	width: 670px;
	margin-right: 10px;
	float: left;
}

.main .main_right {
	width: 300px;
	float: right;
}

.box {
	width: 100%;
	box-shadow: 0px 0px 5px #888;
	margin-bottom: 10px;
	
	/*padding-bottom: 5px;*/
}

.box h2 {
	/*background-image: url(http://www.superbrowsergames.com/img/box_h2_bg.png);*/
	background-position: top right;
	background-repeat: no-repeat;
	color: #f15c22;
	font-size: 30px;
	padding: 5px;
	/*height: 45px;*/
	/*font-family: 'bebas_neueregular';*/
	text-transform: uppercase;
}

.box .game {
	margin-bottom: 8px;
	/*background-image: url(http://www.superbrowsergames.com/img/box_bg.png);*/
	width: 284px;
	margin-left: 5px;
}

.box .game .rank {
	float: left; 
	background-color: #f1f3f8;
	color: #888888;
	width: 8px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #e5e7eb;
	margin-right: 2px;
	padding: 0px 6px 0px 6px; 
	font-weight: bold;
	
}

.box .game .image {
	margin-right: 10px;
	float: left;
}

.box .game .title {
	float: left;
}

.box .game .content {
	margin-left: 5px;
	overflow: hidden;
}
.box .game .content a {
	text-decoration: none;
}

.box .game .content a .name {
	color: #f15c22;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	text-overflow: ellipsis;
}
.box .game .content a .description {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	height: 20px;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}



.main_left .game {
	width: 670px;
	box-shadow: 0px 0px 5px #888;
	padding: 5px;
	margin-bottom: 10px;
	height: 165px;
}

.main_left .game .image {
	width: 189px;
	float: left;
	margin-right: 5px;
}
.main_left .game .content {
	width: 370px;
	height: 152px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(http://www.superbrowsergames.com/img/game_content_bg.png);
	border-right: 1px solid #a6adb5;
	position: relative;
}

.main_left .game .content .title {
	margin-bottom: 10px;
}

.main_left .game .content .title a {
	color: #f15c22;
	font-size: 24px;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
.main_left .game .content .description {
	color: #000000;
	font-size: 12px;
	padding: 5px;
}
.main_left .game .content a.genre {
	background-image: url(http://www.superbrowsergames.com/img/genre_bg.png);
	width: 66px;
	height: 15px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 18px;
	position: absolute;
	bottom: 10px;
	display: block;
	text-decoration: none;
}

.main_left .game .content a.type {
	background-image: url(http://www.superbrowsergames.com/img/type_bg.png);
	width: 66px;
	height: 15px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 18px;
	position: absolute;
	bottom: 10px;
	left: 100px;
	display: block;
	text-decoration: none;
}

.main_left .game .info {
	float: left;
	width: 94px;
	position: relative;

}

.main_left .game .info .score {
	color: #f15c22;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	font-style: italic;
}
.main_left .game .info .scorevalue {
	color: #f15c22;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7px;
	font-family: bebas_neueregular;
}

.main_left .game .info .players {
	color: #000000;
	font-size: 10px;
	text-align: center;
	margin-bottom: 14px;
	font-family: bebas_neueregular;
}

.main_left .game .info .url {
	position: absolute;
	top: 111px;
	left: -8px;
}
.main_left .game .info .url a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://www.superbrowsergames.com/img/playnow_small.png);
	width: 116px;
	height: 47px;
	display: block;
	text-align: center;
	line-height: 47px;
	font-size: 30px;
	font-family: 'bebas_neueregular';
}



.footer {
	border-top: 1px solid #f15d22;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 20px;
}

.footer h2 {
	color: #f15d22;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.footer p {
	font-size: 12px;
}

.footer .outer {
	box-shadow: 0px 0px 5px #888;
}

.footer .inner {
	box-shadow: inset 0px 0px 15px #888888;
}

.footer .col1 {
	padding: 19px 0px 19px 11px;
	float: left;
	width: 300px;
	margin-right: 36px;
}
.footer .col2 {
	padding: 19px 0px 19px 0px;
	float: left;
	width: 300px;
	margin-right: 36px;
}
.footer .col3 {
	float: left;
	color: #f15d22;
	padding-top: 45px;
}
.footer .col3 a {
	color: #f15d22;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 10px;
}

.footer .copyright {
	border-top: 1px solid #f15d22;
	padding: 10px 10px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}