
/* Start */

* {
	margin: 0;
	padding: 0;
	font-family: arial;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 9pt;
	color: #454545;
}

html, body {
	height: 100%;
	min-height: 100%;
	min-width: 900px;
}

body {
	background: #f4f4f4 url('/pics/bg/bg.gif');
}

a {
	text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}

img {
	border: none;
}

h1, h2 {
	padding: 20px 0;
	font-weight: normal;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 160%;
}

h1.h1_header {
	color: #0089e1;
}

h1.h1_news {
	color: #000;
}

h1.h1_section {
	color: #f48000;
}

p {
	margin: 0;
	padding: 4px 0;
	text-align:justify;
}




/* Layout */

div#container {
	width: 900px;
	min-width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0 2px;
	margin: 0 auto;
	background: #fff url('/pics/bg/bg_main.gif') top left repeat-y;
}

/* Header */

div#header {
	position: relative;
	height: 82px;
	background: url('/pics/bg/bg_header.gif') top left repeat-x;
}

div#header div#search {
	position: absolute;
	top: 24px;
	right: 20px;
}

div#menu {
	position: relative;
	height: 186px;
	background: url('/pics/bg/bg_menu.png') top left no-repeat;
}

div#menu div#slogan {
	position: absolute;
	top: 80px;
	left: 300px;
}

div#menu div#slogan span {
	padding: 0;
	font-size: 220%;
	font-family: trebuchet ms;
	color: #fff;
	text-transform: uppercase;
}

div#menu div#rightpicture {
	position: absolute;
	top: 0;
	right: 0;
}

div#banners {
	height: 122px;
	background: url('/pics/bg/bg_banners.gif') top left no-repeat;
}

div#banners div#bannerscontainer {
	padding: 5px 0 0 18px;
}

div#banners div#bannerscontainer img {
	margin-right: 22px;
}

/* Main */

div#main {
}

/* Footer */

div#footer {
	position: relative;
	width: 900px;
	height: 61px;
	margin: -61px auto 0 auto;
	background: url('/pics/bg/bg_footer.gif') top left repeat-x;
}

div#footer_fixer {
	height: 80px;
	clear: both;
}

div#footer div#copyright_text {
	padding: 10px 0 0 10px;
}

div#footer div#counter {
	position: absolute;
	right: 4px;
	top: 20px;
}

/* Panels */

div#left_panel, div#right_panel {
	float: left;
}

div#left_panel {
	width: 230px;
	margin-right: 14px;
	background: url('/pics/top_line_news.gif') top left repeat-x;
}

div#right_panel {
	width: 616px;
	background: url('/pics/top_line_main.gif') top left repeat-x;
}

/* Left panel*/

div#left_panel {
	padding: 0 10px;
}

div#left_panel b {
	color: #0089e1;
}

div#left_panel a b {
	color: #454545;
}

/* Right panel */

div#right_panel {
	padding: 0 10px;
}

div#right_panel ul {
	padding: 0 10px;
}

div#right_panel ul li {
	list-style: none;
	padding: 0 10px;
	background: url('/pics/arrow.gif') 0 4px no-repeat;
}




/* Main menu */

ul#main_menu {
	margin: 0;
	padding: 34px 0 0 20px;
	width: 200px;
}

ul#main_menu li {
	list-style: none;
	background: url('/pics/menu_separator.gif') bottom left repeat-x;
}

ul#main_menu a {
	display: block;
	width: 180px;
	height: 16px;
	padding: 2px 0 4px 20px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	}
	ul#main_menu a:hover {
		color: #0089e1;
		background: #fff url('/pics/menu_separator.gif') bottom left repeat-x;
		opacity: .6;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

ul#main_menu li.menu_selected a {
	color: #0089e1;
	font-weight: bold;
	background: #f0f0f0 url('/pics/menu_separator.gif') bottom left repeat-x;
	}
	ul#main_menu li.menu_selected a:hover {
		background: #f0f0f0 url('/pics/menu_separator.gif') bottom left repeat-x;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}

/* Top menu */

div#top {
	position: absolute;
	top: 0 !important;
	top: 4px;
	right: 160px;
}

ul#top_menu {
	margin: 0;
	padding: 6px 10px 0 0 !important;
	padding: 3px 10px 0 0;
	background: url('/pics/menu_top_separator.gif') 128px 8px no-repeat !important;
	background: url('/pics/menu_top_separator.gif') 128px 5px no-repeat;
}

ul#top_menu li {
	display: inline;
	list-style: none;
	padding-left: 16px;
}




/* Contacts */

div#contacts {
	position: relative;
	background: url('/pics/worldmap.gif') right 40px no-repeat;
}

div#contacts img#map {
	float: left;
	margin: 10px 10px 0 0;
}

div#contacts div#map_text {
	float: left;
	padding-top: 22px;
}

div#contacts img#write {
	float: left;
	margin: 16px 6px 0 30px;
}

div#contacts div#write_text {
	padding-top: 22px;
}




/* Table */

table {
	width: 100%;
	margin: 6px 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table td {
	margin: 0;
	padding: 2px 4px;
	vertical-align: center;
	border: 1px solid #ccc;
	border-collapse: none;
}

table tr.cellheader {
	background: #c66;
}

table tr.cells {
	background: #c99;
}




/* Notes */

div#ajax_message {
	display: none;
	position: relative;
	padding: 4px;
	margin-bottom: 12px;
	background: #ffe;
	border: 1px solid #ccc;
}

div#ajax_message img {
	vertical-align: middle;
	padding-right: 6px;
}

div#ajax_message span {
	display: block;
	padding-bottom: 6px;
	font-weight: bold;
}

.error_box, .error_box span {
	color: #df2722;
}

.success_box, .success_box span {
	color: #046c12;
}




/* Forms */

label {
	display: block;
	float: left;
	width: 110px;
	padding-top: 3px;
}

input {
	margin: 2px 0 !important;
	margin: 1px 0;
	padding: 1px 0;
}

input.button {
	margin-top: 10px !important;
	margin-top: 10px;
}

textarea {
	width: 300px;
	height: 100px;
	margin-top: 2px;
}




/* Others */

div.wrap {
	clear: both;
}

div.more {
	padding-top: 10px;
	text-align: right;
}

.red {
	color: #df2722;
}

div.separator, div.separator_nomargin {
	height: 10px;
	background: url('/pics/points/points_hor.gif') center left repeat-x;
}

div.separator {
	margin: 10px 0;
}

div.separator_nomargin {
	margin-top: 20px;
}

/* PNG Fix */

.png {
	behavior: url('/styles/pngfix.htc');
}
main_ul li { text-align:justify}
