* {
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:923px;
}
body { 
	background:#100e0e; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#8d8c8c;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:923px; 
	margin:0 auto;
	font-size:.8125em;
}

#header {
	height:220px;
}
#footer {
	height:115px;
	background:url(images/footer-bg.gif) no-repeat left top;
}


/*---- tailings ----*/
.main-bg {
	background:url(images/main-bg.jpg) no-repeat center top;
	/*background:url(images/bg.png);*/
}
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #252221;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:16px;
	color:#fff;
	padding-bottom:18px;
}
h3 {
	font-size:16px;
	color:#fff;
	line-height:1.2em;
	text-indent:10px;
	margin-bottom:20px;
}
h4 {
	font-size:12px;
	color:#99cdfb;
}

.title { 
	padding:0 10px 0 10px;
	overflow:hidden;
}
.title-box {
	padding:0 0 10px 0;
	overflow:hidden;
	width:100%;
}
	.title a {
		color:#fff;
		font-weight:bold;
		font-size:12px;
	}


.rating {
	float:right;
	padding-right:30px;
}
	.rating li {
		display:inline;
		float:left;
		padding-left:1px;
	}


/*==================boxes====================*/

.main-box {
	width:100%;
}
	.main-box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
		padding-left:4px;
	}
	.main-box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
		padding-right:4px;
	}
	.main-box .border-top {
		background:#353231;
		height:4px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.main-box .inside {
		background:#353231;
		padding:16px 6px 0 7px;
	}
	.main-box .inside1 {
		background:#353231;
		padding:3px 6px 0 7px;
	}
	.main-box .inside2 {
		background:#353231;
		padding:10px 23px 5px 15px;
	}

.box {
	background:url(images/box-bg.gif) left bottom repeat-x;
	width:100%;
}
	.box .left-bot-corner1 {
		background:url(images/left-bot-corner1.gif) no-repeat left bottom;
		padding:0 7px 10px 8px;
		}
	.box .right-bot-corner1 {
		background:url(images/right-bot-corner1.gif) no-repeat right bottom;
		}
		




.box1 {
	background:url(images/border-top2.gif) left top repeat-x #272423;
	width:100%;
}
	.box1.bg1 {
		background:url(images/border-top2-1.gif) left top repeat-x #272423;
	}
	.box1.bg2 {
		background:url(images/border-top2-2.gif) left top repeat-x #272423;
	}
	.box1 .left-top-corner1 {
		background:url(images/left-top-corner2.gif) no-repeat left top;
	}
		.box1.bg1 .left-top-corner1 {
			background:url(images/left-top-corner2-1.gif) no-repeat left top;
		}
		.box1.bg2 .left-top-corner1 {
			background:url(images/left-top-corner2-2.gif) no-repeat left top;
		}
	.box1 .right-top-corner1 {
		background:url(images/right-top-corner2.gif) no-repeat right top;
	}
		.box1.bg1 .right-top-corner1 {
			background:url(images/right-top-corner2-1.gif) no-repeat right top;
		}
		.box1.bg2 .right-top-corner1 {
			background:url(images/right-top-corner2-2.gif) no-repeat right top;
		}
	.box1 .left-bot-corner1 {
		background:url(images/left-bot-corner2.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner1 {
		background:url(images/right-bot-corner2.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:12px 6px 13px 6px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


.top-games {
	width:100%;
	overflow:hidden;
}
	.top-games li {
		float:left;
		margin-right:5px;
		font-size:12px;
		width:300px;
	}
	.top-games li.last {
		margin-right:0;
	}
	
		.top-games li .img-wrap {
			display:block;
			border:5px solid #fff;
			margin-bottom:14px;
		}
		.top-games li .img-wrap:hover {
			border:5px solid #f55700;
			
		}
		
		.top-games li strong {
			float:left;
			color:#99cdfb;
		}
		.top-games li .button1 {
			margin-top:12px;
			float:right;
		}


.button1 {
	background:url(images/button1.gif) no-repeat left top;
	float:left;
	width:130px;
	height:23px;
	line-height:23px;
	text-indent:14px;
	color:#f55700;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
.button1:hover {
	color:#fff;
}


/*===== header =====*/
#header .row-1 {
	height:102px;
}
	#header .row-1 .fleft {
		padding:38px 0 0 0;
	}
	#header .top-links {
		float:right;
		padding:61px 0 0 0;
		font-size:12px;
		margin-right:-15px;
	}
		#header .top-links li {
			display:inline;
			color:#b1b0b0;
		}
			#header .top-links li a {
				color:#b1b0b0;
				text-decoration:none;
				padding:0 15px 0 12px;
			}
			#header .top-links li a:hover {
				text-decoration:underline;
				color:#fff;
			}
#header .row-2 {
	height:34px;
	background:url(images/nav-bg.gif) no-repeat left top;
	overflow:hidden;
}
	#header .nav {
		padding:4px 0 0 5px;
	}
		#header .nav li {
			float:left;
			background:url(images/divider.gif) no-repeat right 6px;
		}
		#header .nav li.last {
			background:none;
		}
			#header .nav li a {
				float:left;
				font-weight:bold;
				color:#2b2726;
				text-decoration:none;
			}
				#header .nav li a span {
					float:left;
					cursor:pointer;
				}
					#header .nav li a span span {
						padding:4px 10px 10px 10px;
					}
			
			#header .nav li a:hover, #header .nav li a.current {
				color:#e2e2e2;
				background:url(images/nav-tail.gif) left top repeat-x;
				margin-left:-1px;
				position:relative;
			}
				#header .nav li a:hover span, #header .nav li a.current span {
					background:url(images/nav-left.gif) no-repeat left top;
				}
					#header .nav li a:hover span span, #header .nav li a.current span span {
						background:url(images/nav-right.gif) no-repeat right top;
						padding-left:11px;
					}

#header .row-3 {
	height:37px;
	margin-bottom:7px;
	background:url(images/submenu-bg.gif) no-repeat left top;
	overflow:hidden;
}
	#header .subnav {
		padding:10px 0 0 8px;
		font-size:12px;
	}
		#header .subnav li {
			display:inline;
			color:#f2efef;
		}
			#header .subnav li a {
				color:#f2efef;
				text-decoration:none;
				font-weight:bold;
				padding:0 15px 0 12px;
			}
			#header .subnav li a:hover {
				text-decoration:underline;
			}

#header .row-4 {
	background:url(images/header-box-bg.gif) no-repeat left top;
	height:32px;
	overflow:hidden;
}
	#header .row-4 .indent {
		padding:4px 0 0 5px;
	}

/*===== content =====*/
#content {
	
}
	#content .section {
		padding-bottom:24px;
	}
	
	.list1 {
		padding-bottom:8px;
	}
		.list1 li {
			background:url(images/list-bg.gif) left top repeat-x #1d1c1b;
			padding:6px 15px 6px 7px;
			margin-bottom:1px;
			overflow:hidden;
			vertical-align:top;
		}
			.list1 li img {
				float:left;
				margin-right:3px;
			}
			.list1 li a {
				display:block;
				background:url(images/arrow1.gif) no-repeat 11px 14px;
				padding:7px 0 11px 21px;
				color:#8d8c8c;
				text-decoration:none;
				overflow:hidden;
			}
			
			.list1 li a.none {
				display: inline;
				background: none;
				padding: 0px;
				color:#ff7109;
				text-decoration:underline;
				overflow:hidden;
			}
			
			.list1 li a:hover {
				color:#ff7109;
			}
			
			.box1.bg1 .list1 li a:hover {
				color:#5d97c9;
			}
			.box1.bg2 .list1 li a:hover {
				color:#fff;
			}
	


/*===== slider =====*/
#slider {
	background: #FFFFFF;
	width: 923px;
	margin-bottom: 11px;
	font-size: 10px;
}

		#slider .left-top-corner{
			background: url(images/left-top-corner-white.gif) no-repeat left top;
		}
		#slider .right-top-corner{
			background: url(images/right-top-corner-white.gif) no-repeat right top;
		}
		#slider .left-bot-corner{
		background: url(images/left-bot-corner-white.gif) no-repeat left bottom;
		}
		#slider .right-bot-corner{
		background: url(images/right-bot-corner-white.gif) no-repeat right bottom;
		}
		#slider .slider-text{
		margin-top: 10px;
		margin-bottom: 4px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
		}
		#slider .slider-header{
		color: #4f81ac;
		font-weight: 700;
		font-size: 16px;
		}
		#slider a { 
		text-decoration: none;
		color:#000000;
		}
		#slider a:hover { 
		text-decoration: underline;
		}
		#slider a:visited { 
		color:#000000;
		}

#half-slider {
	background: #FFFFFF;
	width: 455px;
	margin-bottom: 11px;
	font-size: 10px;
}
		#half-slider .left-top-corner{
			background: url(images/left-top-corner-white.gif) no-repeat left top;
		}
		#half-slider .right-top-corner{
			background: url(images/right-top-corner-white.gif) no-repeat right top;
		}
		#half-slider .left-bot-corner{
		background: url(images/left-bot-corner-white.gif) no-repeat left bottom;
		}
		#half-slider .right-bot-corner{
		background: url(images/right-bot-corner-white.gif) no-repeat right bottom;
		}
		#half-slider .slider-text{
		margin-top: 10px;
		margin-bottom: 4px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
		}
		#half-slider .slider-header{
		color: #4f81ac;
		font-weight: 700;
		font-size: 16px;
		}


#third-slider {
	background: #FFFFFF;
	width: 300px;
	margin-bottom: 11px;
	font-size: 10px;
}
		#third-slider .left-top-corner{
			background: url(images/left-top-corner-white.gif) no-repeat left top;
		}
		#third-slider .right-top-corner{
			background: url(images/right-top-corner-white.gif) no-repeat right top;
		}
		#third-slider .left-bot-corner{
		background: url(images/left-bot-corner-white.gif) no-repeat left bottom;
		}
		#third-slider .right-bot-corner{
		background: url(images/right-bot-corner-white.gif) no-repeat right bottom;
		}
		#third-slider .slider-text{
		margin-top: 10px;
		margin-bottom: 4px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
		}
		#third-slider .slider-header{
		color: #4f81ac;
		font-weight: 700;
		font-size: 16px;
		}

#staff {
background-color: rgb(255, 255, 255);
	border-bottom-color: #f55000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
		border-left-color: #f55000;
		border-left-style: solid;
		border-left-width: 2px;
			border-right-color: #f55000;
			border-right-style: solid;
			border-right-width: 2px;
				border-top-color: #f55000;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
				border-top-style: solid;
				border-top-width: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
text-align: left;
text-indent: 0px;
text-transform: none;
width: 190px;
}

#staff .name{
color: #f55000;
text-align: center;
font-size: 16px;
font-weight: 700;
}
/*
 * Required 
*/
.container { width:621px; height:384px; overflow:hidden; position:relative; cursor:pointer; background:#000;}
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:621px; display:none; }
/*
 * Optional
*/
#loopedSlider { width:905px; height:388px; position:relative; clear:both; }
ul.pagination { position:absolute; left:606px; top:0;}
ul.pagination li  {
	width:274px; 
	height:98px;
	padding:0 0 0 25px;
	overflow:hidden;
}
ul.pagination li a { 
	background:url(images/tab-bg.gif) left top repeat-x;
	display:block;
	padding-bottom:12px;
	overflow:hidden;
	color:#f55300;
	text-decoration:none;
}
ul.pagination li.active { background:url(images/feature-tab-current.png) no-repeat left 22px;}
ul.pagination li.active a {}
ul.pagination li a img {
	float:left;
	margin-right:9px;
}
	ul.pagination li a strong {
		padding:8px 0 4px 5px;
		display:inline-block;
		font-size:12px;
	}
	ul.pagination li a span {
		padding:0 0 13px 5px;
		display:inline-block;
	}
	ul.pagination li a b {
		background:url(images/tab-link.gif) no-repeat left top;
		color:#4f81ac;
		font-size:12px;
		/*padding:4px 35px 4px 14px;*/
		padding: 4px 26px;
	}
	ul.pagination li b:hover {
		color:#000;
	}

/*===== donate =====*/
.col-1, .col-2, .col-3 { 
float:left;
}

#slidediv{
padding: 5px 0 0 5px;
min-height: 388px;
font-size: 12px;
}

#slidediv .oranje{
color: #f55300;
margin: 30px 0 10px 0px;
padding: 0;
// text-indent: 80px;
}

#slidediv .input{
position: relative;
left: 0px;
}

#slidediv label{
float: left;
}

#slidediv div{
text-align: justify;
padding: 0px 15px;
}

#slidediv h3{
color: #f55300;
margin: 0;
padding: 0;
text-indent: 20px;
}

#slidediv img{
float: left;
margin-right: 15px;
}

#serversdiv{
color: #000000;
padding: 1px 0 5px 0;
}

#serversdiv div{
margin-top: 4px;
}

#donatediv{
color: #000000;
padding: 5px 0 0 5px;
}

#donatediv a, #serverdiv a{
color: #000000;
}

#donatediv h2, #serverdiv h2{
color: #000000;
}
/*===== footer =====*/
#footer .indent {
	padding:20px 15px 0 15px;
	font-size:12px;
	color:#fff;
}
	#footer a {
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	#footer .subnav {
		margin-left:-11px;
		padding-bottom:10px;
	}
		#footer .subnav li {
			display:inline;
			color:#9a9998;
			font-size:11px;
		}
			#footer .subnav li a {
				color:#9a9998;
				text-decoration:none;
				padding:0 14px 0 11px;
			}
			#footer .subnav li a:hover {
				color:#fff;
			}
	
	#footer .alt-links {
		margin-right:-14px;
		padding-bottom:12px;
	}
		#footer .alt-links li {
			display:inline;
			color:#989696;
		}
			#footer .alt-links li a {
				color:#989696;
				padding:0 14px 0 11px;
			}
	
	.social-services {
		text-align:right;
	}
	.social-services li {
		display:inline;
	}


/*----- forms -----*/
#search-form {
	float:left;
}
	#search-form fieldset {
		border:none;
		background:url(images/search-bg.gif) no-repeat left top;
		float:left;
	}
		#search-form input.text {
			width:165px;
			border:none;
			background:none;
			padding:1px 7px 1px 8px;
			color:#6d6c6c;
		}
		#search-form input.submit {
			width:25px;
			height:23px;
			border:none;
			background:none;
			cursor:pointer;
		}

#login-form {
	float:right;
	font-size:12px;
	color:#6d6c6c;
	padding-right:10px;
}
	#login-form fieldset {
		border:none;
		float:right;
	}
		#login-form input.text {
			width:80px;
			background:#252221;
			border:none;
			padding:4px 4px 4px 8px;
			color:#8c8a8a;
			margin-right:3px;
		}
		#login-form input.password {
			width:85px;
			background:#252221;
			border:none;
			padding:4px 0 4px 8px;
			color:#8c8a8a;
			margin-right:3px;
		}
		#login-form input.submit {
			background:url(images/login-button.gif) no-repeat left top;
			width:45px;
			height:23px;
			border:none;
			color:#fff;
			font-weight:bold;
			margin-right:4px;
			cursor:pointer;
		}
		#login-form a {
			color:#f55700;
			text-decoration:none;
		}
		#login-form a:hover {
			border-bottom:1px dotted #fff;
		}
			#login-form a span {
				color:#fff;
			}

/*==========================================*/

