body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #eeeff3;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 12px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	font-size: 1px;
	width: 100%;
	clear: both;
}

.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}

.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}

img.float_left {
	float: left !important;
	margin: 0 10px 5px 0 !important;
}
img.float_right {
	float: right !important; 
	margin: 0 0 5px 10px !important;
}

.no_border {
	border: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

.no_bg {
	background: none !important;
}

#page {
	width: 880px;
	position: relative;
	margin: 0 auto;
	padding: 280px 40px 20px 40px;
	background-color: #fff;
}
#page.page_hp {
	padding-top: 480px;
}

#header {
	width: 880px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding: 10px 40px 0 40px;
	background-color: #fff;
	background-image: url(../design/header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header.header_hp {
	background-image: url(../design/header_hp.gif);
}

#header_img {
	position: absolute;
	top: 93px;
	right: 41px;
	width: 322px;
	height: 177px;
}

#path {
	position: absolute;
	top: 245px;
	left: 39px;
}
#path a {
	color: #0e64f7;
}
#path span {
	margin: 0 5px;
}

#flags {
	padding: 0 0 10px 0;
	text-align: right;
}
#flags a {
	margin: 0 6px 0 0;
}

#hp_link {
	float: left;
	width: 216px;
	height: 47px;
}

#top_menu {
	float: right;
	padding-top: 5px;
	list-style: none;
}
#top_menu li { 
	float: left;
	margin: 0;
	padding: 0 3px;
	text-align: center;
	border-right: 1px solid #dbdbdb;
}
#top_menu li.first_item { 
	border-left: 1px solid #dbdbdb;
}
#top_menu a {
	height: 19px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 6px 10px 0 10px;
}
#top_menu a:hover {
	color: #fff;
	background-image: url(../design/menu_hover.gif);
	background-repeat: repeat;
}

#top_menu a.active {
	color: #fff;
	background-image: url(../design/menu_active.gif);
	background-repeat: repeat-x;
}

/* HOVER MENU */
#top_menu li div {
	display: none;
  position: relative;
  z-index: 100;
}

#top_menu li ul {
 width: 180px;
 clear: both;
 position: absolute;
 top: 25px;
 z-index: 100;
 list-style: none;
 text-align: left;
 background-image: url(../design/submenu_active.png);
 background-repeat: repeat; 
 margin: 0;
 padding: 5px 0 0 0;
}

#top_menu li ul li ul {
 clear: both;
 position: absolute;
 top: -28px;
 left: 160px;
 z-index: 100;
 list-style: none;
 text-align: left;
 background-image: url(../design/submenu_active.png);
 background-repeat: repeat; 
 margin: 0;
 padding: 5px 0 0 0;
}

#top_menu li:hover div.sub, #top_menu li.hover div.sub {
  display: block;
}
#top_menu li ul li:hover div.subsub, #top_menu li ul li.hover div.subsub {
  display: block;
}
#top_menu li:hover a.item, #top_menu li.hover a.item {
  color: #fff;
	background-image: url(../design/menu_hover.gif);
	background-repeat: repeat-x;
}

#top_menu li ul li {
 text-align: left;
 margin: 0 0 4px 0;
 padding: 0 20px 0 20px;
 float: none;
 background: none;
 border: none;
}
#top_menu li ul li ul li {
  background: none;
}

#top_menu li ul li a {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  color: #000;
  padding: 3px 0 0 0;
  margin: 0;
  display: block;
  float: none;
  text-decoration: none; 
  background-image: url(../design/arrow_menu.gif);
  background-repeat: no-repeat;
  background-position: right 7px;
  border-bottom: 1px solid #e3e4e4;
}

#top_menu li ul li a:hover {
  background: none;
  background-image: url(../design/arrow_menu.gif);
  background-repeat: no-repeat;
  background-position: right 7px;
}

#top_menu li ul li ul li a, #top_menu li ul li ul li a:hover {
  background: none;
}

#top_menu li { 
 behavior: url(./styles/hover.htc); height: 1%;
}
/* HOVER MENU*/

#header_text {
	position: absolute;
	top: 120px;
	left: 70px;
	z-index: 10;
	width: 495px;
	height: 90px;
	text-align: center;
	color: #fff;
}

#header.hp_header #header_text {
	position: absolute;
	top: 190px;
	left: 70px;
	width: 495px;
	height: 240px;
	text-align: left;
	color: #fff;
}

#header_text p {
	line-height: 20px;
}
#header_text h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
#header.hp_header #header_text p {
	margin-bottom: 30px;
}

#header_text a {
	float: left;
	display: block;
	height: 20px;
	padding: 5px 10px 0 10px;
	margin-right: 10px;
	color: #4a4a4b;
	text-decoration: none;
	background-image: url(../design/bg_button.gif);
	background-repeat: repeat-x;
}
#header_text a:hover {
	text-decoration: underline;
}
#header_text a span {
	display: block;
	padding-right: 15px;
	background-image: url(../design/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#content {
	padding-bottom: 20px;
}

#main_left {
	float: left;
	width: 555px;
	text-align: left;
}

#main_right {
	float: right;
	width: 290px;
	text-align: left;
}	
#main_right h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.news_hp {
	margin-bottom: 20px;
}
.news_hp .date {
	margin-right: 10px;
}
.news_hp a {
	color: #0e64f7;
}
.news_hp .blue {
	color: #0e64f7;
}
.news_hp p {
	padding-top: 5px;
	font-size: 11px;
	line-height: 20px;
}
.news_hp a.more {
	font-size: 11px;
}

#form_login_hp fieldset {
	padding: 0;
}
#form_login_hp table td {
	padding: 0 20px 5px 0;
}
#form_login_hp label {
	font-size: 11px;
}
#form_login_hp #l_name, #form_login_hp #l_password {
	width: 150px;
	border: 1px solid #d3d4d5;
}
#form_login_hp input.button {
	height: 25px;
	font-weight: bold;
	padding: 0 15px;
	background: none;
	background-image: url(../design/bg_button.gif);
	background-repeat: repeat-x;
	border: none;
}

.row {
	padding-bottom: 20px;
}
.row2 {
	padding: 0 0 20px 100px;
}

.hp_box {
    position: relative;
    top: -42px;
    line-height: 18px;
    color: #000;
    padding: 10px;
    background-color: #25B0D8;
}
.hp_box a {
	font-size: 12px;
	color: #000;
}
.box1 a {
	background-image: url(../design/bg_box1.gif);
	background-repeat: no-repeat;
}
.box2 a {
	background-image: url(../design/bg_box2.gif);
	background-repeat: no-repeat;
}
.box3 a {
	background-image: url(../design/bg_box3.gif);
	background-repeat: no-repeat;
}
.box4 a {
	background-image: url(../design/bg_box4.gif);
	background-repeat: no-repeat;
}
.box5 a {
	background-image: url(../design/bg_box5.gif);
	background-repeat: no-repeat;
}

#footer {
	height: 100%;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
}

#footer_left {
	float: left;
}
#footer_left a {
	font-size: 11px;
	color: #0e64f7;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#footer_left a:hover {
	text-decoration: underline;
}

#footer_right {
	float: right;
}
#footer_right p {
	float: left;
	margin-left: 50px;
}
#footer_right p a {
	font-weight: normal;
	color: #0e64f7;
	text-decoration: none;
}
#footer_right p a:hover {
	text-decoration: underline;
}
.error {
	font-weight: bold;
	text-align: left;
	color: #ff0000;
}

#form_login fieldset {
	padding: 0;
	
}
#form_login table td {
	padding: 5px 10px;
	background-color: #f1f1f1;
}
#form_login label {
	font-weight: bold;
}

#download {
	font-size: 12px;
}
#download h2 {
	font-weight: bold;
}
#download a {
	font-size: 11px;
}
#download p {
	text-indent: 0;
	padding: 0;
	margin: 0 0 1px 0;
}
#download p a {
	font-size: 12px;
}

#download ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#download ul li {
	padding: 6px 0 6px 30px;
}
#download ul li img {
	position: relative;
	top: 5px;
}

#order_rules {
	font-size: 14px;
	text-align: center;
	border-top: dashed 1px #ffa729;
	border-bottom: dashed 1px #ffa729;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}
#order_rules a {
	margin: 0 10px;
}

#player {
    position:relative;
    top: -42px;
    z-index:100;
}

.ico_social {
    position:relative;
    top: -30px;
}
