/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a{
	color: #0059ab;
	text-decoration: none;
}
a:hover {
	color: #d90000;
}
body {
	background-color: #5fc6f1;
}

.clearer {
	clear: both;
}

#header_wrapper {
	width: 1260px;
	height: 151px;
	margin: 0 auto;
	background-color: #f3f3f3;
}

#header_left {
	margin: 3px 3px 3px 4px;
	width: 377px;
	height: 145px;
	float: left;
	display: inline;
}

#header_right {
	margin: 3px 0;
	width: 872px;
	height: 145px;
	float: right;
	display: inline;
}

#menu_wrapper {
	width: 1260px;
	height: 46px;
	margin: 0 auto;
	background-image: url(../imgs/menu_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#search_box {
	width: 290px;
	margin-left: 4px;
	padding-left: 70px;
	padding-top: 11px;
	height: 35px;
	float: left;
	display: inline;
}

#search_submit {
	margin-left: 10px;
}

#menu_box {
	width: 892px;
	margin-right: 4px;
	height: 46px;
	float: right;
	display: inline;
}

.menu_item {
	height: 46px;
	background-position: 0 0;
	cursor: pointer;
	float: left;
	border: 0;
	background-repeat: no-repeat;
}

.menu_item_hover {
	background-position: 0 -46px !important;
}

/*.menu_item_has_children {
	background-position: 0 -92px !important;
}

.menu_item_has_children_hover {
	background-position: 0 -138px !important;
}*/

.submenu_item {
	position: absolute;
	z-index: 10;
	border: 1px solid #99c7e2;
	display: none;
	background-color: #ffffff;
	padding: 3px;
	font-weight: bold;
	color: #005aab;
	cursor: pointer;
	background-image: url(../imgs/submenu_arrow.png);
	background-repeat: repeat-y;
}

.submenu_item div {
	margin: 5px 0;
	padding: 0 20px 0 25px;
}

.submenu_item div a:link, .submenu_item a:visited {
	font-weight: bold;
	color: #005aab;
	text-decoration: none;
}

.submenu_item div a:hover, .submenu_item a:active {
	color: #5fc6f1;
}

#content_wrapper {
	width: 1252px;
	margin: 0 auto;
	background-color: #f3f3f3;
	padding: 15px 4px 5px 4px;
}

#content_left {
	width: 370px;
	float: left;
	display: inline;
}

#content_right {
	width: 873px;
	float: right;
	display: inline;
}

#footer_wrapper {
	width: 1260px;
	height: 140px;
	margin: 0 auto;
	background-color: #f3f3f3;
	background-image: url(../imgs/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer_left {
	width: 370px;
	float: left;
	display: inline;
	color: #888888;
	margin: 80px 0 0 30px;
}

#footer_right {
	width: 670px;
	float: right;
	display: inline;
	margin: 80px 0 0 190px;
}

#footer_right div span {
	padding-left: 13px;
	padding-right: 10px;
	background-image: url(../imgs/bottom_menu_arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer_right div span a:link, #footer_right div span a:visited {
	font-size: 13px;
	color: #025bac;
	text-decoration: none;
}

#footer_right div span a:active, #footer_right div span a:hover {
	font-size: 13px;
	color: #025bac;
	text-decoration: underline;
}

.massive_block {
	margin-top: 5px;
}


.blue_block {
	background-image: url(../imgs/blue_block_top_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.cyan_block {
	background-image: url(../imgs/cyan_block_top_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.blue_block div, .cyan_block div {
	background-image: url(../imgs/general_block_bot_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

h2 {
	color: #ffffff;
	padding-left: 15px;
	padding-top: 6px;
	height: 32px;
	font-size: 13px;
}

.cyan_block h2 {
	color: #005aab !important;
}

#lang_panel {
	width: 109px;
	height: 19px;
	margin: 0 0 0 auto;
}

#adm_block {
	position: absolute;
	left: 250px;
	top: 150px;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 2px;
	width: 100px;
	z-index: 20;
}

.block_header {
	background-image: url(../imgs/cyan_main_block_header.gif);
	background-repeat: repeat-x;
	height: 29px;
}

.block_header_left {
	float: left;
	height: 29px;
	width: 10px;
	background-image: url(../imgs/cyan_main_block_left.gif);
	background-repeat: no-repeat;
}

.block_header_right {
	float: left;
	height: 29px;
	width: 10px;
	background-image: url(../imgs/cyan_main_block_right.gif);
	background-repeat: no-repeat;
}

.block_header_mid {
	float: left;
	background-color: #5fc6f1;
	color: #005aab;
	font-weight: bold;
}

#block_contents {
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
	margin-top: 3px;
	padding: 3px;
}

#left_currency_block table {
	width: 320px;
	margin: 0 auto;
}

#left_currency_block table tr td {
	padding: 3px;
}

#left_currency_block table .lint_tr {
	padding: 0 !important;
	height: 1px;
	background-color: #999999;
}

#left_currency_block table .lint_tr td {
	padding: 0 !important;
	height: 1px;
}