* {
	margin: 0;
	padding: 0;
	font-family: arial;
}

body {
	background: url(images/bg.png) repeat-x;
	background-color: #ded5b3;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 292px;
	position: relative;
}

#header ul.lang {
	list-style-type: none;
	position: absolute;
	top: 9px;
	left: 7px;
}

#header ul.lang li {
	float: left;
	font-size: 12px;
	margin-right: 13px;
}

#header ul.lang a {
	color: #754d32;
	text-decoration: none;
}

#header ul.lang a:hover { text-decoration: underline; }

#header .login {
	position: absolute;
	top: 5px;
	right: 0px;
}

#header .login p {
	float: left;
	color: #857946;
	font-size: 12px;
	margin-right: 9px;
	margin-top: 5px;
}

#header .login p a {
	color: #795500;
	text-decoration: none;
	font-weight: bold;
}

#header .login p a.green { color: #3a6a00; }

#header .login p a:hover { text-decoration: underline; }

#header .login a.connect, #header .login a.authorize {
	display: block;
	float: left;
	width: 89px;
	height: 22px;
	background: url(images/connect.png) no-repeat;
}

#header .login a.authorize { width: 90px; margin-left: 7px; background: url(images/authorize.png) no-repeat; }

#header .cont {
	width: 990px;
	height: 257px;
	padding: 4px 4px 0px 4px;
	border-top: 1px solid #b1a05f;
	border-left: 1px solid #b1a05f;
	border-right: 1px solid #b1a05f;
	background-color: #ffffff;
	position: absolute;
	top: 30px;
	left: 0px;
}

#header .cont .top {
	width: 990px;
	height: 195px;
	position: relative;
	background: url(images/cont.png) repeat-x;
}

#header .cont .top a.logo {
	display: block;
	width: 166px;
	height: 168px;
	position: absolute;
	top: 1px;
	left: 10px;
	background: url(images/logo.png) no-repeat;
}

#header .cont .top .box {
	width: 811px;
	height: 190px;
	position: absolute;
	top: 5px;
	left: 174px;
	background: url(images/bar.png) no-repeat;
}

#header .cont .top .box .associations {
	width: 200px;
	position: absolute;
	top: 6px;
	left: 6px;
}

#header .cont .top .box .associations strong, #header .cont .top .box .leagues strong, #header .cont .top .box .competitions strong {
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#header .cont .top .box .associations ul {
	list-style-type: none;
	font-size: 12px;
	margin-left: 7px;
}

#header .cont .top .box .associations ul li {
	height: 20px;
}

#header .cont .top .box .associations ul a {
	color: #f39207;
	font-weight: bold;
	text-decoration: none;
}

#header .cont .top .box .associations ul a:hover { text-decoration: underline; }

#header .cont .top .box .leagues {
	width: 391px;
	position: absolute;
	top: 6px;
	left: 207px;
}

#header .cont .top .box .leagues ul {
	list-style-type: none;
	font-size: 12px;
	margin-left: 13px;
}

#header .cont .top .box .leagues ul li {
	float: left;
	width: 189px;
	height: 20px;
}

#header .cont .top .box .leagues ul a {
	color: #505050;
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}

#header .cont .top .box .leagues ul a img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .cont .top .box .leagues ul a:hover { text-decoration: underline; }

#header .cont .top .box .competitions {
	width: 218px;
	position: absolute;
	top: 6px;
	left: 593px;
}

#header .cont .top .box .competitions .scroller {
	width: 208px;
	height: 128px;
	background-color: #efebcb;
	margin: 12px 0px 6px 9px;
}

#header .cont .top .box .competitions .scroller a.prev, #header .cont .top .box .competitions .scroller a.next {
	display: block;
	float: left;
	width: 15px;
	height: 128px;
	background: url(images/arr_left.png) 2px 56px no-repeat;
	outline: none;
}

#header .cont .top .box .competitions .scroller a.next { background: url(images/arr_right.png) 3px 56px no-repeat; }

#header .cont .top .box .competitions .scroller .mid {
	float: left;
	width: 178px;
	height: 126px;
	margin-top: 1px;
	background-color: #ffffff;
	overflow: hidden;
}

#header .cont .top .box .competitions .scroller .mid .item {
	float: left;
	width: 178px;
	height: 126px;
	text-align: center;
	position: relative;
}

#header .cont .top .box .competitions .scroller .mid .item img {
	margin-top: 3px;
}

#header .cont .top .box .competitions .scroller .mid .item a {
	width: 172px;
	padding-top: 4px;
	border-top: 1px solid #cecec4;
	color: #c10710;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 92px;
	left: 3px;
}

#header .cont .top .box .competitions .scroller .mid .item .count {
	color: #aaaaa2;
	font-size: 9px;
	position: absolute;
	top: 2px;
	right: 4px;
}

#header .cont .top .box .competitions .scroller .mid .item a:hover { text-decoration: underline; }

#header .cont .top .box .competitions a.bookmark {
	display: block;
	width: 209px;
	height: 18px;
	background: url(images/bookmark.png) no-repeat;
	margin-left: 9px;
}

#header .cont .menu {
	width: 990px;
	height: 61px;
	margin-top: 1px;
	background: url(images/menu_bg.png) repeat-x;
	position: relative;
}

#header .cont .menu .left, #header .cont .menu .right {
	display: block;
	width: 5px;
	height: 61px;
	position: absolute;
	top: 0px;
}

#header .cont .menu .left { background: url(images/menu_left.png) no-repeat; left: 0px; }
#header .cont .menu .right { background: url(images/menu_right.png) no-repeat; right: 0px; }

#header .cont .menu .casino {
	width: 119px;
	height: 44px;
	padding: 2px 3px 0px 67px;
	background: url(images/casino.png) no-repeat;
	position: absolute;
	top: 8px;
	right: 9px;
}

#header .cont .menu .casino a {
	display: block;
	height: 14px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}

#header .cont .menu .casino a:hover { text-decoration: underline; }

#header .cont .menu .menu_top {
	position: absolute;
	top: 13px;
	left: 7px;
}

#header .cont .menu .menu_top a {
	display: block;
	float: left;
	color: #682800;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#header .cont .menu .menu_top .light { color: #cf8300; }

#header .cont .menu .menu_top .active {
	height: 22px;
	color: #922f00;
	background: url(images/item_bg.png) repeat-x;
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px 2px 0px 2px;
}

#header .cont .menu .menu_top .active_left, #header .cont .menu .menu_top .active_right {
	display: block;
	float: left;
	width: 3px;
	height: 27px;
	margin-top: -5px;
	background: url(images/item_left.png) no-repeat;
}

#header .cont .menu .menu_top .active_right { background: url(images/item_right.png) no-repeat; margin-right: 5px; }

#header .cont .menu .menu_top a:hover { text-decoration: underline; }

#header .cont .menu .menu_over {
	position: absolute;
	top: -23px;
	left: 7px;
}

#header .cont .menu .menu_over a {
	display: block;
	float: left;
	height: 16px;
	padding: 5px 5px 0px 5px;
	color: #4d4d4d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	margin-top: 2px;
	background: url(images/grey_bg.png) repeat-x;
}

#header .cont .menu .menu_over .grey_left, #header .cont .menu .menu_over .grey_right, #header .cont .menu .menu_over .homepage_left {
	display: block;
	float: left;
	width: 3px;
	height: 21px;
	margin-top: 2px;
	background: url(images/grey_left.png) no-repeat;
}

#header .cont .menu .menu_over .grey_right { background: url(images/grey_right.png) no-repeat; margin-right: 3px; }
#header .cont .menu .menu_over .homepage_left { width: 17px; background: url(images/homepage_left.png) no-repeat; }

#header .cont .menu .menu_over a.active {
	height: 26px;
	color: #7f5600;
	font-size: 13px;
	padding: 5px 4px 0px 4px;
	margin-top: 0px;
	background: url(images/active_bg.png) repeat-x;
	position: relative;
}

#header .cont .menu .menu_over a.active .arr {
	display: block;
	width: 5px;
	height: 3px;
	background: url(images/active_arr.png) no-repeat;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -3px;
}

#header .cont .menu .menu_over .active_left, #header .cont .menu .menu_over .active_right {
	display: block;
	float: left;
	width: 3px;
	height: 31px;
	background: url(images/active_left.png) no-repeat;
}

#header .cont .menu .menu_over .active_right { background: url(images/active_right.png) no-repeat; margin-right: 3px; }

#header .cont .menu .menu_over a:hover { text-decoration: underline; }

#header .cont .menu .submenu {
	position: absolute;
	top: 40px;
	left: 7px;
}

#header .cont .menu .submenu a {
	display: block;
	float: left;
	color: #fffec8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	margin-right: 8px;
	margin-left: 5px;
}

#header .cont .menu .submenu a.active {
	background-color: #e16201;
	height: 18px;
	padding: 3px 4px 0px 4px;
	margin-top: -3px;
	margin-left: 0px;
	margin-right: 4px;
}

#header .cont .menu .submenu a:hover { text-decoration: underline; }

#main {
	position: absolute;
	width: 1000px;
	top: 292px;
	left: 50%;
	margin-left: -500px;
}

#main .page {
	width: 990px;
	padding: 8px 4px 0px 4px;
	border-left: 1px solid #b1a05f;
	border-right: 1px solid #b1a05f;
	background-color: #ffffff;
	position: relative;
}

#main .page .left {
	float: left;
	width: 490px;
	margin-right: 10px;
}

#main .page .right {
	float: left;
	width: 490px;
}

#main .page .box {
	background-color: #f2f2f2;
	position: relative;
	margin-bottom: 7px;
}

#main .page .box .content {
	padding: 3px;
	border: 1px solid #d8d8d8;
	background-color: #f2f2f2;
}

#main .page .box .tl, #main .page .box .tr, #main .page .box .bl, #main .page .box .br {
	width: 3px;
	height: 3px;
	position: absolute;
	background: url(images/box_tl.png) no-repeat;
	z-index: 3;
}

#main .page .box .tl { background: url(images/box_tl.png) no-repeat; top: 0px; left: 0px; }
#main .page .box .tr { background: url(images/box_tr.png) no-repeat; top: 0px; right: 0px; }
#main .page .box .bl { background: url(images/box_bl.png) no-repeat; bottom: 0px; left: 0px; }
#main .page .box .br { background: url(images/box_br.png) no-repeat; bottom: 0px; right: 0px; }

#main .page .result {
	width: 479px;
	padding: 4px 0px 0px 3px;
	background-color: #ffffff;
	position: relative;
}

#main .page .result img.world {
	position: absolute;
	top: 0px;
	right: -1px;
}

#main .page .result h1 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-left: 1px;
	margin-bottom: 8px;
}

#main .page .result h1.blue { color: #163ca9; }
#main .page .result h1.purple { color: #a3277a; }
#main .page .result h1.green { color: #959300; }
#main .page .result h1.green2 { color: #0e9e26; }
#main .page .result h1.brown { color: #b16d00; }
#main .page .result h1.pink { color: #c6133e; }

#main .page .result ul.countries, #main .page .result ul.leagues {
	float: left;
	list-style-type: none;
}

#main .page .result ul.countries li, #main .page .result ul.leagues li {
	width: 254px;
	height: 22px;
	margin-bottom: 1px;
	border-bottom: 1px solid #e9e9e9;
}

#main .page .result ul.leagues li { width: 222px }

#main .page .result ul.countries li.head, #main .page .result ul.leagues li.head {
	width: 252px;
	height: 18px;
	padding-left: 2px;
	border-bottom: 1px solid #d2d2d2;
	color: #ff9600;
	font-size: 14px;
	font-weight: bold;
}

#main .page .result ul.leagues li.head { width: 220px; }

#main .page .result ul.countries li a, #main .page .result ul.leagues li a {
	display: block;
	width: 217px;
	height: 19px;
	padding: 2px 0px 0px 5px;
	color: #2f2f2f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	position: relative;
}

#main .page .result ul.countries li a img, #main .page .result ul.leagues li a img {
	position: absolute;
	top: 5px;
	right: 5px;
}

#main .page .result ul.countries li a:hover, #main .page .result ul.leagues li a:hover { background-color: #f0f0f0; }

#main .page .result ul.countries li.more, #main .page .result ul.leagues li.more {
	width: 220px;
	border: 0;
	padding-top: 3px;
}

#main .page .result ul.leagues li.more { width: 220px; }

#main .page .result ul.countries li.more a, #main .page .result ul.leagues li.more a {
	width: auto;
	float: right;
	color: #656150;
	font-size: 12px;
	padding-right: 10px;
	background: url(images/arr_more.png) right 8px no-repeat;
}

#main .page .result ul.countries li.more a:hover, #main .page .result ul.leagues li.more a:hover { text-decoration: underline; background-color: #ffffff; }

#main .page .result h2 {
	display: block;
	width: 476px;
	height: 21px;
	margin-top: 11px;
	padding-top: 4px;
	color: #ff9600;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
}

#main .page .result h2 .date {
	position: absolute;
	top: 5px;
	right: 3px;
	color: #525252;
	font-size: 12px;
	font-weight: bold;
}

#main .page .result .list .item, #main .page .result .list .item2 {
	width: 476px;
	height: 47px;
	position: relative;
	margin-bottom: 1px;
	background-color: #f8f8f8;
}

#main .page .result .list .item2 { background-color: #e9e9e9; }

#main .page .result .list a.league {
	display: block;
	width: 456px;
	color: #808080;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 2px;
	left: 10px;
}

#main .page .result .list .team1, #main .page .result .list .team2 {
	display: block;
	width: 205px;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 23px;
	left: 263px;
}

#main .page .result .list .team1 { text-align: right; left: 7px; }

#main .page .result .list .team1 a, #main .page .result .list .team2 a { text-decoration: none; }

#main .page .result .list a.blue { color: #163ca9; }
#main .page .result .list a.purple { color: #a32679; }
#main .page .result .list a.green { color: #949200; }
#main .page .result .list a.green2 { color: #0e9e26; }
#main .page .result .list a.brown { color: #b16d00; }
#main .page .result .list a.pink { color: #c6133e; }


#main .page .result .list .score {
	display: block;
	width: 42px;
	height: 19px;
	padding-top: 1px;
	background: url(images/score.png) no-repeat;
	position: absolute;
	top: 22px;
	left: 217px;
	color: #383838;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#main .page .result .list .item2 .score { background: url(images/score2.png) no-repeat; color: #ffffff; }

#main .page .result .list a.more {
	float: right;
	margin: 5px 5px 4px 0px;
	color: #656150;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	background: url(images/arr_more.png) right 6px no-repeat;
	text-decoration: none;
}

#main .page .result .list a:hover { text-decoration: underline; }

#main .page .ads {
	width: 982px;
	height: 78px;
	background-color: #ffffff;
}

#footer {
	width: 955px;
	height: 37px;
	margin-left: -4px;
	padding-left: 43px;
	padding-top: 14px;
	border-top: 4px solid #f5f5f5;
	background: url(images/copy.png) 8px 12px no-repeat;
	background-color: #ebebeb;
}

#footer p {
	color: #656565;
	font-size: 11px;
	line-height: 12px;
}

#footer p a {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
}

#footer p a:hover { text-decoration: underline; }