@import url(reset.css);
@import url(fancy.css);

/* =body
************************************************************** */

body {
	background: url(i/bg/noise.jpg) repeat;
	font: normal 75% Arial, Helvetica, sans-serif;
	color: #333;
}

/* =wrappers
************************************************************** */

#wrapper {
	background: url(i/bg/bg.jpg) no-repeat center 23px;
}

#wrapper-inner {
	background: url(i/bg/top-stripe.gif) repeat-x left top;
}

/* =site
************************************************************** */

#site {
	width: 980px;
	margin: 0 auto;
}

/* =masthead
************************************************************** */

#masthead {
	position: relative;
	height: 119px;
}

h1 {
	position: absolute;
	left: 13px;
	top: 46px;
	width: 307px;
	height: 53px;
	background: url(i/logo.png) no-repeat left top;
	text-indent: -1000em;
	z-index: 10;
}

h1 a {
	position: absolute;
	left: 0;
	top: 0;
	width: 307px;
	height: 53px;
}

#top {
	padding-top: 4px;
}

#top:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* =crumbs
************************************************************** */

#crumbs {
	list-style: none;
	float: left;
	font-size: 0.92em;
}

#crumbs li {
	display: inline;
	color: #413f3b;
}

#crumbs li a,
#crumbs li span {
	color: #6d6353;
}

#crumbs li a:hover {
	text-decoration: underline;
}

#crumbs li:before {
	content: '/ ';
}

#crumbs li:first-child:before {
	content: '';
}

/* =dashboard
************************************************************** */

#dashboard {
	float: right;
	list-style: none;
}

#dashboard li {
	display: inline;
	color: #413f3b;
	padding: 0 5px;
}

#dashboard li a:hover {
	text-decoration: underline;
}

#dashboard li:before {
	content: '| ';
	padding-right: 8px;
}

#dashboard li:first-child:before {
	content: '';
	padding-right: 0;
}

#dashboard li a {
	color: #d9c6a5;
}

#dashboard li a:hover {
	text-decoration: underline;
}

/* =content-1st
************************************************************** */

#content-1st {
	float: left;
	width: 129px;
	margin-right: 8px;
}

/* =content-2nd
************************************************************** */

#content-2nd {
	float: left;
	width: 843px;
}

/* =content-2nd-1
************************************************************** */

#content-2nd-1 {
	float: left;
	width: 476px;
	padding-left: 10px;
	margin-right: 27px;
}

/* =content-2nd-2
************************************************************** */

#content-2nd-2 {
	float: left;
	width: 330px;
}

#content-2nd-2-1 {
	float: left;
	width: 160px;
	margin-right: 10px;;
}

#content-2nd-2-2 {
	float: left;
	width: 160px;
}

/* =nav
************************************************************** */


/* =main
************************************************************** */

#main {

}

#main:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* =login-box
************************************************************** */

#login-box {
	margin-bottom: 23px;
}

#login-box h2 {
	margin-bottom: 6px;
}

#login-box .inner {
	height: 79px;
	padding-left: 10px;
	padding-top: 16px;
	background: url(i/login-box-bg.png) no-repeat left top;
}

#login-box .inner h3 {
	font-size: 0.92em;
	color: #fff;
	margin-bottom: 6px;
}

#login-box .inner h3 a {
	color: #fff;
}

#login-box .inner h3 a:hover {
	text-decoration: underline;
}

#login-box .inner .avatar {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

#login-box .inner .avatar img {
	float: left;
	width: 40px;
	height: 40px;
}

#login-box .inner .actions {
	margin-left: 49px;
	padding-top: 2px;
}

#login-box .inner .actions p {
	margin-bottom: 4px;
}

#login-box .inner .actions p a {
	font-size: 0.83em;
	color: #dbcdb6;
}

#login-box .inner .actions p a:hover {
	text-decoration: underline;
}

/* =menus
************************************************************** */

#menus {

}

#menus .nav {
	margin-bottom: 20px;
}

#menus .nav h2 {
	margin-bottom: 11px;
}

#menus .nav ul,
.menu-main {
	list-style: none;
}

#menus .nav ul li a,
.menu-main li a {
	display: block;
	height: 20px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 5px;
	color: #000;
	background: url(i/nav/nav-li-bg.png) no-repeat left top;
	font-size: 0.92em;
	text-transform: uppercase;
}

.menu-main li a {
	background-image: url(i/download/download-cat-bg.png);
}

#menus .nav ul li a:hover,
.menu-main li a:hover {
	background-position: left -25px;
	text-decoration: none;
}

#menus .nav ul li.selected a,
#menus .nav ul li.selected a:hover,
.menu-main li.selected a,
.menu-main li.selected a:hover {
	background-position: left -50px;
	color: #fff;
}

/* =box
************************************************************** */

.box {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}

#content-1st .box {
	background-image: url(i/box/brown/box-top.png);
}

#content-2nd .box {
	background-image: url(i/box/green/box-top.png);
}

#content-2nd-2-1 .box,
#content-2nd-2-2 .box {
	background-image: url(i/box/narrow-green/box-top.png);
}

.box .inner {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 14px 11px;
}

#content-1st .box .inner {
	background-image: url(i/box/brown/box-bottom.gif);
}

#content-2nd .box .inner {
	background-image: url(i/box/green/box-bottom.gif);
	color: #434d2a;
}

#content-2nd-2-1 .box .inner,
#content-2nd-2-2 .box .inner {
	background-image: url(i/box/narrow-green/box-bottom.gif);
	color: #434d2a;
}

#content-2nd-1 .box {
	background-image: url(i/box/special/box-top.png);
}

#content-2nd-1 .box .inner {
	background-image: url(i/box/special/box-bottom.png);
}

/* =partners
************************************************************** */

#partners {
	text-align: center;
}

#partners h2 {
	margin-bottom: 7px;
}

#partners p {
	padding: 7px 0;
}

/* =recommended
************************************************************** */

#recommended {
	text-align: center;
}

#recommended .inner {
	padding-left: 0;
	padding-right: 0;
}

#recommended h2 {
	margin-bottom: 7px;
	margin-left: 11px;
}

#recommended p {
	padding: 7px 0;
}

/* =quote-of-the-day
************************************************************** */

#quote-of-the-day .inner-wrapper {
	background: url(i/box/quotes.png) no-repeat right top;
}

#quote-of-the-day h2 {
	margin-bottom: 15px;
}

#quote-of-the-day p {
	font-style: italic;
	margin-right: 40px;
}

#quote-of-the-day p.hid {
	display: none;
}

/* =know-how
************************************************************** */

#know-how .inner-wrapper {
	background: url(i/box/q-mark.gif) no-repeat right top;
}

#know-how h2 {
	margin-top: -5px;
	margin-bottom: 15px;
	height: 22px;
}

#know-how p {
	margin-right: 40px;
}

/* =search
************************************************************** */

#search h2 {
	margin-bottom: 15px;
}

#search .fieldset:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#search .field {
	float: left;
	margin-right: 10px;
}

#search .field input {
	background-color: #ebf3e8;
	border: 1px #a8a999 solid;
	padding: 3px 5px;
	width: 219px;
}

/* =short-way
************************************************************** */

#short-way h2 {
	margin-bottom: 17px;
}

#short-way ul {
	list-style: none;
}

#short-way ul li {
	margin-bottom: 9px;
}

#short-way ul li a {
	display: block;
	padding-left: 36px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #434d2a;
}

#short-way ul li.game-server a {
	background-image: url(i/icons/short-way/game-server.png);
}

#short-way ul li.teamspeak a {
	background-image: url(i/icons/short-way/teamspeak.png);
}

#short-way ul li.map a {
	background-image: url(i/icons/short-way/map.png);
}

#short-way ul li.youtube a {
	background-image: url(i/icons/short-way/youtube.png);
	padding: 5px 0 5px 36px;
}

#short-way ul li.steam a {
	background-image: url(i/icons/short-way/steam.png);
	padding: 6px 0 6px 36px;
}

/* =links
************************************************************** */

#links h2 {
	margin-bottom: 17px;
}

#links ul {
	list-style: none;
}

#links ul li {
	margin-bottom: 10px;
}

#links ul li a {
	color: #434d2a;
}

/* =survey
************************************************************** */

#survey .inner {
	padding-left: 0;
	padding-right: 0;
}

#survey h2 {
	margin-bottom: 17px;
	margin-left: 10px;
}

#survey .question {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#survey ul {
	list-style: none;
	margin-bottom: 10px;
}

#survey ul li {
	padding: 10px;
}

#survey ul li.odd {
	background: url(i/survey/survey-odd-bg.png) repeat;
}

#survey ul li:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#survey ul li input {
	float: left;
	margin-left: 0;
}

#survey ul li span {
	display: block;
	margin-left: 20px;
	line-height: 1.4em;
}

#site #survey .button {
	width: 59px;
	margin: 0 auto;
	float: none;
}

#survey .results .perc {
	float: left;
	font-weight: bold;
	color: #434d2a;
}

#survey .results .bar {
	position: relative;
	bottom: -5px;
	margin-left: 33px;
	width: 107px;
	height: 7px;
	background-color: #ebf3e8;
}

#survey .results .bar .result-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 7px;
	background-color: #434d2a;
}

/* =gallery
************************************************************** */

#gallery h2 {
	margin-bottom: 17px;
}

#gallery ul {
	list-style: none;
}

#gallery ul li {
	text-align: center;
	margin-bottom: 10px;
}

#gallery ul li img {
	width: 140px;
}

/* =rotator
************************************************************** */

#rotator {
	position: relative;
	height: 191px;
	overflow: hidden;
	margin-bottom: 10px;
}

#rotator a {
	display: block;
	position: relative;
	height: 191px;
}

#rotator.rotating a {
	position: absolute;
	left: 0;
	top: 0;
	width: 476px;
	z-index: 1;
}

#rotator.rotating a.active {
	z-index: 2;
}

#rotator .info {
	display: block;
	position: absolute;
	left: 20px;
	top: 89px;
}

#rotator .line {
	display: block;
	margin-bottom: 10px;
}

#rotator .info .title {
	font-size: 2.08em;
	color: #fff;
	padding: 7px 10px;
	background: url(i/rotator/title-bg.png) repeat;
}

#rotator .info .date {
	font-size: 0.83em;
	color: #99968f;
	padding: 5px 10px;
	background: url(i/rotator/title-bg.png) repeat;
}

#rotator .rot-pager {
	position: absolute;
	right: 10px;
	bottom: 10px;
	list-style: none;
	z-index: 3;
}

#rotator .rot-pager:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#rotator .rot-pager li {
	float: left;
	margin-right: 10px;
}

#rotator .rot-pager li a {
	display: block;
	position: relative;
	width: 22px;
	height: 19px;
	font-size: 1.17em;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;;
	color: #000;
	background: url(i/rotator/rotator-page-bg.png) no-repeat left top;
	overflow: hidden;
}

#rotator .rot-pager li a:hover {
	text-decoration: none;
	background-position: left -22px;
}

#rotator .rot-pager li.selected a {
	color: #867c6a;
	background-position: left -22px;
}

#site .rotator li a.image {
	margin-bottom: -2px;
}

/* =news
************************************************************** */

#news-list {
	padding-bottom: 10px;
}

.news {
	padding: 0 10px 14px;
	border-bottom: 1px #bdbfb4 solid;
	margin-bottom: 10px;
}

.news .header {
	margin-bottom: 13px;
}

.news .header:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.news .header img {
	position: relative;
	float: left;
	bottom: -2px;
}

.news .header .title {
	margin-left: 45px;
}

.news .header .title h2 {
	font-size: 1.67em;
	color: #000;
	font-weight: normal;
}

.news .header .title h2 a {
	color: #000;
}

.news .header .title .date {
	font-size: 0.83em;
	color: #8b8474;
	text-transform: uppercase;
}

.news .body {
	margin-bottom: 20px;
}

.news .body:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.news .body img {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}

.news .body p {
	line-height: 1.4em;
}

.news .body p:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.news .body table img {
	float: none;
	margin: 0;
}

.news .news-footer {
	
}

.news .news-footer:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.news .news-footer .info {
	float: left;
	color: #8b8474;
	font-size: 0.92em;
}

.news .news-footer .info .author {
	font-weight: bold;
	color: #434d2a;
}

.news .news-footer .info .sep {
	margin: 0 10px;
}

.news .news-footer .info .comments {
	background: url(i/icons/comments.png) no-repeat left center;
	padding-left: 19px;
	color: #8b8474;
}

.news .news-footer .info .comments .quant {
	font-weight: bold;
	color: #434d2a;
}

.news .news-footer .more {
	float: right;
}

.news .news-footer .more a {
	padding-right: 22px;
	background: url(i/icons/right-arr.gif) no-repeat right center;
	color: #434d2a;
	font-weight: bold;
}

.news .news-gallery {
	list-style: none;
	padding-top: 10px;
}

.news .news-gallery:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.news .news-gallery li {
	float: left;
	width: 46%;
	text-align: center;
	overflow: hidden;
	height: 160px;
	margin: 0 1%;
}

/* =downlaod 
************************************************************** */

#download .dl-list {
	list-style: none;
	margin-bottom: 10px;
	border-top: 1px #bdc0b4 solid;;
}

#download .dl-list li {
	border-bottom: 1px #bdc0b4 solid;
}

#download .dl-list li a.download-el {
	display: block;
	padding: 20px 10px;
	text-decoration: none;
}

#download .dl-list li a.download-el span {
	cursor: pointer;
}

#download .dl-list li a.download-el .title {
	display: block;
	font-size: 1.67em;
	margin-bottom: 15px;
	color: #000;
}

#download .dl-list li a.download-el .description {
	display: block;
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #333;
}

#download .dl-list li a.download-el:hover {
	background: url(i/bg/noise-dark.jpg) repeat;
}

#download .dl-list li a.download-el ul {
	list-style: none;
	margin-left: 20px;
}

#download .dl-list li li {
	border: 0;
	padding: 0;
}

#download .dl-single-el {
	border-top: 1px #bdc0b4 solid;
	padding-top: 20px;
}

#download .dl-single-el h2 {
	font-size: 1.67em;
	margin-bottom: 15px;
	color: #000;
}

#download .dl-single-el .description {
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #333;
}

#download .dl-single-el h3 {
	margin-bottom: 17px;
}

#download .inner {
	position: relative;
}

#download .columns {
	margin-bottom: 4px;
}

#download .caption {
	float: left;
	width: 110px;
}

#download .dl-info {
	float: left;
	font-weight: bold;
}

#download .down {
	position: absolute;
	left: 315px;
	top: 27px;
	width: 74px;
	height: 30px;
	background: url(i/download/dl-arrow.gif) no-repeat center top;
	padding-top: 40px;
}

/* =search-results
************************************************************** */

#search-results {
	padding-top: 10px;
}

#search-results .results {
	list-style: none;
	margin-bottom: 10px;
	border-top: 1px #bdc0b4 solid;;
}

#search-results .results li {
	border-bottom: 1px #bdc0b4 solid;
	padding: 20px 10px;
}

#search-results .results li .title {
	display: block;
	font-size: 1.67em;
	margin-bottom: 15px;
	color: #000;
}

#search-results .results li .title a {
	color: #000;
}

#search-results .results li .title a:hover {
	text-decoration: underline;
}

#search-results .results li .description {
	display: block;
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #333;
}

#search-results form {
	margin-bottom: 20px;
}

#search-results .field {
	float: left;
	margin-right: 10px;
}

#search-results .field input {
	background-color: #ebf3e8;
	border: 1px #a8a999 solid;
	padding: 3px 5px;
	width: 219px;
}

/* =gallery
************************************************************** */

#galleries {
	list-style: none;
}

#galleries li {
	padding: 20px 10px;
	border-bottom: 1px #bec0b5 solid;
}

#galleries li:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#galleries li .set {
	display: block;
	position: relative;
	padding-top: 7px;
	padding-left: 6px;
	float: left;
	width: 116px;
	height: 107px;
	background: url(i/gallery/gallery-set-bg.png) no-repeat left top;
	text-decoration: none;
}

#galleries li .set .quant {
	display: block;
	position: absolute;
	top: 18px;
	left: 6px;
	width: 103px;
	height: 12px;
	background: url(i/gallery/quant-bg.png) repeat;
	padding-bottom: 7px;
	padding-top: 4px;
	padding-right: 7px;
	color: #fff;
	text-align: right;
}

#galleries li .info {
	margin-left: 140px;
}

#galleries li .info h3 {
	font-size: 1.32em;
	margin-bottom: 15px;
}

#gallery-list h2 {
	color: #000;
	font-size: 1.67em;
	margin-bottom: 15px;
}

#galleries h3 {
	color: #000;
}

#galleries h3 a {
	color: #000;
}

#galleries .author {
	font-weight: bold;
	color: #000;
}

#gallery-list .gallery-elements {
	list-style: none;
}

#gallery-list .gallery-elements li {
	float: left;
	width: 50%;
	height: 160px;
	text-align: center;
}

#gallery-list .gallery-elements li span {
	display: block;
}

#gallery-list .gallery-elements li .pic {
	margin-bottom: 5px;
}

#gallery-list .gallery-elements li .description {
	color: #333;
}

/* =static-page
************************************************************** */

#static-page h2 {
	font-size: 1.67em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

#static-page p {
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

/* =panes
************************************************************** */

#panes {
	margin-bottom: 10px;
}

#panes .tabs {
	list-style: none;
}

#panes .tabs:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#panes .tabs li {
	float: left;
}

#panes .tabs li a {
	display: block;
	height: 43px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -1000em;
}

#panes .tabs li.selected a {
	background-position: left -43px;
}

#panes .tabs li.download a {
	background-image: url(i/panes/download.png);
	width: 103px;
}

#panes .tabs li.gallery a {
	background-image: url(i/panes/gallery.png);
	width: 85px;
}

#panes .tabs li.video a {
	background-image: url(i/panes/video.png);
	width: 66px;
}

#panes .tabs li.aa3 a {
	background-image: url(i/panes/aa3.png);
	width: 76px;
}

#panes .panes,
#panes .panes ul{
	list-style: none;
}

#panes .panes {
	background: url(i/panes/pane-bg.png) no-repeat left bottom;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 260px;
	position: relative;
}

#panes .panes li {
	display: none;
}

#panes .panes li.active {
	display: block;
}

#panes .panes ul li {
	display: block;
}

#panes .panes ul li a {
	display: block;
	height: 22px;
	overflow: hidden;
	color: #434d2a;
	padding-left: 24px;
	padding-top: 4px;
	text-decoration: none;
	background: url(i/panes/panes-li-bg.png) no-repeat left top;
}

#panes .panes ul li a:hover {
	background-position: left -26px;
	color: #fff;
}

#panes-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px auto auto -12px;
	width: 24px;
	height: 24px;
}

/* =pager
************************************************************** */

.pager {
	list-style: none;
	padding: 10px 0;
}

#news-list .pager {
	padding-left: 10px;
	padding-top: 10px;
}

.pager:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.pager li {
	float: left;
	margin-right: 8px;
}

.pager li a,
.pager li span {
	display: block;
	width: 22px;
	height: 19px;
	overflow: hidden;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	padding-top: 3px;
	background: url(i/pager-li-bg.png) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
}

.pager li a:hover,
.pager li.selected a,
.pager li.selected span {
	background-position: left -22px;
	color: #322c1e;
}

/* =footer
************************************************************** */

#footer {
	padding: 40px 0 115px;
	background: #18150e url(i/footer/footer-bg.jpg) repeat-x left top;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
	
}

#bottom {
	padding: 13px 12px 0;
	border-top: 1px #423f36 solid;
}

#bottom:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#bottom,
#bottom a {
	color: #57544d;
}

#bottom a:hover {
	text-decoration: underline;
}

#copy {
	float: left;
}

#author {
	float: right;
}

#footer-boxes {
	margin-bottom: 40px;
	padding: 0 12px;
}

#footer-boxes:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#footer-boxes .footer-box {
	float: left;
	width: 209px;
	margin-right: 30px;
}

#footer-boxes .footer-box.last {
	margin-right: 0;
}

#footer-boxes .footer-box h2 {
	margin-bottom: 25px;
}

#footer-boxes .footer-box p {
	color: #84857a;
	line-height: 1.6em;
}

/* =msg-error
************************************************************** */

#site .box.msg-error {
	background-image: url(i/box/error/box-top.png);
	color: #434d2a;
}

#site .box.msg-error h2 {
	margin-bottom: 17px;
}

#site .box.msg-error a {
	color: #434d2a;
	font-weight: bold;
}

#site .box.msg-error a:hover {
	text-decoration: underline;
}

#site .box.msg-error .inner {
	background-image: url(i/box/error/box-bottom.gif);
}

#site .box.msg-error .inner .inner-wrapper {
	background: url(i/box/error/stop.png) no-repeat right top ;
}

/* =general
************************************************************** */

a {
	color: #5378c5;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.semantic {
	display: none;
}

.columns:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.center-el {
	text-align: center;
}

/* =banners
************************************************************** */

.banner-rectangle {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	border: 2px #fff solid;
	margin-bottom: 10px;
}

#top-banners {
	padding-bottom: 10px;
	border-bottom: 1px #BDBFB4 solid;
	margin-bottom: 20px;
}

#top-banners .top-banner {
	width: 468px;
	height: 60px;
	margin: 0 auto;
}

.skyscraper {
	width: 120px;
	height: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#billboard {
	padding-top: 5px;
	background-color: #000;
}

#billboard .inner {
	width: 750px;
	margin: 0 auto;
}

/* =headers
************************************************************** */

.img {
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
}

h2.img,
h3.img,
h4.img {
	text-indent: -1000em;
}

#login-box h2 {
	background-image: url(i/headers/profil.png);
}

.aasf h2.img {
	background-image: url(i/headers/aasf.png);
}

.aa30 h2.img {
	background-image: url(i/headers/aa30.png);
}

.about h2.img {
	background-image: url(i/headers/ostronie.png);
}

#partners h2.img {
	background-image: url(i/headers/partnerzy.png);
}

#recommended h2.img {
	background-image: url(i/headers/polecamy.png);
}

#quote-of-the-day h2.img {
	background-image: url(i/headers/cytat_dnia.png);
}

#know-how h2.img {
	background-image: url(i/headers/czy_wiesz_ze.png);
}

#search h2.img {
	background-image: url(i/headers/szukaj_na_stronie.png);
}

#short-way h2.img {
	background-image: url(i/headers/na_skroty.png);
}

#links h2.img {
	background-image: url(i/headers/linki.png);
}

#survey h2.img {
	background-image: url(i/headers/ankieta.png);
}

#gallery h2.img {
	background-image: url(i/headers/galeria.png);
}

#f-servers h2.img {
	background-image: url(i/headers/serwery.png);
}

#f-clans h2.img {
	background-image: url(i/headers/klany.png);
}

#f-achievements h2.img {
	background-image: url(i/headers/osiagniecia.png);
	height: 18px;
}

#f-video h2.img {
	background-image: url(i/headers/video.png);
}

#download .box h3.img {
	background-image: url(i/headers/download.png);
}

.box.msg-error h2.img {
	background-image: url(i/headers/uwaga.png);
}

/* =buttons
************************************************************** */

.btn.space {
	margin-bottom: 10px;
}

.btn:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#site .button {
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 3px 10px;
	background: url(i/buttons/button.png) repeat;
	text-decoration: none;
}

/* =sizes
************************************************************** */

 .size0 { display: none;}
 .size1 { width: 1%;}   .size2 { width: 2%;}  .size3 { width: 3%;}    .size4 { width: 4%;}
 .size5 { width: 5%;}   .size6 { width: 6%;}  .size7 { width: 7%;}    .size8 { width: 8%;}
 .size9 { width: 9%;}  .size10 { width: 10%;} .size11 { width: 11%;} .size12 { width: 12%;}
.size13 { width: 13%;} .size14 { width: 14%;} .size15 { width: 15%;} .size16 { width: 16%;}
.size17 { width: 17%;} .size18 { width: 18%;} .size19 { width: 19%;} .size20 { width: 20%;}
.size21 { width: 21%;} .size22 { width: 22%;} .size23 { width: 23%;} .size24 { width: 24%;}
.size25 { width: 25%;} .size26 { width: 26%;} .size27 { width: 27%;} .size28 { width: 28%;}
.size29 { width: 29%;} .size30 { width: 30%;} .size31 { width: 31%;} .size32 { width: 32%;}
.size33 { width: 33%;} .size34 { width: 34%;} .size35 { width: 35%;} .size36 { width: 36%;}
.size37 { width: 37%;} .size38 { width: 38%;} .size39 { width: 39%;} .size40 { width: 40%;}
.size41 { width: 41%;} .size42 { width: 42%;} .size43 { width: 43%;} .size44 { width: 44%;}
.size45 { width: 45%;} .size46 { width: 46%;} .size47 { width: 47%;} .size48 { width: 48%;}
.size49 { width: 49%;} .size50 { width: 50%;} .size51 { width: 51%;} .size52 { width: 52%;}
.size53 { width: 53%;} .size54 { width: 54%;} .size55 { width: 55%;} .size56 { width: 56%;}
.size57 { width: 57%;} .size58 { width: 58%;} .size59 { width: 59%;} .size60 { width: 60%;}
.size61 { width: 61%;} .size62 { width: 62%;} .size63 { width: 63%;} .size64 { width: 64%;}
.size65 { width: 65%;} .size66 { width: 66%;} .size67 { width: 67%;} .size68 { width: 68%;}
.size69 { width: 69%;} .size70 { width: 70%;} .size71 { width: 71%;} .size72 { width: 72%;}
.size73 { width: 73%;} .size74 { width: 74%;} .size75 { width: 75%;} .size76 { width: 76%;}
.size77 { width: 77%;} .size78 { width: 78%;} .size79 { width: 79%;} .size80 { width: 80%;}
.size81 { width: 81%;} .size82 { width: 82%;} .size83 { width: 83%;} .size84 { width: 84%;}
.size85 { width: 85%;} .size86 { width: 86%;} .size87 { width: 87%;} .size88 { width: 88%;}
.size89 { width: 89%;} .size90 { width: 90%;} .size91 { width: 91%;} .size92 { width: 92%;}
.size93 { width: 93%;} .size94 { width: 94%;} .size95 { width: 95%;} .size96 { width: 96%;}
.size97 { width: 97%;} .size98 { width: 98%;} .size99 { width: 99%;} .size100 { width: 100%;}
