* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

img {border: 0;}
a {text-decoration: none; color:black;}

button { 
background: #A13A3A; 
padding: 7px 14px; 
font-size: 12px; 
font-weight: bold;
color: #FFFFFF; 
text-align: center;
border: solid 1px #761414;
cursor: pointer; 
}

button:hover {
background: #761414;
border: solid 1px #A13A3A;
}

body {
	font: 13px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
    background-color: #7b7b7b;
}
.wrapper {
	width: 1012px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background-color: white;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 204px;
    margin: 0 20px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	/*width: 100%;*/
    margin: 0 20px;
	padding: 0 0 102px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 270px 20px 0;
	text-align: justify;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 0px;
	margin-left: 0px;
	position: relative;
	/*background: #FFACAA;*/
        DISPLAY: none;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1012px;
	margin: -102px auto 0;
	height: 102px;
	/*background: #BFF08E;*/
	position: relative;
}

.world_associations {
    color: #FF0000;
    display: block;
    font-weight: bold;
    font-size: 14px;
}


.world_associations li {
    border-right: 1px solid #FF0000;
    display: inline;
    list-style: none outside none;
    padding: 0 5px;
}

.logo {
    display: block;
    float: left;
    margin-top: 24px;
}


.search-text {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    /*border: medium none !important;*/
    color: #C1C1C1 !important;
    display: block !important;
    float: left !important;
    font-style: normal !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    width: 130px;
    border: 1px solid #B0B0B0;
}

.search-form {
    height: 30px;
}

.search-submit {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url("../images/search-submit.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    height: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 35px;
}

.search_box {
    float: left;
    margin-top: 24px;
}

.associations_box {
    float: left;
    margin: 24px 8px 0;
    overflow: hidden;
    width: 422px;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.top_menu .list_menu {
    display: block;
    position: absolute;
    white-space: nowrap;
}

.top_menu .list_menu > li {
    border-left: 1px solid #a13a3a;
    border-right: 1px solid #761414;
    list-style: none outside none;
    padding: 0 20px;
    display: block;
    float: left;
}

.top_menu a {
    color: white;
}
.top_menu {
    background-color: #630505;
    /*margin-top: 12px;*/
}
.top_menu .list_menu {
    line-height: 33px;
    font-weight: bold;
    font-size: 17px;
    color: white;
    /* fallback */
    background-color: #630505;
    background: url(../images/topmenubg.png);
    background-repeat: repeat-x;
    text-align: center;
    text-transform: uppercase;

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9a0507), to(#6c1411));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #9a0507, #6c1411);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #9a0507, #6c1411);

    /* IE 10 */
    background: -ms-linear-gradient(top, #9a0507, #6c1411);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #9a0507, #6c1411);
}

.tournament_service {
    padding-top: 10px;
}

.top_menu .list_menu .contact_menu {
    border-left: 1px solid #A13A3A;
    border-right: none;
}

.world_associations .last_element, .submenu .last_element {
    border: 0;
}


.submenu {
    border-bottom: 1px solid #761414;
    border-left: 1px solid #761414;
    color: #808080;
    float: left;
    position: absolute;
    line-height: 28px;
    margin-left: -21px;
    display: block;
}

.submenu a{
    color: #808080;
}
.submenu .active a{
    color: #761414;
}
/*
.associations{
    margin-left: 153px;
}
*/
.submenu > li {
    display: inline;
    list-style: none outside none;
    border-right: 1px solid #a13a3a;
    padding: 0 20px;
    font-size: 12px;
}

.top_menu .list_menu .home_menu,  .top_menu .list_menu .contact_menu{
    padding: 0 14px;
}

.home_menu img, .contact_menu img{
    height: 22px;
    vertical-align: middle;
    width: 25px;
}

.top_menu .list_menu > li:hover {
     background: #761414;
}

.top_menu .list_menu > li:active {
    background: #761414;
}
.top_menu .list_menu > li.active {
    background: #761414;
}
.top_menu .list_menu > li.sfHover {
    background: #761414;
}

.newsimage {
    border: 4px solid #F0F0F0;
	width: 165px;
	height: auto;
    float: left;
    margin-bottom: 12px;
    margin-right: 16px;
}

.newsdate {
    color: #888888;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
}

.small_news h1 {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
}

.small_news p {
    text-align: justify;
	margin-top: 6px;
}

.readnews {
    font-weight: bold;
    text-align: right;
}

.readnews a {
    color: #9a0507;
}

.readnews a:hover {
    color: #630505;
}

.preview_group {
    float: left;
    width: 341px;
}

.preview_group_title {
    text-transform: uppercase;
    font-weight: bold;
    color: #7b7b7b;
    margin-bottom: 12px;
    margin-top: 16px;
}

.preview_group_title span{
    color: #9a0507;
}
.preview_group_title h2{
    display:inline-block; color:#9a0507;
}

.preview_news {
    float: left;
    width: 160px;
}


.small_news {
    margin-bottom: 30px;
	padding-bottom: 50px;
}
.champions {text-align:center} /* margin:20px 0; */
.champions li {
    /*background: none repeat scroll 0 0 #808080;*/
    float: left;
    /*display:inline-block;*/
    list-style: none outside none;
    margin-right: 16px;
	margin-bottom:20px;
    width: 148px;
    max-width: 148px;
	vertical-align:top;
}
.champions li:last-child {
    margin: 0;
    padding: 0;
}
.champions li img {
    max-width: 143px;
	max-height: 143px;
}
.champions p {
    color: #7b7b7b;
}


a:hover .player_name {
    text-decoration:underline;
}

.player_name {
	font-size: 11px;
    color: #9a0507;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}






.topline {
    margin: 0 20px;
    border-top: 3px solid #761414;
}
.footer_menu {
    text-align: center;
    margin-top: 16px;
}
.footer_menu li {
    list-style: none;
    display: inline;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #7b7b7b;

}

.footer_menu .last_element {
    padding-right: 0;
    border-right: none;
}

.footer_menu a {
    color: #7b7b7b;
}

.copy {
    text-align: center;
    color: #7b7b7b;
    margin-top: 10px;
}


.left_column {margin-right: 20px;}

.preview_news img {
    border: 4px solid #F0F0F0;
	width: 144px;
}
.preview_news p {
    color: #7b7b7b;
}

.archiv_news_list {
    margin-top: 20px;
	border-top: 3px solid #761414;
	margin-bottom: 20px;
}

.pageNav {
   margin-bottom: 8px;
   margin-top: 16px;
}

/*
.content > h1 {
     margin-bottom: 10px;
}
*/

.content > h1 {
    border-bottom: 1px solid #761414;
    color: #7B7B7B;
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 4px;
    text-transform: uppercase;

}

.content > h1 span {
	color: #9A0507;
}

.preview_group_title.rules_group {
    border-bottom: 1px solid #761414;
    font-size: 14px;
    padding-bottom: 4px;
}

.preview_group_title.rules_group a {
 color:#7B7B7B;
}

.small_news.rules_article {
    margin-left: 20px;
}

.small_news.rules_article h2 {
    font-size: 14px;
}

.element_menu.gamers .submenu {
	border-left: none;
    border-right: 1px solid #761414;
    left: 184px;
}

.element_menu.rules .submenu {
	border-left: none;
    border-right: 1px solid #761414;
    left: 378px;
}

.element_menu.clubs .submenu {
	border-left: none;
    border-right: 1px solid #761414;
    left: 555px;
}

.contact_form {
margin-top: 20px;
}

.contact_form input {
    border: 1px solid #B0B0B0;
    padding: 3px 5px;
    width: 350px;
}

.contact_form textarea {
    border: 1px solid #B0B0B0;
    padding: 3px 5px;
    width: 350px;
	height: 100px;
}

.contact_form .main {
    font-weight: bold;
    width: 86px;
}


#services_frm > div {
    text-align: right;
    width: 452px;
}


.small_news.rules_article > p {
    margin-top: 8px;
}
.mrgleft20 {
margin-left:20px;
}

.preview_group_title a {
    color: #7B7B7B;
}

.sponsors {
    height: 229px;
    position: relative !important;
    text-align: center;
    top: -10px;
}
.justifyfull {
    text-align: justify;
}
li.about {
    padding-left: 10px;
	padding-top: 5px;
}