body, html, div, form, table, tbody, tr, th, td
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #000000;
}

body, input, select, textarea
{
	font: 12px Verdana;
	color: #949284;
}

a
{
	color: #0071A5;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border-width: 0px;
}

p
{
	margin: 5px 20px;
}

#message {
     display: none;
     position: absolute;
     width: 100%;
     padding: 10px 0px;
     top: 210px;
     text-align: center;
     background-image: url('images/blocks/bottom.png');
     border-color: #000;
     border-width: 10px 0px;
     border-style: solid;
     font-size: 14px;
     font-weight: bold;
     margin: 0px auto;
     z-index: 1000;
}

#preview {
     display: none;
     position: absolute;
     padding: 10px;
     text-align: center;
     background-image: url('images/blocks/bottom.png');
     border-color: #000;
     border-width: 10px;
     border-style: solid;
     font-size: 14px;
     font-weight: bold;
     margin-left: -10px;
     margin-top: -10px;
     z-index: 900;
}

#top_warp, #logo_warp, #menu_warp, #content_warp
{
	margin: 0px auto;
	width: 900px;
}

#top_block
{
	height: 42px;
	background: url('images/blocks/top.png') repeat-x top;
}
     #fx {
          display: none;
          float: right;
          background: url('images/top/fx.gif') no-repeat center;
          width: 35px;
          height: 42px;
     }

     #ajax {
          display: none;
          float: right;
          background: url('images/top/ajax.gif') no-repeat center;
          width: 60px;
          height: 42px;
     }

#logo_block
{
	margin: 10px 0px;
	height: 107px;
	background: url('images/blocks/logo.png');
}

#logo
{
	display: block;
	float: left;
	width: 400px;
	height: 107px;
	background: url('images/logo/logo.png') no-repeat left bottom;
}

#logo_blink
{
	display: none;
	width: 400px;
	height: 107px;
	background: url('images/logo/logo_blink.png') no-repeat left bottom;
}

.noscript #logo:hover #logo_blink
{
	display: block;
}

#panel_block
{
	float: right;
	width: 250px;
	height: 107px;
}

#panel
{
	padding: 10px;
	height: 87px;
	font-size: 10px;
}

#menu_block
{
	height: 29px;
	background: url('images/blocks/menu.png') repeat-x top;
}

#menu
{
}

#menu_start
{
	float: left;
	width: 50px;
	height: 29px;
	position: relative;
	z-index: 11;
	margin-right: -15px;
	/* background: url('images/menu/menu_start.png') no-repeat right; */
	background: url('images/menu/menu_start.gif') no-repeat right;
}

#menu_button_1
{
	z-index: 10;
}

#menu_button_2
{
	z-index: 9;
}

#menu_button_3
{
	z-index: 8;
}

#menu_button_4
{
	z-index: 7;
}

#menu_button_5
{
	z-index: 6;
}

#menu_button_6
{
	z-index: 5;
}

#menu_button_7
{
	z-index: 4;
}

#menu_button_8
{
	z-index: 3;
}

#menu_button_9
{
	z-index: 2;
}

.menu_button
{
	float: left;
	display: block;
	cursor: pointer;
	width: 15%;
	height: 15px;
	padding: 7px 0px 7px 0px;
	margin-right: -15px;
	position: relative;
	color: #bbb;
	text-align: center;
	/* background: url('images/menu/button.png') no-repeat right; */
	background: url('images/menu/button.gif') no-repeat right;
}

.menu_button:hover
{
	text-decoration: none;
}

.menu_button_blink
{
	cursor: pointer;
	display: none;
	width: 100%;
	height: 15px;
	padding: 7px 0px 7px 0px;
	position: absolute;
	left: 0px;
	top : 0px;
	color: #ffffff;
	text-align: center;
	/* background: url('images/menu/button_blink.png') no-repeat right; */
	background: url('images/menu/button_blink.gif') no-repeat right;
}

.noscript .menu_button:hover .menu_button_blink
{
	display: block;
}

#content_block
{
	background: url('images/blocks/content.png');
	margin: 10px 0px;
}

#content
{
	padding: 10px;
}

#bottom_block
{
	background: url('images/blocks/bottom.png');
	margin: 10px 0px;
}

#bottom_warp
{
	margin: 0px auto;
	width: 800px;
	height:10px;
	padding: 10px 50px;
	color: #184552;
	font-size: 10px;
}

