* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a, input, button, textarea {
	outline: none;
}

input[type="submit"]:hover, button:hover {
	cursor: pointer;
}

div.block_content {
	width: 1000px;
	margin: 0 auto;
}

div.clear {
	clear: both;
	overflow: hidden;
}

body {
	background:#000 url("img/body.jpg") center top repeat;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

div#sitebar {
	background: url("img/sitebar.png") center repeat-x;
	color: #71757c;
	height: 30px;
	overflow: hidden;
}

#sitebar nav {
	font-size: 14px;
	line-height: 31px;
	float: left;
}

#sitebar ul {
	list-style-type: none;
}

#sitebar ul li:nth-child(1) {
	margin-left: 0;
}

#sitebar ul li {
	background: url("img/sitebar_dots.png") right center no-repeat;
	padding-right: 21px;
	float: left;
	margin-left: 19px;
}

#sitebar ul li:last-child {
	background: transparent;
}

#sitebar nav a {
	color: #71757c;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#sitebar nav a:hover {
	color: #ff4525;
}

div#main {
	background: none;
}
.body-index div#main {
	background: url("img/main1.png") center top no-repeat;
}


#main .block_content {
	padding-bottom: 40px;
}

div#header {
	padding-top: 18px;
	padding-bottom: 20px;
}
.body-index div#header {
	padding-bottom: 0;
}


a#header_logo {
	background: url("img/header_logo.png") center no-repeat;
	display: inline-block;
	width: 210px;
	height: 46px;
	float: left;
}

div#header_auth {
	background: url("img/header_auth.png") center no-repeat;
	width: 652px;
	height: 46px;
	padding: 7px 7px 0px 17px;
	float: left;
	margin-left: 138px;
}

#header_auth span {
	color: #b6bcc5;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	float: left;
}

ul#social_auth {
	list-style-type: none;
	float: left;
	padding-right: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

#social_auth li {
	float: left;
	margin-left: 5px;
}

#social_auth li:nth-child(1) {
	margin-left: 0;
}

#social_auth a {
	display: inline-block;
}

#social_auth li:nth-child(1) a {
	background: url("img/social_auth1.png") center no-repeat;
	width: 30px;
	height: 32px;
}

#social_auth li:nth-child(1) a:hover {
	background: url("img/social_auth1_hover.png") center no-repeat;
}

#social_auth li:nth-child(2) a {
	background: url("img/social_auth2.png") center no-repeat;
	width: 30px;
	height: 32px;
}

#social_auth li:nth-child(2) a:hover {
	background: url("img/social_auth2_hover.png") center no-repeat;
}

#social_auth li:nth-child(3) a {
	background: url("img/social_auth3.png") center no-repeat;
	width: 30px;
	height: 32px;
}

#social_auth li:nth-child(3) a:hover {
	background: url("img/social_auth3_hover.png") center no-repeat;
}

#social_auth li:nth-child(4) a {
	background: url("img/social_auth4.png") center no-repeat;
	width: 30px;
	height: 32px;
}

#social_auth li:nth-child(4) a:hover {
	background: url("img/social_auth4_hover.png") center no-repeat;
}

#social_auth li:nth-child(5) a {
	background: url("img/social_auth5.png") center no-repeat;
	width: 30px;
	height: 32px;
}

#social_auth li:nth-child(5) a:hover {
	background: url("img/social_auth5_hover.png") center no-repeat;
}

#social_auth li:nth-child(6) a {
	background: url("img/social_auth6.png") center no-repeat;
	width: 30px;
	height: 32px;
}

#social_auth li:nth-child(6) a:hover {
	background: url("img/social_auth6_hover.png") center no-repeat;
}

a#header_login {
	background: url("img/header_login.png") center no-repeat;
	display: inline-block;
	width: 100px;
	height: 32px;
	float: left;
	margin-right: 10px;
}

#header_login:hover {
	background: url("img/hl_hover.png") center no-repeat;
}

a#header_reg {
	background: url("img/header_reg.png") center no-repeat;
	display: inline-block;
	width: 156px;
	height: 32px;
}

#header_reg:hover {
	background: url("img/hr_hover.png") center no-repeat;
}

div#banners {
	text-align: right;
    height: 256px;
    overflow: hidden;
    position: relative;
}

div.banners {
	padding: 139px 143px 0 0;
}

#banners .reg_button {
	background: url("img/reg_button.png") center no-repeat;
	display: inline-block;
	width: 265px;
	height: 64px;
}

#banners .reg_button:hover {
	background: url("img/rb_hover.png") center no-repeat;
}

a#left_arrow {
	background: url("img/left_arrow.png") center no-repeat;
	display: inline-block;
	width: 29px;
	height: 123px;
	position: absolute;
	top: 66px;
    left: -1px;
}

#left_arrow:hover {
	background: url("img/left_arrow_hover.png") center no-repeat;
}

a#right_arrow {
	background: url("img/right_arrow.png") center no-repeat;
	display: inline-block;
	width: 29px;
	height: 123px;
	position: absolute;
	top: 66px;
	right: 0;
}

#right_arrow:hover {
	background: url("img/right_arrow_hover.png") center no-repeat;
}

ul#category_menu {
	list-style-type: none;
	height: 40px;
	margin-bottom: 20px;
}

#category_menu li {
    line-height: 40px;
    padding-left: 39px;
	height: 40px;
	float: left;
}

#category_menu li:nth-child(1) {
	background: url("img/category_link1.png") center no-repeat;
	width: 137px;
}

#category_menu li:nth-child(1):hover {
	background: url("img/cl1_hover.png") center no-repeat;
}

#category_menu li:nth-child(2) {
	background: url("img/category_link2.png") center no-repeat;
	width: 155px;
}

#category_menu li:nth-child(2):hover {
	background: url("img/cl2_hover.png") center no-repeat;
}

#category_menu li:nth-child(3) {
	background: url("img/category_link3.png") center no-repeat;
	width: 132px;
}

#category_menu li:nth-child(3):hover {
	background: url("img/cl3_hover.png") center no-repeat;
}

#category_menu li:nth-child(4) {
	background: url("img/category_link4.png") center no-repeat;
	width: 146px;
}

#category_menu li:nth-child(4):hover {
	background: url("img/cl4_hover.png") center no-repeat;
}

#category_menu li:nth-child(5) {
	background: url("img/category_link5.png") center no-repeat;
	width: 133px;
}

#category_menu li:nth-child(5):hover {
	background: url("img/cl5_hover.png") center no-repeat;
}

#category_menu li:nth-child(6) {
	background: url("img/category_link6.png") center no-repeat;
	width: 165px;
}

#category_menu li:nth-child(6):hover {
	background: url("img/cl6_hover.png") center no-repeat;
}

#category_menu li:nth-child(7) {
	background: url("img/category_link7.png") center no-repeat;
	width: 132px;
}

#category_menu li:nth-child(7):hover {
	background: url("img/cl7_hover.png") center no-repeat;
}

#category_menu a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 100%;
	height: inherit;
}

#category_menu a span {
	font-weight: 400;
	margin-left: 3px;
}

div#content {
	width: 745px;
	float: left;
}

p#page_title {
	background: url("img/pt_icon.png") 16px center no-repeat, url("img/page_title.png") left top repeat;
	color: #8692a9;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 40px;
    text-indent: 47px;
	height: 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-bottom: 20px;
}

div#games {
	margin-left: -20px;
}

div.games {
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 235px;
	width: 232px;
	height: 170px;
	vertical-align: top;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
}

.games span {
	font-size: 14px;
    position: absolute;
    top: 147px;
    left: 8px;
}
/*
#games .games:nth-child(1) {
	background: url("images/games1.jpg") center no-repeat;
}

#games .games:nth-child(2) {
	background: url("images/games2.jpg") center no-repeat;
}

#games .games:nth-child(3) {
	background: url("images/games3.jpg") center no-repeat;
}

#games .games:nth-child(4) {
	background: url("images/games4.jpg") center no-repeat;
}

#games .games:nth-child(5) {
	background: url("images/games5.jpg") center no-repeat;
}

#games .games:nth-child(6) {
	background: url("images/games6.jpg") center no-repeat;
}

#games .games:nth-child(7) {
	background: url("images/games7.jpg") center no-repeat;
}

#games .games:nth-child(8) {
	background: url("images/games8.jpg") center no-repeat;
}

#games .games:nth-child(9) {
	background: url("images/games9.jpg") center no-repeat;
}

#games .games:nth-child(10) {
	background: url("images/games10.jpg") center no-repeat;
}

#games .games:nth-child(11) {
	background: url("images/games11.jpg") center no-repeat;
}

#games .games:nth-child(12) {
	background: url("images/games12.jpg") center no-repeat;
}
*/
div.games_button {
	display: none;
	background: url("img/games_button.png") left top repeat;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	position: absolute;
	z-index: 1;
}

.games:hover .games_button {
	display: block;
}

.games_button a:nth-child(1) {
	background: url("img/games_button1.png") center no-repeat;
	display: inline-block;
	width: 150px;
	height: 47px;
	margin-bottom: 9px;
}

.games_button a:nth-child(1):hover {
	background: url("img/gb1_hover.png") center no-repeat;
}

.games_button a:nth-child(2) {
	background: url("img/games_button2.png") center no-repeat;
	display: inline-block;
	width: 90px;
	height: 32px;
}

.games_button a:nth-child(2):hover {
	background: url("img/gb2_hover.png") center no-repeat;
}

a#all_games {
	background: url("img/all_games.png") center no-repeat;
	display: block;
	width: 275px;
	height: 50px;
	margin: 10px auto 30px auto;
}

#all_games:hover {
	background: url("img/ag_hover.png") center no-repeat;
}

div#sidebar {
	width: 225px;
	float: right;
}

div#site_search {
	background: url("img/site_search.png") left center no-repeat;
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}

#site_search input {
	vertical-align: top;
}

#site_search input[type="text"] {
	background: transparent;
	color: #71757c;
	font-size: 12px;
    text-transform: uppercase;
    text-indent: 13px;
    width: 180px;
    height: 30px;
    border: 0;
    margin: 5px 0 0 4px;
}

#site_search input[type="submit"] {
	background: url("img/search_submit.png") center no-repeat;
	width: 40px;
	height: 40px;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#site_search input[type="submit"]:hover {
	background: url("img/ss_hover.png") center no-repeat;
}

p.block_title {
	color: #8692a9;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 10px 30px;
    line-height: 21px;
}

div#win_today {
	background: url("img/sidebar_block.png") left top repeat;
	padding: 13px 20px;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #000;
	overflow: hidden;
	margin-bottom: 20px;
}

#win_today .block_title {
	background: url("img/wt_icon.png") left top no-repeat;
}

div.winners {
	border-top: 1px solid #3b3b3d;
	padding-top: 15px;
	padding-bottom: 16px;
}

.winners img {
	float: left;
	margin-right: 10px;
}

.winners p {
	font-family: 'Roboto Condensed', sans-serif;
	vertical-align: top;
}

.winners p:nth-child(2) {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 3px;
}

.winners p:nth-child(3) {
	color: #ffb400;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 8px;
}

.winners p:nth-child(3) span {
	font-size: 13px;
}

.winners p:nth-child(4) {
	font-size: 12px;
}

.winners p a {
	color: #7fbbff;
}

.winners p a:hover {
	color: #ff4525;
}

a#cashbox_link {
	background: url("img/cashbox_link.png") center no-repeat;
	display: inline-block;
	width: 225px;
	height: 60px;
	margin-bottom: 20px;
}

#cashbox_link:hover {
	background: url("img/cl_hover.png") center no-repeat;
}

div#game_day {
	background: url("img/sidebar_block.png") left top repeat;
	padding: 9px 20px;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #000;
}

#game_day .block_title {
	background: url("img/gd_icon.png") left top no-repeat;
}

a#gd_image {
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 185px;
	height: 134px;
	position: relative;
	margin-bottom: 10px;
}

#gd_image span {
	font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    left: 8px;
    top: 115px;
}

#game_day .play_now {
	background: url("img/play_now.png") center no-repeat;
	display: inline-block;
	width: 185px;
	height: 41px;
}

#game_day .play_now:hover {
	background: url("img/pn_hover.png") center no-repeat;
}

div#welcome_text {
	background: url("img/text.jpg")0 0 repeat;
	color: #adb4c2;
	border-radius: 3px;
	border-top: 1px solid #44494f;
	border-bottom: 1px solid #050506;
	margin: 0px 0px 20px 0px;
	padding: 30px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

#welcome_text h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
    line-height: 22px;
	margin-bottom: 6px;
}
#welcome_text h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
    line-height: 20px;
	margin-bottom: 6px;
}
#welcome_text h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
    line-height: 18px;
	margin-bottom: 6px;
}
#welcome_text a {
	color: #FFFFFF;
	text-decoration: none;
}
#welcome_text a:hover {
	text-decoration: underline;
}


#welcome_text p {
	margin-bottom: 18px;
}

#welcome_text ul {
	margin: 0 0 0 20px;
    padding: 0;
}

div#footer {
	background: url("img/dark.jpg") 0 0 repeat;
}

div#footer_top {
	padding-top: 31px;
	padding-bottom: 14px;
	border-bottom: 1px solid #202123;
}

ul#payment_methods {
	list-style-type: none;
}

#payment_methods li {
	float: left;
}

#payment_methods span {
	display: inline-block;
}

#payment_methods li:nth-child(1) {
	padding-top: 4px;
	margin-right: 16px;
}

#payment_methods li:nth-child(1) span {
	background: url("images/payment_method1.png") center no-repeat;
	width: 47px;
	height: 15px;
}

#payment_methods li:nth-child(1) span:hover {
	background: url("images/pm1_hover.png") center no-repeat;
}

#payment_methods li:nth-child(2) span {
	background: url("images/payment_method2.png") center no-repeat;
	width: 43px;
	height: 26px;
}

#payment_methods li:nth-child(2) span:hover {
	background: url("images/pm2_hover.png") center no-repeat;
}

#payment_methods li:nth-child(2) {
	margin-right: 18px;
}

#payment_methods li:nth-child(3) span {
	background: url("images/payment_method3.png") center no-repeat;
	width: 67px;
	height: 27px;
}

#payment_methods li:nth-child(3) span:hover {
	background: url("images/pm3_hover.png") center no-repeat;
}

#payment_methods li:nth-child(3) {
	margin-right: 16px;
}

#payment_methods li:nth-child(4) span {
	background: url("images/payment_method4.png") center no-repeat;
	width: 92px;
	height: 27px;
}

#payment_methods li:nth-child(4) span:hover {
	background: url("images/pm4_hover.png") center no-repeat;
}

#payment_methods li:nth-child(4) {
	margin-right: 18px;
}

#payment_methods li:nth-child(5) span {
	background: url("images/payment_method5.png") center no-repeat;
	width: 107px;
	height: 27px;
}

#payment_methods li:nth-child(5) span:hover {
	background: url("images/pm5_hover.png") center no-repeat;
}

#payment_methods li:nth-child(5) {
	margin-right: 17px;
}

#payment_methods li:nth-child(6) span {
	background: url("images/payment_method6.png") center no-repeat;
	width: 76px;
	height: 28px;
}

#payment_methods li:nth-child(6) span:hover {
	background: url("images/pm6_hover.png") center no-repeat;
}

#payment_methods li:nth-child(6) {
	margin-right: 18px;
}

#payment_methods li:nth-child(7) span {
	background: url("images/payment_method7.png") center no-repeat;
	width: 107px;
	height: 27px;
}

#payment_methods li:nth-child(7) span:hover {
	background: url("images/pm7_hover.png") center no-repeat;
}

#payment_methods li:nth-child(7) {
	margin-right: 17px;
}

#payment_methods li:nth-child(8) span {
	background: url("images/payment_method8.png") center no-repeat;
	width: 52px;
	height: 27px;
}

#payment_methods li:nth-child(8) span:hover {
	background: url("images/pm8_hover.png") center no-repeat;
}

#payment_methods li:nth-child(8) {
	margin-right: 18px;
}

#payment_methods li:nth-child(9) span {
	background: url("images/payment_method9.png") center no-repeat;
	width: 160px;
	height: 27px;
}

#payment_methods li:nth-child(9) span:hover {
	background: url("images/pm9_hover.png") center no-repeat;
}

#payment_methods li:nth-child(9) {
	margin-right: 17px;
}

#payment_methods li:nth-child(10) span {
	background: url("images/payment_method10.png") center no-repeat;
	width: 93px;
	height: 27px;
}

#payment_methods li:nth-child(10) span:hover {
	background: url("images/pm10_hover.png") center no-repeat;
}

div#footer_center {
	background: url("img/age_limit.png") right center no-repeat;
	padding-bottom: 31px;
}

div#footer_contacts {
	padding-top: 20px;
	float: left;
	margin-right: 10px;
}

#footer_contacts p:nth-child(1) {
	background: url("img/footer_phone.png") left center no-repeat;
	font-size: 18px;
    padding-left: 34px;
    line-height: 20px;
    margin-bottom: 5px;
}

#footer_contacts p:nth-child(2) {
	background: url("img/footer_mail.png") left center no-repeat;
	font-size: 14px;
    padding-left: 34px;
    line-height: 20px;
}

#footer_contacts a {
	color: #71757c;
	text-decoration: none;
}

ul#footer_menu {
	list-style-type: none;
	padding: 17px 45px 0 0;
}

#footer_menu li {
	float: left;
	margin-left: 40px;
	margin-bottom: 5px;
}

#footer_menu a {
	color: #b6bcc5;
	font-size: 12px;
	display: block;
	max-width: 8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer_menu a:hover {
	color: #ff4525;
}

div#footer_bottom {
	background: url("img/footer_bottom.png") center top no-repeat;
	text-align: center;
	height: 36px;
	position: relative;
}

#footer_bottom p {
	font-size: 11px;
	color: #3e434b;
	position: relative;
	top: -6px;
}

.sidebar-inner {
	float: right;
	margin: 0;
	padding: 0 0 1em 1em;
}
.sidebar-inner ul {
	margin: 0;
	padding: 0 0 0 1.2em;
}
.sidebar-inner a {
	display: inline-block;
	text-transform: capitalize;
}