@CHARSET "UTF-8";  
ul, h1,h2, h3, h4, div
{
	font-family:Trebuchet MS;
}
h1
{
	font-size:50px;
	margin:0px;
}
h2
{
	font-size:24px;
	margin:10px 0 0 50px;
	color:#494949;
}
h3, h3 a
{
	font-size:18px;
	padding:0 0 8px 10px;
	color:#000;
	text-decoration:none;
}
body
{
	background-color:#BBB;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px none;  
	font-family:inherit;  
	font-size: 100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:baseline;
	background: url('../img/fon.jpg') repeat 50% 0px;
}
#head
{
	height:65px;
	padding:25px 0px 10px;
}
.hidden
{
	display:none;
}
.main_page_content
{
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	height:100%;
	background: url('../img/perfect_world-26_1.jpg') no-repeat 50% 50%;
	opacity:0.3;
	text-align:center;
	z-index:1;
}
.over_menu
{
	width:465px;
	height:52px;
	margin:0 auto;
	background: url('../img/top_menu_fon.png') repeat-x;
}
.under_menu
{
	width:465px;
	height:17px;
	margin:0 auto;
	background: url('../img/bottom_menu_fon.png') repeat-x;
}
/*Верхнее навигационное меню*/
#mainMenu
{
	margin:0 auto;
	width:500px;
	height:30px;
}
#mainMenu ul#topnav 
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	font-size: 15px;
	clear: both;
	float: left;
	width: 100%;
}

#mainMenu ul#topnav li
{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:30px;
}

#mainMenu ul#topnav a, #mainMenu ul#topnav span 
{
	padding: 5px 10px; 
	font-weight:bold;
	float: left; 
	text-decoration: none; 
	color: #51504F;
	/*text-transform: uppercase;*/
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #BAA586 url('../img/buttonBack.gif') repeat-x 0% 0%;
}

#mainMenu ul#topnav a 
{
	color: #FFF;
	background: #BAA586 url('../img/buttonBackI.gif') repeat-x 0% 0%;
}
#mainMenu ul#topnav span 
{
	display: none;
}
#mainMenu ul#topnav .selected span 
{
	color: #FFF;
}
/*Основная часть*/
#container{  
	width:1024px;
	height:510px;
	margin:0 auto;
} 
#container #menu 
{
	height:27px;
}
#container ul{  
    list-style: none;  
    list-style-position: outside;
	z-index:3;
	padding-bottom:15px;
}  
#container ul.menu li{  
    float: left;  
    margin-right: 5px;  
    margin-bottom: -1px;  
}  
#container ul.menu li{
	background: #BAA586 url('../img/buttonBack.gif') repeat-x 0% 0%;
	color:#51504f;
	font-family:Trebuchet MS;
    font-weight: bold;  
    display: block;  
    padding: 2px 5px 2px 5px;  
    /*background: #efefef;  */
    margin-bottom: -1px;  
    border: 1px solid #d0ccc9;  
    border-width: 1px 1px 0px 1px;  
    position: relative;  
    cursor: pointer;  
}  
#container ul.menu li.active{  
    /*background: #fff;  */
    top: 1px;  
    border-bottom: 0;  
    color: #fff;  
}  
/******* /MENU *******/  
/******* CONTENT *******/  
.all{
	border: 1px solid #d0ccc9;
	text-align: left;
    padding: 10px 0 20px 0;   
    font-size: 11px; 
	background: url('../img/fon_1.jpg');
	width:1024px;
	height:520px;
}
.content{   
    overflow:auto;
	width:850px;
	height:520px;
	color:#000;
	float:left;
}
.content h1{  
    line-height: 1em;  
    vertical-align: middle;  
    height: 48px;  
    padding: 10px 10px 10px 52px;  
    font-size: 32px;  
}  
/******* /CONTENT *******/  
/******* NEWS *******/  
.content.news h1{  
    background: transparent url(images/news.jpg) no-repeat scroll left top;  
	
}  
.content .tab0{  
    display: block;
}  
.content.tab1, .content.tab2, .content.tab3, .content.tab4, .content.tab5,
.content.tab6, .content.tab7, .content.tab8, .content.tab9, .content.tab10
{  
    display: none;  
}  
.content div
{
	font-size:14px;
	margin:10px 20px 5px;
	padding-left:25px;
	line-height: 1.5;
	cursor:pointer;
	text-align:justify;
}
.content div:hover
{
	color:#494949;
}
.all .closeAdvert
{
	margin-left:860px;
	padding-right:20px;
	height:16px;
	background: url('../img/close.png') no-repeat 100% 0%;
	text-align: right;
	cursor:pointer;
	color:#000;
}
.all .advertising 
{
	margin:0 0 10px 880px;
	height:505px;
}
.content .splitter
{
	height:1px;
	border-bottom:1px solid #AAA;
	margin-left: 40px;
}
.text:hover
{
	color:#000;
}
.text .gameLink
{
	font-size:16px;
	color:#000;
	text-decoration:none;
}
.text .gameLink:hover
{
	font-size:16px;
	color:#494949;
	text-decoration:underline;
}