@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;
	background-color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #858383;
	font-size: .8em;	
	margin:0;
	padding:0;
}
form{
	margin:0;
}
img{
	border:none;
}

a {
	color:#3b679b;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
	outline:none;
}

h1{
	padding:0px;
	color:#3b679b;
	margin: 0.5em 0px;
}
h2{
	font-size:small;
	color:rgb(28, 84, 159);
	margin-bottom:0;
}
q{
	font-style:italic;
}
#wrapper {
	background: url(/images/inside_header.png) no-repeat 50px 80px;
	width:923px;
	height:100%;
	margin:0 auto;
	text-align: left;
	position:relative;
}
#header{
	height:130px;
}
#footer {
        width:718px;
        height:32px;
	margin-left: 55px;
}
#footer_menu {
	color: #486D9C;
}
#footer_menu a {
	color: #3b679b;
	text-decoration:none;	
}
#footer_menu a:hover {
	color:#eda548;
}
#footer_text {
        float:right;
        color: #858383;
        font-weight:bold;
        font-size:smaller;
}

.col_left {
	width:582px;
	float:left;
	clear:both;
	min-height:100px;
	padding: 10px 25px 0px 33px;
	text-align:justify;
}
.col_right {
	width:200px;
	float:left;
}
.clearit{
	clear:both;
}
 
#headermenu {
	max-width:898px;
	height:30px;
	padding-left:220px;
	padding-top: 51px;
}
#menuitems {
	margin-left: 200px;
	color:white;
}

#menuitems ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menuitems li{
	display:inline;
	padding-right:5px;
}

#logo {
	width:217px;
	height:107px;
	float:left;
	font-size:1px;
}

#main_menu{
    position:absolute;
    left:-32px;
    top:23px;
    z-index:1;
}
#block_menu{
	height: 176px;
	margin-bottom: 20px;
	float:left;
	width:724px;
}
div.block{
	width:177px;
	height: 176px;
	float: left;
	margin: 2px;
	position: relative;
}
span.block_text{
	position: absolute;
	top: 3px;
	left: 3px;
	z-index:5;
	font-size: smaller;
	padding: 15px 5px;
}
span.block_text .news_date{
	color:orange;
}
div.arrow_block{
        width:48px;
        height: 176px;
        float: left;
        margin: 2px;
	cursor:pointer;
}
div.left_arrow{
	background-image:url(/images/boxarrow_left_off.png);
}
div.right_arrow{
	background-image:url(/images/boxarrow_right_off.png);
}
div.left_arrow:hover{
	background-image:url(/images/boxarrow_left_on.png);
}
div.right_arrow:hover{
	background-image:url(/images/boxarrow_right_on.png);
}
.news_heading h4{
	margin:0px;
	padding:1em 0 1em 0;
}

#tab-container ul{
	margin-left:10px;
	margin-bottom:0px;
	z-index:2;
}
#tab-container .box{
	margin-top:-3px;
}
#tab-container .offset_images, #tab-container .offset_images_box{
	float:right;
	width:184px;
	right:-40px;
	position:relative;
	z-index:2;
}
#tab-container .offset_images_box{
	padding-top:10px;
        right:-30px;
}

div.picmenu {
	width:453px;
	height:76px;
	margin-left:195px;
	margin-top:115px;
}
div.menu-poker {
	width:114px;
	height:76px;
	float:left;
}
div.menu-sports {
	width:109px;
	height:76px;
	float:left;
}
div.menu-click {
	width:109px;
	height:76px;
	float:left;
}
div.menu-tech {
	width:121px;
	height:76px;
	float:left;
}

.contact_form{
	color:#64676c;
	text-align:right;
}
.star{
	color:#f8272b;
}

h2.ir_header{
	background-color:#336699;
	border:1px solid black;
	padding:2px;
	color:#F1A847;
}

.ir_table{
	border-collapse:collapse;
}
.ir_table th{
	padding:2px;
	text-align:left;
	background-color:#E0E0E0;
}
.ir_table td{
        padding-bottom:15px;
}
.ir_info th{
	text-align:left;
}
.sidebar {
	padding-top: 20px;
}
