/* структура страницы  */

html
{
	height: 100%;
	min-height: 100%;
	
	background: url(./../images/wrapper_bg.jpg) top left;
	min-width:1000px;
}
a {
	color:#fff;
	text-decoration:underline;
}
body {
	padding:0;
	height: 100%;
	margin:0;
	min-height: 100%;
	width:100%;
	color:#477983;
	position:relative;
	font-family: verdana, tahoma, verdana, arial, sans-serif;
    font-size: 13px;
	background: url(./../images/header.jpg) no-repeat top center;
	
	
	
}
#header {
	width:100%;
	height:500px;
	position:relative;
}
#body_bg {
	position:absolute;
	top:350px;
	left:0;
	height:260px;
	width:100%;
	background:url(./../images/body_bg.png) no-repeat top center;
	
}

#top_menu {
	position:absolute;
	top:0;
	right:100px;
	background:url(./../images/menu_bg.png) no-repeat top center;
	width:414px;
	height:51px;
	
}
#top_menu ul {
	padding:0;
	list-style:none;
	margin-left:50px;
	margin-top:0px;
	z-index:10;
}

#top_menu ul li {
	float:left;
	padding-left:5px;
	display:block;
	
	
}
#top_menu ul li:hover, #top_menu ul li.current {
	
	background:url(./../images/li_hover.gif) repeat-x top right;
	
	
}
#top_menu ul li a{
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-family:verdana;
	display:block;
	padding-top:5px;
	background:url(./../images/menu_bullet.gif) no-repeat top right;
	height:30px;
	padding-right:5px;
}


#wrapper {
	width:1000px;
	margin: 0 auto;
	min-height: 100%;
	position:relative;
	
}

#content {
	float:right;
	width:700px;
	margin-right:50px;
	padding-bottom:100px;
	font-family:Arial,Tahoma,Seriff;
	font-size:13px;
	position:relative;
}
#top {
	background:url(./../images/top_bg.png) no-repeat top right;
	width:711px;
	height:387px;
	position:relative;
	
}

#top {  
         filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./../images/top_bg.png', sizingMethod='scale');  
}
html>body #top {  
	background: url(./../images/top_bg.png) no-repeat;  
}  

#left {
	float:left;
	width:200px;
	position:relative;
	margin-top:-300px;
	
}

#support{
	background:url(./../images/support.png) no-repeat top right;
	width:218px;
	height:248px;
	position:relative;
}

#support div.supp {
	top:162px;
	margin:27px;
	position:absolute;
	color:#fff283;
	z-index:100;
}

#menu {
	background:url('./../images/menu_bg.gif') repeat-x;
	height:32px;
	padding-top:5px;
	position:relative;
}
#menu a{
	color:#fff;
	font-style:italic;
	font-weight:bolder;
	font-size:17px;
	margin:0px;
	padding:0px;
	margin-left:20px;
}

#menu a:hover{
	text-decoration:underline;
	
}
#menu a{
	text-decoration:none;
	
}

a {
	color:#FFFFFF;
	text-decoration:underline;
	font-family: tahoma, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
	font-weight: bold;
}


a:hover {
	color:#FFFFFF;

}

/* стилизация заголовков  */
h1 {
	font:16px verdana;
	padding:0;
	margin:0;
	color:#f9bb17;
	font-weight:bolder;
}

h2 {
	font:18px tahoma;
	padding:0;
	margin:0;
}
/* стилизация текстов */
span {
	font:12px tahoma;
}
/* ПОДВАЛ */

#status{
	background:url(./../images/footer_bg.png) no-repeat top center;
	height:220px;
	clear:both;
	bottom:0px;
	width:100%;
	position:relative;
}

#status2{
	background:none;
	height:50px;
	width:1000px;
	margin:0 auto;
	padding-top:150px;
}

#counters {
	margin-left:350px;
}

.game_container2 {
	width:360px;
}
.game_description span {
	color:#0695ce;
	font-size:14px;
	font-family:Verdana;
}
.games_table_2 tr td{
	
}
.png {
   behavior: url("png.htc");
}

.input {
	background:url(./../images/input_bg.png) no-repeat top left;
	width:204px;
	height:30px;
	padding:0;
	margin:0;
	padding-left:5px;
	padding-right:-10px;
	display:block;
	border:none;
	color:#06c1e7;
}

.register_btn {
	background:url(./../images/register_btn.png) no-repeat top left;
	border:none;
	cursor:pointer;
	width:114px;
	height:30px;
}
.enter_btn {
	background:url(./../images/enter_btn.png) no-repeat top left;
	border:none;
	cursor:pointer;
	width:114px;
	height:30px;
}

#jackpot {
	color:#f9bb17;
	font-weight:bold;
	font-size:35px;
	position:absolute;
	top:-75px;
	left:270px;
}
/* LOBBY */
.lobby_menu {
	list-style:none;
	padding:0px;
	margin:0px;
	padding-bottom:50px;
	margin-top:-15px;
}
.lobby_menu li{
	float:left;
	margin-left:15px;
	text-transform:uppercase;
	
	
}
.lobby_menu, .lobby_menu a {
	color:#f9bb17;
	font-size:15px;
}

.lobby_menu a:hover {
	color:#ffffff;
}

#my_account {
	color:#fff283;
	border-bottom:1px solid #6c6d3f;
	padding:10px;
	margin-bottom:30px;
}
