@charset "utf-8";
/* CSS Document */

/*--------------
		 Global
---------------*/
html {
	height:100%;
}

body {
	padding:0;
	margin:0; 
	border:0;
	height:100%;	
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height:14px;
	color:#bfcfab;
	background:#264800 url(../images/bg-main.gif) top center;
}

h1, h2 {
	font-size:14px;
	color:#edbe31;
	font-weight:bold;
	margin-bottom:10px;
}

a {
	color:#eec341;
}

.notice{
	color:#d0b728;
}


/*--------------
  Header
----------------*/
#headerWrap{
	height:348px;
	/*background:#534b42;*/
}
#header{
	width:1004px;
	margin:0 auto;
	height:348px;
	background:url(../images/bg-main.gif) top center;
}
/*
#headerWrapSub{
	height:356px;
}
#headerSub{
	width:1004px;
	margin:0 auto;
	height:356px;
}
*/

#topLinks{
	height:125px;
	background:url(../images/bg-header-t.gif) no-repeat left top;
}
#topLinks ul{
	float:left;
	padding:17px 0 0 231px;
}
#topLinks li{
	height:89px;
	float:left;
}
#topLinks li.callUs{
	background:url(../images/call-us.gif) no-repeat;
	width:237px;
	margin-right:8px;
}
#topLinks li.orderGame{
	background:url(../images/order-game.gif) no-repeat;
	width:238px;
}
#topLinks li.orderGame a{
	display:block;
	width:238px;
	height:89px;
}
#topLinks span{
	display:none;
}

#headerImg{
	height:161px;
	float:left;
	width:1004px;
	background:url(../images/bg-header-main.jpg) no-repeat;	
}

#headerImg a{
	display:block;
	width:220px;
	height:159px;
	margin:0 0 0 150px;	
}
#headerImg a span{
	display:none;
}

#mainNavigation{
	height:62px;
	width:1004px;
	background:url(../images/bg-header-menu-indx.gif) no-repeat;
	float:left;
}
/*
#mainNavigationSub{
	border:1pc solid #ff0;
	height:62px;
	width:1004px;
	background:url(../images/bg-header-menu-sub.gif) no-repeat;
	float:left;
}
*/

#mainNavigation ul{
	margin:7px 0 0 3px;
	height:48px;
	width:950px;

}

#mainNavigation li{
	float:left;
	height:16px;	
}
#mainNavigation li span{
	display:none;
}
#mainNavigation li a{
	display:block;
	height:16px;
}

#mainNavigation li.home a{
	width:80px;
	background:url(../images/m-main.gif);
	margin:0 6px 0 0;
	margin-bottom:16px
}

#mainNavigation li.home, #mainNavigation li.about,  #mainNavigation li.services, #mainNavigation li.price, #mainNavigation li.action, #mainNavigation li.order-game, #mainNavigation li.areas, #mainNavigation li.contacts {
	margin-bottom:16px
}

#mainNavigation li.about a{
	width:80px;
	background:url(../images/m-about.gif);
	margin:0 191px 0 0;
}


#mainNavigation li.services a{
	width:72px;
	background:url(../images/m-services.gif);
	margin:0 6px 0 0;
}

#mainNavigation li.price a{
	width:56px;
	background:url(../images/m-price.gif);
	margin:0 7px 0 0;
}

#mainNavigation li.action a{
	width:140px;
	background:url(../images/m-action.gif);
	margin:0 5px 0 0;
}

#mainNavigation li.order-game a{
	width:101px;
	background:url(../images/m-order-game.gif);
	margin:0 5px 0 0;
}

#mainNavigation li.areas a{
	width:94px;
	background:url(../images/m-areas.gif);
	margin:0 4px 0 0;
}

#mainNavigation li.contacts a{
	width:81px;
	background:url(../images/m-contacts.gif);
	margin:0 5px 0 0;
}

#mainNavigation li.players a{
	width:120px;
	background:url(../images/m-players.gif);
	margin:0 5px 0 356px;
}

*html #mainNavigation li.players a{
	margin:0 5px 0 270px;
}

#mainNavigation li.shop a{
	width:84px;
	background:url(../images/m-shop.gif);
	margin:0 6px 0 0;
}

#mainNavigation li.forum a{
	width:65px;
	background:url(../images/m-forum.gif);
	margin:0 6px 0 0;
}

#mainNavigation li.info a{
	width:119px;
	background:url(../images/m-info.gif);
	margin:0 6px 0 0;
}

#mainNavigation li.gallery a{
	width:76px;
	background:url(../images/m-gallery.gif);
	margin:0 6px 0 0;
}

#mainNavigation li a:hover{
	background-position:0 -16px;
}
#mainNavigation #actM a{
	background-position:0 -32px;
}
/*--------------
  Container
----------------*/	
#mainContainer {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position:relative;
	margin:0 auto;
	background:url(../images/bg-drop.gif) no-repeat 50% 348px;	
}	

#mainContainerSub {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position:relative;
	width:1004px;
	margin:0 auto;
	background:#162800 url(../images/bg-drop.gif) no-repeat 50% 348px;
}	

#mainWrap{	
}

#main{
	width:1004px;
	margin:0 auto;
	padding-bottom:88px;
	/*background:#162800;*/

}
#main:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
}	

#mainSub{
	width:1004px;
	margin:0 auto;
	background:#162800 url(../images/bg-sub-right.gif) repeat-y right;
	margin-bottom:88px;
	padding-bottom:98px;
}
#mainSub:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden;
}	

#subContent{
	margin:0 0 0 5px;
	background: url(../images/bg-sub-top.gif) no-repeat 229px 0;
	float:left;
	width:999px;	
}

	
/*--------------
  column Left
----------------*/
#columnLeft{
/*	background:#009966;*/
	float:left;
	width:228px;
	padding:0 0 0 4px;
/*	background:url(../images/bg-left-nav.gif) no-repeat left top;*/
}

#addInfo{
	background:url(../images/bg-news-content.gif) repeat-y;
	padding:0 0 10px 0;
	font-size:11px;
}
#addInfo .header{
	font-size:14px;
	font-weight:bold;
	color:#dee7d3;
	background:url(../images/bg_header_c.gif) no-repeat left top;
	height:49px;
	padding:0px 0 0 17px;
}
#addInfo .header span{
	font-size:11px;
	font-weight:bold;
	color:#edbe31;
	text-transform:uppercase;
}

#addInfo .form{
	padding:0 0 0 17px;
}

#addInfo .form .inputC{
	border:1px solid #000000;
	width:192px;
	margin-top:2px;
	margin-bottom:5px;
}

#news {
	background:url(../images/bg-news-content.gif) repeat-y;
	padding:0 0 10px 0;
	font-size:11px;
	margin:10px 0 0 0;
}
#news .header{
	font-size:14px;
	font-weight:bold;
	color:#dee7d3;
	background:url(../images/bg-header-news.gif) no-repeat left top;
	height:25px;
	padding:17px 0 0 60px;
}

#news .newsItem{
	padding:5px 10px 7px 12px;
}

#news .newsItem .date{
	color:#ffffff;
	font-weight:bold;
	padding:0 0 3px 0;
}
#news .newsItem .title a{
	color:#edbe31;
	font-weight:bold;
	padding:0 0 3px 0;
	display:block;
	text-decoration:none;
}
#news .newsItem .content a{
	color:#edbe31;
}

#news  .archive a{
	padding:12px 0 0 10px;
	color:#bfcfab;
	display:block;
	font-size:10px;
}

#weather {
	/*height:212px;*/
	background:url(../images/bg-weather.gif) ;
	margin:10px 0 25px 0;
}

#weather .header{
	color:#dee7d3;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 58px;
	background:url(../images/bg-weather-h.gif) no-repeat;
	height:43px;
}

#weather .content{
	padding:0px 10px 0 27px;
}

#weather .footer{
	height:24px;
	background:url(../images/bg-weather-f.gif) no-repeat;
}
#weather table{
	border-collapse:inherit;
}

#weather .gmtdtext{
	height:10px;
}

#weather table td{
	vertical-align:middle;
	padding:0;
	margin:0;

}

.gmtdttl{
	display:none;
}
.gmtbl {
	/*background-color: #ffffff; border: 1px solid #0000ff;*/
}
.gmtdttl {
	font-size: 100%; font-weight: bold;color: #ffffff; text-align:center;
}
.gmtdtext {
	font-size: 85%; font-weight: normal; color: #000000;text-align:center;
}


/*--------------
  column Left Eof
----------------*/


#center{
	/*background:#CCFF33;*/
	float:left;
	width:527px;
	margin:10px 11px 0 10px;	
}

#newProducts{
	margin:10px 0 0 0;
}

#newProducts .header{
	color:#dee7d3;
	font-weight:bold;
	font-size:14px;	
	height:23px;
	background:url(../images/bg-new-prod.gif) no-repeat;
	padding:10px 0 0 50px;
}
#ourFriends{
	background:url(../images/bg-drop-fr.gif) no-repeat 60px 0;
	float:left;
}
#ourFriends .header{
	color:#dee7d3;
	font-weight:bold;
	font-size:14px;	
	padding:15px 0 10px 8px;	
}

#ourFriends .friendItems{
	float:left;
	padding:0 0 30px 5px;
	width:522px;
	background:url(../images/bg-drop-fr.gif) no-repeat right bottom;
}
#ourFriends .friendItems img{
	border:1px solid #495d2e;
	margin:0 2px 0 0;
}
/*--------------
  column Right
----------------*/
#columnRight{
	/*background:#996633;*/
	width:224px;
	float:left;
	position:relative;
}

#rightNav{
	margin:7px 0 0 0;	
}

#rightNav li span{
	display:none;
}
#rightNav li{
	width:222px;
	height:114px;
	float:left;
	margin:0 0 7px 0;
}
#rightNav li.gamers{
	background:url(../images/gamers-db.gif) no-repeat;
}
#rightNav li.shop{
	background:url(../images/shop-db.gif) no-repeat;
}
#rightNav li.arenas{
	background:url(../images/arenas.gif) no-repeat;
}
#rightNav li a{
	width:222px;
	height:114px;
	display:block;
}

#forumLast{
	background:url(../images/bg-forum-mess-items.gif) repeat-y;	
	font-size:11px;
	float:left;
	padding-bottom:70px;
}
#forumLast .header{
	position:relative;
	height:20px;
	width:152px;
	background:url(../images/bg-forum-mess.gif) no-repeat;
	color:#dee7d3;
	font-weight:bold;
	font-size:14px;	
	padding:15px 0 10px 70px;	
}
#forumLast .items{
	padding:0 10px 0 10px;
}
#forumLast .items .item{
	position:relative;
	background:url(../images/bg-forum-mess-items-bott.gif) repeat-x bottom left;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}



/*--------------
  column Right Eof
----------------*/
/*--------
 Footer
-----------*/	

#footerWrap{
	position: absolute !important;
	width:1000px;
	z-index: 500 !important;
	position: relative;	
	left:50%;
	margin-left:-500px;
	margin-top: -88px;
	color: #534b42;	
	font-size: 11px;
	height:88px;
	
}
#footer{
	width:1000px;
	background:url(../images/bg-bottom.gif) repeat-x left top;
	height:88px;
}

#footerLogo{
	background:url(../images/logo-bottom.gif) no-repeat;
	width:93px;
	height:91px;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-450px;
}
#footerRight{
	background:url(../images/bottom-r.gif) no-repeat;
	width:222px;
	height:167px;
	position:absolute;
	bottom:8px;
	left:50%;
	margin-left:280px;
}
#footerRightSub{
	background:url(../images/bottom-r-sub.gif) no-repeat;
	width:222px;
	height:167px;
	position:absolute;
	bottom:8px;
	left:50%;
	margin-left:280px;
}


#footer #footerNav{
	padding:5px 0 0 235px;
	width:500px;	
	float:left;
}
#footer #footerNav ul{
	margin:10px 0 0 0;
	float:left;
}
#footer #footerNav li{
	float:left;
	color:#bfcfab;
	line-height:17px;
}

#footer #footerNav li a{
	padding:3px 8px 5px 8px;
	color:#86a55a;
	font-size:11px;
}
#footer #footerNav li a:hover, #footer #footerNav li a.act {
	color:#ffde00;
	text-decoration:none;
}
/*--------
 Footer EOF
-----------*/	



#newProducts .productItems{
	padding:10px 0 0px 8px;
	background:#1f3504;
}
#newProducts .productItems img{
/*	border:1px solid #475b2c;
	margin-right:5px;*/
}


.shopItem{
	width:127px;
	float:left;
	margin:0 0 10px 0;
}

.shopImg{
	width:116px;
	background:#ffffff;
	border:3px solid #faab00;
	text-align:center;
}

.shopDescr{
	text-align:center;
}

.shopDescr a{
	color:#fbe600;
	font-size:10px;
}

#newProducts .productItems{
	float:left;
	margin-bottom:0;
}